From d764157391694d0ba1ef722e5f91be5579d51280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 04:17:35 +0000 Subject: [PATCH] chore(deps): update dependency @nestjs/jwt to v10.1.0 --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2d1891..40e13f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nestjs/common": "9.4.3", "@nestjs/config": "2.3.4", "@nestjs/core": "9.4.3", - "@nestjs/jwt": "10.0.3", + "@nestjs/jwt": "10.1.0", "@nestjs/passport": "9.0.3", "@nestjs/platform-express": "9.4.3", "@nestjs/serve-static": "3.0.1", @@ -1859,15 +1859,15 @@ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" }, "node_modules/@nestjs/jwt": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/jwt/-/jwt-10.0.3.tgz", - "integrity": "sha512-WO8MI3uEMOFKpbO+SAg6l4aRCr+9KvaL+raFMZaXuEUDphXek6pqdox+4tex9242pNSJUA0trfAMaiy/yVrXQg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@nestjs/jwt/-/jwt-10.1.0.tgz", + "integrity": "sha512-iLwCGS25ybUxGS7i5j/Mwuyzvp/WxJftHlm8aLEBv5GV92apz6L1QVjxLdZrqXbzo++C8gdJauhzil8qitY+6w==", "dependencies": { - "@types/jsonwebtoken": "9.0.1", + "@types/jsonwebtoken": "9.0.2", "jsonwebtoken": "9.0.0" }, "peerDependencies": { - "@nestjs/common": "^8.0.0 || ^9.0.0" + "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0" } }, "node_modules/@nestjs/mapped-types": { @@ -3293,9 +3293,9 @@ "dev": true }, "node_modules/@types/jsonwebtoken": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", - "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==", "dependencies": { "@types/node": "*" } @@ -13906,11 +13906,11 @@ } }, "@nestjs/jwt": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/jwt/-/jwt-10.0.3.tgz", - "integrity": "sha512-WO8MI3uEMOFKpbO+SAg6l4aRCr+9KvaL+raFMZaXuEUDphXek6pqdox+4tex9242pNSJUA0trfAMaiy/yVrXQg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@nestjs/jwt/-/jwt-10.1.0.tgz", + "integrity": "sha512-iLwCGS25ybUxGS7i5j/Mwuyzvp/WxJftHlm8aLEBv5GV92apz6L1QVjxLdZrqXbzo++C8gdJauhzil8qitY+6w==", "requires": { - "@types/jsonwebtoken": "9.0.1", + "@types/jsonwebtoken": "9.0.2", "jsonwebtoken": "9.0.0" } }, @@ -14959,9 +14959,9 @@ "dev": true }, "@types/jsonwebtoken": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", - "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==", "requires": { "@types/node": "*" } diff --git a/package.json b/package.json index 6a53b0e..d54ae6f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nestjs/common": "9.4.3", "@nestjs/config": "2.3.4", "@nestjs/core": "9.4.3", - "@nestjs/jwt": "10.0.3", + "@nestjs/jwt": "10.1.0", "@nestjs/passport": "9.0.3", "@nestjs/platform-express": "9.4.3", "@nestjs/serve-static": "3.0.1",