Skip to content

Commit e0be3b2

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent fb4f9f1 commit e0be3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@tinyhttp/app": "^1.3.7",
3535
"apollo-server-express": "^2.25.0",
36-
"axios": "^0.22.0",
36+
"axios": "^1.12.0",
3737
"body-parser": "^1.19.0",
3838
"dotenv": "^10.0.0",
3939
"graphql": "^15.5.0",

0 commit comments

Comments
 (0)