Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency gatsby-source-local-git to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Aug 11, 2020
1 parent bf55286 commit f318f1a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"gatsby-remark-jargon": "2.7.2",
"gatsby-remark-mermaid": "2.0.0",
"gatsby-source-filesystem": "2.3.24",
"gatsby-source-local-git": "1.0.0",
"gatsby-source-local-git": "1.1.1",
"gatsby-transformer-gitinfo": "1.1.0",
"gatsby-transformer-remark": "2.8.28",
"gatsby-transformer-sharp": "2.5.13",
Expand Down
33 changes: 27 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,18 @@
"@babel/runtime" "^7.7.2"
regenerator-runtime "^0.13.3"

"@kwsites/file-exists@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
integrity sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==
dependencies:
debug "^4.1.1"

"@kwsites/promise-deferred@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz#8ace5259254426ccef57f3175bc64ed7095ed919"
integrity sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==

"@loadable/babel-plugin@^5.12.0":
version "5.13.0"
resolved "https://registry.yarnpkg.com/@loadable/babel-plugin/-/babel-plugin-5.13.0.tgz#669b6f8cb0468800a1e59fc515030870b05aacb5"
Expand Down Expand Up @@ -8341,12 +8353,12 @@ gatsby-source-filesystem@2.3.24:
valid-url "^1.0.9"
xstate "^4.11.0"

gatsby-source-local-git@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/gatsby-source-local-git/-/gatsby-source-local-git-1.0.0.tgz#a285eb60d92b2d8021ed33ea1e62ca6e1f6c152d"
integrity sha512-QsX5vjs/Zsh7vAkPzcnsDm085qAaMX+NSZrhscwjQrk0os61lVbFiXbpkiwvBPuCxXGl2QITTWejPqvcps7y8A==
gatsby-source-local-git@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/gatsby-source-local-git/-/gatsby-source-local-git-1.1.1.tgz#81a36e77b2b0cf353e76c9ef01846a43d4af6155"
integrity sha512-i4bzfR2d1i/xyveU3J3i8lL0C8hC0PKv9oBbonEEeEypo8QCQpOjVIX1qKWUQkOjs5tto/IIvFV3ITOUKLNwvQ==
dependencies:
simple-git "^1.128.0"
simple-git "^2.15.0"

gatsby-telemetry@^1.3.27:
version "1.3.27"
Expand Down Expand Up @@ -15403,13 +15415,22 @@ simple-get@^4.0.0:
once "^1.3.1"
simple-concat "^1.0.0"

simple-git@^1.126.0, simple-git@^1.128.0:
simple-git@^1.126.0:
version "1.132.0"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-1.132.0.tgz#53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1"
integrity sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==
dependencies:
debug "^4.0.1"

simple-git@^2.15.0:
version "2.17.0"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.17.0.tgz#541205913734018d32d051af847ad9fec2f95901"
integrity sha512-l2F16fJvHWSx+E1C8WduwpNDfqf+JDD8nsEaD5szUZlbz5Y6paSnR4wlGxIa6Mr6I4kl3F9QmTaPIQjSxlcafA==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"
debug "^4.1.1"

simple-swizzle@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
Expand Down

0 comments on commit f318f1a

Please sign in to comment.