From cdc5d7999a17616dfa33bc09d34b6f777146b9a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:25:19 +0000 Subject: [PATCH] Bump @angular/core from 2.2.1 to 10.2.5 in /examples/NSA/app Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 2.2.1 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] --- examples/NSA/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/NSA/app/package.json b/examples/NSA/app/package.json index de14dd5..38a7b68 100644 --- a/examples/NSA/app/package.json +++ b/examples/NSA/app/package.json @@ -30,7 +30,7 @@ "dependencies": { "nativescript-theme-core": "^0.2.1", "nativescript-angular": "1.2.0", - "@angular/core": "2.2.1", + "@angular/core": "10.2.5", "@angular/common": "2.2.1", "@angular/compiler": "2.2.1", "@angular/http": "2.2.1",