Skip to content

Commit abaff7f

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 42f84bb commit abaff7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"dependencies": {
33
"@babel/core": "^7.8.7",
44
"@babel/polyfill": "^7.8.7",
5-
"@babel/preset-env": "^7.8.7",
5+
"@babel/preset-env": "^7.27.1",
66
"autoprefixer": "^8.4.1",
77
"axios": "^0.18.0",
8-
"axios-case-converter": "^0.3.0",
8+
"axios-case-converter": "^0.4.0",
99
"babel-eslint": "^10.0.3",
1010
"babel-loader": "^8.0.6",
1111
"babel-preset-env": "^1.7.0",

0 commit comments

Comments
 (0)