Skip to content

Commit 21f815f

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-filesystem (#37163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bbaf80 commit 21f815f

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
@@ -13,8 +13,8 @@
1313
"fs-extra": "^10.1.0",
1414
"gatsby-core-utils": "^4.3.0-next.0",
1515
"md5-file": "^5.0.0",
16-
"mime": "^2.5.2",
17-
"pretty-bytes": "^5.4.1",
16+
"mime": "^2.6.0",
17+
"pretty-bytes": "^5.6.0",
1818
"valid-url": "^1.0.9",
1919
"xstate": "^4.34.0"
2020
},

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -16602,10 +16602,10 @@ [email protected], mime@^3.0.0:
1660216602
resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
1660316603
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
1660416604

16605-
mime@^2.0.3, mime@^2.2.0, mime@^2.4.4, mime@^2.5.2:
16606-
version "2.5.2"
16607-
resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe"
16608-
integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==
16605+
mime@^2.0.3, mime@^2.2.0, mime@^2.4.4, mime@^2.5.2, mime@^2.6.0:
16606+
version "2.6.0"
16607+
resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
16608+
integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
1660916609

1661016610
mimic-fn@^1.0.0:
1661116611
version "1.2.0"
@@ -19199,10 +19199,10 @@ pretty-bytes@^4.0.2:
1919919199
version "4.0.2"
1920019200
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
1920119201

19202-
pretty-bytes@^5.1.0, pretty-bytes@^5.4.1:
19203-
version "5.4.1"
19204-
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.4.1.tgz#cd89f79bbcef21e3d21eb0da68ffe93f803e884b"
19205-
integrity sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA==
19202+
pretty-bytes@^5.1.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
19203+
version "5.6.0"
19204+
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
19205+
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
1920619206

1920719207
pretty-error@^2.1.2:
1920819208
version "2.1.2"

0 commit comments

Comments
 (0)