Skip to content

Commit 02e9e9e

Browse files
fix(deps): update dependency xstate to ^4.38.3 for gatsby-source-filesystem
1 parent 11848ae commit 02e9e9e

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

yarn.lock

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

26081-
xstate@^4.38.0:
26082-
version "4.38.0"
26083-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.0.tgz#94c4316bea8e9e7a2974c7c501e5306f6e17ac19"
26084-
integrity sha512-oFjw2YZPyu6HeO0JWCSqfhAALsjFPURsrD2FUFN3u213dWwYU68RFuLtSHco+cEUhpQFW+hRG3PNYgq8HatudQ==
26081+
xstate@^4.38.0, xstate@^4.38.3:
26082+
version "4.38.3"
26083+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075"
26084+
integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw==
2608526085

2608626086
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2608726087
version "4.0.2"

0 commit comments

Comments
 (0)