From 7bdedcec92611762513b0e7b6cd8a6ceec2b2978 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 02:30:45 +0000 Subject: [PATCH] fix: upgrade @auth0/auth0-react from 2.0.0 to 2.2.4 Snyk has created this PR to upgrade @auth0/auth0-react from 2.0.0 to 2.2.4. See this package in npm: https://www.npmjs.com/package/@auth0/auth0-react See this project in Snyk: https://app.snyk.io/org/esxr/project/50ca1f1d-f38c-431a-949a-ff7d64460bc9?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 30 +++++++++++++++--------------- frontend/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9dd2381..54da373 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "spa_react_javascript_hello-world", "version": "0.1.0", "dependencies": { - "@auth0/auth0-react": "^2.0.0", + "@auth0/auth0-react": "^2.2.4", "antd": "^5.8.1", "axios": "^0.27.2", "react": "^18.2.0", @@ -103,11 +103,11 @@ } }, "node_modules/@auth0/auth0-react": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.0.0.tgz", - "integrity": "sha512-3pf41wU6ksm/6uPYAwjX5bZ7ma/K4LethibagTrKkMPuS8UatBvxLDtl3Aq52ZlJi1I+I42ckEfzWqloNxssIg==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.4.tgz", + "integrity": "sha512-l29PQC0WdgkCoOc6WeMAY26gsy/yXJICW0jHfj0nz8rZZphYKrLNqTRWFFCMJY+sagza9tSgB1kG/UvQYgGh9A==", "dependencies": { - "@auth0/auth0-spa-js": "^2.0.2" + "@auth0/auth0-spa-js": "^2.1.3" }, "peerDependencies": { "react": "^16.11.0 || ^17 || ^18", @@ -115,9 +115,9 @@ } }, "node_modules/@auth0/auth0-spa-js": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.0.2.tgz", - "integrity": "sha512-sxK9Lb6gXGImqjmWBfndA/OSNY4YLPTPwJEVuitXIOZ1p3EoqHM4zjIHvcdiYIaVo+cUfEf3l0bf8UA7Xi4tjg==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.1.3.tgz", + "integrity": "sha512-NMTBNuuG4g3rame1aCnNS5qFYIzsTUV5qTFPRfTyYFS1feS6jsCBR+eTq9YkxCp1yuoM2UIcjunPaoPl77U9xQ==" }, "node_modules/@babel/code-frame": { "version": "7.18.6", @@ -17690,17 +17690,17 @@ } }, "@auth0/auth0-react": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.0.0.tgz", - "integrity": "sha512-3pf41wU6ksm/6uPYAwjX5bZ7ma/K4LethibagTrKkMPuS8UatBvxLDtl3Aq52ZlJi1I+I42ckEfzWqloNxssIg==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.4.tgz", + "integrity": "sha512-l29PQC0WdgkCoOc6WeMAY26gsy/yXJICW0jHfj0nz8rZZphYKrLNqTRWFFCMJY+sagza9tSgB1kG/UvQYgGh9A==", "requires": { - "@auth0/auth0-spa-js": "^2.0.2" + "@auth0/auth0-spa-js": "^2.1.3" } }, "@auth0/auth0-spa-js": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.0.2.tgz", - "integrity": "sha512-sxK9Lb6gXGImqjmWBfndA/OSNY4YLPTPwJEVuitXIOZ1p3EoqHM4zjIHvcdiYIaVo+cUfEf3l0bf8UA7Xi4tjg==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@auth0/auth0-spa-js/-/auth0-spa-js-2.1.3.tgz", + "integrity": "sha512-NMTBNuuG4g3rame1aCnNS5qFYIzsTUV5qTFPRfTyYFS1feS6jsCBR+eTq9YkxCp1yuoM2UIcjunPaoPl77U9xQ==" }, "@babel/code-frame": { "version": "7.18.6", diff --git a/frontend/package.json b/frontend/package.json index 804eb09..26724ac 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@auth0/auth0-react": "^2.0.0", + "@auth0/auth0-react": "^2.2.4", "antd": "^5.8.1", "axios": "^0.27.2", "react": "^18.2.0",