1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

Bump gatsby-source-filesystem from 2.3.23 to 2.3.24

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.23 to 2.3.24.
- [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.3.24/packages/gatsby-source-filesystem)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-10 01:12:44 +00:00 committed by GitHub
parent 9db00b6b0b
commit c37904cf7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 8 deletions

27
package-lock.json generated
View File

@ -12763,9 +12763,9 @@
}
},
"gatsby-source-filesystem": {
"version": "2.3.23",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.23.tgz",
"integrity": "sha512-OkSefJZscSlf7tjJQIMHpzsf3evDcqf4T1iunMEwL1Qj1iZVD/6UbRIf1kJLt5SS8tGtvsqDNyaQ8Al7rsuJ1g==",
"version": "2.3.24",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz",
"integrity": "sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw==",
"requires": {
"@babel/runtime": "^7.10.3",
"better-queue": "^3.8.10",
@ -12773,7 +12773,7 @@
"chokidar": "3.4.0",
"file-type": "^12.4.2",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.14",
"gatsby-core-utils": "^1.3.15",
"got": "^9.6.0",
"md5-file": "^3.2.3",
"mime": "^2.4.6",
@ -12785,9 +12785,9 @@
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
"integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -12797,6 +12797,19 @@
"resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz",
"integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg=="
},
"gatsby-core-utils": {
"version": "1.3.15",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz",
"integrity": "sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==",
"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",
"xdg-basedir": "^4.0.0"
}
},
"got": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",

View File

@ -42,7 +42,7 @@
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-remark-vscode": "^3.0.1",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-source-graphql": "^2.6.2",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.5.12",