Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit b675a24

Browse files
fix(deps): update dependency @angular/core to v11 [security]
1 parent 9b53745 commit b675a24

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@angular/animations": "8.2.14",
5858
"@angular/common": "8.2.14",
5959
"@angular/compiler": "8.2.14",
60-
"@angular/core": "8.2.14",
60+
"@angular/core": "11.0.5",
6161
"@angular/forms": "8.2.14",
6262
"@angular/platform-browser": "8.2.14",
6363
"@angular/platform-browser-dynamic": "8.2.14",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@
209209
dependencies:
210210
tslib "^1.9.0"
211211

212-
"@angular/core@8.2.14":
213-
version "8.2.14"
214-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-8.2.14.tgz#35566f5b19480369229477e7e0e0fde740bd5204"
215-
integrity sha512-zeePkigi+hPh3rN7yoNENG/YUBUsIvUXdxx+AZq+QPaFeKEA2FBSrKn36ojHFrdJUjKzl0lPMEiGC2b6a6bo6g==
212+
"@angular/core@11.0.5":
213+
version "11.0.5"
214+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26"
215+
integrity sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==
216216
dependencies:
217-
tslib "^1.9.0"
217+
tslib "^2.0.0"
218218

219219
"@angular/[email protected]":
220220
version "8.2.14"
@@ -11234,6 +11234,11 @@ [email protected], tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
1123411234
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1123511235
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1123611236

11237+
tslib@^2.0.0:
11238+
version "2.4.0"
11239+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
11240+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
11241+
1123711242
1123811243
version "5.20.1"
1123911244
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"

0 commit comments

Comments
 (0)