From f03f636a1e6d3831c682517c5ee74bb6b14c7ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:40:38 -0500 Subject: Bump gatsby-source-filesystem from 5.4.0 to 5.5.0 (#84) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.4.0 to 5.5.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@5.5.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 69 +++++++++++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 55 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8184969..238a319 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.4.0", "gatsby-plugin-styled-components": "6.3.0", - "gatsby-source-filesystem": "5.4.0", + "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -9310,17 +9310,16 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.4.0.tgz", - "integrity": "sha512-vYJM5mJu3vJAo9x5i1k+teBNHi2Fn9aPIrF2zgzqMz6x3iAaila0rD3hMLhNBCzo+GosCnkkQW9g/Tk4OcR0gg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.5.0.tgz", + "integrity": "sha512-STuHuf3who/9Nx5NW00fpRnaob0TXB3YftrPJ1qnZ+N5pfT0hyOrRm1EhSvrDAlXm3qT45fWddVDFLpaMU8+8g==", "dependencies": { "@babel/runtime": "^7.20.7", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0", - "md5-file": "^5.0.0", - "mime": "^2.6.0", + "fs-extra": "^11.1.0", + "gatsby-core-utils": "^4.5.0", + "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", "xstate": "^4.34.0" @@ -9332,6 +9331,30 @@ "gatsby": "^5.0.0-next" } }, + "node_modules/gatsby-source-filesystem/node_modules/fs-extra": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", + "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/gatsby-source-filesystem/node_modules/mime": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/gatsby-telemetry": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-4.5.0.tgz", @@ -23734,20 +23757,36 @@ } }, "gatsby-source-filesystem": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.4.0.tgz", - "integrity": "sha512-vYJM5mJu3vJAo9x5i1k+teBNHi2Fn9aPIrF2zgzqMz6x3iAaila0rD3hMLhNBCzo+GosCnkkQW9g/Tk4OcR0gg==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.5.0.tgz", + "integrity": "sha512-STuHuf3who/9Nx5NW00fpRnaob0TXB3YftrPJ1qnZ+N5pfT0hyOrRm1EhSvrDAlXm3qT45fWddVDFLpaMU8+8g==", "requires": { "@babel/runtime": "^7.20.7", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0", - "md5-file": "^5.0.0", - "mime": "^2.6.0", + "fs-extra": "^11.1.0", + "gatsby-core-utils": "^4.5.0", + "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", "xstate": "^4.34.0" + }, + "dependencies": { + "fs-extra": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", + "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "mime": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", + "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" + } } }, "gatsby-telemetry": { diff --git a/package.json b/package.json index df1284f..27f34db 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.4.0", "gatsby-plugin-styled-components": "6.3.0", - "gatsby-source-filesystem": "5.4.0", + "gatsby-source-filesystem": "5.5.0", "gatsby-transformer-sharp": "5.4.0", "react": "18.2.0", "react-dom": "18.2.0", -- cgit