From ce2ab2fcedea1d912826a904e6a72e4791699302 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:34:02 +0000 Subject: [PATCH] fix(deps): update dependency lru-cache to v10.2.2 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3270f1910a8..24c2872942c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "juice": "10.0.0", "limax": "4.1.0", "lodash": "4.17.21", - "lru-cache": "10.2.0", + "lru-cache": "10.2.2", "moment": "2.30.1", "moment-timezone": "0.5.45", "multer": "1.4.5-lts.1", @@ -16921,9 +16921,10 @@ } }, "node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "license": "ISC", "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index 32b03572c74..286ab9b2d6c 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "juice": "10.0.0", "limax": "4.1.0", "lodash": "4.17.21", - "lru-cache": "10.2.0", + "lru-cache": "10.2.2", "moment": "2.30.1", "moment-timezone": "0.5.45", "multer": "1.4.5-lts.1",