From bc9085f05d2bb5bd06ed31b501acbd1de73e03c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:02:03 +0000 Subject: [PATCH] fix(deps): update dependency @adobe/helix-onedrive-support to v11.5.27 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b821a7d..787ccf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.2.9", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-onedrive-support": "11.5.26", + "@adobe/helix-onedrive-support": "11.5.27", "googleapis": "144.0.0", "lru-cache": "11.0.2" }, @@ -82,9 +82,9 @@ } }, "node_modules/@adobe/helix-onedrive-support": { - "version": "11.5.26", - "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.26.tgz", - "integrity": "sha512-mhiToWFc8DEKOmsL4AYi/1IJg0xvZtRKkkiv6JiQloBuUaDAQCb2Mlfvll5sc4LOAqzyyhsiUafw3AJ3LKjYnQ==", + "version": "11.5.27", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.27.tgz", + "integrity": "sha512-9uq6kIi1BGwK63Il2KQJOdIxlWjsbYnPsli2XCzcpdIT/kSG3uh0CKL9Y3hVBIxx443Stegahc9QYMgledCL7g==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.9", diff --git a/package.json b/package.json index 4c3f581..47cb0c0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/helix-onedrive-support": "11.5.26", + "@adobe/helix-onedrive-support": "11.5.27", "googleapis": "144.0.0", "lru-cache": "11.0.2" },