Skip to content

Commit 2cfbddb

Browse files
fix(deps): update minor and patch for gatsby-source-filesystem (#27906)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b30ad09 commit 2cfbddb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.12.5",
1111
"better-queue": "^3.8.10",
12-
"chokidar": "^3.4.2",
12+
"chokidar": "^3.4.3",
1313
"file-type": "^12.4.2",
1414
"fs-extra": "^8.1.0",
1515
"gatsby-core-utils": "^1.6.0-next.0",
@@ -20,7 +20,7 @@
2020
"progress": "^2.0.3",
2121
"read-chunk": "^3.2.0",
2222
"valid-url": "^1.0.9",
23-
"xstate": "^4.13.0"
23+
"xstate": "^4.14.0"
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "^7.12.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -26316,10 +26316,10 @@ xss@^1.0.6:
2631626316
commander "^2.20.3"
2631726317
cssfilter "0.0.10"
2631826318

26319-
xstate@^4.11.0, xstate@^4.13.0, xstate@^4.9.1:
26320-
version "4.13.0"
26321-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.13.0.tgz#0be22ceb8bae2bc6a025fab330fe44204d76771c"
26322-
integrity sha512-UnUJJzP2KTPqnmxIoD/ymXtpy/hehZnUlO6EXqWC/72XkPb15p9Oz/X4WhS3QE+by7NP+6b5bCi/GTGFzm5D+A==
26319+
xstate@^4.11.0, xstate@^4.14.0, xstate@^4.9.1:
26320+
version "4.14.0"
26321+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.14.0.tgz#dd9f3f0af4acd04a01b3ad60d3d4c66c51ac1b5d"
26322+
integrity sha512-nz+T5rlPl0Vu1L9NZdI7JYVq57k/pKpyLwmztqgcj/HqUVsopnMKBP6cQJCb4Op9TC8kffyJSMwHDFthuRpooQ==
2632326323

2632426324
xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
2632526325
version "4.0.2"

0 commit comments

Comments
 (0)