Skip to content

Commit 7aac44f

Browse files
committed
fix: client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULAR-572020
1 parent 2164240 commit 7aac44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"yargs": "^3.20.0"
3434
},
3535
"dependencies": {
36-
"angular": "~1.6.1",
36+
"angular": "~1.8.0",
3737
"angular-animate": "~1.6.1",
3838
"angular-aria": "~1.6.1",
3939
"angular-cookies": "~1.6.1",

0 commit comments

Comments
 (0)