Skip to content

Commit c3e9fd9

Browse files
fix(deps): update dependency xstate to ^4.26.1 for gatsby-source-filesystem (#34134)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 89ac7fb commit c3e9fd9

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
@@ -19,7 +19,7 @@
1919
"pretty-bytes": "^5.4.1",
2020
"progress": "^2.0.3",
2121
"valid-url": "^1.0.9",
22-
"xstate": "^4.25.0"
22+
"xstate": "^4.26.1"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.15.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -26765,10 +26765,10 @@ xss@^1.0.6:
2676526765
commander "^2.20.3"
2676626766
cssfilter "0.0.10"
2676726767

26768-
xstate@^4.25.0, xstate@^4.26.0, xstate@^4.9.1:
26769-
version "4.26.0"
26770-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.26.0.tgz#aea3c94b6df57729f55d3d2b83ab9d21801ad24e"
26771-
integrity sha512-l0tfRBhVYM17D6IWT4pVOzzN9kY/5lnPWCe4LXjJ3F9HCrJOPBn6tPRAb9mapSRBS8cOeByJFDCRSNopgaoC5w==
26768+
xstate@^4.26.0, xstate@^4.26.1, xstate@^4.9.1:
26769+
version "4.26.1"
26770+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.26.1.tgz#4fc1afd153f88cf302a9ee2b758f6629e6a829b6"
26771+
integrity sha512-JLofAEnN26l/1vbODgsDa+Phqa61PwDlxWu8+2pK+YbXf+y9pQSDLRvcYH2H1kkeUBA5fGp+xFL/zfE8jNMw4g==
2677226772

2677326773
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2677426774
version "4.0.2"

0 commit comments

Comments
 (0)