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