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",