From f95793eb04508f6a89d45602804a0063b471478a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 9 Oct 2019 04:35:48 -0400 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem to 2.1.30 --- package-lock.json | 19 +++---------------- package.json | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7a5d26..d577c0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9320,9 +9320,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.1.29", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.29.tgz", - "integrity": "sha512-MRJ3jkGhxJDztXzw0oeh4hizLzs5hGIc/Jq5gwUi5NcrKCR5HDbOFvVVE8irfkoNh7TuvHf6sjWFzDgzlUADgw==", + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.30.tgz", + "integrity": "sha512-k40elbvuzaOuMG2SdflCp38DoF82iv7rtZo9bHJ/jlvQUq4NQEQze4psD11aAAiH8Yxzifv/1nutxNyI/m1Ztg==", "requires": { "@babel/runtime": "^7.6.2", "better-queue": "^3.8.10", @@ -9341,19 +9341,6 @@ "xstate": "^4.6.7" }, "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - }, - "bluebird": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.0.tgz", - "integrity": "sha512-aBQ1FxIa7kSWCcmKHlcHFlT2jt6J/l4FzC7KcPELkOJOsPOb/bccdhmIrKDfXhwFrmc7vDoDrrepFvGqjyXGJg==" - }, "file-type": { "version": "12.3.0", "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.3.0.tgz", diff --git a/package.json b/package.json index f4e8761..e04464e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-plugin-typescript": "^2.1.11", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.12", - "gatsby-source-filesystem": "^2.1.29", + "gatsby-source-filesystem": "^2.1.30", "gatsby-transformer-remark": "^2.6.27", "gatsby-transformer-sharp": "^2.2.20", "katex": "^0.11.1",