-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @nrwl/nx-cloud from 16.0.4 to 16.0.5 (#4654)
Bumps [@nrwl/nx-cloud](https://github.com/nrwl/nx) from 16.0.4 to 16.0.5. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits) --- updated-dependencies: - dependency-name: "@nrwl/nx-cloud" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d6e1ec7
commit dadba9f
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2556,12 +2556,12 @@ | |
tmp "~0.2.1" | ||
tslib "^2.3.0" | ||
|
||
"@nrwl/[email protected].4": | ||
version "16.0.4" | ||
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-16.0.4.tgz#107692154d776ea8552efe07bb5559a5b20c6177" | ||
integrity sha512-47ksltHAbWKcAENT0x4eXB1SGWUuM0VhstjtT3Vzt0kDRu0cWIN6DdTdsoMpp7mMk4YRUSDpP7syOupA6b+9eQ== | ||
"@nrwl/[email protected].5": | ||
version "16.0.5" | ||
resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-16.0.5.tgz#c963480a71c4afa964fbbe9e4d6bbf222764e9cd" | ||
integrity sha512-1p82ym8WE9ziejwgPslstn19iV/VkHfHfKr/5YOnfCHQS+NxUf92ogcYhHXtqWLblVZ9Zs4W4pkSXK4e04wCmQ== | ||
dependencies: | ||
nx-cloud "16.0.4" | ||
nx-cloud "16.0.5" | ||
|
||
"@nrwl/[email protected]": | ||
version "15.8.7" | ||
|
@@ -5247,6 +5247,15 @@ [email protected]: | |
dependencies: | ||
follow-redirects "^1.14.0" | ||
|
||
[email protected]: | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" | ||
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== | ||
dependencies: | ||
follow-redirects "^1.15.0" | ||
form-data "^4.0.0" | ||
proxy-from-env "^1.1.0" | ||
|
||
axios@^0.21.1: | ||
version "0.21.4" | ||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" | ||
|
@@ -12626,13 +12635,13 @@ nwsapi@^2.2.0, nwsapi@^2.2.2: | |
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.4.tgz#fd59d5e904e8e1f03c25a7d5a15cfa16c714a1e5" | ||
integrity sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g== | ||
|
||
[email protected].4: | ||
version "16.0.4" | ||
resolved "https://registry.yarnpkg.com/nx-cloud/-/nx-cloud-16.0.4.tgz#f8d14547b414e1d0337d86917426ac9a8648e8f1" | ||
integrity sha512-/3ssEkEto7kPT5K/joGb9ZwSlpk4bEVsl21NU9sTeUU0e/O+U7RQM2rpnyW+uSixL2r3/8bmkBPDISK9LWjsTg== | ||
[email protected].5: | ||
version "16.0.5" | ||
resolved "https://registry.yarnpkg.com/nx-cloud/-/nx-cloud-16.0.5.tgz#fa0b0185d254405ec47fcbcdbbd8b12ff1add096" | ||
integrity sha512-13P7r0aKikjBtmdZrNorwXzVPeVIV4MLEwqGY+DEG6doLBtI5KqEQk/d5B5l2dCF2BEi/LXEmLYCmf9gwbOJ+Q== | ||
dependencies: | ||
"@nrwl/nx-cloud" "16.0.4" | ||
axios "^1.0.0" | ||
"@nrwl/nx-cloud" "16.0.5" | ||
axios "1.1.3" | ||
chalk "^4.1.0" | ||
dotenv "~10.0.0" | ||
fs-extra "^11.1.0" | ||
|