diff --git a/.github/scripts/pull-request-dashboard/package-lock.json b/.github/scripts/pull-request-dashboard/package-lock.json index ebeae7b4d8b..e988010dab9 100644 --- a/.github/scripts/pull-request-dashboard/package-lock.json +++ b/.github/scripts/pull-request-dashboard/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@github/copilot": "1.0.80", "@netlify/blobs": "10.7.13", - "jose": "6.2.8" + "jose": "6.2.9" } }, "node_modules/@envelop/instrumentation": { @@ -660,9 +660,9 @@ } }, "node_modules/jose": { - "version": "6.2.8", - "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.8.tgz", - "integrity": "sha512-Bsdjwm3Qsd/P0jR+BHDe3LytDfY7WBq2HmCCLIwuVRHMuEC9ae7/R474GIUdF1NgCyZjzVo/A9DOiOBtXq8ZoQ==", + "version": "6.2.9", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.9.tgz", + "integrity": "sha512-XrchZOFZUl/T3vTwRe8XK+cJrGtMF4th1ARnDfwbBXFKThGhlsxEE4Zu03AD/bjJSt/9jT/mxrOCkJWOg77aPA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" diff --git a/.github/scripts/pull-request-dashboard/package.json b/.github/scripts/pull-request-dashboard/package.json index 10589cec93e..6ba3e22e800 100644 --- a/.github/scripts/pull-request-dashboard/package.json +++ b/.github/scripts/pull-request-dashboard/package.json @@ -6,6 +6,6 @@ "dependencies": { "@github/copilot": "1.0.80", "@netlify/blobs": "10.7.13", - "jose": "6.2.8" + "jose": "6.2.9" } }