Skip to content

Commit 7105b39

Browse files
chore(deps): bump fs-extra and @types/fs-extra
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 11.1.0 to 11.1.1 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.1.0...11.1.1) Updates `@types/fs-extra` from 11.0.1 to 11.0.2 - [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-patch - dependency-name: "@types/fs-extra" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dac78f commit 7105b39

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
},
235235
"devDependencies": {
236236
"@types/eventsource": "^1.1.10",
237-
"@types/fs-extra": "^11.0.0",
237+
"@types/fs-extra": "^11.0.2",
238238
"@types/glob": "^7.1.3",
239239
"@types/ndjson": "^2.0.1",
240240
"@types/node": "^16.11.21",
@@ -272,7 +272,7 @@
272272
"date-fns": "^2.30.0",
273273
"eventsource": "^2.0.2",
274274
"find-process": "^1.4.7",
275-
"fs-extra": "^11.1.0",
275+
"fs-extra": "^11.1.1",
276276
"jsonc-parser": "^3.2.0",
277277
"memfs": "^3.4.13",
278278
"ndjson": "^2.0.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,10 @@
548548
resolved "https://registry.yarnpkg.com/@types/eventsource/-/eventsource-1.1.11.tgz#a2c0bfd0436b7db42ed1b2b2117f7ec2e8478dc7"
549549
integrity sha512-L7wLDZlWm5mROzv87W0ofIYeQP5K2UhoFnnUyEWLKM6UBb0ZNRgAqp98qE5DkgfBXdWfc2kYmw9KZm4NLjRbsw==
550550

551-
"@types/fs-extra@^11.0.0":
552-
version "11.0.1"
553-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
554-
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
551+
"@types/fs-extra@^11.0.2":
552+
version "11.0.2"
553+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.2.tgz#23dc1ed7b2eba8ccd75568ac34e7a4e48aa2d087"
554+
integrity sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==
555555
dependencies:
556556
"@types/jsonfile" "*"
557557
"@types/node" "*"
@@ -2550,10 +2550,10 @@ fs-constants@^1.0.0:
25502550
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
25512551
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
25522552

2553-
fs-extra@^11.1.0:
2554-
version "11.1.0"
2555-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
2556-
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
2553+
fs-extra@^11.1.1:
2554+
version "11.1.1"
2555+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
2556+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
25572557
dependencies:
25582558
graceful-fs "^4.2.0"
25592559
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)