Skip to content

Commit f1cc9ee

Browse files
committed
fix(deps): update angular-cli monorepo to v12.2.13
1 parent 1a93a98 commit f1cc9ee

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

package-lock.json

Lines changed: 29 additions & 29 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.13",
50+
"@schematics/angular": "12.2.13",
5151
"@types/jest": "26.0.24",
5252
"cors": "2.8.5",
5353
"jest": "27.2.5",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@angular-devkit/core@12.2.10":
6-
version "12.2.10"
7-
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.10.tgz"
8-
integrity sha512-0qhmS7Qvl0hiRVTHxEC/ipFAfzYofPstw0ZITDpEMw+pgHlOZolOlnFrv8LyOXWNqlSIH5fS9D3WF7Hpm7ApYA==
5+
"@angular-devkit/core@12.2.13":
6+
version "12.2.13"
7+
resolved "https://registry.npmjs.org/@angular-devkit/core/-/core-12.2.13.tgz"
8+
integrity sha512-9csMF0p+lTvlWnutxxTZ/+pDRMIbXk/TV4MGLbcqUPPfeG3dCRwErns73xLuMTwp9qO/KCLkFqNaM6cGOoqsDA==
99
dependencies:
1010
ajv "8.6.2"
1111
ajv-formats "2.1.0"
@@ -26,12 +26,12 @@
2626
rxjs "6.6.7"
2727
source-map "0.7.3"
2828

29-
"@angular-devkit/schematics@12.2.10":
30-
version "12.2.10"
31-
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.10.tgz"
32-
integrity sha512-oQ2EWdkEDE+eAttHeviXsvBi85PsntQT+IffjKUZdbQU+Leuk/pKUpTeea1YosU1p4Cz3PKYF+P/Nl5Jy3B7IQ==
29+
"@angular-devkit/schematics@12.2.13":
30+
version "12.2.13"
31+
resolved "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-12.2.13.tgz"
32+
integrity sha512-LQTv72R5Ma1uowMEeii2wIoDWI4bYQyZvunqPy9jRveBTjli2yVwwcOziGCVyttwlYs46bSdxThgeEvVIako2w==
3333
dependencies:
34-
"@angular-devkit/core" "12.2.10"
34+
"@angular-devkit/core" "12.2.13"
3535
ora "5.4.1"
3636
rxjs "6.6.7"
3737

@@ -901,13 +901,13 @@
901901
dependencies:
902902
"@octokit/openapi-types" "^10.2.2"
903903

904-
"@schematics/angular@12.2.10":
905-
version "12.2.10"
906-
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.10.tgz"
907-
integrity sha512-hjOWrC/RlZ97oYWO92f5VRu6LDzPHnowDcyGDGvI9wCrfipL4Y7Is6LgFAiVZxCHdRz71MCnES1IXSj5w6UuBA==
904+
"@schematics/angular@12.2.13":
905+
version "12.2.13"
906+
resolved "https://registry.npmjs.org/@schematics/angular/-/angular-12.2.13.tgz"
907+
integrity sha512-TrigQ9TCmAedf1J5PSSSfTC+sScYrITeAUN8a9rlkjZNvff8hHVyQaiZmhqL+egKQL828mhkqpnFUDd4QsPBIw==
908908
dependencies:
909-
"@angular-devkit/core" "12.2.10"
910-
"@angular-devkit/schematics" "12.2.10"
909+
"@angular-devkit/core" "12.2.13"
910+
"@angular-devkit/schematics" "12.2.13"
911911
jsonc-parser "3.0.0"
912912

913913
"@sindresorhus/is@^0.14.0":

0 commit comments

Comments
 (0)