diff --git a/package-lock.json b/package-lock.json index 47d6b12c..407c4519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", - "axios": "^1.8.1", + "axios": "^1.9.0", "firebase": "^11.3.1", "lottie-react": "^2.4.1", "mdn-data": "^2.17.0", @@ -7690,9 +7690,9 @@ } }, "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.9.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz", + "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 7fd42d04..67455fdd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", - "axios": "^1.8.1", + "axios": "^1.9.0", "firebase": "^11.3.1", "lottie-react": "^2.4.1", "mdn-data": "^2.17.0",