Skip to content

Commit 37d81b4

Browse files
XadillaXsnyk-bot
andauthored
Feature/v1 (#230)
* fix: package.json to reduce vulnerabilities (#226) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 Co-authored-by: snyk-bot <snyk-bot@snyk.io> * [Snyk] Security upgrade async from 1.5.2 to 3.2.2 (#228) * fix: package.json to reduce vulnerabilities (#229) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 Co-authored-by: snyk-bot <snyk-bot@snyk.io> --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent ce850ab commit 37d81b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
"test": "test"
88
},
99
"dependencies": {
10+
"async": "^3.2.2",
1011
"@types/mysql": "^2.15.18",
11-
"async": "^1.0.0",
1212
"bluebird": "^3.5.1",
1313
"debug": "^4.1.1",
1414
"eventemitter2": "^6.0.0",
1515
"fbbk-json": "^1.1.0",
16-
"lodash": "4.17.12",
16+
"lodash": "4.17.21",
1717
"moment": "^2.20.0",
1818
"otrans": "^1.0.1",
19-
"scarlet-task": "^1.0.0",
19+
"scarlet-task": "^2.0.0",
2020
"sqlstring": "^2.3.0",
2121
"toshihiko-mysqlparser": "^1.0.0"
2222
},

0 commit comments

Comments
 (0)