From 027bcd1290bd9f5b6674cd4e67f6619ab146cbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:08:26 +0000 Subject: [PATCH] Bump lru-cache from 2.7.3 to 10.2.0 in /ubyssey/static_src Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 2.7.3 to 10.2.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v2.7.3...v10.2.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ubyssey/static_src/package-lock.json | 6 +++--- ubyssey/static_src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ubyssey/static_src/package-lock.json b/ubyssey/static_src/package-lock.json index 6e9fa420f..9e75e9301 100644 --- a/ubyssey/static_src/package-lock.json +++ b/ubyssey/static_src/package-lock.json @@ -5207,9 +5207,9 @@ } }, "lru-cache": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "dev": true }, "lru-queue": { diff --git a/ubyssey/static_src/package.json b/ubyssey/static_src/package.json index 47f295a05..081839867 100644 --- a/ubyssey/static_src/package.json +++ b/ubyssey/static_src/package.json @@ -45,7 +45,7 @@ "jasmine": "^3.4.0", "js-cookie": "^2.2.0", "keymaster": "^1.6.2", - "lru-cache": "^2.7.0", + "lru-cache": "^10.2.0", "plugin-error": "^1.0.1", "react": "^15.3.2", "react-dom": "^15.3.2",