From 6e0e421d666ebd2b1853567af484543ac9f72fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:05:44 +0000 Subject: [PATCH] Bump @angular/material from 19.2.7 to 19.2.14 in /crud-angular Bumps [@angular/material](https://github.com/angular/components) from 19.2.7 to 19.2.14. - [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.7...19.2.14) --- updated-dependencies: - dependency-name: "@angular/material" dependency-version: 19.2.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- crud-angular/package-lock.json | 28 ++++++++++++++-------------- crud-angular/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/crud-angular/package-lock.json b/crud-angular/package-lock.json index 7105ff7..b6e920f 100644 --- a/crud-angular/package-lock.json +++ b/crud-angular/package-lock.json @@ -14,7 +14,7 @@ "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4", "@angular/forms": "^19.2.4", - "@angular/material": "^19.2.7", + "@angular/material": "^19.2.14", "@angular/platform-browser": "^19.2.4", "@angular/platform-browser-dynamic": "^19.2.4", "@angular/router": "^19.2.4", @@ -809,9 +809,9 @@ } }, "node_modules/@angular/cdk": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.7.tgz", - "integrity": "sha512-+Dx1WGEWMO3OYDKr2w/Z5xOCsdjkRuG7Z18ve8eeBOHayRaC0KbYoXkvPxUiJo233CJWEzKQ/qF13C54GGWnng==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.14.tgz", + "integrity": "sha512-VRTvSRCJYrlywT0mtUZTqA6zb8beWNqr9xl7d/vaPjopzJMSdmIpNmPiN+WshLeQhRYnXOPmhUbhULAwThnetg==", "license": "MIT", "dependencies": { "parse5": "^7.1.2", @@ -1085,15 +1085,15 @@ } }, "node_modules/@angular/material": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.7.tgz", - "integrity": "sha512-6aFj4Rk3oa0XykCMjQ28KGVCMo7umd8M37bT9/FALMue6JEi2fPIDrbUDWb2GYL5rdHkgsr+dbEqlwAyHW/5cw==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.14.tgz", + "integrity": "sha512-jx9DGWwc/FuPbujG4SCZgrwvcdsqxTjpWaof1h3vR+9o01t0G0ugQebYiTEAVg+tuYMoq16stxtKo18BrYCI1Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/cdk": "19.2.7", + "@angular/cdk": "19.2.14", "@angular/common": "^19.0.0 || ^20.0.0", "@angular/core": "^19.0.0 || ^20.0.0", "@angular/forms": "^19.0.0 || ^20.0.0", @@ -14974,9 +14974,9 @@ } }, "@angular/cdk": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.7.tgz", - "integrity": "sha512-+Dx1WGEWMO3OYDKr2w/Z5xOCsdjkRuG7Z18ve8eeBOHayRaC0KbYoXkvPxUiJo233CJWEzKQ/qF13C54GGWnng==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-19.2.14.tgz", + "integrity": "sha512-VRTvSRCJYrlywT0mtUZTqA6zb8beWNqr9xl7d/vaPjopzJMSdmIpNmPiN+WshLeQhRYnXOPmhUbhULAwThnetg==", "requires": { "parse5": "^7.1.2", "tslib": "^2.3.0" @@ -15129,9 +15129,9 @@ } }, "@angular/material": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.7.tgz", - "integrity": "sha512-6aFj4Rk3oa0XykCMjQ28KGVCMo7umd8M37bT9/FALMue6JEi2fPIDrbUDWb2GYL5rdHkgsr+dbEqlwAyHW/5cw==", + "version": "19.2.14", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-19.2.14.tgz", + "integrity": "sha512-jx9DGWwc/FuPbujG4SCZgrwvcdsqxTjpWaof1h3vR+9o01t0G0ugQebYiTEAVg+tuYMoq16stxtKo18BrYCI1Q==", "requires": { "tslib": "^2.3.0" } diff --git a/crud-angular/package.json b/crud-angular/package.json index 6b602ad..d444f05 100644 --- a/crud-angular/package.json +++ b/crud-angular/package.json @@ -18,7 +18,7 @@ "@angular/compiler": "^19.2.4", "@angular/core": "^19.2.4", "@angular/forms": "^19.2.4", - "@angular/material": "^19.2.7", + "@angular/material": "^19.2.14", "@angular/platform-browser": "^19.2.4", "@angular/platform-browser-dynamic": "^19.2.4", "@angular/router": "^19.2.4",