Merge pull request #188 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-source-filesystem-2.5.0

Bump gatsby-source-filesystem from 2.4.1 to 2.5.0
This commit is contained in:
Kevin Kandlbinder 2020-11-15 23:36:57 +01:00 committed by GitHub
commit 0e80ebf867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 19 deletions

22
package-lock.json generated
View file

@ -9654,16 +9654,16 @@
}
},
"gatsby-source-filesystem": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.1.tgz",
"integrity": "sha512-JDFgK+873XebNvZreEhDzgRlkZ6jEXuS4A+TuJT3EPfTZ3h15YMGnldR2AWhAWYDFX9i2RfFPDuAo8xYzuFY1Q==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.5.0.tgz",
"integrity": "sha512-wDTcAqhhgf8ElotfOHU0d0itX1ir1GSoge/PCH/X6b/cEFLxLCgcqUVPHr1/opdRqzoQN/PGO/xVHeK3myQB+Q==",
"requires": {
"@babel/runtime": "^7.11.2",
"better-queue": "^3.8.10",
"chokidar": "^3.4.2",
"file-type": "^12.4.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.24",
"gatsby-core-utils": "^1.4.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.4.6",
@ -9682,20 +9682,6 @@
"regenerator-runtime": "^0.13.4"
}
},
"gatsby-core-utils": {
"version": "1.3.24",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.24.tgz",
"integrity": "sha512-SlK7rJv/8NBYC8FodYvTINamBHadXNSv//a2uRwh44N1GSSujuCMvtUcpEuAdg9BUQHc54NbbmFuoqf8p85kgA==",
"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": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",

View file

@ -15,7 +15,7 @@
"gatsby-plugin-sass": "^2.5.0",
"gatsby-plugin-sitemap": "^2.5.1",
"gatsby-plugin-styled-components": "^3.3.14",
"gatsby-source-filesystem": "^2.4.1",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-sharp": "^2.5.21",
"gatsby-transformer-remark": "^2.9.2",