From 81e87a0956f3539bc7e50ec8f5ec3afa72a2bac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:33:12 +0000 Subject: [PATCH] Bump @angular/core from 10.0.0-next.6 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.0-next.6 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-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b9e5be..c2c5cc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -358,9 +358,19 @@ } }, "@angular/core": { - "version": "10.0.0-next.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.0-next.6.tgz", - "integrity": "sha512-E8YpE5JlvjmEJ8dprfsGUdBip+V/KSfLnu5PRCJrCW8/sNnO3DvTzns0Spl2QfgW4xNKhzjgnIgAorLA765sGA==" + "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/fire": { "version": "6.0.0", diff --git a/package.json b/package.json index 07ff10c..afd8a8e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^9.2.3", "@angular/common": "~10.0.0-next.4", "@angular/compiler": "~10.0.0-next.4", - "@angular/core": "~10.0.0-next.4", + "@angular/core": "~10.2.5", "@angular/fire": "^6.0.0", "@angular/forms": "~10.0.0-next.4", "@angular/material": "^9.2.3",