From e6c8a0d1a06496fd7d3b880e208b5e7d7edb30dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 03:52:43 +0500 Subject: [PATCH] chore(deps): bump lru-cache from 7.10.2 to 7.10.3 (#10072) Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 7.10.2 to 7.10.3. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v7.10.2...v7.10.3) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e063526dd..68762b925 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "koa-basic-auth": "4.0.0", "koa-favicon": "2.1.0", "koa-mount": "4.0.0", - "lru-cache": "7.10.2", + "lru-cache": "7.10.3", "lz-string": "1.4.4", "mailparser": "3.5.0", "markdown-it": "13.0.1", diff --git a/yarn.lock b/yarn.lock index 76138a371..a2ec881f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9233,10 +9233,10 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== -lru-cache@7.10.2, lru-cache@^7.7.1: - version "7.10.2" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.2.tgz#aab494e0768ce94f199ef553ffe0a362f2a58bb9" - integrity sha512-9zDbhgmXAUvUMPV81A705K3tVzcPiZL3Bf5/5JC/FjYJlLZ5AJCeqIRFHJqyBppiLosqF+uKB7p8/RDXylqBIw== +lru-cache@7.10.3, lru-cache@^7.7.1: + version "7.10.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.3.tgz#8c0c42c48cb145a1d568fc288377e8d75c528bbe" + integrity sha512-y51R1ks7W1/LXKf7gPUKFB08aJakxfHKNp/B9d4jdMtryARTFc6rtU5LCdIS7v4L0ZAJnGzAAXfFI1deF6pDTA== lru-cache@^4.0.1, lru-cache@^4.1.2: version "4.1.5"