diff --git a/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json b/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json index 2b7d2ae..26fa3e4 100644 --- a/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json +++ b/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "express": "~4.18.2", "morgan": "~1.10.0", - "node-fetch": "^3.3.1" + "node-fetch": "^3.3.2" } }, "node_modules/accepts": { @@ -498,9 +498,9 @@ } }, "node_modules/node-fetch": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", - "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -1115,9 +1115,9 @@ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" }, "node-fetch": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", - "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", + "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", "requires": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", diff --git a/authentication/oauth2-code-flow/redirect/backend-js/package.json b/authentication/oauth2-code-flow/redirect/backend-js/package.json index c7fd542..bbf0d74 100644 --- a/authentication/oauth2-code-flow/redirect/backend-js/package.json +++ b/authentication/oauth2-code-flow/redirect/backend-js/package.json @@ -15,6 +15,6 @@ "dependencies": { "express": "~4.18.2", "morgan": "~1.10.0", - "node-fetch": "^3.3.1" + "node-fetch": "^3.3.2" } }