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

Update npm package fs-extra to v11.3.0 #6167

Merged
merged 1 commit into from
Jan 15, 2025
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 apps/hashdotdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"d3-dag": "1.1.0",
"date-fns": "4.1.0",
"feed": "4.2.2",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"gray-matter": "4.0.3",
"html-to-text": "9.0.5",
"image-size": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dotenv-flow": "3.3.0",
"eslint": "9.17.0",
"file-loader": "6.2.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.6.3",
"process": "0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion libs/@local/repo-chores/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"chalk": "5.4.1",
"envalid": "7.3.1",
"execa": "5.1.1",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"globby": "11.1.0",
"prettier": "3.4.2",
"regex-parser": "2.3.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ __metadata:
eslint: "npm:9.17.0"
execa: "npm:7.2.0"
feed: "npm:4.2.2"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
gray-matter: "npm:4.0.3"
html-to-text: "npm:9.0.5"
image-size: "npm:1.2.0"
Expand Down Expand Up @@ -826,7 +826,7 @@ __metadata:
eslint: "npm:9.17.0"
file-loader: "npm:6.2.0"
fractional-indexing: "npm:2.1.0"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
graphql: "npm:16.10.0"
html-loader: "npm:4.2.0"
html-webpack-plugin: "npm:5.6.3"
Expand Down Expand Up @@ -9569,7 +9569,7 @@ __metadata:
envalid: "npm:7.3.1"
eslint: "npm:9.17.0"
execa: "npm:5.1.1"
fs-extra: "npm:11.2.0"
fs-extra: "npm:11.3.0"
globby: "npm:11.1.0"
prettier: "npm:3.4.2"
regex-parser: "npm:2.3.0"
Expand Down Expand Up @@ -29209,14 +29209,14 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.2.0, fs-extra@npm:^11.1.0, fs-extra@npm:^11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
"fs-extra@npm:11.3.0, fs-extra@npm:^11.1.0, fs-extra@npm:^11.2.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: 10c0/d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
checksum: 10c0/5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a
languageName: node
linkType: hard

Expand Down
Loading