From a8529fb7cb51b5dcffc66d110bd6c00910d8fe8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:34:48 +0000 Subject: [PATCH] build(deps): bump @angular/elements from 18.2.12 to 19.0.0 Bumps [@angular/elements](https://github.com/angular/angular/tree/HEAD/packages/elements) from 18.2.12 to 19.0.0. - [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.0/packages/elements) --- updated-dependencies: - dependency-name: "@angular/elements" dependency-type: direct:production update-type: version-update:semver-major ... 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 984f34d..017a027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/common": "^18.2.6", "@angular/compiler": "^18.2.6", "@angular/core": "^18.2.6", - "@angular/elements": "^18.2.6", + "@angular/elements": "^19.0.0", "@angular/forms": "^18.2.6", "@angular/platform-browser": "^18.2.6", "@angular/platform-browser-dynamic": "^18.2.6", @@ -861,9 +861,9 @@ } }, "node_modules/@angular/elements": { - "version": "18.2.12", - "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-18.2.12.tgz", - "integrity": "sha512-uEuhkJJAbZcv1+UgTPHf/uMYhecHKgqPgQ3coVUn5NXWmg9T9WaiyqxAQHlQv/P1Ao/dIZ5g28VP/NrOyaeHvA==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-19.0.0.tgz", + "integrity": "sha512-erx6BcJhh57cHRLkocaEoiA9NPhgzML+z8/4IDucNS3SagqN1J7P75aEYd/eTTBOHrpvP3MiZG7WIA9uNEt8Jg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -872,7 +872,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.12", + "@angular/core": "19.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 9e088a2..f11d969 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@angular/common": "^18.2.6", "@angular/compiler": "^18.2.6", "@angular/core": "^18.2.6", - "@angular/elements": "^18.2.6", + "@angular/elements": "^19.0.0", "@angular/forms": "^18.2.6", "@angular/platform-browser": "^18.2.6", "@angular/platform-browser-dynamic": "^18.2.6",