Skip to content
Merged
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-plugin-root-import": "^6.6.0",
"copyfiles": "^2.4.1",
"fetch-mock": "^11.1.5",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3832,14 +3832,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
"fs-extra@npm:^11.3.0":
version: 11.3.0
resolution: "fs-extra@npm:11.3.0"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
checksum: 5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5241,7 +5241,7 @@ __metadata:
babel-plugin-root-import: "npm:^6.6.0"
copyfiles: "npm:^2.4.1"
fetch-mock: "npm:^11.1.5"
fs-extra: "npm:^11.2.0"
fs-extra: "npm:^11.3.0"
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
lodash: "npm:^4.17.21"
Expand Down
Loading