Skip to content

Commit 9222fce

Browse files
committed
fix frontend vulnerabilities
1 parent 539fb9b commit 9222fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/efiling-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@babel/preset-react": "^7.13.13",
88
"@bcgov/bootstrap-theme": "github:bcgov/bootstrap-theme",
99
"@csstools/normalize.css": "csstools/normalize.css",
10-
"axios": "^0.25.0",
10+
"axios": "^0.30.0",
1111
"babel-plugin-transform-export-extensions": "^6.22.0",
1212
"bootstrap": "^4.5.3",
1313
"browserslist": "^4.19.1",

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/preset-react": "^7.18.6",
99
"@bcgov/bootstrap-theme": "github:bcgov/bootstrap-theme",
1010
"assert": "^2.0.0",
11-
"axios": "^0.25.0",
11+
"axios": "^0.30.0",
1212
"axios-auth-refresh": "^2.2.8",
1313
"babel-plugin-transform-export-extensions": "^6.22.0",
1414
"bootstrap": "^4.5.3",

0 commit comments

Comments
 (0)