diff --git a/website/package.json b/website/package.json index 7e113f133..2bbe8eaa9 100644 --- a/website/package.json +++ b/website/package.json @@ -45,7 +45,7 @@ "gatsby-remark-images": "^3.2.2", "gatsby-remark-smartypants": "^2.2.3", "gatsby-remark-social-cards": "https://github.com/pepibumur/gatsby-remark-social-cards.git#0.5.2", - "gatsby-source-filesystem": "^2.2.4", + "gatsby-source-filesystem": "^2.3.0", "gatsby-transformer-yaml": "^2.3.4", "graphviz-react": "^1.0.4", "is-absolute-url": "^3.0.3", diff --git a/website/yarn.lock b/website/yarn.lock index 78e65f531..5771b06f0 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -4377,6 +4377,21 @@ chokidar@3.3.1: optionalDependencies: fsevents "~2.1.2" +chokidar@3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" + integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== + dependencies: + anymatch "~3.1.1" + braces "~3.0.2" + glob-parent "~5.1.0" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.4.0" + optionalDependencies: + fsevents "~2.1.2" + chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.8: version "2.1.8" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" @@ -7715,18 +7730,18 @@ gatsby-remark-smartypants@^2.2.3: jimp "^0.6.0" path "^0.12.7" -gatsby-source-filesystem@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.4.tgz#5526e90efa3fd1dd56df587bdbcd87cb6280aa29" - integrity sha512-Tf5HKAYcVmVFj7DhWi7+opDH312em8vkuoH/fTVLReBrN0yfi8maDha9EaZj4lL1fTtLk6WG0TwOM6GkyYiqgw== +gatsby-source-filesystem@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.0.tgz#2c308b7e023b6cb37814156da9b681a3deb7b4c3" + integrity sha512-SUJbbl4hYyvudGImU86amxIfqYoYpkITlY0lHV7azeAQj3199ZUqO0hGwbl4MZ5fNwwQEbANEUbsoPkyc/QUZQ== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.9.2" better-queue "^3.8.10" bluebird "^3.7.2" - chokidar "3.3.1" + chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.1.3" + gatsby-core-utils "^1.2.0" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.4" @@ -7734,7 +7749,7 @@ gatsby-source-filesystem@^2.2.4: progress "^2.0.3" read-chunk "^3.2.0" valid-url "^1.0.9" - xstate "^4.8.0" + xstate "^4.9.1" gatsby-telemetry@^1.2.6: version "1.2.6" @@ -13468,6 +13483,13 @@ readdirp@~3.3.0: dependencies: picomatch "^2.0.7" +readdirp@~3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" + integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== + dependencies: + picomatch "^2.2.1" + recursive-readdir@2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.1.tgz#90ef231d0778c5ce093c9a48d74e5c5422d13a99" @@ -17086,10 +17108,10 @@ xregexp@^4.3.0: dependencies: "@babel/runtime-corejs3" "^7.8.3" -xstate@^4.8.0: - version "4.8.0" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.8.0.tgz#1aefa1f7828f84f61c356785615ffc0824ebf5a2" - integrity sha512-xHSYQtCHLkcrFRxa5lK4Lp1rnKt00a80jcKFMQiMBuE+6MvTYv7twwqYpzjsJoKFjGZB3GGEpZAuY1dmlPTh/g== +xstate@^4.8.0, xstate@^4.9.1: + version "4.9.1" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.9.1.tgz#da883ae0993b129ba0b54592c59b069963b0fe0a" + integrity sha512-cfNnRaBebnr1tvs0nHBUTyomfJx36+8MWwXceyNTZfjyELMM8nIoiBDcUzfKmpNlnAvs2ZPREos19cw6Zl4nng== xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1: version "4.0.2"