Skip to content

Commit e5714e0

Browse files
committed
fix: resources/projects/reactjs-script/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent 34b2937 commit e5714e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/projects/reactjs-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"@fortawesome/fontawesome-free-webfonts": "^1.0.5",
29-
"axios": "^0.18.0",
29+
"axios": "^1.12.0",
3030
"bootstrap": "^4.0.0",
3131
"jquery": "^3.5.0",
3232
"lodash": "^4.17.5",

0 commit comments

Comments
 (0)