From 0776a1633b9ee1b733d8bb4616306fbe08fa6087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jul 2024 22:37:29 +0000 Subject: [PATCH] fix: upgrade auth0 from 4.4.0 to 4.5.0 Snyk has created this PR to upgrade auth0 from 4.4.0 to 4.5.0. See this package in npm: auth0 See this project in Snyk: https://app.snyk.io/org/lukaszlupa/project/3b4218e4-1e0a-4373-86ec-89b94e6c4454?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c5d39b..4185594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "auth0": "^4.4.0", + "auth0": "^4.5.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.5.5" }, @@ -1394,18 +1394,25 @@ } }, "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.5.0", + "resolved": "https://registry.npmjs.org/auth0/-/auth0-4.5.0.tgz", + "integrity": "sha512-yz+54eA/dlTzD9FdXR8RLupB1DckPyaVIexytSxBsaBeVAPkbthlDR90h2hcxxGIfKZCqsI7uETsGqQ8RQYQ4w==", "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/babel-jest": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", diff --git a/package.json b/package.json index fdaa665..a22ccec 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "homepage": "https://github.com/Twirelab/nestjs-auth0#readme", "dependencies": { - "auth0": "^4.4.0", + "auth0": "^4.5.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.5.5" },