From 45aad05a037d6db76cf6bdb58a7e295b297ba3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:24:00 +0000 Subject: [PATCH] build(deps): bump lru-cache from 10.3.0 to 10.4.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.3.0 to 10.4.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.3.0...v10.4.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad76950..263069d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "html-minifier": "^4.0.0", "image-size": "^1.1.1", "jimp": "^0.22.12", - "lru-cache": "^10.3.0", + "lru-cache": "^10.4.0", "phin": "^3.7.1", "purge-from-html": "^1.0.3", "purgecss": "^6.0.0", @@ -6328,11 +6328,11 @@ "license": "MIT" }, "node_modules/lru-cache": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz", - "integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.0.tgz", + "integrity": "sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==", "engines": { - "node": "14 || >=16.14" + "node": ">=18" } }, "node_modules/luxon": { diff --git a/package.json b/package.json index ba84a92..072d827 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "html-minifier": "^4.0.0", "image-size": "^1.1.1", "jimp": "^0.22.12", - "lru-cache": "^10.3.0", + "lru-cache": "^10.4.0", "phin": "^3.7.1", "purge-from-html": "^1.0.3", "purgecss": "^6.0.0",