Skip to content

Commit 2ff2b00

Browse files
Update dependency @angular/core to v10 [SECURITY]
1 parent f9a00e7 commit 2ff2b00

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"private": true,
1515
"dependencies": {
1616
"@angular/common": "^7.2.2",
17-
"@angular/core": "^7.2.2",
17+
"@angular/core": "^10.0.0",
1818
"@angular/forms": "^7.2.2",
1919
"@angular/http": "^7.2.2",
2020
"@angular/platform-browser": "^7.2.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@
155155
dependencies:
156156
tslib "^1.9.0"
157157

158-
"@angular/core@^7.2.2":
159-
version "7.2.7"
160-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.2.7.tgz#4311028181a98aa844572ea4b6cb9e87fc58d9ba"
158+
"@angular/core@^10.0.0":
159+
version "10.2.5"
160+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.5.tgz#2050b0dbb180aa98c2ec46bba6d4827565ba2a2d"
161+
integrity sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==
161162
dependencies:
162-
tslib "^1.9.0"
163+
tslib "^2.0.0"
163164

164165
"@angular/forms@^7.2.2":
165166
version "7.2.7"
@@ -5967,6 +5968,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
59675968
version "1.9.3"
59685969
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
59695970

5971+
tslib@^2.0.0:
5972+
version "2.8.1"
5973+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
5974+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
5975+
59705976
tslint@~5.12.0:
59715977
version "5.12.1"
59725978
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.12.1.tgz#8cec9d454cf8a1de9b0a26d7bdbad6de362e52c1"

0 commit comments

Comments
 (0)