chore(deps): bump gatsby-source-filesystem to 2.1.46

This commit is contained in:
Jean-Philippe Sirois
2020-01-27 22:18:37 -05:00
parent ed195b9c61
commit 2ab1d8d3d6
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -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"
+1 -1
View File
@@ -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",