From 8f00051e547d55bb3fcdf3d067f1dc2863067bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 23:49:38 +0000 Subject: [PATCH] build(deps-dev): bump @angular/core from 20.0.6 to 20.1.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.0.6 to 20.1.1. - [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/20.1.1/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a70d0302..69f46050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@angular/common": "^20.0.6", "@angular/compiler": "^20.0.6", "@angular/compiler-cli": "^20.0.6", - "@angular/core": "^20.0.6", + "@angular/core": "^20.1.1", "@angular/platform-browser": "^20.0.6", "@angular/platform-browser-dynamic": "^20.0.6", "@types/jasmine": "~5.1.8", @@ -562,9 +562,9 @@ } }, "node_modules/@angular/core": { - "version": "20.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.0.6.tgz", - "integrity": "sha512-PLSRl8vM8I+HOlAJFiTcRMNbRj2Clb7lpQqUfkeBSk8bBWOy9fLlscoY3JOk0tXoUTnW6lbRB1LmAFuYAQZzAA==", + "version": "20.1.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.1.1.tgz", + "integrity": "sha512-7zzULRROtejS7AlLqG7fpzlebLd+FoE1eV3QiVD9GOkg+KzuUUbX7WFWmY8HkvS7ye6mSQEWfv4+yYa3AyA9SA==", "dev": true, "license": "MIT", "dependencies": { @@ -574,7 +574,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.0.6", + "@angular/compiler": "20.1.1", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/package.json b/package.json index 7364c321..d4b38c56 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@angular/common": "^20.0.6", "@angular/compiler": "^20.0.6", "@angular/compiler-cli": "^20.0.6", - "@angular/core": "^20.0.6", + "@angular/core": "^20.1.1", "@angular/platform-browser": "^20.0.6", "@angular/platform-browser-dynamic": "^20.0.6", "@types/jasmine": "~5.1.8",