From 651376a0e1d9dc7b757a4f246806108b349774ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:42:55 +0000 Subject: [PATCH] build(deps): Bump gatsby-source-filesystem from 4.17.0 to 4.19.0 (#2601) --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3724cf78e8..f4f9190f7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "gatsby-remark-copy-linked-files": "^5.19.0", "gatsby-remark-images": "^6.0.0", "gatsby-remark-prismjs": "^6.0.0", - "gatsby-source-filesystem": "^4.0.0", + "gatsby-source-filesystem": "^4.19.0", "gatsby-transformer-remark": "^5.19.0", "gatsby-transformer-yaml": "^4.0.0", "highlight.js": "^11.5.1", @@ -23090,15 +23090,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.17.0.tgz", - "integrity": "sha512-1UErm5fcAqHOB3439V2BmSB5Kz+yDN15qj5J503/f6nL44kPPhJKSjjR64A5iz2y/3nCSTyZfmSs44jw9I1hhg==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.19.0.tgz", + "integrity": "sha512-UUBEqRCKpq/rWX5K8Kizmoi2Cls9oOTEtZRUrhdtMqpz5Y6VAmd7Pwina03r0fej+AoebZWOEzPTOh+WhpIDFw==", "dependencies": { "@babel/runtime": "^7.15.4", - "chokidar": "^3.5.2", + "chokidar": "^3.5.3", "file-type": "^16.5.3", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^3.17.0", + "gatsby-core-utils": "^3.19.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -69769,15 +69769,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.17.0.tgz", - "integrity": "sha512-1UErm5fcAqHOB3439V2BmSB5Kz+yDN15qj5J503/f6nL44kPPhJKSjjR64A5iz2y/3nCSTyZfmSs44jw9I1hhg==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.19.0.tgz", + "integrity": "sha512-UUBEqRCKpq/rWX5K8Kizmoi2Cls9oOTEtZRUrhdtMqpz5Y6VAmd7Pwina03r0fej+AoebZWOEzPTOh+WhpIDFw==", "requires": { "@babel/runtime": "^7.15.4", - "chokidar": "^3.5.2", + "chokidar": "^3.5.3", "file-type": "^16.5.3", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^3.17.0", + "gatsby-core-utils": "^3.19.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/package.json b/package.json index 801584a65a..c5c7882e3e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "gatsby-remark-copy-linked-files": "^5.19.0", "gatsby-remark-images": "^6.0.0", "gatsby-remark-prismjs": "^6.0.0", - "gatsby-source-filesystem": "^4.0.0", + "gatsby-source-filesystem": "^4.19.0", "gatsby-transformer-remark": "^5.19.0", "gatsby-transformer-yaml": "^4.0.0", "highlight.js": "^11.5.1",