From 3242c6afe9f9852b592a564029eb7e4375f8682c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:32:50 +0000 Subject: [PATCH] Bump @angular/core from 18.2.12 to 18.2.13 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 18.2.12 to 18.2.13. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/18.2.13/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b70a130..80db90d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/cdk": "^18.2.10", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", - "@angular/core": "^18.2.9", + "@angular/core": "^18.2.13", "@angular/forms": "^18.2.12", "@angular/material": "^18.2.10", "@angular/platform-browser": "^18.2.9", @@ -750,9 +750,10 @@ } }, "node_modules/@angular/core": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.12.tgz", - "integrity": "sha512-wCf/OObwS6bpM60rk6bpMpCRGp0DlMLB1WNAMtfcaPNyqimVV5Bm98mWRhkOuRyvU3fU7iHhM/10ePVaoyu9+A==", + "version": "18.2.13", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.13.tgz", + "integrity": "sha512-8mbWHMgO95OuFV1Ejy4oKmbe9NOJ3WazQf/f7wks8Bck7pcihd0IKhlPBNjFllbF5o+04EYSwFhEtvEgjMDClA==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/package.json b/package.json index 020a1c8a..336229be 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^18.2.10", "@angular/common": "^18.2.12", "@angular/compiler": "^18.2.12", - "@angular/core": "^18.2.9", + "@angular/core": "^18.2.13", "@angular/forms": "^18.2.12", "@angular/material": "^18.2.10", "@angular/platform-browser": "^18.2.9",