diff --git a/package-lock.json b/package-lock.json index d27ee35..9e050a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@tsparticles/slim": "^3.4.0", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "axios": "^1.7.2", + "axios": "^1.13.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "docusaurus2-dotenv": "^1.4.0", @@ -9194,9 +9194,10 @@ } }, "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.4", diff --git a/package.json b/package.json index 70f4fdb..b92110f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@tsparticles/slim": "^3.4.0", "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", - "axios": "^1.7.2", + "axios": "^1.13.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "docusaurus2-dotenv": "^1.4.0",