Skip to content

Commit 59cbc1a

Browse files
committed
fix(deps): update angularcli monorepo to v11.2.1
1 parent a13b599 commit 59cbc1a

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"typescript": "4.1.5"
4747
},
4848
"dependencies": {
49-
"@angular-devkit/schematics": "11.2.0",
50-
"@schematics/angular": "11.2.0",
49+
"@angular-devkit/schematics": "11.2.1",
50+
"@schematics/angular": "11.2.1",
5151
"@types/jest": "26.0.20",
5252
"cors": "2.8.5",
5353
"jest": "26.6.3",

yarn.lock

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

16-
"@angular-devkit/[email protected].0":
17-
version "11.2.0"
18-
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.2.0.tgz#a9198a391723e865fc6b369752c176cd5ed1d452"
19-
integrity sha512-qqYEH8m/bwpngoLDMFuth8ykvoHxQ3aHHnAWfRXz9NXydwSfathG0VSYCctB126sK39JKIn+xq16CQAExxNu+Q==
16+
"@angular-devkit/[email protected].1":
17+
version "11.2.1"
18+
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.2.1.tgz#e3738a991025094e6fbc1e508a963fdd1a07e502"
19+
integrity sha512-CPFQn+NNC4x28X/STwmwmWge127iY9dsKuXeIV8OCSTOQiY4odOTYigP19AglXyK4e9DG/0JKxej/3CeUYx6Tg==
2020
dependencies:
2121
ajv "6.12.6"
2222
fast-json-stable-stringify "2.1.0"
@@ -33,12 +33,12 @@
3333
ora "5.2.0"
3434
rxjs "6.6.3"
3535

36-
"@angular-devkit/[email protected].0":
37-
version "11.2.0"
38-
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.2.0.tgz#82192578ff2a9fb01a9d8c56237f4fc98946e757"
39-
integrity sha512-sMDacACJbA4pykiqgJf/RdW0damcf4mDqErGgEqs/bGG+SBUb8+wgt4cQnUwwVX5V2nMdvv7f0A84rgR6I3G2w==
36+
"@angular-devkit/[email protected].1":
37+
version "11.2.1"
38+
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.2.1.tgz#f1420d3233d07c4df21991fd7c2f12895a204137"
39+
integrity sha512-y2tzJq+MMwLdQ6Li+AxjozI51miN5CjK9x9jtFHi+njqJr595WTNQi39RjyHxAue1VFMr8gu1VBnKGKJ1J3vNA==
4040
dependencies:
41-
"@angular-devkit/core" "11.2.0"
41+
"@angular-devkit/core" "11.2.1"
4242
ora "5.3.0"
4343
rxjs "6.6.3"
4444

@@ -864,13 +864,13 @@
864864
dependencies:
865865
"@octokit/openapi-types" "^5.1.0"
866866

867-
"@schematics/[email protected].0":
868-
version "11.2.0"
869-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.2.0.tgz#da903e0fc09e834cf53452a30ea7d2eb78608ebc"
870-
integrity sha512-PtbyZ7TEEEae9Y5siSZYigWyk8iOSjZ10ThA7tRxm8gdcLjGimyyKr5TyjufIAvrXIYnBXNLgPkZG6s5CQIEyw==
867+
"@schematics/[email protected].1":
868+
version "11.2.1"
869+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.2.1.tgz#0eb0cae03fb62bcabd944e2cc4a784655836859b"
870+
integrity sha512-CnN4bkRwhCp7jc4HGJ9qp/xqLwmnkn/zRf/EEb5tHFC0Bz2WvoNuAoqPRSkgIis3L+Ozahmeb8JxTIdazK1Hog==
871871
dependencies:
872-
"@angular-devkit/core" "11.2.0"
873-
"@angular-devkit/schematics" "11.2.0"
872+
"@angular-devkit/core" "11.2.1"
873+
"@angular-devkit/schematics" "11.2.1"
874874
jsonc-parser "3.0.0"
875875

876876
"@sindresorhus/is@^0.14.0":

0 commit comments

Comments
 (0)