From ec7c36cf1ee1cff043badbba4b34dccda5ca5673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:34:04 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 4.0.0 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 4.0.0 to 10.2.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/10.2.5/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/10.2.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index efccab4..e4944fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "4.0.0", "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", - "@angular/core": "^4.0.0", + "@angular/core": "^10.2.5", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/material": "^2.0.0-beta.2", diff --git a/yarn.lock b/yarn.lock index 0ef1fc6..897c6a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -86,9 +86,11 @@ version "4.0.0" resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.0.0.tgz#e1aa061a6f8ef269f9748af1a7bc290f9d37ed6c" -"@angular/core@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.0.0.tgz#fd877e074b29dfa9c63b96a21995fc7556d423a3" +"@angular/core@^10.2.5": + version "10.2.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.5.tgz#2050b0dbb180aa98c2ec46bba6d4827565ba2a2d" + dependencies: + tslib "^2.0.0" "@angular/forms@^4.0.0": version "4.0.0" @@ -5300,6 +5302,10 @@ tsickle@^0.21.0: source-map "^0.5.6" source-map-support "^0.4.2" +tslib@^2.0.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + tslint@~4.5.0: version "4.5.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-4.5.1.tgz#05356871bef23a434906734006fc188336ba824b"