diff --git a/authentication/package-lock.json b/authentication/package-lock.json index 9e81c36..8ad7057 100644 --- a/authentication/package-lock.json +++ b/authentication/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "axios": "^1.6.4", + "axios": "^1.6.5", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.3.1", @@ -1526,9 +1526,9 @@ } }, "node_modules/axios": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.4.tgz", - "integrity": "sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", + "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", "dependencies": { "follow-redirects": "^1.15.4", "form-data": "^4.0.0", diff --git a/authentication/package.json b/authentication/package.json index 07d26db..2d4933b 100644 --- a/authentication/package.json +++ b/authentication/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^1.6.4", + "axios": "^1.6.5", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dotenv": "^16.3.1",