Skip to content

Commit 8aabbd2

Browse files
committed
fix(deps): update angular-cli monorepo to v12.2.12
1 parent f6f6123 commit 8aabbd2

File tree

3 files changed

+188
-30
lines changed

3 files changed

+188
-30
lines changed

package-lock.json

Lines changed: 159 additions & 22 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.4.4"
4747
},
4848
"dependencies": {
49-
"@angular-devkit/schematics": "12.2.10",
50-
"@schematics/angular": "12.2.10",
49+
"@angular-devkit/schematics": "12.2.12",
50+
"@schematics/angular": "12.2.12",
5151
"@types/jest": "26.0.24",
5252
"cors": "2.8.5",
5353
"jest": "27.2.5",

yarn.lock

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

17+
"@angular-devkit/core@12.2.12":
18+
version "12.2.12"
19+
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.12.tgz"
20+
integrity sha512-ZFThmQecQmlniQl65rWn4oOMuWKy313O6Hk8sen7WdsjDircqtbHmtJCA1w/EU4xIilIJHo0Kez4Ihi00cGyYw==
21+
dependencies:
22+
ajv "8.6.2"
23+
ajv-formats "2.1.0"
24+
fast-json-stable-stringify "2.1.0"
25+
magic-string "0.25.7"
26+
rxjs "6.6.7"
27+
source-map "0.7.3"
28+
1729
"@angular-devkit/schematics@12.2.10":
1830
version "12.2.10"
1931
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.10.tgz"
@@ -23,6 +35,15 @@
2335
ora "5.4.1"
2436
rxjs "6.6.7"
2537

38+
"@angular-devkit/schematics@12.2.12":
39+
version "12.2.12"
40+
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.12.tgz"
41+
integrity sha512-Z5Z8HvIRoNEXMrfJgVZieSTZyD0TytRJscuW6xS83Aeqp5py9hvs5ytWhlpnTRz0ji8qc67csFKHvphDOqDduQ==
42+
dependencies:
43+
"@angular-devkit/core" "12.2.12"
44+
ora "5.4.1"
45+
rxjs "6.6.7"
46+
2647
"@azure/functions@1.2.3":
2748
version "1.2.3"
2849
resolved "https://registry.npmjs.org/@azure/functions/-/functions-1.2.3.tgz"
@@ -878,13 +899,13 @@
878899
dependencies:
879900
"@octokit/openapi-types" "^10.2.2"
880901

881-
"@schematics/angular@12.2.10":
882-
version "12.2.10"
883-
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.10.tgz"
884-
integrity sha512-hjOWrC/RlZ97oYWO92f5VRu6LDzPHnowDcyGDGvI9wCrfipL4Y7Is6LgFAiVZxCHdRz71MCnES1IXSj5w6UuBA==
902+
"@schematics/angular@12.2.12":
903+
version "12.2.12"
904+
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.12.tgz"
905+
integrity sha512-XkHs4aMlOT64QxfDbIBFLxM/qCsuhkZ6G696C0t3eEX2kA1OmED34Qs1ezwb7fqdlcSrt3D3SGdBBcMzaMT7hg==
885906
dependencies:
886-
"@angular-devkit/core" "12.2.10"
887-
"@angular-devkit/schematics" "12.2.10"
907+
"@angular-devkit/core" "12.2.12"
908+
"@angular-devkit/schematics" "12.2.12"
888909
jsonc-parser "3.0.0"
889910

890911
"@sindresorhus/is@^0.14.0":

0 commit comments

Comments
 (0)