Skip to content

Commit 059625c

Browse files
authored
Merge pull request #660 from system-ui/dependabot/npm_and_yarn/gatsby-source-filesystem-2.1.48
Bump gatsby-source-filesystem from 2.1.46 to 2.1.48
2 parents 1442597 + 8933b74 commit 059625c

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

yarn.lock

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,14 +1309,7 @@
13091309
dependencies:
13101310
regenerator-runtime "^0.13.2"
13111311

1312-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6":
1313-
version "7.7.6"
1314-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.6.tgz#d18c511121aff1b4f2cd1d452f1bac9601dd830f"
1315-
integrity sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==
1316-
dependencies:
1317-
regenerator-runtime "^0.13.2"
1318-
1319-
"@babel/runtime@^7.7.7":
1312+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6", "@babel/runtime@^7.7.7":
13201313
version "7.8.3"
13211314
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
13221315
integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
@@ -10691,10 +10684,10 @@ gatsby-cli@^2.8.19:
1069110684
ink "^2.6.0"
1069210685
ink-spinner "^3.0.1"
1069310686

10694-
gatsby-core-utils@^1.0.24, gatsby-core-utils@^1.0.26:
10695-
version "1.0.26"
10696-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.26.tgz#e1cbdfad498d58d677d9d74f21a1ede661b49d6f"
10697-
integrity sha512-NPflmXmyTcg3x2mp6cqp/51QeAHRKepfbf0X4erDsnVlewFJuGTe+25ZJvWkkwU2g1cPAxuwzlPe0jOL92iU4A==
10687+
gatsby-core-utils@^1.0.24, gatsby-core-utils@^1.0.26, gatsby-core-utils@^1.0.28:
10688+
version "1.0.28"
10689+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.28.tgz#aa66e49cdcc1892e7817a32fdd806cf5e16ea309"
10690+
integrity sha512-XWKR9Rk2v6iQkmBsTLCdI3adyC9PCh1s5BQ85nlGitlgcVVQq98jZlQdcy0v9mJOrTuce0uf5RqkeGDWFLekoA==
1069810691
dependencies:
1069910692
ci-info "2.0.0"
1070010693
node-object-hash "^2.0.0"
@@ -10897,18 +10890,18 @@ gatsby-remark-smartypants@^2.1.20:
1089710890
unist-util-visit "^1.4.1"
1089810891

1089910892
gatsby-source-filesystem@^2.1.11, gatsby-source-filesystem@^2.1.46:
10900-
version "2.1.46"
10901-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.46.tgz#ab90c4520f0664218c7334dbec6cd90acc85cf9d"
10902-
integrity sha512-5LC90+qMKK+/hJzZxKcazx5JvvOO1wHH+ZE7JDSHSzZ1QB+RKWnkvG4a7n6dyiFybo1HN3ql5YQXQLkBEiIfMg==
10893+
version "2.1.48"
10894+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.48.tgz#85bd83b953278a7597be38b2e8cd9c69de32fa64"
10895+
integrity sha512-m1RIYDoV9rhMe2p0ZJA1ae4IIX+iIJCMpNnQiQVtTf+mfihiWyDAdi4lsWzJUxPt8FQwDgUG7GzY3sAoGctvzQ==
1090310896
dependencies:
1090410897
"@babel/runtime" "^7.7.6"
1090510898
better-queue "^3.8.10"
1090610899
bluebird "^3.7.2"
1090710900
chokidar "3.3.0"
1090810901
file-type "^12.4.0"
1090910902
fs-extra "^8.1.0"
10910-
gatsby-core-utils "^1.0.26"
10911-
got "^7.1.0"
10903+
gatsby-core-utils "^1.0.28"
10904+
got "^8.3.2"
1091210905
md5-file "^3.2.3"
1091310906
mime "^2.4.4"
1091410907
pretty-bytes "^5.3.0"
@@ -11587,7 +11580,7 @@ got@^6.7.1:
1158711580
unzip-response "^2.0.1"
1158811581
url-parse-lax "^1.0.0"
1158911582

11590-
got@^7.0.0, got@^7.1.0:
11583+
got@^7.0.0:
1159111584
version "7.1.0"
1159211585
resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
1159311586
integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==

0 commit comments

Comments
 (0)