mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-14 16:42:03 +02:00
Bump gatsby-source-filesystem from 2.8.0 to 2.8.1
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-source-filesystem@2.8.1/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.8.1/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
017f2df400
commit
249bb52f9f
2 changed files with 19 additions and 5 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -10902,16 +10902,16 @@
|
|||
}
|
||||
},
|
||||
"gatsby-source-filesystem": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.8.0.tgz",
|
||||
"integrity": "sha512-wZXwL/B+PvgSAi4Fkrw33yBk6FdDoz6g2mRfS6NxVVQotbA2oNe+jFc+IL0j9/cUMTItP3rW+8V8U9ufASQfAw==",
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.8.1.tgz",
|
||||
"integrity": "sha512-awvrQ63dayVFsbTnPS8dIpFCsDnvwj5RKUCtwn5wL+DKerOFgcCfyXHsSx4rrnIlnvs30yzR7qNgN5tHSx2++Q==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"better-queue": "^3.8.10",
|
||||
"chokidar": "^3.4.3",
|
||||
"file-type": "^16.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-core-utils": "^1.7.0",
|
||||
"gatsby-core-utils": "^1.7.1",
|
||||
"got": "^9.6.0",
|
||||
"md5-file": "^5.0.0",
|
||||
"mime": "^2.4.6",
|
||||
|
@ -10932,6 +10932,20 @@
|
|||
"typedarray-to-buffer": "^3.1.5"
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
|
||||
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"get-stream": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"gatsby-plugin-sass": "^2.8.0",
|
||||
"gatsby-plugin-sharp": "^2.11.1",
|
||||
"gatsby-plugin-sitemap": "^2.9.0",
|
||||
"gatsby-source-filesystem": "^2.8.0",
|
||||
"gatsby-source-filesystem": "^2.8.1",
|
||||
"gatsby-transformer-json": "^2.8.0",
|
||||
"gatsby-transformer-sharp": "^2.9.0",
|
||||
"i18next": "^19.8.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue