From f3f538985eec1daed79629528916023fb1863521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:12:51 +0000 Subject: [PATCH] build(deps): update dependency lru-cache to v10.2.2 (#28803) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7d175dbaa3..9d15ddfe0d 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "json5": "2.2.3", "jsonata": "2.0.4", "klona": "2.0.6", - "lru-cache": "10.2.1", + "lru-cache": "10.2.2", "luxon": "3.4.4", "markdown-it": "14.1.0", "markdown-table": "2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97ba842632..565130eb74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -216,8 +216,8 @@ importers: specifier: 2.0.6 version: 2.0.6 lru-cache: - specifier: 10.2.1 - version: 10.2.1 + specifier: 10.2.2 + version: 10.2.2 luxon: specifier: 3.4.4 version: 3.4.4 @@ -4199,8 +4199,8 @@ packages: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} - lru-cache@10.2.1: - resolution: {integrity: sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==} + lru-cache@10.2.2: + resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} engines: {node: 14 || >=16.14} lru-cache@5.1.1: @@ -7255,7 +7255,7 @@ snapshots: agent-base: 7.1.1 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.4 - lru-cache: 10.2.1 + lru-cache: 10.2.2 socks-proxy-agent: 8.0.3 transitivePeerDependencies: - supports-color @@ -8883,7 +8883,7 @@ snapshots: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.3 glob: 10.3.12 - lru-cache: 10.2.1 + lru-cache: 10.2.2 minipass: 7.0.4 minipass-collect: 2.0.1 minipass-flush: 1.0.5 @@ -10108,7 +10108,7 @@ snapshots: hosted-git-info@7.0.1: dependencies: - lru-cache: 10.2.1 + lru-cache: 10.2.2 html-escaper@2.0.2: {} @@ -10944,7 +10944,7 @@ snapshots: lowercase-keys@2.0.0: {} - lru-cache@10.2.1: {} + lru-cache@10.2.2: {} lru-cache@5.1.1: dependencies: @@ -11602,7 +11602,7 @@ snapshots: path-scurry@1.10.2: dependencies: - lru-cache: 10.2.1 + lru-cache: 10.2.2 minipass: 7.0.4 path-to-regexp@6.2.2: {} -- GitLab