diff --git a/package-lock.json b/package-lock.json index 3c7bb5a5a3..f294540293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "firefox-profile": "4.7.0", "fx-runner": "1.4.0", "https-proxy-agent": "^7.0.0", - "jose": "5.9.6", + "jose": "6.1.1", "jszip": "3.10.1", "multimatch": "6.0.0", "node-notifier": "10.0.1", @@ -7335,9 +7335,10 @@ } }, "node_modules/jose": { - "version": "5.9.6", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz", - "integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.1.tgz", + "integrity": "sha512-GWSqjfOPf4cWOkBzw5THBjtGPhXKqYnfRBzh4Ni+ArTrQQ9unvmsA3oFLqaYKoKe5sjWmGu5wVKg9Ft1i+LQfg==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" } @@ -16123,9 +16124,9 @@ "peer": true }, "jose": { - "version": "5.9.6", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz", - "integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==" + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.1.1.tgz", + "integrity": "sha512-GWSqjfOPf4cWOkBzw5THBjtGPhXKqYnfRBzh4Ni+ArTrQQ9unvmsA3oFLqaYKoKe5sjWmGu5wVKg9Ft1i+LQfg==" }, "js-tokens": { "version": "4.0.0", diff --git a/package.json b/package.json index 81ceabb1c7..05b71c88bf 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "firefox-profile": "4.7.0", "fx-runner": "1.4.0", "https-proxy-agent": "^7.0.0", - "jose": "5.9.6", + "jose": "6.1.1", "jszip": "3.10.1", "multimatch": "6.0.0", "node-notifier": "10.0.1",