Skip to content

Commit

Permalink
chore(deps): update dependency file-entry-cache to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 39fd805 commit f8e2531
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"espree": "9.6.1",
"fast-glob": "3.3.2",
"fast-json-stable-stringify": "2.1.0",
"file-entry-cache": "7.0.2",
"file-entry-cache": "8.0.0",
"find-cache-dir": "5.0.0",
"flow-parser": "0.224.0",
"get-east-asian-width": "1.2.0",
Expand Down
47 changes: 39 additions & 8 deletions yarn.lock
Expand Up @@ -4196,12 +4196,12 @@ __metadata:
languageName: node
linkType: hard

"file-entry-cache@npm:7.0.2, file-entry-cache@npm:^7.0.1":
version: 7.0.2
resolution: "file-entry-cache@npm:7.0.2"
"file-entry-cache@npm:8.0.0":
version: 8.0.0
resolution: "file-entry-cache@npm:8.0.0"
dependencies:
flat-cache: "npm:^3.2.0"
checksum: e03e99beb9809a5679699ebd7146f3b93870b57775705f4b61bda4a1d8454dfd261b48e770a601f6c36a4789b4c0750f262e4d5fb2c7eeceb75e16439b07211a
flat-cache: "npm:^4.0.0"
checksum: afe55c4de4e0d226a23c1eae62a7219aafb390859122608a89fa4df6addf55c7fd3f1a2da6f5b41e7cdff496e4cf28bbd215d53eab5c817afa96d2b40c81bfb0
languageName: node
linkType: hard

Expand All @@ -4214,6 +4214,15 @@ __metadata:
languageName: node
linkType: hard

"file-entry-cache@npm:^7.0.1":
version: 7.0.2
resolution: "file-entry-cache@npm:7.0.2"
dependencies:
flat-cache: "npm:^3.2.0"
checksum: e03e99beb9809a5679699ebd7146f3b93870b57775705f4b61bda4a1d8454dfd261b48e770a601f6c36a4789b4c0750f262e4d5fb2c7eeceb75e16439b07211a
languageName: node
linkType: hard

"fill-range@npm:^7.0.1":
version: 7.0.1
resolution: "fill-range@npm:7.0.1"
Expand Down Expand Up @@ -4274,6 +4283,17 @@ __metadata:
languageName: node
linkType: hard

"flat-cache@npm:^4.0.0":
version: 4.0.0
resolution: "flat-cache@npm:4.0.0"
dependencies:
flatted: "npm:^3.2.9"
keyv: "npm:^4.5.4"
rimraf: "npm:^5.0.5"
checksum: 344c60d397fab339b86b317d5c32dedeb31142b72160d7e17e0fc218c0a5f0aa09a48441ec8f5638e18c723c1d923a3d2a2eb922ae58656963306b42d2f47aec
languageName: node
linkType: hard

"flatted@npm:^3.2.9":
version: 3.2.9
resolution: "flatted@npm:3.2.9"
Expand Down Expand Up @@ -4492,7 +4512,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10":
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -6175,7 +6195,7 @@ __metadata:
languageName: node
linkType: hard

"keyv@npm:^4.5.3":
"keyv@npm:^4.5.3, keyv@npm:^4.5.4":
version: 4.5.4
resolution: "keyv@npm:4.5.4"
dependencies:
Expand Down Expand Up @@ -7311,7 +7331,7 @@ __metadata:
execa: "npm:7.2.0"
fast-glob: "npm:3.3.2"
fast-json-stable-stringify: "npm:2.1.0"
file-entry-cache: "npm:7.0.2"
file-entry-cache: "npm:8.0.0"
find-cache-dir: "npm:5.0.0"
flow-parser: "npm:0.224.0"
get-east-asian-width: "npm:1.2.0"
Expand Down Expand Up @@ -7759,6 +7779,17 @@ __metadata:
languageName: node
linkType: hard

"rimraf@npm:^5.0.5":
version: 5.0.5
resolution: "rimraf@npm:5.0.5"
dependencies:
glob: "npm:^10.3.7"
bin:
rimraf: dist/esm/bin.mjs
checksum: a612c7184f96258b7d1328c486b12ca7b60aa30e04229a08bbfa7e964486deb1e9a1b52d917809311bdc39a808a4055c0f950c0280fba194ba0a09e6f0d404f6
languageName: node
linkType: hard

"rollup-plugin-license@npm:3.2.0":
version: 3.2.0
resolution: "rollup-plugin-license@npm:3.2.0"
Expand Down

0 comments on commit f8e2531

Please sign in to comment.