From 111518334f2817a335b78263c3a7694b9f7a28a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:18:41 +0000 Subject: [PATCH] Bump @angular/core from 8.1.0 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.1.0 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 | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 679e437..f0ed64a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -461,11 +461,18 @@ } }, "@angular/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.1.0.tgz", - "integrity": "sha512-GviWJjOu6LJMYNbukdSK35VaXvSrp5LTNd0FbXoBQF+mhVVV/8cG4hTKKjxG1xwWXI5E1t5U4aUKXrKUNJ1sQg==", + "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/elements": { diff --git a/package.json b/package.json index 360ec95..ca32ab6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/animations": "^8.0.0", "@angular/common": "^8.0.0", "@angular/compiler": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/core": "^10.2.5", "@angular/elements": "^8.1.0", "@angular/forms": "^8.0.0", "@angular/platform-browser": "^8.0.0",