Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump fs-extra and @types/fs-extra #5515

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
],
"dependencies": {
"ansi-regex": "5.0.1",
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"logdown": "3.3.1",
"platform": "1.3.6"
},
"devDependencies": {
"@swc/core": "^1.3.10",
"@swc/jest": "^0.2.23",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"@types/jest": "^29.2.0",
"@types/platform": "1.3.4",
"@types/rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/copy-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"axios": "1.5.1",
"copy": "0.3.2",
"cosmiconfig": "8.3.6",
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"jszip": "3.10.1",
"logdown": "3.3.1"
},
Expand All @@ -21,7 +21,7 @@
"@swc/jest": "^0.2.23",
"@types/axios": "^0.14.0",
"@types/copy": "0.3.3",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"@types/jest": "^29.2.0",
"@types/rimraf": "^3.0.2",
"jest": "^29.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/license-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"collect-licenses": "src/cli.js"
},
"dependencies": {
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"logdown": "3.3.1",
"npm-license-crawler": "0.2.1",
"npm-registry-package-info": "1.0.5"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"@types/license-checker": "^25",
"@types/npm-registry-package-info": "1.0.2",
"@types/rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/store-engine-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@wireapp/store-engine": "5.x.x"
},
"dependencies": {
"fs-extra": "11.1.0"
"fs-extra": "11.1.1"
},
"devDependencies": {
"@swc/core": "^1.3.10",
"@swc/jest": "^0.2.23",
"@types/fs-extra": "9.0.13",
"@types/fs-extra": "11.0.2",
"@types/jest": "^29.2.0",
"@types/node": "^20.1.0",
"@types/rimraf": "^3.0.2",
Expand Down
53 changes: 26 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3955,12 +3955,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:9.0.13":
version: 9.0.13
resolution: "@types/fs-extra@npm:9.0.13"
"@types/fs-extra@npm:11.0.2":
version: 11.0.2
resolution: "@types/fs-extra@npm:11.0.2"
dependencies:
"@types/jsonfile": "*"
"@types/node": "*"
checksum: add79e212acd5ac76b97b9045834e03a7996aef60a814185e0459088fd290519a3c1620865d588fa36c4498bf614210d2a703af5cf80aa1dbc125db78f6edac3
checksum: 5b3e30343ee62d2e393e1029355f13f64bab6f3416226e22492483f99da840e2e53ca22cbfa4ac3749f2f83f7086d19c009005c8fa175da01df0fae59c2d73e1
languageName: node
linkType: hard

Expand Down Expand Up @@ -4062,6 +4063,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonfile@npm:*":
version: 6.1.2
resolution: "@types/jsonfile@npm:6.1.2"
dependencies:
"@types/node": "*"
checksum: 3e020944de09e54ef7c4200dfbbedba76da417a58c712611ff9d30921e214dfabbe81dadd4d6608647a3ee8900d445407d7336dd991b8fe6df4249320ad4a1b4
languageName: node
linkType: hard

"@types/jsrsasign@npm:10.5.9":
version: 10.5.9
resolution: "@types/jsrsasign@npm:10.5.9"
Expand Down Expand Up @@ -5012,12 +5022,12 @@ __metadata:
dependencies:
"@swc/core": ^1.3.10
"@swc/jest": ^0.2.23
"@types/fs-extra": 9.0.13
"@types/fs-extra": 11.0.2
"@types/jest": ^29.2.0
"@types/platform": 1.3.4
"@types/rimraf": ^3.0.2
ansi-regex: 5.0.1
fs-extra: 11.1.0
fs-extra: 11.1.1
jest: ^29.2.1
logdown: 3.3.1
platform: 1.3.6
Expand All @@ -5034,13 +5044,13 @@ __metadata:
"@swc/jest": ^0.2.23
"@types/axios": ^0.14.0
"@types/copy": 0.3.3
"@types/fs-extra": 9.0.13
"@types/fs-extra": 11.0.2
"@types/jest": ^29.2.0
"@types/rimraf": ^3.0.2
axios: 1.5.1
copy: 0.3.2
cosmiconfig: 8.3.6
fs-extra: 11.1.0
fs-extra: 11.1.1
jest: ^29.2.1
jszip: 3.10.1
logdown: 3.3.1
Expand Down Expand Up @@ -5151,11 +5161,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@wireapp/license-collector@workspace:packages/license-collector"
dependencies:
"@types/fs-extra": 9.0.13
"@types/fs-extra": 11.0.2
"@types/license-checker": ^25
"@types/npm-registry-package-info": 1.0.2
"@types/rimraf": ^3.0.2
fs-extra: 11.1.0
fs-extra: 11.1.1
license-checker: ^25.0.1
logdown: 3.3.1
npm-license-crawler: 0.2.1
Expand Down Expand Up @@ -5327,12 +5337,12 @@ __metadata:
dependencies:
"@swc/core": ^1.3.10
"@swc/jest": ^0.2.23
"@types/fs-extra": 9.0.13
"@types/fs-extra": 11.0.2
"@types/jest": ^29.2.0
"@types/node": ^20.1.0
"@types/rimraf": ^3.0.2
"@wireapp/store-engine": "workspace:^"
fs-extra: 11.1.0
fs-extra: 11.1.1
jest: ^29.2.1
rimraf: ^3.0.2
ts-node: 10.9.1
Expand Down Expand Up @@ -9887,14 +9897,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.1.0":
version: 11.1.0
resolution: "fs-extra@npm:11.1.0"
"fs-extra@npm:11.1.1, fs-extra@npm:^11.1.1":
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: 5ca476103fa1f5ff4a9b3c4f331548f8a3c1881edaae323a4415d3153b5dc11dc6a981c8d1dd93eec8367ceee27b53f8bd27eecbbf66ffcdd04927510c171e7f
checksum: fb883c68245b2d777fbc1f2082c9efb084eaa2bbf9fddaa366130d196c03608eebef7fb490541276429ee1ca99f317e2d73e96f5ca0999eefedf5a624ae1edfd
languageName: node
linkType: hard

Expand All @@ -9909,17 +9919,6 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^11.1.1":
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