From cb6ca78c75047554d001856169fb100078fcf09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:58:46 +0000 Subject: [PATCH] build(deps): bump @angular/core from 7.2.15 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 7.2.15 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 | 24 ++++++++++++++++++++---- package.json | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7c2348..38db0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -501,11 +501,18 @@ } }, "@angular/core": { - "version": "7.2.15", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.15.tgz", - "integrity": "sha512-XsuYm0jEU/mOqwDOk2utThv8J9kESkAerfuCHClE9rB2TtHUOGCfekF7lJWqjjypu6/J9ygoPFo7hdAE058ZGg==", + "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": { @@ -1199,6 +1206,15 @@ "zone.js": "0.8.29" }, "dependencies": { + "@angular/core": { + "version": "7.2.16", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.16.tgz", + "integrity": "sha512-z1RuBinuYeC4KLv8Z95YOgIQLd4nkoApdxkIZaWALwSkgeBuHJn4bCBn2cL0gJ/KO2x18TiTU5HuC+uyBt0AVQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, "license-webpack-plugin": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-1.5.0.tgz", diff --git a/package.json b/package.json index 4c87785..d927862 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@angular/cdk": "7.3.7", "@angular/common": "^7.0.0", "@angular/compiler": "^7.0.0", - "@angular/core": "^7.0.0", + "@angular/core": "^10.2.5", "@angular/forms": "^7.0.0", "@angular/material": "7.3.7", "@angular/platform-browser": "^7.0.0",