From 188ca55f5251f9d3f328ea03cace3479a304b6cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 11:28:02 +0200 Subject: [PATCH] fix(deps): update dependency @adobe/helix-onedrive-support to v11 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 337723c..2091003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.1", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-onedrive-support": "10.8.5", + "@adobe/helix-onedrive-support": "11.0.0", "googleapis": "126.0.1", "lru-cache": "10.0.1" }, @@ -80,9 +80,9 @@ } }, "node_modules/@adobe/helix-onedrive-support": { - "version": "10.8.5", - "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-10.8.5.tgz", - "integrity": "sha512-mkQA6GA5gjUkWIvMTgWZYorn6URwXZZbyO6TidK7KuzB8yhGmPH/A6EOofMuBh8jMUbO6U6AkzETcGUmmOi09g==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.0.0.tgz", + "integrity": "sha512-K2VZdvgvosoAkSCxGw/9azuLJfNHLd0l9ta2ZF/XwlVtMIN59UVVYZ+dmQKyQCjTxWeuaDp9tvgDYemNd++w/w==", "dependencies": { "@adobe/fetch": "4.1.0", "@adobe/helix-shared-tokencache": "1.3.11", diff --git a/package.json b/package.json index c1245db..3ece8ad 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/helix-onedrive-support": "10.8.5", + "@adobe/helix-onedrive-support": "11.0.0", "googleapis": "126.0.1", "lru-cache": "10.0.1" },