Skip to content

Commit 1739332

Browse files
build(deps-dev): bump @angular/cli from 10.0.5 to 10.0.6
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.5 to 10.0.6. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](angular/angular-cli@v10.0.5...v10.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f12292f commit 1739332

File tree

2 files changed

+46
-27
lines changed

2 files changed

+46
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@angular-devkit/build-angular": "~0.1000.5",
3636
"@angular/animations": "10.0.4",
37-
"@angular/cli": "^10.0.5",
37+
"@angular/cli": "^10.0.6",
3838
"@angular/compiler-cli": "10.0.4",
3939
"@types/jasmine": "^3.5.12",
4040
"@uirouter/cypress-runner": "^1.1.0",

yarn.lock

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"@angular-devkit/core" "10.0.5"
1111
rxjs "6.5.5"
1212

13+
"@angular-devkit/architect@0.1000.6":
14+
version "0.1000.6"
15+
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1000.6.tgz#d8143abbf1a1cef8e0ea9c80690821e8ca4cd54c"
16+
integrity sha512-IZ8yiiW+LQ5mI3VbNHzisTIn0j6D1inQZgcZtc5W2A7fFNvBlIh6vGU3mB6Qvg678Gt6tlvnNT6/R9A9Ct7VnA==
17+
dependencies:
18+
"@angular-devkit/core" "10.0.6"
19+
rxjs "6.5.5"
20+
1321
"@angular-devkit/build-angular@~0.1000.5":
1422
version "0.1000.5"
1523
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1000.5.tgz#9be7c63d96d3adf7d6929a09618df9c57d61f76e"
@@ -111,12 +119,23 @@
111119
rxjs "6.5.5"
112120
source-map "0.7.3"
113121

114-
"@angular-devkit/schematics@10.0.5":
115-
version "10.0.5"
116-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-10.0.5.tgz#a9365e06a433c89f0cf7e0a0937ab17816206b1e"
117-
integrity sha512-UeeV8O0IydxCKj2oejygs80oIAQXPYrJHo0PQ/fa0RH6rtV3wZwirdy+yqq/BDGhtV/5VQSVCvu6uyAtGGMgNg==
122+
"@angular-devkit/core@10.0.6":
123+
version "10.0.6"
124+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-10.0.6.tgz#cbb40a34f976f9496270efc4fbdb3ad836b9723e"
125+
integrity sha512-mVvqSEoeErZ7bAModk95EAa6R9Nl23rvX+/TXuKVTK2dziMFBOrwHjb1DYhnZxFIH4xfUftCx+BWHjXBXCPYlA==
118126
dependencies:
119-
"@angular-devkit/core" "10.0.5"
127+
ajv "6.12.3"
128+
fast-json-stable-stringify "2.1.0"
129+
magic-string "0.25.7"
130+
rxjs "6.5.5"
131+
source-map "0.7.3"
132+
133+
"@angular-devkit/schematics@10.0.6":
134+
version "10.0.6"
135+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-10.0.6.tgz#dc3486448cc34544f7076f7fe0a67b75137ae840"
136+
integrity sha512-V3T4cf+jVKiPYyBrSVHf3ZSnk4wIc1WEaaeFta56HccEGQCQpvAFKqDurmtMHer50Hhaxhn7IC3Oi5kPnvkNyQ==
137+
dependencies:
138+
"@angular-devkit/core" "10.0.6"
120139
ora "4.0.4"
121140
rxjs "6.5.5"
122141

@@ -127,16 +146,16 @@
127146
dependencies:
128147
tslib "^2.0.0"
129148

130-
"@angular/cli@^10.0.5":
131-
version "10.0.5"
132-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-10.0.5.tgz#04628246ee6e5428c124ea14656fb1b40f819408"
133-
integrity sha512-Qsa90IGPApJS9HL6Ih7Z8S8mIdriWYEintsT9cfI0WMVYyjvSNZQBf1SvnNU3IEboV4RFnpfXJNmQz1Q4KsRFQ==
149+
"@angular/cli@^10.0.6":
150+
version "10.0.6"
151+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-10.0.6.tgz#366114e36a155611b553be535bec166bd28b4119"
152+
integrity sha512-gQbQA/CsCyMf9RKEv1hJBCdBebV2BHeT4lGi56Eii0IkvZD5WIH0dNfQzR+6ErqGDgE1EI+9YCuX3psMEvCRUA==
134153
dependencies:
135-
"@angular-devkit/architect" "0.1000.5"
136-
"@angular-devkit/core" "10.0.5"
137-
"@angular-devkit/schematics" "10.0.5"
138-
"@schematics/angular" "10.0.5"
139-
"@schematics/update" "0.1000.5"
154+
"@angular-devkit/architect" "0.1000.6"
155+
"@angular-devkit/core" "10.0.6"
156+
"@angular-devkit/schematics" "10.0.6"
157+
"@schematics/angular" "10.0.6"
158+
"@schematics/update" "0.1000.6"
140159
"@yarnpkg/lockfile" "1.1.0"
141160
ansi-colors "4.1.1"
142161
debug "4.1.1"
@@ -1387,21 +1406,21 @@
13871406
dependencies:
13881407
any-observable "^0.3.0"
13891408

1390-
"@schematics/angular@10.0.5":
1391-
version "10.0.5"
1392-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-10.0.5.tgz#905f7c58547fdf9847fb004c1689bc0af7a09a7a"
1393-
integrity sha512-zg8QxgW3uLva/MSKMRYfV7dzj00SUki4nxYN4j1rw42VlwNPnFrPtzFVEilL6N7wFgoHP/6cZRgm4bfXYvLBvg==
1409+
"@schematics/angular@10.0.6":
1410+
version "10.0.6"
1411+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-10.0.6.tgz#568590574dca1556280a0a04f625f79bee34ee4a"
1412+
integrity sha512-TPBpo0GnMJLvKE6rYZDkSy9pnkMH55rSJ6nfLDpQ5zzmhoD/QnASUr8trfTFs3+MqmPlX61xI00+HmStmI8sJQ==
13941413
dependencies:
1395-
"@angular-devkit/core" "10.0.5"
1396-
"@angular-devkit/schematics" "10.0.5"
1414+
"@angular-devkit/core" "10.0.6"
1415+
"@angular-devkit/schematics" "10.0.6"
13971416

1398-
"@schematics/update@0.1000.5":
1399-
version "0.1000.5"
1400-
resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1000.5.tgz#7ce1012ee0b5fb88b149f84294eb49b911b01a3f"
1401-
integrity sha512-xodvq3X4B90u8myMEp9ESPnD2aC4YtNXj1FOcJ+BnguRA7q9rq9EL9Xqdef8sx3PObbSiKC0OFLyxgw76WuC3Q==
1417+
"@schematics/update@0.1000.6":
1418+
version "0.1000.6"
1419+
resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1000.6.tgz#f0131d4b3ed879ae8f19c032d310bece79691738"
1420+
integrity sha512-GGfPGPjRF/MA4EeJ+h1ebzoYDzChF4BV7SaTfpT107LPCD3McRjKS39Jw2qH/ArGNSbrbJ8fYNOIj3g/uh1GoA==
14021421
dependencies:
1403-
"@angular-devkit/core" "10.0.5"
1404-
"@angular-devkit/schematics" "10.0.5"
1422+
"@angular-devkit/core" "10.0.6"
1423+
"@angular-devkit/schematics" "10.0.6"
14051424
"@yarnpkg/lockfile" "1.1.0"
14061425
ini "1.3.5"
14071426
npm-package-arg "^8.0.0"

0 commit comments

Comments
 (0)