Skip to content

Commit

Permalink
⬆️ Bump netlify-cli in /.github/actions/deploy-netlify (#2799)
Browse files Browse the repository at this point in the history
Bumps [netlify-cli](https://github.com/netlify/cli) from 9.12.5 to 9.13.1.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v9.12.5...v9.13.1)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2022
1 parent 6dc329e commit 13f7dfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"netlify-cli": "^9.12.5"
"netlify-cli": "^9.13.1"
}
}
14 changes: 10 additions & 4 deletions .github/actions/deploy-netlify/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4182,6 +4182,11 @@ gh-release-fetch@^3.0.0:
node-fetch "^2.3.0"
semver "^7.0.0"

git-clone@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/git-clone/-/git-clone-0.2.0.tgz#9dce00facbab227d2562150052cd4a3a7ec15c41"
integrity sha512-1UAkEPIFbyjHaddljUKvPhhLRnrKaImT71T7rdvSvWLXw95nLdhdi6Qmlx0KOWoV1qqvHGLq5lMLJEZM0JXk8A==

git-repo-info@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/git-repo-info/-/git-repo-info-2.1.1.tgz#220ffed8cbae74ef8a80e3052f2ccb5179aed058"
Expand Down Expand Up @@ -5936,10 +5941,10 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==

netlify-cli@^9.12.5:
version "9.12.5"
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-9.12.5.tgz#296bbac8e49dc2af65010b3073970300d8b68eae"
integrity sha512-MZZ+xeXZjfkpYLwZDJ48BtLhFSH0NLhTyXd23A5GcKAAwhIAULAHZDFNAk+DeLEOc05oSSyP3czKweh9BgXfBA==
netlify-cli@^9.13.1:
version "9.13.1"
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-9.13.1.tgz#f5c272c4c66888a622f8c5daea211fc109cc4e4b"
integrity sha512-l2MUAG53jZvWWB6uAcL1pU28Daty2Kq5hjE5qIKPXO8db5c9Dn28WbqPKEH39X5JOBGqcibDGHQSTWYMBi9wvQ==
dependencies:
"@netlify/build" "^26.4.0"
"@netlify/config" "^17.0.18"
Expand Down Expand Up @@ -5986,6 +5991,7 @@ netlify-cli@^9.12.5:
fuzzy "^0.1.3"
get-port "^5.1.0"
gh-release-fetch "^3.0.0"
git-clone "^0.2.0"
git-repo-info "^2.1.0"
gitconfiglocal "^2.1.0"
graphql "^16.1.0"
Expand Down

0 comments on commit 13f7dfe

Please sign in to comment.