Skip to content

Commit 72f753b

Browse files
committed
fix: project/p6-docman-app/client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent 9e3426c commit 72f753b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/p6-docman-app/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"axios": "^0.19.2",
6+
"axios": "^0.30.0",
77
"dateformat": "^3.0.3",
88
"immutability-helper": "^3.0.1",
99
"react": "^16.8.6",

0 commit comments

Comments
 (0)