chore(deps): bump gatsby-source-filesystem in /client
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.9.1 to 2.10.0. - [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.10.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
22
client/package-lock.json
generated
22
client/package-lock.json
generated
@@ -13465,16 +13465,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-source-filesystem": {
|
"gatsby-source-filesystem": {
|
||||||
"version": "2.9.1",
|
"version": "2.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.9.1.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz",
|
||||||
"integrity": "sha512-irXzH0EK3Y+jSwzhpnxG02fzvXBfkFFsT7tvv5Gp3CosPNX5LWz14PiKYFlylPC0rj2Q/zR7sgHVvkIeqgs3vA==",
|
"integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.12.5",
|
||||||
"better-queue": "^3.8.10",
|
"better-queue": "^3.8.10",
|
||||||
"chokidar": "^3.4.3",
|
"chokidar": "^3.4.3",
|
||||||
"file-type": "^16.0.0",
|
"file-type": "^16.0.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^1.8.0",
|
"gatsby-core-utils": "^1.9.0",
|
||||||
"got": "^9.6.0",
|
"got": "^9.6.0",
|
||||||
"md5-file": "^5.0.0",
|
"md5-file": "^5.0.0",
|
||||||
"mime": "^2.4.6",
|
"mime": "^2.4.6",
|
||||||
@@ -13492,6 +13492,20 @@
|
|||||||
"regenerator-runtime": "^0.13.4"
|
"regenerator-runtime": "^0.13.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"gatsby-core-utils": {
|
||||||
|
"version": "1.9.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz",
|
||||||
|
"integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==",
|
||||||
|
"requires": {
|
||||||
|
"ci-info": "2.0.0",
|
||||||
|
"configstore": "^5.0.1",
|
||||||
|
"fs-extra": "^8.1.0",
|
||||||
|
"node-object-hash": "^2.0.0",
|
||||||
|
"proper-lockfile": "^4.1.1",
|
||||||
|
"tmp": "^0.2.1",
|
||||||
|
"xdg-basedir": "^4.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"got": {
|
"got": {
|
||||||
"version": "9.6.0",
|
"version": "9.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
|
||||||
|
@@ -39,7 +39,7 @@
|
|||||||
"gatsby-plugin-react-helmet": "^3.8.0",
|
"gatsby-plugin-react-helmet": "^3.8.0",
|
||||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||||
"gatsby-remark-prismjs": "^3.12.0",
|
"gatsby-remark-prismjs": "^3.12.0",
|
||||||
"gatsby-source-filesystem": "^2.9.1",
|
"gatsby-source-filesystem": "^2.10.0",
|
||||||
"gatsby-transformer-remark": "^2.15.0",
|
"gatsby-transformer-remark": "^2.15.0",
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
|
Reference in New Issue
Block a user