From 80e31539322241a9f912beefa20710d18b883257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:42:58 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 10.0.3 to 10.1.0 (#13869) * chore(deps): bump lru-cache from 10.0.3 to 10.1.0 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.3 to 10.1.0. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.3...v10.1.0) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f606325e2c3dc2..c6d0aebb051a7c 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "koa-favicon": "2.1.0", "koa-mount": "4.0.0", "koa-static": "5.0.0", - "lru-cache": "10.0.3", + "lru-cache": "10.1.0", "lz-string": "1.5.0", "mailparser": "3.6.5", "markdown-it": "13.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c5feb1433faa7..abaf43ca619580 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -120,8 +120,8 @@ dependencies: specifier: 5.0.0 version: 5.0.0 lru-cache: - specifier: 10.0.3 - version: 10.0.3 + specifier: 10.1.0 + version: 10.1.0 lz-string: specifier: 1.5.0 version: 1.5.0 @@ -5518,8 +5518,8 @@ packages: engines: {node: '>=8'} dev: false - /lru-cache@10.0.3: - resolution: {integrity: sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==} + /lru-cache@10.1.0: + resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} engines: {node: 14 || >=16.14} dev: false