Skip to content

Commit 18aa9d7

Browse files
chore(deps): bump fs-extra and @types/fs-extra (#114)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra). These dependencies needed to be updated together. Updates `fs-extra` from 10.1.0 to 11.2.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@10.1.0...11.2.0) Updates `@types/fs-extra` from 11.0.1 to 11.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/fs-extra" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61da0ec commit 18aa9d7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"dependencies": {
6666
"@kubernetes/client-node": "^0.21.0",
6767
"@podman-desktop/api": "^1.2.0",
68-
"fs-extra": "^10.1.0",
68+
"fs-extra": "^11.2.0",
6969
"got": "^14.2.1",
7070
"js-yaml": "^4.1.0"
7171
},
7272
"devDependencies": {
7373
"7zip-min": "^1.4.3",
74-
"@types/fs-extra": "^11.0.1",
74+
"@types/fs-extra": "^11.0.4",
7575
"@types/node": "^20.12.12",
7676
"byline": "^5.0.0",
7777
"copyfiles": "^2.4.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@
282282
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
283283
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
284284

285-
"@types/fs-extra@^11.0.1":
286-
version "11.0.1"
287-
resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.1.tgz"
288-
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
285+
"@types/fs-extra@^11.0.4":
286+
version "11.0.4"
287+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.4.tgz#e16a863bb8843fba8c5004362b5a73e17becca45"
288+
integrity sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==
289289
dependencies:
290290
"@types/jsonfile" "*"
291291
"@types/node" "*"
@@ -672,10 +672,10 @@ form-data@~2.3.2:
672672
combined-stream "^1.0.6"
673673
mime-types "^2.1.12"
674674

675-
fs-extra@^10.1.0:
676-
version "10.1.0"
677-
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz"
678-
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
675+
fs-extra@^11.2.0:
676+
version "11.2.0"
677+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
678+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
679679
dependencies:
680680
graceful-fs "^4.2.0"
681681
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)