Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent 211a817 commit 4dbe787
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docusaurus-search-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cheerio": "^1.0.0-rc.3",
"clsx": "^1.1.1",
"debug": "^4.2.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.0.0",
"klaw-sync": "^6.0.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
Expand All @@ -50,7 +50,7 @@
"@tsconfig/docusaurus": "^1.0.2",
"@types/cheerio": "^0.22.31",
"@types/debug": "^4.1.5",
"@types/fs-extra": "^9.0.2",
"@types/fs-extra": "^11.0.0",
"@types/jest": "^28.0.0",
"@types/klaw-sync": "^6.0.0",
"@types/lunr": "^2.3.3",
Expand Down
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ __metadata:
"@tsconfig/docusaurus": ^1.0.2
"@types/cheerio": ^0.22.31
"@types/debug": ^4.1.5
"@types/fs-extra": ^9.0.2
"@types/fs-extra": ^11.0.0
"@types/jest": ^28.0.0
"@types/klaw-sync": ^6.0.0
"@types/lunr": ^2.3.3
Expand All @@ -2218,7 +2218,7 @@ __metadata:
concurrently: ^7.0.0
copyfiles: ^2.4.0
debug: ^4.2.0
fs-extra: ^10.0.0
fs-extra: ^11.0.0
klaw-sync: ^6.0.0
lunr: ^2.3.9
lunr-languages: ^1.4.0
Expand Down Expand Up @@ -3247,12 +3247,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:^9.0.2":
version: 9.0.2
resolution: "@types/fs-extra@npm:9.0.2"
"@types/fs-extra@npm:^11.0.0":
version: 11.0.1
resolution: "@types/fs-extra@npm:11.0.1"
dependencies:
"@types/jsonfile": "*"
"@types/node": "*"
checksum: 221891e5a3f5d48f9a44d4900d6e403838231aa34e3a1a14d4eab95f990cdf629ed6b20a6cb82911281f4fce450df68439d23b35419aa63c563518c38d7d2bb6
checksum: 3e930346e5d84f419deb8ced1c582beef8cb20d0bd8a0eb145a37d75bab0572a1895f0e48a0d681d386b3a58b9a992b2d2acecc464bcaec2548f53ea00718651
languageName: node
linkType: hard

Expand Down Expand Up @@ -3350,6 +3351,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonfile@npm:*":
version: 6.1.1
resolution: "@types/jsonfile@npm:6.1.1"
dependencies:
"@types/node": "*"
checksum: 0f8fe0a9221a00e8413cffba723dfe16553868724b830237256fb0052ecd5cac96498189d1235a001cfa815f352008261c9ceb373f0aa58227f891e0c7a12c4d
languageName: node
linkType: hard

"@types/keyv@npm:^3.1.1":
version: 3.1.4
resolution: "@types/keyv@npm:3.1.4"
Expand Down Expand Up @@ -6976,7 +6986,7 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0, fs-extra@npm:^10.1.0":
"fs-extra@npm:^10.1.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
dependencies:
Expand All @@ -6987,6 +6997,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^11.0.0":
version: 11.1.1
resolution: "fs-extra@npm:11.1.1"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: fb883c68245b2d777fbc1f2082c9efb084eaa2bbf9fddaa366130d196c03608eebef7fb490541276429ee1ca99f317e2d73e96f5ca0999eefedf5a624ae1edfd
languageName: node
linkType: hard

"fs-extra@npm:^9.0.0":
version: 9.1.0
resolution: "fs-extra@npm:9.1.0"
Expand Down

0 comments on commit 4dbe787

Please sign in to comment.