Skip to content

Commit 25ed50d

Browse files
authored
fix: package.json to reduce vulnerabilities (#32)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827
1 parent 3a1b2d4 commit 25ed50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@hapi/hoek": "^9.0.4",
48-
"async": "^2.6.3",
48+
"async": "^3.2.2",
4949
"screwdriver-logger": "^1.0.0",
5050
"screwdriver-scm-base": "^7.1.3"
5151
},

0 commit comments

Comments
 (0)