From 89f8952d7675b57c68fd68e90669e278753bfcec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 10:03:21 +0100 Subject: [PATCH] build(deps): bump jwks-rsa from 1.12.1 to 1.12.2 (#12943) Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/auth0/node-jwks-rsa/releases) - [Changelog](https://github.com/auth0/node-jwks-rsa/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jwks-rsa/compare/v1.12.1...v1.12.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 3e5b7425ac..34b0126c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8300,9 +8300,9 @@ } }, "jwks-rsa": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.1.tgz", - "integrity": "sha512-N7RsfrzK3+S+SqKEEhWF7Ak87Gzg0KcZq/f8h0VqL2ur3nTB6pi5J12uelGAzB3VfhWQI+zfolHE2XDu/EI7Hg==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-1.12.2.tgz", + "integrity": "sha512-6gPo/mQUxXJt75oPtjhM3Jm3FSXnmwg73QDA8dpgP7YmIKlIY+2StngFxt4w4Y1podtSbtV3jttNOdctuxAX1Q==", "requires": { "@types/express-jwt": "0.0.42", "axios": "^0.21.1", diff --git a/package.json b/package.json index d86066001a..8b12a2f685 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "in-app-purchase": "^1.11.3", "js2xmlparser": "^4.0.1", "jsonwebtoken": "^8.5.1", - "jwks-rsa": "^1.12.1", + "jwks-rsa": "^1.12.2", "lodash": "^4.17.20", "merge-stream": "^2.0.0", "method-override": "^3.0.0",