From 69d56b6899691cd8920274fe85007b934117c324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 08:04:28 +0000 Subject: [PATCH] fix(deps): update dependency lru-cache to v11 --- package-lock.json | 25 ++++++++++++++----------- packages/keyValueCache/package.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9ee3977..c458df45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10666,6 +10666,7 @@ "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -10676,7 +10677,8 @@ "node_modules/lru-cache/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" }, "node_modules/make-dir": { "version": "4.0.0", @@ -14384,7 +14386,7 @@ }, "packages/keyvAdapter": { "name": "@apollo/utils.keyvadapter", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "@apollo/utils.keyvaluecache": "^3.1.0", @@ -14406,18 +14408,19 @@ "license": "MIT", "dependencies": { "@apollo/utils.logger": "^3.0.0", - "lru-cache": "^10.0.0" + "lru-cache": "^11.0.0" }, "engines": { "node": ">=16.14" } }, "packages/keyValueCache/node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "license": "ISC", "engines": { - "node": "14 || >=16.14" + "node": "20 || >=22" } }, "packages/logger": { @@ -14722,13 +14725,13 @@ "version": "file:packages/keyValueCache", "requires": { "@apollo/utils.logger": "^3.0.0", - "lru-cache": "^10.0.0" + "lru-cache": "^11.0.0" }, "dependencies": { "lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==" + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==" } } }, diff --git a/packages/keyValueCache/package.json b/packages/keyValueCache/package.json index f970da36..ba7f95e0 100644 --- a/packages/keyValueCache/package.json +++ b/packages/keyValueCache/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "@apollo/utils.logger": "^3.0.0", - "lru-cache": "^10.0.0" + "lru-cache": "^11.0.0" } }