Skip to content

Commit f192268

Browse files
authoredMay 2, 2023
fix(deps): update dependency xstate to ^4.37.2 for gatsby-source-filesystem (#38004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1ae0ca commit f192268

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mime": "^3.0.0",
1616
"pretty-bytes": "^5.6.0",
1717
"valid-url": "^1.0.9",
18-
"xstate": "^4.37.1"
18+
"xstate": "^4.37.2"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -24972,10 +24972,10 @@ xmlhttprequest-ssl@~2.0.0:
2497224972
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67"
2497324973
integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==
2497424974

24975-
xstate@^4.35.3, xstate@^4.37.1:
24976-
version "4.37.1"
24977-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.1.tgz#1dd5a8bda179ef6cbb42e0e5fe06c99048a1ce3c"
24978-
integrity sha512-MuB7s01nV5vG2CzaBg2msXLGz7JuS+x/NBkQuZAwgEYCnWA8iQMiRz2VGxD3pcFjZAOih3fOgDD3kDaFInEx+g==
24975+
xstate@^4.35.3, xstate@^4.37.2:
24976+
version "4.37.2"
24977+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.2.tgz#c5f4c1d8062784238b91e2dfddca05f821cb4eac"
24978+
integrity sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==
2497924979

2498024980
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2498124981
version "4.0.2"

0 commit comments

Comments
 (0)