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