From 7782c53e895827a0d4cffca55c2791470b9cabd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:19:05 +0000 Subject: [PATCH] Bump the all-updates group across 1 directory with 3 updates Bumps the all-updates group with 3 updates in the /packages/nextjs-cache-handler directory: [lru-cache](https://github.com/isaacs/node-lru-cache), [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) and [rimraf](https://github.com/isaacs/rimraf). Updates `lru-cache` from 11.2.2 to 11.2.4 - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.4) Updates `prettier-plugin-packagejson` from 2.5.19 to 2.5.20 - [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases) - [Commits](https://github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.19...v2.5.20) Updates `rimraf` from 6.1.1 to 6.1.2 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v6.1.1...v6.1.2) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: prettier-plugin-packagejson dependency-version: 2.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: rimraf dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] --- packages/nextjs-cache-handler/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nextjs-cache-handler/package.json b/packages/nextjs-cache-handler/package.json index 68db0dc..83dad56 100644 --- a/packages/nextjs-cache-handler/package.json +++ b/packages/nextjs-cache-handler/package.json @@ -96,7 +96,7 @@ }, "dependencies": { "cluster-key-slot": "1.1.2", - "lru-cache": "11.2.2", + "lru-cache": "11.2.4", "p-limit": "^7.2.0" }, "devDependencies": { @@ -108,8 +108,8 @@ "globals": "^16.5.0", "jest": "^30.2.0", "prettier": "^3.6.2", - "prettier-plugin-packagejson": "2.5.19", - "rimraf": "6.1.1", + "prettier-plugin-packagejson": "2.5.20", + "rimraf": "6.1.2", "ts-jest": "^29.4.5", "tsup": "^8.5.1", "tsx": "4.20.6",