From 31885445b70852bdc816a25417807299bc731a3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:35:21 +0000 Subject: [PATCH] Bump @angular/compiler from 19.0.1 to 19.0.3 in /naikan-client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.0.1 to 19.0.3. - [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/19.0.3/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- naikan-client/package-lock.json | 10 +++++----- naikan-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/naikan-client/package-lock.json b/naikan-client/package-lock.json index 6205926c..d03b24fb 100644 --- a/naikan-client/package-lock.json +++ b/naikan-client/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "19.0.3", "@angular/cdk": "19.0.1", "@angular/common": "19.0.1", - "@angular/compiler": "19.0.1", + "@angular/compiler": "19.0.3", "@angular/core": "19.0.1", "@angular/forms": "19.0.1", "@angular/platform-browser": "19.0.3", @@ -797,9 +797,9 @@ } }, "node_modules/@angular/compiler": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.1.tgz", - "integrity": "sha512-loyI701+As+sWsE4yr9HpIPBqIohpNrGby/hsXtr+zJTMUWp/sKZlavctVtUsWWJhwHMevoybdgd3N9NY97F7g==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.3.tgz", + "integrity": "sha512-cxtK4SlHAPstcXfjwOaoR1dAszrzo2iDF8ZiihbZPgKUG3m27qIU3Lp5XBgxfZPlO4jh6TXkWznY7f6Tyxkb0Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -808,7 +808,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.1" + "@angular/core": "19.0.3" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/naikan-client/package.json b/naikan-client/package.json index 2de920d2..72e97a15 100644 --- a/naikan-client/package.json +++ b/naikan-client/package.json @@ -15,7 +15,7 @@ "@angular/animations": "19.0.3", "@angular/cdk": "19.0.1", "@angular/common": "19.0.1", - "@angular/compiler": "19.0.1", + "@angular/compiler": "19.0.3", "@angular/core": "19.0.1", "@angular/forms": "19.0.1", "@angular/platform-browser": "19.0.3",