From 787fb8875cd5d390ef24def78a7ad65db3f8da73 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 27 Feb 2021 17:11:59 -0800 Subject: [PATCH] fix(dependencies): More updates to dependencies --- package-lock.json | 21 ++++++++++++--------- package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ae2396..d82ca5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-react-helmet": "^3.9.0", "gatsby-plugin-sharp": "^2.14.3", - "gatsby-source-filesystem": "^2.10.0", + "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-sharp": "2.12.0", "prop-types": "^15.7.2", "qrcode.react": "^1.0.1", @@ -13108,16 +13108,16 @@ "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==" }, "node_modules/gatsby-source-filesystem": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz", - "integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz", + "integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==", "dependencies": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.9.0", + "gatsby-core-utils": "^1.10.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -13128,6 +13128,9 @@ }, "engines": { "node": ">=10.13.0" + }, + "peerDependencies": { + "gatsby": "^2.2.0" } }, "node_modules/gatsby-source-filesystem/node_modules/file-type": { @@ -46531,16 +46534,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz", - "integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz", + "integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.9.0", + "gatsby-core-utils": "^1.10.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/package.json b/package.json index 4061c7a..af13669 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-react-helmet": "^3.9.0", "gatsby-plugin-sharp": "^2.14.3", - "gatsby-source-filesystem": "^2.10.0", + "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-sharp": "2.12.0", "prop-types": "^15.7.2", "qrcode.react": "^1.0.1",