diff --git a/package-lock.json b/package-lock.json index 475e000ad24..5bb18f68334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2404,9 +2404,9 @@ } }, "node_modules/oauth4webapi": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.1.tgz", - "integrity": "sha512-0h4FZjsntbKQ5IHGM9mFT7uOwQCRdcTG7YhC0xXlWIcCch24wUa6Vggaipa3Sw6Ab7nEnmO4rctROmyuHBfP7Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.3.tgz", + "integrity": "sha512-dik5wEMdFL5p3JlijYvM7wMNCgaPhblLIDCZtdXcaZp5wgu5Iwmsu7lMzgFhIDTi5d0BJo03LVoOoFQvXMeOeQ==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -2436,12 +2436,12 @@ } }, "node_modules/openid-client": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.1.3.tgz", - "integrity": "sha512-74sc0bR4ptfwCwMheLPaJHTQnds+97Yu6O8eQgoO3MRcd53xkfKyl3gNAsRsYSYoO+AVG3eCgnRMjRkZ6n2RYw==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.1.4.tgz", + "integrity": "sha512-3MmV+fU1mydATrXoDnJ03Zqvx6VbNpFG31AibMktYnZ7IV6ixN0DJARIj1d63gfnK4OL3sZm4y2LGKFcs4NRxA==", "dependencies": { "jose": "^5.9.6", - "oauth4webapi": "^3.1.1" + "oauth4webapi": "^3.1.3" }, "funding": { "url": "https://github.com/sponsors/panva" @@ -5118,9 +5118,9 @@ } }, "oauth4webapi": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.1.tgz", - "integrity": "sha512-0h4FZjsntbKQ5IHGM9mFT7uOwQCRdcTG7YhC0xXlWIcCch24wUa6Vggaipa3Sw6Ab7nEnmO4rctROmyuHBfP7Q==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.1.3.tgz", + "integrity": "sha512-dik5wEMdFL5p3JlijYvM7wMNCgaPhblLIDCZtdXcaZp5wgu5Iwmsu7lMzgFhIDTi5d0BJo03LVoOoFQvXMeOeQ==" }, "once": { "version": "1.4.0", @@ -5140,12 +5140,12 @@ } }, "openid-client": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.1.3.tgz", - "integrity": "sha512-74sc0bR4ptfwCwMheLPaJHTQnds+97Yu6O8eQgoO3MRcd53xkfKyl3gNAsRsYSYoO+AVG3eCgnRMjRkZ6n2RYw==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.1.4.tgz", + "integrity": "sha512-3MmV+fU1mydATrXoDnJ03Zqvx6VbNpFG31AibMktYnZ7IV6ixN0DJARIj1d63gfnK4OL3sZm4y2LGKFcs4NRxA==", "requires": { "jose": "^5.9.6", - "oauth4webapi": "^3.1.1" + "oauth4webapi": "^3.1.3" } }, "p-locate": {