From c301c5a90fdd23633a4db0cb7e43314bff16c6a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:47:37 +0000 Subject: [PATCH] chore(deps): bump lru-cache from 10.0.3 to 10.1.0 (#10071) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7849e0347400..92236b990325 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "is-svg": "^5.0.0", "js-yaml": "^4.1.0", "loglevel": "^1.8.1", - "lru-cache": "^10.0.3", + "lru-cache": "^10.1.0", "md5-file": "^5.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-phrasing": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index e2fbeb393eb3..e248226f534a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9992,10 +9992,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.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.3.tgz#b40014d7d2d16d94130b87297a04a1f24874ae7c" - integrity sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg== +lru-cache@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484" + integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag== lru-cache@^4.0.1: version "4.1.5"