Skip to content

Commit d29bf79

Browse files
committed
fix: packages/kitsu/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
1 parent 86b21ce commit d29bf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kitsu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build": "yarn rollup"
5050
},
5151
"dependencies": {
52-
"axios": "^0.29.0",
52+
"axios": "^1.8.3",
5353
"kitsu-core": "^10.2.0",
5454
"pluralize": "^8.0.0"
5555
},

0 commit comments

Comments
 (0)