From 14ae9cfd3624d8dac546c75d3832403e7ae2f68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:26:11 +0000 Subject: [PATCH] Bump @angular/core from 5.2.10 to 10.2.5 in /client2 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.2.10 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] --- client2/package-lock.json | 14 +++++++++++--- client2/package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/client2/package-lock.json b/client2/package-lock.json index 39ae622..17a8f2f 100644 --- a/client2/package-lock.json +++ b/client2/package-lock.json @@ -39,9 +39,12 @@ } }, "@angular/core": { - "version": "5.2.10", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.2.10.tgz", - "integrity": "sha512-glDuTtHTcAVhfU3NVewxz/W+Iweq5IaeW2tnMa+RKLopYk9fRs8eR5iTixTGvegwKR770vfXg/gR7P6Ii5cYGQ==" + "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" + } }, "@angular/forms": { "version": "5.2.10", @@ -275,6 +278,11 @@ } } }, + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, "tslint": { "version": "5.9.1", "resolved": "https://registry.npmjs.org/tslint/-/tslint-5.9.1.tgz", diff --git a/client2/package.json b/client2/package.json index 78cda62..584d705 100644 --- a/client2/package.json +++ b/client2/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^5.2.0", "@angular/common": "^5.2.0", "@angular/compiler": "^5.2.0", - "@angular/core": "^5.2.0", + "@angular/core": "^10.2.5", "@angular/forms": "^5.2.0", "@angular/http": "^5.2.0", "@angular/platform-browser": "^5.2.0",