From 434def4a71fa1c7b5dc5b1aea6e734deb262f549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:38:17 +0000 Subject: [PATCH] deps(deps): Bump lru-cache from 11.1.0 to 11.2.1 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 11.1.0 to 11.2.1. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.1.0...v11.2.1) --- updated-dependencies: - dependency-name: lru-cache dependency-version: 11.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91c1615..a6bfeb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agentwise", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agentwise", - "version": "2.2.0", + "version": "2.3.0", "license": "PROPRIETARY - See LICENSE file", "dependencies": { "@observablehq/plot": "^0.6.17", @@ -19,7 +19,7 @@ "d3": "^7.9.0", "fs-extra": "^11.2.0", "inquirer": "^12.9.4", - "lru-cache": "^11.1.0", + "lru-cache": "^11.2.1", "node-pty": "^1.0.0", "open": "^10.0.3", "ws": "^8.18.3" @@ -5739,9 +5739,9 @@ } }, "node_modules/lru-cache": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", - "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz", + "integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==", "license": "ISC", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index db0a083..72723a8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "d3": "^7.9.0", "fs-extra": "^11.2.0", "inquirer": "^12.9.4", - "lru-cache": "^11.1.0", + "lru-cache": "^11.2.1", "node-pty": "^1.0.0", "open": "^10.0.3", "ws": "^8.18.3"