Skip to content

Commit 1d2dd04

Browse files
fix(deps): update dependency xstate to ^4.38.0 for gatsby-source-filesystem (#38319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b049e02 commit 1d2dd04

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.2"
18+
"xstate": "^4.38.0"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.20.7",

yarn.lock

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

25070-
xstate@^4.37.2:
25071-
version "4.37.2"
25072-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.2.tgz#c5f4c1d8062784238b91e2dfddca05f821cb4eac"
25073-
integrity sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==
25070+
xstate@^4.37.2, xstate@^4.38.0:
25071+
version "4.38.0"
25072+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.0.tgz#94c4316bea8e9e7a2974c7c501e5306f6e17ac19"
25073+
integrity sha512-oFjw2YZPyu6HeO0JWCSqfhAALsjFPURsrD2FUFN3u213dWwYU68RFuLtSHco+cEUhpQFW+hRG3PNYgq8HatudQ==
2507425074

2507525075
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2507625076
version "4.0.2"

0 commit comments

Comments
 (0)