diff --git a/chess/package-lock.json b/chess/package-lock.json index c90e2e7..5960dc3 100644 --- a/chess/package-lock.json +++ b/chess/package-lock.json @@ -18,7 +18,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "axios": "^1.6.8", + "axios": "^1.7.4", "dotenv": "^16.4.5", "framer-motion": "^11.0.20", "react": "^18.2.0", @@ -6891,9 +6891,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/chess/package.json b/chess/package.json index e0c626a..185c0e5 100644 --- a/chess/package.json +++ b/chess/package.json @@ -13,7 +13,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "axios": "^1.6.8", + "axios": "^1.7.4", "dotenv": "^16.4.5", "framer-motion": "^11.0.20", "react": "^18.2.0",