diff --git a/package-lock.json b/package-lock.json index f1a8062..ecaec75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,21 @@ { "name": "@adobe/helix-google-support", - "version": "3.1.19", + "version": "3.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-google-support", - "version": "3.1.19", + "version": "3.1.20", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-onedrive-support": "11.5.0", + "@adobe/helix-onedrive-support": "11.5.1", "googleapis": "140.0.1", "lru-cache": "10.3.1" }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.6", - "@adobe/helix-shared-tokencache": "1.4.17", + "@adobe/helix-shared-tokencache": "1.4.19", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "10.1.2", @@ -81,9 +81,9 @@ } }, "node_modules/@adobe/helix-onedrive-support": { - "version": "11.5.0", - "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.0.tgz", - "integrity": "sha512-YF6GYQPDajuS2EB03Wm11hIGCK89kVp6Spz5mMXBprCJJQGmDXGsBQ2HS9gf1xWKIHDIP0yyNQL9XVd9Vv+SPA==", + "version": "11.5.1", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.1.tgz", + "integrity": "sha512-CUX8AiHvmo1Vmy1u/578i/Ck2d1OxQrqIbeym3ATM+OMyowzbkqsFo4Pr6lTlcOsz+zlVOvdP+TkgyELaTf6Dw==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", @@ -92,7 +92,7 @@ "jose": "5.6.3" } }, - "node_modules/@adobe/helix-shared-tokencache": { + "node_modules/@adobe/helix-onedrive-support/node_modules/@adobe/helix-shared-tokencache": { "version": "1.4.17", "resolved": "https://registry.npmjs.org/@adobe/helix-shared-tokencache/-/helix-shared-tokencache-1.4.17.tgz", "integrity": "sha512-IfFCuLep6g2kKfOAOgWvjIzTOGOetCUmvYyknl2Jvunkr+PL3xEfzZFzQ1jj7RjV5OmUSE1+aIEN58YjsiNQ/w==", @@ -102,6 +102,17 @@ "@aws-sdk/client-s3": "3.609.0" } }, + "node_modules/@adobe/helix-shared-tokencache": { + "version": "1.4.19", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-tokencache/-/helix-shared-tokencache-1.4.19.tgz", + "integrity": "sha512-Nk+v49sG6tQQblAO2C+B850cRHb0HwbHkYAvhBGTGt/lGeSiQm+GVnRqXi77OosdK6QuFLj2dYMDkABpqmMPiw==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@adobe/fetch": "^4.0.10", + "@aws-sdk/client-s3": "3.609.0" + } + }, "node_modules/@aws-crypto/crc32": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz", diff --git a/package.json b/package.json index 3322b88..98d0105 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/helix-onedrive-support": "11.5.0", + "@adobe/helix-onedrive-support": "11.5.1", "googleapis": "140.0.1", "lru-cache": "10.3.1" }, "devDependencies": { - "@adobe/helix-shared-tokencache": "1.4.17", + "@adobe/helix-shared-tokencache": "1.4.19", "@adobe/eslint-config-helix": "2.0.6", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1",