Skip to content

Commit eec8471

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
1 parent ee87e3f commit eec8471

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "npm run-script lint && npm run-script cover"
1818
},
1919
"dependencies": {
20-
"async": "^3.2.0",
20+
"async": "^3.2.2",
2121
"colors": "^1.4.0",
2222
"extend": "^3.0.2",
2323
"minimist": "^1.2.6"

0 commit comments

Comments
 (0)