Skip to content

Commit 4bfaae1

Browse files
committed
Bump the sequelize version to 4.44.3
It fixes the security vulnerability: * https://nvd.nist.gov/vuln/detail/CVE-2019-10752
1 parent 29aa337 commit 4bfaae1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,10 +1597,10 @@ gauge@~2.7.3:
15971597
strip-ansi "^3.0.1"
15981598
wide-align "^1.1.0"
15991599

1600-
generic-pool@^3.4.0:
1601-
version "3.6.1"
1602-
resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-3.6.1.tgz#a51a8439ee86f0bbcf100fc1db3f45c86289deb4"
1603-
integrity sha512-iMmD/pY4q0+V+f8o4twE9JPeqfNuX+gJAaIPB3B0W1lFkBOtTxBo6B0HxHPgGhzQA8jego7EWopcYq/UDJO2KA==
1600+
generic-pool@3.5.0:
1601+
version "3.5.0"
1602+
resolved "https://registry.yarnpkg.com/generic-pool/-/generic-pool-3.5.0.tgz#acac4fd743a175ff20574f380910036464cb61f7"
1603+
integrity sha512-dEkxmX+egB2o4NR80c/q+xzLLzLX+k68/K8xv81XprD+Sk7ZtP14VugeCz+fUwv5FzpWq40pPtAkzPRqT8ka9w==
16041604

16051605
get-caller-file@^1.0.1:
16061606
version "1.0.3"
@@ -2994,16 +2994,16 @@ sequelize-cli@^5.4.1:
29942994
yargs "^13.1.0"
29952995

29962996
sequelize@^4.42.0:
2997-
version "4.42.0"
2998-
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.42.0.tgz#439467ba7bfe7d5afcc56d62b3e091860fbf18f3"
2999-
integrity sha512-qxAYnX4rcv7PbNtEidb56REpxNJCdbN0qyk1jb3+e6sE7OrmS0nYMU+MFVbNTJtZfSpOEEL1TX0TkMw+wzZBxg==
2997+
version "4.44.3"
2998+
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-4.44.3.tgz#29d7af9efdfad4c796a75764e91f701fc454cee0"
2999+
integrity sha512-r2A4EVDKRCcABcZhY4ItvbcosvMJKpQMooxg/S8ouRFrZzqMPQ9O2thOUfgW59q8ZcEa5ccNeqwg15MCciqPMg==
30003000
dependencies:
30013001
bluebird "^3.5.0"
30023002
cls-bluebird "^2.1.0"
30033003
debug "^3.1.0"
30043004
depd "^1.1.0"
30053005
dottie "^2.0.0"
3006-
generic-pool "^3.4.0"
3006+
generic-pool "3.5.0"
30073007
inflection "1.12.0"
30083008
lodash "^4.17.1"
30093009
moment "^2.20.0"

0 commit comments

Comments
 (0)