From dce51194044aa1ac4fed34cac172afe8e94cdf3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:45:19 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-onedrive-support to v11.5.18 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcbfa88..3b16132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.2.0", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-onedrive-support": "11.5.17", + "@adobe/helix-onedrive-support": "11.5.18", "googleapis": "144.0.0", "lru-cache": "11.0.1" }, @@ -82,15 +82,15 @@ } }, "node_modules/@adobe/helix-onedrive-support": { - "version": "11.5.17", - "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.17.tgz", - "integrity": "sha512-NNGpeRlaVLXX+jIge8Z7AXmW9Ou12DxCzOeUXL4qKnhdx6c7WsJMDDKVwQCOzIJhnpdzEMp8XnkdARVatO4yeA==", + "version": "11.5.18", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.18.tgz", + "integrity": "sha512-xikyegTspWUCYAu6wrg5X1GgiT2IB9aw4YYDgTgoH+jUF1D599JgR9MRXGqqlDwy4xYkG0yYQfF4hN34xq23tA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", "@adobe/helix-shared-tokencache": "^1.4.19", "@azure/msal-node": "2.14.0", - "jose": "5.9.2" + "jose": "5.9.3" } }, "node_modules/@adobe/helix-shared-tokencache": { @@ -6205,9 +6205,9 @@ } }, "node_modules/jose": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.2.tgz", - "integrity": "sha512-ILI2xx/I57b20sd7rHZvgiiQrmp2mcotwsAH+5ajbpFQbrYVQdNHYlQhoA5cFb78CgtBOxtC05TeA+mcgkuCqQ==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.9.3.tgz", + "integrity": "sha512-egLIoYSpcd+QUF+UHgobt5YzI2Pkw/H39ou9suW687MY6PmCwPmkNV/4TNjn1p2tX5xO3j0d0sq5hiYE24bSlg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" diff --git a/package.json b/package.json index 58827d1..82dc3bb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/helix-onedrive-support": "11.5.17", + "@adobe/helix-onedrive-support": "11.5.18", "googleapis": "144.0.0", "lru-cache": "11.0.1" },