diff --git a/package-lock.json b/package-lock.json index 931f4d6..39625dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@harshiyer/json-crypto": "^1.0.7", "@heroicons/react": "^2.1.3", "@material-tailwind/react": "^2.1.9", - "axios": "^1.7.2", + "axios": "^1.7.7", "cors": "^2.8.5", "crypto": "^1.0.1", "crypto-js": "^4.2.0", @@ -1964,9 +1964,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index e842a63..3adeee1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@harshiyer/json-crypto": "^1.0.7", "@heroicons/react": "^2.1.3", "@material-tailwind/react": "^2.1.9", - "axios": "^1.7.2", + "axios": "^1.7.7", "cors": "^2.8.5", "crypto": "^1.0.1", "crypto-js": "^4.2.0",