diff --git a/package-lock.json b/package-lock.json index 9cf8572..2c179fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.8", "license": "MPL-2.0", "dependencies": { - "axios": "^1.8.1", + "axios": "^1.8.2", "localforage": "^1.10.0" }, "devDependencies": { @@ -1015,9 +1015,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.1.tgz", - "integrity": "sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index a28a1eb..54fa1d9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "homepage": "https://github.com/PokeAPI/pokeapi-js-wrapper#readme", "types": "./index.d.ts", "dependencies": { - "axios": "^1.8.1", + "axios": "^1.8.2", "localforage": "^1.10.0" }, "devDependencies": {