From 926d966d0e029f92d09beb4f48618e4b39330211 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 28 Mar 2025 12:00:05 +0000
Subject: [PATCH] refactor: bump jwks-rsa from 3.1.0 to 3.2.0

Bumps [jwks-rsa](https://github.com/auth0/node-jwks-rsa) from 3.1.0 to 3.2.0.
- [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/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: jwks-rsa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 29 +++++++++++++++--------------
 package.json      |  2 +-
 2 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 3cf95555bb..38a69d5439 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
         "@babel/eslint-parser": "7.26.10",
         "@graphql-tools/merge": "9.0.24",
         "@graphql-tools/schema": "10.0.23",
-        "@graphql-tools/utils": "^10.8.4",
+        "@graphql-tools/utils": "10.8.4",
         "@parse/fs-files-adapter": "3.0.0",
         "@parse/push-adapter": "6.11.0",
         "bcryptjs": "2.4.3",
@@ -31,7 +31,7 @@
         "graphql-upload": "15.0.2",
         "intersect": "1.0.1",
         "jsonwebtoken": "9.0.2",
-        "jwks-rsa": "3.1.0",
+        "jwks-rsa": "3.2.0",
         "ldapjs": "3.0.7",
         "lodash": "4.17.21",
         "lru-cache": "10.4.0",
@@ -12702,14 +12702,15 @@
       }
     },
     "node_modules/jwks-rsa": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.1.0.tgz",
-      "integrity": "sha512-v7nqlfezb9YfHHzYII3ef2a2j1XnGeSE/bK3WfumaYCqONAIstJbrEGapz4kadScZzEt7zYCN7bucj8C0Mv/Rg==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.0.tgz",
+      "integrity": "sha512-PwchfHcQK/5PSydeKCs1ylNym0w/SSv8a62DgHJ//7x2ZclCoinlsjAfDxAAbpoTPybOum/Jgy+vkvMmKz89Ww==",
+      "license": "MIT",
       "dependencies": {
-        "@types/express": "^4.17.17",
-        "@types/jsonwebtoken": "^9.0.2",
+        "@types/express": "^4.17.20",
+        "@types/jsonwebtoken": "^9.0.4",
         "debug": "^4.3.4",
-        "jose": "^4.14.6",
+        "jose": "^4.15.4",
         "limiter": "^1.1.5",
         "lru-memoizer": "^2.2.0"
       },
@@ -31097,14 +31098,14 @@
       }
     },
     "jwks-rsa": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.1.0.tgz",
-      "integrity": "sha512-v7nqlfezb9YfHHzYII3ef2a2j1XnGeSE/bK3WfumaYCqONAIstJbrEGapz4kadScZzEt7zYCN7bucj8C0Mv/Rg==",
+      "version": "3.2.0",
+      "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.2.0.tgz",
+      "integrity": "sha512-PwchfHcQK/5PSydeKCs1ylNym0w/SSv8a62DgHJ//7x2ZclCoinlsjAfDxAAbpoTPybOum/Jgy+vkvMmKz89Ww==",
       "requires": {
-        "@types/express": "^4.17.17",
-        "@types/jsonwebtoken": "^9.0.2",
+        "@types/express": "^4.17.20",
+        "@types/jsonwebtoken": "^9.0.4",
         "debug": "^4.3.4",
-        "jose": "^4.14.6",
+        "jose": "^4.15.4",
         "limiter": "^1.1.5",
         "lru-memoizer": "^2.2.0"
       }
diff --git a/package.json b/package.json
index bba38851e1..3360e01a8d 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
     "graphql-upload": "15.0.2",
     "intersect": "1.0.1",
     "jsonwebtoken": "9.0.2",
-    "jwks-rsa": "3.1.0",
+    "jwks-rsa": "3.2.0",
     "ldapjs": "3.0.7",
     "lodash": "4.17.21",
     "lru-cache": "10.4.0",