diff --git a/package-lock.json b/package-lock.json index b035a71ac1..0e1a1e5c19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "@types/json-stringify-safe": "^5.0.3", "@types/jsonfile": "^6.1.1", "@types/jsonwebtoken": "^8.5.9", - "@types/jwk-to-pem": "^2.0.1", + "@types/jwk-to-pem": "^2.0.3", "@types/lodash": "^4.14.191", "@types/mongodb-uri": "^0.9.1", "@types/node": "^14.18.23", @@ -9510,9 +9510,10 @@ } }, "node_modules/@types/jwk-to-pem": { - "version": "2.0.1", - "dev": true, - "license": "MIT" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/jwk-to-pem/-/jwk-to-pem-2.0.3.tgz", + "integrity": "sha512-I/WFyFgk5GrNbkpmt14auGO3yFK1Wt4jXzkLuI+fDBNtO5ZI2rbymyGd6bKzfSBEuyRdM64ZUwxU1+eDcPSOEQ==", + "dev": true }, "node_modules/@types/lodash": { "version": "4.14.191", diff --git a/package.json b/package.json index 465014f7ad..06b3313a07 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "@types/json-stringify-safe": "^5.0.3", "@types/jsonfile": "^6.1.1", "@types/jsonwebtoken": "^8.5.9", - "@types/jwk-to-pem": "^2.0.1", + "@types/jwk-to-pem": "^2.0.3", "@types/lodash": "^4.14.191", "@types/mongodb-uri": "^0.9.1", "@types/node": "^14.18.23",