Skip to content

Commit 62b1929

Browse files
committed
fix(deps): update angularcli monorepo to v12.1.3
1 parent 92ce0e8 commit 62b1929

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"typescript": "4.3.5"
4747
},
4848
"dependencies": {
49-
"@angular-devkit/schematics": "12.1.1",
50-
"@schematics/angular": "12.1.1",
49+
"@angular-devkit/schematics": "12.1.3",
50+
"@schematics/angular": "12.1.3",
5151
"@types/jest": "26.0.24",
5252
"cors": "2.8.5",
5353
"jest": "27.0.6",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
rxjs "6.6.7"
1515
source-map "0.7.3"
1616

17-
"@angular-devkit/core@12.1.1":
18-
version "12.1.1"
19-
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.1.1.tgz"
20-
integrity sha512-z5+O3ugXbo8djKPjUtf/UfnYCmco2K1LVhQ6cWLhKi3NKRBiHeNmZh5nAycqFD8/Q+oI/+Ao40MkmkK1Tq0jsw==
17+
"@angular-devkit/core@12.1.3":
18+
version "12.1.3"
19+
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.1.3.tgz"
20+
integrity sha512-69bM4wYUxbHUuZvx97pxVxzNYPrUPsMuszHpYdS6/lsAgpa15EDuBoQHgob4chFiQaNoG9mzOsumlUkoI3mEbg==
2121
dependencies:
2222
ajv "8.6.0"
2323
ajv-formats "2.1.0"
@@ -35,12 +35,12 @@
3535
ora "5.4.0"
3636
rxjs "6.6.7"
3737

38-
"@angular-devkit/schematics@12.1.1":
39-
version "12.1.1"
40-
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.1.1.tgz"
41-
integrity sha512-oRsvlhJQLXkGWdJvArOby+G4j8UX2uCHwrN4EC1hXUKs84UsD+UATYOAh4h2auy+I+sdrmELUaHwdI4wdKpqnw==
38+
"@angular-devkit/schematics@12.1.3":
39+
version "12.1.3"
40+
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.1.3.tgz"
41+
integrity sha512-QTfGurkNDdEwNheoe1lILWc4YUNSbqOeXRRkwFp1+QwxwlxXoeJ1zNMAo8ytQodnBRsomw7Wu9l1xSWfOL25nA==
4242
dependencies:
43-
"@angular-devkit/core" "12.1.1"
43+
"@angular-devkit/core" "12.1.3"
4444
ora "5.4.1"
4545
rxjs "6.6.7"
4646

@@ -893,13 +893,13 @@
893893
dependencies:
894894
"@octokit/openapi-types" "^8.2.1"
895895

896-
"@schematics/angular@12.1.1":
897-
version "12.1.1"
898-
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.1.1.tgz"
899-
integrity sha512-ukSKoAWfXt28TiHlRrEzKFW63V3jroRF3xnBKtsaL3AZ4MVJiHzOWXkzDAZBaEOLUH/l6Xhm64NMgOqMEAg1rQ==
896+
"@schematics/angular@12.1.3":
897+
version "12.1.3"
898+
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.1.3.tgz"
899+
integrity sha512-VSXHok3Oi62FuVgHvOuz/HOgS1tGPc7iTCaW/SlrBaH+DaUffmZF1qkJnU1dzdzZfox+KckK2SjXlRJgqNZhFw==
900900
dependencies:
901-
"@angular-devkit/core" "12.1.1"
902-
"@angular-devkit/schematics" "12.1.1"
901+
"@angular-devkit/core" "12.1.3"
902+
"@angular-devkit/schematics" "12.1.3"
903903
jsonc-parser "3.0.0"
904904

905905
"@sindresorhus/is@^0.14.0":

0 commit comments

Comments
 (0)