From 2a0f50c2f03ca418aa36fdbb135cf5a018bc2cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 22:59:31 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 7.18.3 to 10.0.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.18.3 to 10.0.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.18.3...v10.0.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22cd5f1..8abe1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6982,9 +6982,9 @@ } }, "lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", + "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index 57390ca..c6bbffd 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "typescript": "^4.2.4" }, "dependencies": { - "lru-cache": "^7.14.1" + "lru-cache": "^10.0.0" }, "peerDependencies": { "boardgame.io": ">=0.41.1"