Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 8453b50

Browse files
Bump lru-cache from 6.0.0 to 7.3.1
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.3.1. - [Release notes](https://github.com/isaacs/node-lru-cache/releases) - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](isaacs/node-lru-cache@v6.0.0...v7.3.1) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1513b55 commit 8453b50

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"express": "4.17.2",
1818
"generic-pool": "3.8.2",
1919
"got": "11.8.2",
20-
"lru-cache": "6.0.0",
20+
"lru-cache": "7.3.1",
2121
"minimalcss": "0.11.3",
2222
"performance-now": "2.1.0",
2323
"prettier": "2.5.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3408,7 +3408,12 @@ lowercase-keys@^2.0.0:
34083408
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
34093409
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
34103410

3411-
lru-cache@6.0.0, lru-cache@^6.0.0:
3411+
lru-cache@7.3.1:
3412+
version "7.3.1"
3413+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.3.1.tgz#7702e80694ec2bf19865567a469f2b081fcf53f5"
3414+
integrity sha512-nX1x4qUrKqwbIAhv4s9et4FIUVzNOpeY07bsjGUy8gwJrXH/wScImSQqXErmo/b2jZY2r0mohbLA9zVj7u1cNw==
3415+
3416+
lru-cache@^6.0.0:
34123417
version "6.0.0"
34133418
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
34143419
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==

0 commit comments

Comments
 (0)