Skip to content

Commit

Permalink
fix: packages/kitsu/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
  • Loading branch information
snyk-bot committed Nov 30, 2024
1 parent ba29c58 commit 8385962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kitsu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"build": "yarn rollup"
},
"dependencies": {
"axios": "^0.28.1",
"axios": "^1.7.8",
"kitsu-core": "^10.1.5",
"pluralize": "^8.0.0"
},
Expand Down

0 comments on commit 8385962

Please sign in to comment.