1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-13 16:45:12 +01:00

Bump gatsby-source-filesystem from 4.4.0 to 4.5.1 (#771)

This commit is contained in:
dependabot[bot] 2022-01-17 09:08:02 +00:00 committed by GitHub
parent 8f3665d058
commit ea30888160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -24,7 +24,7 @@
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-json": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"gatsby-transformer-yaml": "^4.4.0",
@ -11575,16 +11575,16 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/gatsby-source-filesystem": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz",
"integrity": "sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.5.1.tgz",
"integrity": "sha512-yME2P0uzsKIB8K7j2zidwIJkqko0e8CxB644piti4NqTF0NAjYHRuich0cjGIvv5sGq2infWVvw+6+tRZT2Hqw==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.4.0",
"gatsby-core-utils": "^3.5.1",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",
@ -34268,16 +34268,16 @@
}
},
"gatsby-source-filesystem": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz",
"integrity": "sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.5.1.tgz",
"integrity": "sha512-yME2P0uzsKIB8K7j2zidwIJkqko0e8CxB644piti4NqTF0NAjYHRuich0cjGIvv5sGq2infWVvw+6+tRZT2Hqw==",
"requires": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.4.0",
"gatsby-core-utils": "^3.5.1",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",

View File

@ -35,7 +35,7 @@
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-json": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"gatsby-transformer-yaml": "^4.4.0",