Skip to content

Commit befdd52

Browse files
chore(deps): bump fs-extra and @types/fs-extra (#149)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e6497a commit befdd52

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
@@ -240,7 +240,7 @@
240240
},
241241
"devDependencies": {
242242
"@types/eventsource": "^1.1.14",
243-
"@types/fs-extra": "^11.0.0",
243+
"@types/fs-extra": "^11.0.3",
244244
"@types/glob": "^7.1.3",
245245
"@types/ndjson": "^2.0.1",
246246
"@types/node": "^16.11.21",
@@ -278,7 +278,7 @@
278278
"date-fns": "^2.30.0",
279279
"eventsource": "^2.0.2",
280280
"find-process": "^1.4.7",
281-
"fs-extra": "^11.1.0",
281+
"fs-extra": "^11.1.1",
282282
"jsonc-parser": "^3.2.0",
283283
"memfs": "^3.4.13",
284284
"ndjson": "^2.0.0",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,10 @@
620620
resolved "https://registry.yarnpkg.com/@types/eventsource/-/eventsource-1.1.14.tgz#b5b115b19f3a392a6c29331486bc88dcb4e8a4e2"
621621
integrity sha512-WiPIkZ5fuhTkeaVaPKbaP6vHuTX9FHnFNTrkSbm+Uf6g4TH3YNbdfw5/1oLzKIWsQRbrvSiByO2nPSxjr5/cgQ==
622622

623-
"@types/fs-extra@^11.0.0":
624-
version "11.0.1"
625-
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.1.tgz#f542ec47810532a8a252127e6e105f487e0a6ea5"
626-
integrity sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==
623+
"@types/fs-extra@^11.0.3":
624+
version "11.0.3"
625+
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-11.0.3.tgz#72c3a247c8dd5703c93d900c584e006476146866"
626+
integrity sha512-sF59BlXtUdzEAL1u0MSvuzWd7PdZvZEtnaVkzX5mjpdWTJ8brG0jUqve3jPCzSzvAKKMHTG8F8o/WMQLtleZdQ==
627627
dependencies:
628628
"@types/jsonfile" "*"
629629
"@types/node" "*"
@@ -2622,10 +2622,10 @@ fs-constants@^1.0.0:
26222622
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
26232623
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
26242624

2625-
fs-extra@^11.1.0:
2626-
version "11.1.0"
2627-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
2628-
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
2625+
fs-extra@^11.1.1:
2626+
version "11.1.1"
2627+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
2628+
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
26292629
dependencies:
26302630
graceful-fs "^4.2.0"
26312631
jsonfile "^6.0.1"

0 commit comments

Comments
 (0)