Skip to content

Commit d23ec00

Browse files
dependabot[bot]dgolovin
authored andcommitted
build(deps): bump fs-extra from 11.2.0 to 11.3.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.2.0 to 11.3.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.2.0...11.3.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0a579f commit d23ec00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"dependencies": {
7070
"@kubernetes/client-node": "^1.0.0",
7171
"@podman-desktop/api": "^1.15.0",
72-
"fs-extra": "^11.2.0",
72+
"fs-extra": "^11.3.0",
7373
"got": "^14.4.5"
7474
},
7575
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,10 +1244,10 @@ form-data@^4.0.0, form-data@^4.0.1:
12441244
combined-stream "^1.0.8"
12451245
mime-types "^2.1.12"
12461246

1247-
fs-extra@^11.2.0:
1248-
version "11.2.0"
1249-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
1250-
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
1247+
fs-extra@^11.3.0:
1248+
version "11.3.0"
1249+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
1250+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
12511251
dependencies:
12521252
graceful-fs "^4.2.0"
12531253
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)