Skip to content

Commit c369935

Browse files
fix(deps): update minor and patch for gatsby-source-filesystem (#27137)
Co-authored-by: Renovate Bot <[email protected]>
1 parent bce4713 commit c369935

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/gatsby-source-filesystem/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"got": "^9.6.0",
1818
"md5-file": "^3.2.3",
1919
"mime": "^2.4.6",
20-
"pretty-bytes": "^5.3.0",
20+
"pretty-bytes": "^5.4.1",
2121
"progress": "^2.0.3",
2222
"read-chunk": "^3.2.0",
2323
"valid-url": "^1.0.9",
24-
"xstate": "^4.11.0"
24+
"xstate": "^4.13.0"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.11.6",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -18966,10 +18966,10 @@ pretty-bytes@^4.0.2:
1896618966
version "4.0.2"
1896718967
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
1896818968

18969-
pretty-bytes@^5.1.0, pretty-bytes@^5.3.0:
18970-
version "5.3.0"
18971-
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.3.0.tgz#f2849e27db79fb4d6cfe24764fc4134f165989f2"
18972-
integrity sha512-hjGrh+P926p4R4WbaB6OckyRtO0F0/lQBiT+0gnxjV+5kjPBrfVBFCsCLbMqVQeydvIoouYTCmmEURiH3R1Bdg==
18969+
pretty-bytes@^5.1.0, pretty-bytes@^5.3.0, pretty-bytes@^5.4.1:
18970+
version "5.4.1"
18971+
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.4.1.tgz#cd89f79bbcef21e3d21eb0da68ffe93f803e884b"
18972+
integrity sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==
1897318973

1897418974
pretty-error@^2.0.2, pretty-error@^2.1.1:
1897518975
version "2.1.1"
@@ -25936,10 +25936,10 @@ xss@^1.0.6:
2593625936
commander "^2.20.3"
2593725937
cssfilter "0.0.10"
2593825938

25939-
xstate@^4.11.0, xstate@^4.9.1:
25940-
version "4.11.0"
25941-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.11.0.tgz#dc0bd31079fe22918c2c27c118d6310bef3dcd9e"
25942-
integrity sha512-v+S3jF2YrM2tFOit8o7+4N3FuFd9IIGcIKHyfHeeNjMlmNmwuiv/IbY9uw7ECifx7H/A9aGLcxPSr0jdjTGDww==
25939+
xstate@^4.11.0, xstate@^4.13.0, xstate@^4.9.1:
25940+
version "4.13.0"
25941+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.13.0.tgz#0be22ceb8bae2bc6a025fab330fe44204d76771c"
25942+
integrity sha512-UnUJJzP2KTPqnmxIoD/ymXtpy/hehZnUlO6EXqWC/72XkPb15p9Oz/X4WhS3QE+by7NP+6b5bCi/GTGFzm5D+A==
2594325943

2594425944
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2594525945
version "4.0.2"

0 commit comments

Comments
 (0)