From 4978744aa54531c7c4df216c74b57ed1e8cb3837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:13:48 +0000 Subject: [PATCH] Bump @angular/core from 7.2.16 to 10.2.5 in /angular Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 7.2.16 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] --- angular/package-lock.json | 15 +++++++++++---- angular/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index b92c8eb01..7c644ec93 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -745,11 +745,18 @@ } }, "@angular/core": { - "version": "7.2.16", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.16.tgz", - "integrity": "sha512-z1RuBinuYeC4KLv8Z95YOgIQLd4nkoApdxkIZaWALwSkgeBuHJn4bCBn2cL0gJ/KO2x18TiTU5HuC+uyBt0AVQ==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", "requires": { - "tslib": "^1.9.0" + "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": { diff --git a/angular/package.json b/angular/package.json index ccbcf1bee..77d24d7cf 100644 --- a/angular/package.json +++ b/angular/package.json @@ -60,7 +60,7 @@ "@angular/cdk": "~7.2.2", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", - "@angular/core": "~7.2.0", + "@angular/core": "~10.2.5", "@angular/forms": "~7.2.0", "@angular/material": "~7.2.0", "@angular/platform-browser": "~7.2.0",