mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-04-28 17:56:47 +02:00
Bump gatsby-source-filesystem from 4.14.0 to 4.15.0
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.14.0 to 4.15.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@4.15.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2272f4ff8e
commit
a18c57f5d4
2 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
||||||
"gatsby-plugin-sass": "^5.14.0",
|
"gatsby-plugin-sass": "^5.14.0",
|
||||||
"gatsby-plugin-sitemap": "^5.14.0",
|
"gatsby-plugin-sitemap": "^5.14.0",
|
||||||
"gatsby-plugin-typescript": "^4.6.0",
|
"gatsby-plugin-typescript": "^4.6.0",
|
||||||
"gatsby-source-filesystem": "^4.14.0",
|
"gatsby-source-filesystem": "^4.15.0",
|
||||||
"gatsby-source-youtube-v3": "^3.0.2",
|
"gatsby-source-youtube-v3": "^3.0.2",
|
||||||
"gatsby-transformer-remark": "^5.14.0",
|
"gatsby-transformer-remark": "^5.14.0",
|
||||||
"gatsby-transformer-sharp": "^4.14.0",
|
"gatsby-transformer-sharp": "^4.14.0",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6709,16 +6709,16 @@ gatsby-source-filesystem@^1.5.27:
|
||||||
slash "^1.0.0"
|
slash "^1.0.0"
|
||||||
valid-url "^1.0.9"
|
valid-url "^1.0.9"
|
||||||
|
|
||||||
gatsby-source-filesystem@^4.14.0:
|
gatsby-source-filesystem@^4.15.0:
|
||||||
version "4.14.0"
|
version "4.15.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.14.0.tgz#c08f91b88f262edc6d899fb17ee901ecb2b8aa2c"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.15.0.tgz#115eafc580ec0c8083b37e54336013c65e5073b3"
|
||||||
integrity sha512-r6QTNS0Y8DAWN/cHtA3P/cRXE41TAa0QuOeK+6lnoxAbDmgGt2/EvfXy0wIDvKJTYLQQL0WgY5/pxbvsUqTS5g==
|
integrity sha512-FlT2Tr4AE/A7PDtS7X1NM0fyl/VULkIl97KlvgW3kl31aRS/JozVLR0stYHUYNAzWi24dDJphBqwxXaGDBXNYg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.15.4"
|
"@babel/runtime" "^7.15.4"
|
||||||
chokidar "^3.5.2"
|
chokidar "^3.5.2"
|
||||||
file-type "^16.5.3"
|
file-type "^16.5.3"
|
||||||
fs-extra "^10.1.0"
|
fs-extra "^10.1.0"
|
||||||
gatsby-core-utils "^3.14.0"
|
gatsby-core-utils "^3.15.0"
|
||||||
got "^9.6.0"
|
got "^9.6.0"
|
||||||
md5-file "^5.0.0"
|
md5-file "^5.0.0"
|
||||||
mime "^2.5.2"
|
mime "^2.5.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue