Skip to content

Commit

Permalink
Merge pull request #1040 from keplersj/dependabot/npm_and_yarn/gatsby…
Browse files Browse the repository at this point in the history
…-source-filesystem-2.7.0
  • Loading branch information
dependabot-preview[bot] committed Dec 3, 2020
2 parents 54cf90d + aaf5881 commit 8e7e6fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gatsby-theme-atom-service/package.json
Expand Up @@ -61,7 +61,7 @@
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-typescript": "^2.8.0",
"gatsby-source-filesystem": "^2.6.1",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-yaml": "^2.7.0",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Expand Up @@ -7134,10 +7134,10 @@ gatsby-cli@^2.14.1:
yoga-layout-prebuilt "^1.9.6"
yurnalist "^1.1.2"

gatsby-core-utils@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.5.0.tgz#0834b561ab32b8b93db2ddb3ee695188f8d2eea9"
integrity sha512-hCt44m7I9Kmra/iVJwrmHXK8WFK9I1JwXQZquIVZ/JaG8UgqroxW1wpsY7ColbHGMATOmp13Efqn02VNPnms5Q==
gatsby-core-utils@^1.5.0, gatsby-core-utils@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.6.0.tgz#ec719e1a1d409ce69f89883e4334922f3b5c720e"
integrity sha512-jGaXDPbXOkP5Ct7pcOTsx0C0WTvIjSBVlHp0oBIv6rTw7DP498G9RAytqOT8z3uAf1PzWjAcUEMGNdicVucrxg==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
Expand Down Expand Up @@ -7314,24 +7314,24 @@ gatsby-recipes@^0.4.1:
xstate "^4.9.1"
yoga-layout-prebuilt "^1.9.6"

gatsby-source-filesystem@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.6.1.tgz#28529fadbcbdd61a4257c8561200bfc1a8d5556c"
integrity sha512-XQvQewST3uH8bDjyLMv5srqc0Hh1eIzVkPLMXpcWoszlUX/MSCdY8+boZjLAx8YK0O65MLCr66sV9qFDBldjAw==
gatsby-source-filesystem@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.7.0.tgz#09da0ecfb85a6527858029d38b7bc2c68c9a91a3"
integrity sha512-SpIwHe89LLwgwNUEcHaRCe3J5+7ODgdJLh/PhJdSpmEzeHQRtLAfInNuoTMs8pJ53W+1HI/ph3/HXSAPddi/VA==
dependencies:
"@babel/runtime" "^7.12.5"
better-queue "^3.8.10"
chokidar "^3.4.2"
chokidar "^3.4.3"
file-type "^16.0.0"
fs-extra "^8.1.0"
gatsby-core-utils "^1.5.0"
gatsby-core-utils "^1.6.0"
got "^9.6.0"
md5-file "^5.0.0"
mime "^2.4.6"
pretty-bytes "^5.4.1"
progress "^2.0.3"
valid-url "^1.0.9"
xstate "^4.13.0"
xstate "^4.14.0"

gatsby-telemetry@^1.5.1:
version "1.5.1"
Expand Down Expand Up @@ -16811,10 +16811,10 @@ xss@^1.0.6:
commander "^2.20.3"
cssfilter "0.0.10"

xstate@^4.11.0, xstate@^4.13.0, xstate@^4.9.1:
version "4.13.0"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.13.0.tgz#0be22ceb8bae2bc6a025fab330fe44204d76771c"
integrity sha512-UnUJJzP2KTPqnmxIoD/ymXtpy/hehZnUlO6EXqWC/72XkPb15p9Oz/X4WhS3QE+by7NP+6b5bCi/GTGFzm5D+A==
xstate@^4.11.0, xstate@^4.14.0, xstate@^4.9.1:
version "4.14.1"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.14.1.tgz#8902304944aa78ef5bdfa818ca2ca5fd109a3959"
integrity sha512-1LyR5c6wgA41660Cp8Dq5VWRtS75l+KnjysgpgZI9FVLvYl5BF2FmkfT5CAlTIo+CKfj/4IznQYkYfURxuY6WA==

xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.2"
Expand Down

0 comments on commit 8e7e6fb

Please sign in to comment.