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

Commit 30530a6

Browse files
Update dependency @types/lru-cache to v7
1 parent b9dad7e commit 30530a6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/fs-extra": "9.0.13",
4747
"@types/js-base64": "3.0.0",
4848
"@types/lodash": "4.14.197",
49-
"@types/lru-cache": "5.1.1",
49+
"@types/lru-cache": "7.10.9",
5050
"@types/mocha": "10.0.0",
5151
"@types/mock-require": "2.0.1",
5252
"@types/mz": "2.7.4",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,10 +1688,12 @@
16881688
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.197.tgz#e95c5ddcc814ec3e84c891910a01e0c8a378c54b"
16891689
integrity sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==
16901690

1691-
"@types/lru-cache@5.1.1":
1692-
version "5.1.1"
1693-
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.1.tgz#c48c2e27b65d2a153b19bfc1a317e30872e01eef"
1694-
integrity sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==
1691+
"@types/lru-cache@7.10.9":
1692+
version "7.10.9"
1693+
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-7.10.9.tgz#9712d6bad532e6db2e693de6eb35c64770e24783"
1694+
integrity sha512-wrwgkdJ0xr8AbzKhVaRI8SXZN9saapPwwLoydBEr4HqMZET1LUTi1gdoaj82XmRJ9atqN7MtB0aja29iiK+7ag==
1695+
dependencies:
1696+
lru-cache "*"
16951697

16961698
"@types/minimatch@*":
16971699
version "3.0.3"
@@ -6021,7 +6023,7 @@ loud-rejection@^1.0.0:
60216023
currently-unhandled "^0.4.1"
60226024
signal-exit "^3.0.0"
60236025

6024-
lru-cache@^6.0.0:
6026+
lru-cache@*, lru-cache@^6.0.0:
60256027
version "6.0.0"
60266028
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
60276029
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==

0 commit comments

Comments
 (0)