Skip to content

Commit 1b277ed

Browse files
committed
fix(deps): update angularcli monorepo to v12.1.4
1 parent ea1713d commit 1b277ed

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.3",
50-
"@schematics/angular": "12.1.3",
49+
"@angular-devkit/schematics": "12.1.4",
50+
"@schematics/angular": "12.1.4",
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/[email protected].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==
17+
"@angular-devkit/[email protected].4":
18+
version "12.1.4"
19+
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.1.4.tgz"
20+
integrity sha512-KOzGD8JbP/7EeUwPiU5x+fo3ZEQ5R4IVW5WoH92PaO3mdpqXC7UL2MWLct8PUe9il9nqJMvrBMldSSvP9PCT2w==
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/[email protected].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==
38+
"@angular-devkit/[email protected].4":
39+
version "12.1.4"
40+
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.1.4.tgz"
41+
integrity sha512-yD3y3pK/K5piOgvALFoCCiPp4H8emNa3yZL+vlpEpewVLpF1MM55LeTxc0PI5s0uqtOGVnvcbA5wYgMm3YsUEA==
4242
dependencies:
43-
"@angular-devkit/core" "12.1.3"
43+
"@angular-devkit/core" "12.1.4"
4444
ora "5.4.1"
4545
rxjs "6.6.7"
4646

@@ -894,13 +894,13 @@
894894
dependencies:
895895
"@octokit/openapi-types" "^9.1.1"
896896

897-
"@schematics/[email protected].3":
898-
version "12.1.3"
899-
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.1.3.tgz"
900-
integrity sha512-VSXHok3Oi62FuVgHvOuz/HOgS1tGPc7iTCaW/SlrBaH+DaUffmZF1qkJnU1dzdzZfox+KckK2SjXlRJgqNZhFw==
897+
"@schematics/[email protected].4":
898+
version "12.1.4"
899+
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.1.4.tgz"
900+
integrity sha512-xGqgGI6GWk4EFdKis8FmSESxoLgjnLQbaRE1t1KZCkSKJzqkOj0R9wiDrtZfcrbPxIkLL+3fAk2ThwwPznT6yw==
901901
dependencies:
902-
"@angular-devkit/core" "12.1.3"
903-
"@angular-devkit/schematics" "12.1.3"
902+
"@angular-devkit/core" "12.1.4"
903+
"@angular-devkit/schematics" "12.1.4"
904904
jsonc-parser "3.0.0"
905905

906906
"@sindresorhus/is@^0.14.0":

0 commit comments

Comments
 (0)