diff --git a/package-lock.json b/package-lock.json index f524c17..9fe0c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.1.20", "license": "Apache-2.0", "dependencies": { - "@adobe/helix-onedrive-support": "11.5.2", + "@adobe/helix-onedrive-support": "11.5.3", "googleapis": "140.0.1", "lru-cache": "10.3.1" }, @@ -81,33 +81,21 @@ } }, "node_modules/@adobe/helix-onedrive-support": { - "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==", + "version": "11.5.3", + "resolved": "https://registry.npmjs.org/@adobe/helix-onedrive-support/-/helix-onedrive-support-11.5.3.tgz", + "integrity": "sha512-jPb1baNG8DlQXIUehHLtfCj/BZKaM9cp5JitwwKUznW/SUguz0e85X5cJZSjda9PRxEOkWNzvQCedwG8p0CEhA==", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.8", - "@adobe/helix-shared-tokencache": "1.4.18", + "@adobe/helix-shared-tokencache": "1.4.19", "@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.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 7d1ddb0..4bacd5c 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { - "@adobe/helix-onedrive-support": "11.5.2", + "@adobe/helix-onedrive-support": "11.5.3", "googleapis": "140.0.1", "lru-cache": "10.3.1" }, "devDependencies": { - "@adobe/helix-shared-tokencache": "1.4.19", "@adobe/eslint-config-helix": "2.0.6", + "@adobe/helix-shared-tokencache": "1.4.19", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "10.1.2",