From 9b037b1050a97041b948c32fac1a2d4bca61dcab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:55:32 +0000 Subject: [PATCH] Bump jsonwebtoken Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.0 to 9.0.1. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../example_nodejs/package-lock.json | 14 +++++++------- .../example_nodejs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json b/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json index f9ab4c4..29edd70 100644 --- a/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json +++ b/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "SEE LICENSE IN https://github.com/SaxoBank/openapi-samples-js/blob/main/LICENSE", "dependencies": { - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "node-fetch": "^3.3.2" } }, @@ -68,9 +68,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", @@ -241,9 +241,9 @@ } }, "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/authentication/oauth2-certificate-flow/example_nodejs/package.json b/authentication/oauth2-certificate-flow/example_nodejs/package.json index 7f7be71..ab74ada 100644 --- a/authentication/oauth2-certificate-flow/example_nodejs/package.json +++ b/authentication/oauth2-certificate-flow/example_nodejs/package.json @@ -13,7 +13,7 @@ "name": "various" }, "dependencies": { - "jsonwebtoken": "^9.0.0", + "jsonwebtoken": "^9.0.1", "node-fetch": "^3.3.2" } }