diff --git a/authentication/oauth-authorization-code/package-lock.json b/authentication/oauth-authorization-code/package-lock.json index 1c1f3a0..08dba3a 100644 --- a/authentication/oauth-authorization-code/package-lock.json +++ b/authentication/oauth-authorization-code/package-lock.json @@ -19,11 +19,11 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "axios": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz", - "integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "body-parser": { @@ -166,9 +166,9 @@ } }, "follow-redirects": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.0.tgz", - "integrity": "sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" }, "forwarded": { "version": "0.1.2", diff --git a/authentication/oauth-authorization-code/package.json b/authentication/oauth-authorization-code/package.json index fc3aed0..28446d3 100644 --- a/authentication/oauth-authorization-code/package.json +++ b/authentication/oauth-authorization-code/package.json @@ -6,7 +6,7 @@ "type": "module", "main": "app.js", "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.2", "dotenv": "^8.2.0", "express": "^4.17.1" },