From 52adcecd06528cc7dd5e6cafca2b64a954d9f877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:19:27 +0000 Subject: [PATCH] fix(deps): update adobe fixes --- package-lock.json | 34 +++++++++++++++++++++++----------- package.json | 4 ++-- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1a8062..f524c17 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.2", "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,21 +81,33 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.2.tgz", + "integrity": "sha512-wzNyP+/phn4XZq5i8aQYZ0Nqx46r3q1k0FhuHrMhmBUbKq/0JiRBjEirhgMZgTqxQDepNX+7D/7brx/K77PTFg==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", - "@adobe/helix-shared-tokencache": "1.4.17", + "@adobe/helix-shared-tokencache": "1.4.18", "@azure/msal-node": "2.10.0", "jose": "5.6.3" } }, + "node_modules/@adobe/helix-onedrive-support/node_modules/@adobe/helix-shared-tokencache": { + "version": "1.4.18", + "resolved": "https://registry.npmjs.org/@adobe/helix-shared-tokencache/-/helix-shared-tokencache-1.4.18.tgz", + "integrity": "sha512-XXGwjN3P8duvtNowZLjw2mVZzT+xlkTVePC1jVm6N1AXjt0G+lBx84hC9evxZxutzisDWZ0qXVnlCwLzQNQeaQ==", + "deprecated": "Optimization skips data deserialization", + "license": "Apache-2.0", + "dependencies": { + "@adobe/fetch": "^4.0.10", + "@aws-sdk/client-s3": "3.609.0" + } + }, "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==", + "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", diff --git a/package.json b/package.json index 3322b88..7d1ddb0 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.2", "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",