From 0886b3233868e02e8e6dd71ea32b5e2f9f9adcfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:49:44 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 10.2.2 to 10.3.0 (#11379) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd34e97af4d3..1cb52a3c96c8 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "is-svg": "^5.0.1", "js-yaml": "^4.1.0", "loglevel": "^1.9.1", - "lru-cache": "^10.2.2", + "lru-cache": "^10.3.0", "md5-file": "^5.0.0", "mdast-util-from-markdown": "^2.0.1", "mdast-util-phrasing": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 57ae8e39c287..1243036fc37e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10531,10 +10531,10 @@ lowercase-keys@^3.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2" integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ== -lru-cache@^10.2.2, "lru-cache@^9.1.1 || ^10.0.0": - version "10.2.2" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878" - integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ== +lru-cache@^10.3.0, "lru-cache@^9.1.1 || ^10.0.0": + version "10.3.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b" + integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ== lru-cache@^4.0.1: version "4.1.5"