From 2ab1d8d3d6476a998294f39c54e9c56b243864c0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 27 Jan 2020 21:51:07 -0500 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem to 2.1.46 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3f6600..6e9d114 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11973,9 +11973,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.1.43", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.43.tgz", - "integrity": "sha512-lmq64xMgHE6cXwLgddogcx2THPsMCia/HivWRGK6DCJhCOXDbkWSiNYthpMIgZXkfsGaYFiVjxRZSSn1QVOU9g==", + "version": "2.1.46", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.46.tgz", + "integrity": "sha512-5LC90+qMKK+/hJzZxKcazx5JvvOO1wHH+ZE7JDSHSzZ1QB+RKWnkvG4a7n6dyiFybo1HN3ql5YQXQLkBEiIfMg==", "requires": { "@babel/runtime": "^7.7.6", "better-queue": "^3.8.10", @@ -11983,7 +11983,7 @@ "chokidar": "3.3.0", "file-type": "^12.4.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.0.25", + "gatsby-core-utils": "^1.0.26", "got": "^7.1.0", "md5-file": "^3.2.3", "mime": "^2.4.4", @@ -11995,9 +11995,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", - "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.3.tgz", + "integrity": "sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==", "requires": { "regenerator-runtime": "^0.13.2" } @@ -12008,9 +12008,9 @@ "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" }, "gatsby-core-utils": { - "version": "1.0.25", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.25.tgz", - "integrity": "sha512-Pz5xueweH9qv5TIW7wwlTxI/CbyzkiE5xvgLicbHbU+InH+lCNt4VuvGP1gQcIRuHMCIbuVKSiVCC7jnxEbtrA==", + "version": "1.0.26", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz", + "integrity": "sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A==", "requires": { "ci-info": "2.0.0", "node-object-hash": "^2.0.0" diff --git a/package.json b/package.json index a160559..72092d8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gatsby-plugin-typescript": "^2.1.26", "gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-katex": "^3.1.23", - "gatsby-source-filesystem": "^2.1.43", + "gatsby-source-filesystem": "^2.1.46", "gatsby-transformer-remark": "^2.6.45", "gatsby-transformer-sharp": "^2.3.9", "katex": "^0.11.1",