From be69339a2032a3e0c80de8b48beeb71ac88dbefe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 03:38:48 +0000 Subject: [PATCH] Bump jsonwebtoken from 5.7.0 to 9.0.0 Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 5.7.0 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v5.7.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 63 +++++++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 46 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index b906252..39dd392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -230,8 +230,8 @@ }, "buffer-equal-constant-time": { "version": "1.0.1", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" }, "buffer-from": { "version": "1.1.1", @@ -545,8 +545,8 @@ }, "ecdsa-sig-formatter": { "version": "1.0.11", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "integrity": "sha1-rg8PothQRe8UqBfao86azQSJ5b8=", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", "requires": { "safe-buffer": "^5.0.1" } @@ -1335,19 +1335,33 @@ } }, "jsonwebtoken": { - "version": "5.7.0", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/jsonwebtoken/-/jsonwebtoken-5.7.0.tgz", - "integrity": "sha1-HJD5qGzlt0j1+XnBK3BAK0r83bQ=", - "requires": { - "jws": "^3.0.0", - "ms": "^0.7.1", - "xtend": "^4.0.1" + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", + "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "requires": { + "jws": "^3.2.2", + "lodash": "^4.17.21", + "ms": "^2.1.1", + "semver": "^7.3.8" }, "dependencies": { + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, "ms": { - "version": "0.7.3", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/ms/-/ms-0.7.3.tgz", - "integrity": "sha1-cIFVpeROM/X9D8U+gdDUCpG+H/8=" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "requires": { + "lru-cache": "^6.0.0" + } } } }, @@ -1364,8 +1378,8 @@ }, "jwa": { "version": "1.4.1", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/jwa/-/jwa-1.4.1.tgz", - "integrity": "sha1-dDwymFy56YZVUw1TZBtmyGRbA5o=", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", + "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==", "requires": { "buffer-equal-constant-time": "1.0.1", "ecdsa-sig-formatter": "1.0.11", @@ -1374,8 +1388,8 @@ }, "jws": { "version": "3.2.2", - "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/jws/-/jws-3.2.2.tgz", - "integrity": "sha1-ABCZ82OUaMlBQADpmZX6UvtHgwQ=", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", "requires": { "jwa": "^1.4.1", "safe-buffer": "^5.0.1" @@ -1411,6 +1425,14 @@ "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=" }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, "media-typer": { "version": "0.3.0", "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/media-typer/-/media-typer-0.3.0.tgz", @@ -2629,6 +2651,11 @@ "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/xtend/-/xtend-4.0.2.tgz", "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q=" }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, "z-schema": { "version": "3.25.1", "resolved": "https://www.myget.org/F/security-first-managers/auth/d9a48afc-b904-4f07-ae82-b1c7ddf330b7/npm/z-schema/-/z-schema-3.25.1.tgz", diff --git a/package.json b/package.json index 12c1534..eeee60b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "express": "^4.17.1", "express-static": "^1.0.3", "import-fresh": "^2.0.0", - "jsonwebtoken": "^5.4.1", + "jsonwebtoken": "^9.0.0", "lodash": "^4.17.14", "multer": "^1.1.0", "node-cache": "^3.0.0",