Skip to content

Commit 4c3e436

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent cc329b9 commit 4c3e436

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
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@nrwl/cli": "15.8.5",
2424
"@nrwl/js": "15.8.5",
25-
"@nrwl/workspace": "15.8.5",
25+
"@nrwl/workspace": "16.0.0",
2626
"core-js": "^3.6.5",
2727
"regenerator-runtime": "0.13.7"
2828
},

0 commit comments

Comments
 (0)