Bump gatsby-source-filesystem from 2.3.1 to 2.3.3
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.3.3/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d1d2d5ceb7
commit
86adbc9896
|
@ -15,7 +15,7 @@
|
|||
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||
"gatsby-plugin-sass": "^2.2.3",
|
||||
"gatsby-plugin-sharp": "^2.6.3",
|
||||
"gatsby-source-filesystem": "^2.2.4",
|
||||
"gatsby-source-filesystem": "^2.3.3",
|
||||
"gatsby-transformer-sharp": "^2.4.6",
|
||||
"jsonp": "^0.2.1",
|
||||
"node-sass": "^4.14.0",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -6086,7 +6086,7 @@ gatsby-cli@^2.12.21:
|
|||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.2.1, gatsby-core-utils@^1.2.2:
|
||||
gatsby-core-utils@^1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz#19ad6e3917e4748333d952a04ec30ade02fe81fd"
|
||||
integrity sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==
|
||||
|
@ -6306,10 +6306,10 @@ gatsby-recipes@^0.1.19:
|
|||
ws "^7.3.0"
|
||||
xstate "^4.9.1"
|
||||
|
||||
gatsby-source-filesystem@^2.2.4:
|
||||
version "2.3.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.1.tgz#a5c76bdfbb13fcbf771b9ecd9b77b6d955586b78"
|
||||
integrity sha512-WZu4QltA8fLRmWJh6C9QXTfg9tKJsio9Pl1HgEY4nY6cuu9DqUH3CAO39+B/fJ9o12Y6AFK5CVmLjdIyEhK4uQ==
|
||||
gatsby-source-filesystem@^2.3.3:
|
||||
version "2.3.3"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.3.tgz#16a7be93c577da11137654cd04d4bcf0c73c1867"
|
||||
integrity sha512-RsA6xssBKEel2e0Rj1hQZRNtPQ1lOh2ZlpXZr3CpE3W52F8bSrGnIBnqkmp4aPmtDGYgcw3okid0UNhBmUeiuA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.9.6"
|
||||
better-queue "^3.8.10"
|
||||
|
@ -6317,7 +6317,7 @@ gatsby-source-filesystem@^2.2.4:
|
|||
chokidar "3.4.0"
|
||||
file-type "^12.4.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.2.1"
|
||||
gatsby-core-utils "^1.2.2"
|
||||
got "^9.6.0"
|
||||
md5-file "^3.2.3"
|
||||
mime "^2.4.5"
|
||||
|
|
Reference in New Issue