From 2cbbee5fa22ec0b6d067f8347ca4ab7e0261b659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:54:59 +0000 Subject: [PATCH] Bump the angular-version-updates group with 2 updates Bumps the angular-version-updates group with 2 updates: [@angular/cdk](https://github.com/angular/components) and [@angular/material](https://github.com/angular/components). Updates `@angular/cdk` from 19.2.18 to 19.2.19 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/19.2.18...19.2.19) Updates `@angular/material` from 19.2.18 to 19.2.19 - [Release notes](https://github.com/angular/components/releases) - [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/components/compare/19.2.18...19.2.19) --- updated-dependencies: - dependency-name: "@angular/cdk" dependency-version: 19.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-version-updates - dependency-name: "@angular/material" dependency-version: 19.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-version-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c31929e..0e67558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -751,10 +751,9 @@ } }, "node_modules/@angular/cdk": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.18.tgz", - "integrity": "sha512-aGMHOYK/VV9PhxGTUDwiu/4ozoR/RKz8cimI+QjRxEBhzn4EPqjUDSganvlhmgS7cTN3+aqozdvF/GopMRJjLg==", - "license": "MIT", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.19.tgz", + "integrity": "sha512-PCpJagurPBqciqcq4Z8+3OtKLb7rSl4w/qBJoIMua8CgnrjvA1i+SWawhdtfI1zlY8FSwhzLwXV0CmWWfFzQPg==", "dependencies": { "parse5": "^7.1.2", "tslib": "^2.3.0" @@ -901,15 +900,14 @@ } }, "node_modules/@angular/material": { - "version": "19.2.18", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.18.tgz", - "integrity": "sha512-xxedRQ9u7aiUYVrHAxASLUxnofN29xaqEGhBcHLAfOsFXdDMwDe/2ly79iKufwEs5BFBm3nfhJoarXZ3+8pucQ==", - "license": "MIT", + "version": "19.2.19", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.19.tgz", + "integrity": "sha512-auIE6JUzTIA3LyYklh9J/T7u64crmphxUBgAa0zcOMDog6SYfwbNe9YeLQqua5ek4OUAOdK/BHHfVl5W5iaUoQ==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": "19.2.18", + "@angular/cdk": "19.2.19", "@angular/common": "^19.0.0 || ^20.0.0", "@angular/core": "^19.0.0 || ^20.0.0", "@angular/forms": "^19.0.0 || ^20.0.0",