From 04e1dab372c2f7651c9e1e649d14a7bca42dd342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 03:06:12 +0000 Subject: [PATCH] Bump lru-cache from 7.7.1 to 11.0.0 in /Frontend Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.7.1 to 11.0.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.7.1...v11.0.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Frontend/package-lock.json | 11 +++++------ Frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Frontend/package-lock.json b/Frontend/package-lock.json index 5e959eab..d4a807e8 100644 --- a/Frontend/package-lock.json +++ b/Frontend/package-lock.json @@ -39,7 +39,7 @@ "jest": "^27.1.0", "jest-svelte-events": "^1.0.5", "js-logger": "^1.6.1", - "lru-cache": "^7.7.1", + "lru-cache": "^11.0.0", "mocha": "^9.2.0", "patch-package": "^6.4.7", "pouchdb-browser": "^7.2.1", @@ -13612,13 +13612,12 @@ } }, "node_modules/lru-cache": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.7.1.tgz", - "integrity": "sha512-cRffBiTW8s73eH4aTXqBcTLU0xQnwGV3/imttRHGWCrbergmnK4D6JXQd8qin5z43HnDwRI+o7mVW0LEB+tpAw==", - "deprecated": "Please update to latest patch version to fix memory leak https://github.com/isaacs/node-lru-cache/issues/227", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", + "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", "dev": true, "engines": { - "node": ">=12" + "node": "20 || >=22" } }, "node_modules/lz-string": { diff --git a/Frontend/package.json b/Frontend/package.json index 70083c58..46f60616 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -54,7 +54,7 @@ "jest": "^27.1.0", "jest-svelte-events": "^1.0.5", "js-logger": "^1.6.1", - "lru-cache": "^7.7.1", + "lru-cache": "^11.0.0", "patch-package": "^6.4.7", "mocha": "^9.2.0", "pouchdb-browser": "^7.2.1",