From 61f9e8554a6f1fa9d5d6b94a2bb6e680a06482e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:38:32 +0000 Subject: [PATCH] fix: upgrade auth0 from 4.4.0 to 4.4.1 Snyk has created this PR to upgrade auth0 from 4.4.0 to 4.4.1. See this package in npm: auth0 See this project in Snyk: https://app.snyk.io/org/wilsonsue/project/2b02872b-6d38-4285-8fb9-43edb8344abf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1560f67..5f287b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@sendgrid/mail": "^8.1.3", "@stripe/stripe-js": "^3.4.0", "@tailwindcss/forms": "^0.5.7", - "auth0": "^4.4.0", + "auth0": "^4.4.1", "axios": "^1.6.8", "babel": "^6.23.0", "babel-plugin-istanbul": "^6.1.1", @@ -3101,17 +3101,25 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/auth0": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.4.0.tgz", - "integrity": "sha512-umlAogwQDUYvL1Pd4RnViyps7lkvntZ3+VVDW+/4ML7/GzkJcq6VGJ20Nb60eYosQkxa7up1n9lrA4Of+BZsUg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.4.1.tgz", + "integrity": "sha512-6GCDo4+aykMtivEFhhNuRGH51wblOsdpWyzaf6wIaeGlCVUzxxbGLXTnyZzUG8n0j+A1hLEeyNhPONxmDte5uA==", + "license": "MIT", "dependencies": { "jose": "^4.13.2", + "undici-types": "^6.15.0", "uuid": "^9.0.0" }, "engines": { "node": ">=18" } }, + "node_modules/auth0/node_modules/undici-types": { + "version": "6.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.2.tgz", + "integrity": "sha512-jvI+p8VJnrOIQ8AU4PyB1ytW68EyrLnI2xvCO3e5umm3nmhNjpugMD1wo+X994PyvUT9dWS/k3vO1wwRIh730Q==", + "license": "MIT" + }, "node_modules/available-typed-arrays": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", diff --git a/package.json b/package.json index 1d48aeb..32082e0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@sendgrid/mail": "^8.1.3", "@stripe/stripe-js": "^3.4.0", "@tailwindcss/forms": "^0.5.7", - "auth0": "^4.4.0", + "auth0": "^4.4.1", "axios": "^1.6.8", "babel": "^6.23.0", "babel-plugin-istanbul": "^6.1.1",