Skip to content

Commit e320ff2

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
1 parent e8a9549 commit e320ff2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme",
4242
"types": "./index.d.ts",
4343
"dependencies": {
44-
"axios": "^1.8.1",
44+
"axios": "^1.8.2",
4545
"localforage": "^1.10.0"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)