From 57d1ff3b00befd9f0273c92960de9089e4334c34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:16:55 +0000 Subject: [PATCH] chore(deps): bump jwks-rsa from 1.12.2 to 1.12.3 Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/auth0/node-jwks-rsa/releases) - [Changelog](https://github.com/auth0/node-jwks-rsa/blob/v1.12.3/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jwks-rsa/compare/v1.12.2...v1.12.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fadb1b4..b932cd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7179,9 +7179,9 @@ } }, "jwks-rsa": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.2.tgz", - "integrity": "sha512-6gPo/mQUxXJt75oPtjhM3Jm3FSXnmwg73QDA8dpgP7YmIKlIY+2StngFxt4w4Y1podtSbtV3jttNOdctuxAX1Q==", + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.3.tgz", + "integrity": "sha512-cFipFDeYYaO9FhhYJcZWX/IyZgc0+g316rcHnDpT2dNRNIE/lMOmWKKqp09TkJoYlNFzrEVODsR4GgXJMgWhnA==", "requires": { "@types/express-jwt": "0.0.42", "axios": "^0.21.1", diff --git a/package.json b/package.json index c64ceae..2fc64bd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "express-jwt": "^6.0.0", "helmet": "^4.4.1", "http-proxy": "^1.18.1", - "jwks-rsa": "^1.12.2", + "jwks-rsa": "^1.12.3", "knex": "^0.21.16", "level": "^6.0.1", "mongodb": "^3.6.3",