Skip to content

Commit

Permalink
Merge f066aab into 4336500
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2023
2 parents 4336500 + f066aab commit bca8edd
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 @@ -3231,12 +3231,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 @@ -3334,6 +3335,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 @@ -6953,7 +6963,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 @@ -6964,6 +6974,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^11.0.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 5ca476103fa1f5ff4a9b3c4f331548f8a3c1881edaae323a4415d3153b5dc11dc6a981c8d1dd93eec8367ceee27b53f8bd27eecbbf66ffcdd04927510c171e7f
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 bca8edd

Please sign in to comment.