From 2d922e7550c2043d13ca24dc27faf926fb6089a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:20:41 +0000 Subject: [PATCH] build(deps): bump @angular/core from 6.0.7 to 10.2.5 in /dev Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 6.0.7 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] --- dev/package-lock.json | 14 +++++++------- dev/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/package-lock.json b/dev/package-lock.json index f1ccec4..267e57d 100644 --- a/dev/package-lock.json +++ b/dev/package-lock.json @@ -35,17 +35,17 @@ } }, "@angular/core": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-6.0.7.tgz", - "integrity": "sha512-aZ0NvbYsMGqg0zUu7+9vuDxnGzwe++RsBBhlwHZHz1ZZwJmU6VJhUhaI+MuKC7rHyFFr9vUxvJ7ilhGaK2+J7A==", + "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": "1.9.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.0.tgz", - "integrity": "sha512-f/qGG2tUkrISBlQZEjEqoZ3B2+npJjIf04H1wuAv9iA8i04Icp+61KRXxFdha22670NJopsZCIjhC3SnjPRKrQ==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" } } }, diff --git a/dev/package.json b/dev/package.json index 31fc0e2..39f3e2d 100644 --- a/dev/package.json +++ b/dev/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/common": "^6.0.7", "@angular/compiler": "^6.0.7", - "@angular/core": "^6.0.7", + "@angular/core": "^10.2.5", "@angular/forms": "6.0.7", "@angular/http": "6.0.7", "@angular/platform-browser": "^6.0.7",