From 721b6cd85e150f9fad9fadb7e92c3e39f062183f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 06:41:58 +0000 Subject: [PATCH] Bump @angular/core from 9.1.3 to 10.2.5 in /section-nine Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.1.3 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] --- section-nine/package-lock.json | 16 +++++++++++++--- section-nine/package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/section-nine/package-lock.json b/section-nine/package-lock.json index bf07f32..b82b859 100644 --- a/section-nine/package-lock.json +++ b/section-nine/package-lock.json @@ -455,9 +455,19 @@ } }, "@angular/core": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.1.3.tgz", - "integrity": "sha512-r+GyeCuBw9SUBzpPWhKxzTOkNYotYp3gANSWndihLC9P6W5T8Hfyg8uYcxKy7L42bpx8eXZOXFq91cioVwZtqA==" + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + } }, "@angular/forms": { "version": "9.1.3", diff --git a/section-nine/package.json b/section-nine/package.json index 05a33ad..d4d3f22 100644 --- a/section-nine/package.json +++ b/section-nine/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~9.1.1", "@angular/common": "~9.1.1", "@angular/compiler": "~9.1.1", - "@angular/core": "~9.1.1", + "@angular/core": "~10.2.5", "@angular/forms": "~9.1.1", "@angular/platform-browser": "~9.1.1", "@angular/platform-browser-dynamic": "~9.1.1",