diff --git a/package-lock.json b/package-lock.json index 246e3ba..e1a7def 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@adobe/helix-google-support", - "version": "3.2.3", + "version": "3.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@adobe/helix-google-support", - "version": "3.2.3", + "version": "3.2.4", "license": "Apache-2.0", "dependencies": { "@adobe/helix-onedrive-support": "11.5.21", "googleapis": "144.0.0", - "lru-cache": "11.0.1" + "lru-cache": "11.0.2" }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.8", @@ -25,7 +25,7 @@ "husky": "9.1.6", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.2", "mocha-multi-reporters": "1.5.1", "nock": "13.5.5", "semantic-release": "24.2.0" @@ -6938,9 +6938,9 @@ } }, "node_modules/lru-cache": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", - "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz", + "integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==", "license": "ISC", "engines": { "node": "20 || >=22" @@ -7116,9 +7116,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 12b036e..d1fa852 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@adobe/helix-onedrive-support": "11.5.21", "googleapis": "144.0.0", - "lru-cache": "11.0.1" + "lru-cache": "11.0.2" }, "devDependencies": { "@adobe/eslint-config-helix": "2.0.8", @@ -47,7 +47,7 @@ "husky": "9.1.6", "junit-report-builder": "5.1.1", "lint-staged": "15.2.10", - "mocha": "10.7.3", + "mocha": "10.8.2", "mocha-multi-reporters": "1.5.1", "nock": "13.5.5", "semantic-release": "24.2.0"