From e319915e8f3558e18b12eca4c4cdfd169bf8e0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:34:13 +0000 Subject: [PATCH] Bump @angular/core from 8.2.14 to 10.2.5 in /browsecloud-client Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.14 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] --- browsecloud-client/package-lock.json | 15 +++++++++++---- browsecloud-client/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/browsecloud-client/package-lock.json b/browsecloud-client/package-lock.json index fbf4606..1a9c34f 100644 --- a/browsecloud-client/package-lock.json +++ b/browsecloud-client/package-lock.json @@ -619,11 +619,18 @@ } }, "@angular/core": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.14.tgz", - "integrity": "sha512-zeePkigi+hPh3rN7yoNENG/YUBUsIvUXdxx+AZq+QPaFeKEA2FBSrKn36ojHFrdJUjKzl0lPMEiGC2b6a6bo6g==", + "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/flex-layout": { diff --git a/browsecloud-client/package.json b/browsecloud-client/package.json index 8abe346..0073278 100644 --- a/browsecloud-client/package.json +++ b/browsecloud-client/package.json @@ -19,7 +19,7 @@ "@angular/cdk": "~8.2.0", "@angular/common": "~8.2.0", "@angular/compiler": "~8.2.0", - "@angular/core": "~8.2.0", + "@angular/core": "~10.2.5", "@angular/flex-layout": "~8.0.0-beta.26", "@angular/forms": "~8.2.0", "@angular/material": "~8.2.0",