diff --git a/react-application-deployment-web/package-lock.json b/react-application-deployment-web/package-lock.json index 7dea1c7e..162c9b0e 100644 --- a/react-application-deployment-web/package-lock.json +++ b/react-application-deployment-web/package-lock.json @@ -8,7 +8,7 @@ "name": "react-application-deployment-web", "version": "0.0.0", "dependencies": { - "axios": "^1.19.0", + "axios": "^1.20.0", "bootstrap": "^5.3.8", "react": "^19.2.6", "react-dom": "^19.2.8", @@ -1175,9 +1175,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz", - "integrity": "sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw==", + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz", + "integrity": "sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/react-application-deployment-web/package.json b/react-application-deployment-web/package.json index b4e12c18..4bb9f356 100644 --- a/react-application-deployment-web/package.json +++ b/react-application-deployment-web/package.json @@ -11,7 +11,7 @@ "preview": "vite preview" }, "dependencies": { - "axios": "^1.19.0", + "axios": "^1.20.0", "bootstrap": "^5.3.8", "react": "^19.2.6", "react-dom": "^19.2.8",