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" },