Skip to content

Commit 2f5634f

Browse files
chore(deps): update dependency sequelize to v6.17.0 (#1037)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6d1b827 commit 2f5634f

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"pg-hstore": "latest",
4141
"prettier": "2.5.1",
4242
"semver": "7.3.5",
43-
"sequelize": "6.16.2",
43+
"sequelize": "6.17.0",
4444
"sqlite3": "latest",
4545
"through2": "4.0.2"
4646
},

yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,11 @@
12891289
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
12901290
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
12911291

1292+
"@types/validator@^13.7.1":
1293+
version "13.7.1"
1294+
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.1.tgz#cdab1b4779f6b1718a08de89d92d2603b71950cb"
1295+
integrity sha512-I6OUIZ5cYRk5lp14xSOAiXjWrfVoMZVjDuevBYgQDYzZIjsf2CAISpEcXOkFAtpAHbmWIDLcZObejqny/9xq5Q==
1296+
12921297
12931298
version "1.1.2"
12941299
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -3422,10 +3427,10 @@ indent-string@^4.0.0:
34223427
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
34233428
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
34243429

3425-
inflection@^1.13.1:
3426-
version "1.13.1"
3427-
resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.13.1.tgz#c5cadd80888a90cf84c2e96e340d7edc85d5f0cb"
3428-
integrity sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA==
3430+
inflection@^1.13.2:
3431+
version "1.13.2"
3432+
resolved "https://registry.yarnpkg.com/inflection/-/inflection-1.13.2.tgz#15e8c797c6c3dadf31aa658f8df8a4ea024798b0"
3433+
integrity sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==
34293434

34303435
inflight@^1.0.4:
34313436
version "1.0.6"
@@ -5455,15 +5460,16 @@ sequelize-pool@^7.1.0:
54555460
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-7.1.0.tgz#210b391af4002762f823188fd6ecfc7413020768"
54565461
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==
54575462

5458-
sequelize@6.16.2:
5459-
version "6.16.2"
5460-
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.16.2.tgz#4511d1fddcc5d446e6732fffcaf1f0ed29199bb7"
5461-
integrity sha512-0fCdO4qrkuMWizq3blDVHPC4NvrDkRnrFucoJKlaukdatrDpluBw2GXQ53rBQeizbHGefdgehhFiyFzyo0COKg==
5463+
sequelize@6.17.0:
5464+
version "6.17.0"
5465+
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.17.0.tgz#78a21f39b8a7548c65c0cc2055e8231137c679a3"
5466+
integrity sha512-AZus+0YZDq91Zg0hzDaO5atTzHgJruI23V8nBlAhkLuI81Z53nSRdAe/4R1A6vGOZ/RfCLP9idF4tfQnoAsM5A==
54625467
dependencies:
54635468
"@types/debug" "^4.1.7"
5469+
"@types/validator" "^13.7.1"
54645470
debug "^4.3.3"
54655471
dottie "^2.0.2"
5466-
inflection "^1.13.1"
5472+
inflection "^1.13.2"
54675473
lodash "^4.17.21"
54685474
moment "^2.29.1"
54695475
moment-timezone "^0.5.34"

0 commit comments

Comments
 (0)