From d308ff2cb1ddd1848c8e647ee5cac97d9c447e63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jul 2023 22:54:27 +0000 Subject: [PATCH] fix: upgrade jsonwebtoken from 9.0.0 to 9.0.1 Snyk has created this PR to upgrade jsonwebtoken from 9.0.0 to 9.0.1. See this package in npm: https://www.npmjs.com/package/jsonwebtoken See this project in Snyk: https://app.snyk.io/org/testwebsitebug/project/7f299430-a9c3-49c9-b32f-6cadf4fbccca?utm_source=github&utm_medium=referral&page=upgrade-pr --- apps/example-nodejs-jwt/package-lock.json | 14 +++++++------- apps/example-nodejs-jwt/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/example-nodejs-jwt/package-lock.json b/apps/example-nodejs-jwt/package-lock.json index 0f1f8e97a..442deb751 100644 --- a/apps/example-nodejs-jwt/package-lock.json +++ b/apps/example-nodejs-jwt/package-lock.json @@ -12,7 +12,7 @@ "dotenv": "^16.0.3", "ejs": "^3.1.8", "express": "^4.18.2", - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "jwks-rsa": "^3.0.1" } }, @@ -552,9 +552,9 @@ } }, "node_modules/jsonwebtoken": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", - "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", + "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==", "dependencies": { "jws": "^3.2.2", "lodash": "^4.17.21", @@ -1435,9 +1435,9 @@ "integrity": "sha512-njj0VL2TsIxCtgzhO+9RRobBvws4oYyCM8TpvoUQwl/MbIM3NFJRR9+e6x0sS5xXaP1t6OCBkaBME98OV9zU5A==" }, "jsonwebtoken": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", - "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz", + "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==", "requires": { "jws": "^3.2.2", "lodash": "^4.17.21", diff --git a/apps/example-nodejs-jwt/package.json b/apps/example-nodejs-jwt/package.json index fa35149be..d8ae59c76 100644 --- a/apps/example-nodejs-jwt/package.json +++ b/apps/example-nodejs-jwt/package.json @@ -7,7 +7,7 @@ "dotenv": "^16.0.3", "ejs": "^3.1.8", "express": "^4.18.2", - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "jwks-rsa": "^3.0.1" } }