From 32fe98824b135b7359d86e34021ec699a146195d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Nov 2020 14:50:16 +0000 Subject: [PATCH] fix(deps): update minor and patch for gatsby-source-filesystem --- .../gatsby-source-filesystem/package.json | 4 +-- yarn.lock | 29 ++++--------------- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 6ed3003c0a6a4..6d2b3cee2e4c4 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.11.2", "better-queue": "^3.8.10", - "chokidar": "^3.4.2", + "chokidar": "^3.4.3", "file-type": "^12.4.2", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.4.0-next.0", @@ -20,7 +20,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.13.0" + "xstate": "^4.14.0" }, "devDependencies": { "@babel/cli": "^7.11.6", diff --git a/yarn.lock b/yarn.lock index d2e3fd468b7d0..63a13f6509601 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3879,12 +3879,7 @@ dependencies: "@types/lodash" "*" -"@types/lodash@*", "@types/lodash@^4.14.92": - version "4.14.164" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.164.tgz#52348bcf909ac7b4c1bcbeda5c23135176e5dfa0" - integrity sha512-fXCEmONnrtbYUc5014avwBeMdhHHO8YJCkOBflUL9EoJBSKZ1dei+VO74fA7JkTHZ1GvZack2TyIw5U+1lT8jg== - -"@types/lodash@^4.14.165": +"@types/lodash@*", "@types/lodash@^4.14.165", "@types/lodash@^4.14.92": version "4.14.165" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f" integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg== @@ -4226,19 +4221,7 @@ dependencies: "@types/webpack" "*" -"@types/webpack@*": - version "4.41.23" - resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.23.tgz#1925f42a7325be4ae0fce38329f1cc27768fcda7" - integrity sha512-ojA4CupZg8RCzVJLugWlvqrHpT59GWhqFxbinlsnvk10MjQCWB+ot7XDACctbWhnhtdhYK7+HOH1JxkVLiZhMg== - dependencies: - "@types/anymatch" "*" - "@types/node" "*" - "@types/tapable" "*" - "@types/uglify-js" "*" - "@types/webpack-sources" "*" - source-map "^0.6.0" - -"@types/webpack@^4.41.24": +"@types/webpack@*", "@types/webpack@^4.41.24": version "4.41.24" resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.24.tgz#75b664abe3d5bcfe54e64313ca3b43e498550422" integrity sha512-1A0MXPwZiMOD3DPMuOKUKcpkdPo8Lq33UGggZ7xio6wJ/jV1dAu5cXDrOfGDnldUroPIRLsr/DT43/GqOA4RFQ== @@ -26145,10 +26128,10 @@ xss@^1.0.6: commander "^2.20.3" cssfilter "0.0.10" -xstate@^4.11.0, xstate@^4.13.0, xstate@^4.9.1: - version "4.13.0" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.13.0.tgz#0be22ceb8bae2bc6a025fab330fe44204d76771c" - integrity sha512-UnUJJzP2KTPqnmxIoD/ymXtpy/hehZnUlO6EXqWC/72XkPb15p9Oz/X4WhS3QE+by7NP+6b5bCi/GTGFzm5D+A== +xstate@^4.11.0, xstate@^4.14.0, xstate@^4.9.1: + version "4.14.0" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.14.0.tgz#dd9f3f0af4acd04a01b3ad60d3d4c66c51ac1b5d" + integrity sha512-nz+T5rlPl0Vu1L9NZdI7JYVq57k/pKpyLwmztqgcj/HqUVsopnMKBP6cQJCb4Op9TC8kffyJSMwHDFthuRpooQ== xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1: version "4.0.2"