Skip to content

Commit 399942e

Browse files
fix(deps): update minor and patch dependencies for gatsby-source-filesystem (#33771)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c96bd1c commit 399942e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/gatsby-source-filesystem/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@babel/runtime": "^7.15.4",
1111
"chokidar": "^3.5.2",
12-
"fastq": "^1.11.1",
12+
"fastq": "^1.13.0",
1313
"file-type": "^16.5.3",
1414
"fs-extra": "^10.0.0",
1515
"gatsby-core-utils": "^3.2.0-next.0",
@@ -19,7 +19,7 @@
1919
"pretty-bytes": "^5.4.1",
2020
"progress": "^2.0.3",
2121
"valid-url": "^1.0.9",
22-
"xstate": "^4.14.0"
22+
"xstate": "^4.25.0"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.15.4",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -27096,7 +27096,7 @@ xss@^1.0.6:
2709627096
commander "^2.20.3"
2709727097
cssfilter "0.0.10"
2709827098

27099-
xstate@^4.14.0, xstate@^4.25.0, xstate@^4.9.1:
27099+
xstate@^4.25.0, xstate@^4.9.1:
2710027100
version "4.25.0"
2710127101
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.25.0.tgz#d902ef33137532043f7a88597af8e5e1c7ad6bdf"
2710227102
integrity sha512-qP7lc/ypOuuWME4ArOBnzaCa90TfHkjiqYDmxpiCjPy6FcXstInA2vH6qRVAHbPXRK4KQIYfIEOk1X38P+TldQ==

0 commit comments

Comments
 (0)