Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 5ccbce3

Browse files
committed
commit to resolve vulnerable versions of @angular/core via node_modules/codelyzer
1 parent 47f9559 commit 5ccbce3

File tree

2 files changed

+23
-35
lines changed

2 files changed

+23
-35
lines changed

src/Web/WebSPA/Client/package-lock.json

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

src/Web/WebSPA/Client/yarn.lock

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -177,23 +177,13 @@
177177
dependencies:
178178
tslib "^2.3.0"
179179

180-
"@angular/[email protected]":
181-
version "9.0.0"
182-
resolved "https://registry.npmjs.org/@angular/compiler/-/compiler-9.0.0.tgz"
183-
integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
184-
185180
"@angular/core@^15.0.0", "@angular/core@>=10.0.0-0", "@angular/[email protected]":
186181
version "15.2.0"
187182
resolved "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz"
188183
integrity sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==
189184
dependencies:
190185
tslib "^2.3.0"
191186

192-
"@angular/[email protected]":
193-
version "9.0.0"
194-
resolved "https://registry.npmjs.org/@angular/core/-/core-9.0.0.tgz"
195-
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
196-
197187
"@angular/forms@^15.0.0", "@angular/[email protected]":
198188
version "15.2.0"
199189
resolved "https://registry.npmjs.org/@angular/forms/-/forms-15.2.0.tgz"
@@ -2864,8 +2854,8 @@ codelyzer@^6.0.2:
28642854
resolved "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.2.tgz"
28652855
integrity sha512-v3+E0Ucu2xWJMOJ2fA/q9pDT/hlxHftHGPUay1/1cTgyPV5JTHFdO9hqo837Sx2s9vKBMTt5gO+lhF95PO6J+g==
28662856
dependencies:
2867-
"@angular/compiler" "9.0.0"
2868-
"@angular/core" "9.0.0"
2857+
"@angular/compiler" "15.2.0"
2858+
"@angular/core" "15.2.0"
28692859
app-root-path "^3.0.0"
28702860
aria-query "^3.0.0"
28712861
axobject-query "2.0.2"
@@ -9150,7 +9140,7 @@ yn@^2.0.0:
91509140
resolved "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz"
91519141
integrity sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=
91529142

9153-
zone.js@~0.10.2, zone.js@~0.10.3:
9143+
zone.js@~0.10.3:
91549144
version "0.10.3"
91559145
resolved "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz"
91569146
integrity sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==

0 commit comments

Comments
 (0)