Merge pull request #69 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular/material-13.3.4

Bump @angular/material from 13.3.3 to 13.3.4 in /frontend
This commit is contained in:
kevinpauer 2022-04-26 22:05:58 +02:00 committed by GitHub
commit 787caf26cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -14,7 +14,7 @@
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/material": "^13.3.3",
"@angular/material": "^13.3.4",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
@ -352,9 +352,9 @@
}
},
"node_modules/@angular/cdk": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.3.tgz",
"integrity": "sha512-dzd31mta2VwffxbeO4CelMqb7WswLnkC/r2QZXySnc0CTmj44HqXkqdZuEvVgxaKRVpxsYeuBuhhhy8U00YMOw==",
"version": "13.3.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.4.tgz",
"integrity": "sha512-im4LKxJaIuqFVzmtf650PoiYsn/SZlvBV2zEgzusK8HwQ24C1Lya7NQSApwl8k43h4eKO1OvUKBjqL5uDgEQag==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -584,15 +584,15 @@
}
},
"node_modules/@angular/material": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.3.tgz",
"integrity": "sha512-PkZ7VW3/7tqdBHSOOmq7com7Ir147OEe1+kfgF/G3y8WUutI9jY2cHKARXGWB+5WgcqKr7ol43u239UGkPfFHg==",
"version": "13.3.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.4.tgz",
"integrity": "sha512-jK9rWmBaPrE+3re6uIdyvG5DCzc47VUvnP1DqblNnpaa8GCKllb1cFRGqa5GPYB1/96d3wO+RPwzhC06qqV+yw==",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/animations": "^13.0.0 || ^14.0.0-0",
"@angular/cdk": "13.3.3",
"@angular/cdk": "13.3.4",
"@angular/common": "^13.0.0 || ^14.0.0-0",
"@angular/core": "^13.0.0 || ^14.0.0-0",
"@angular/forms": "^13.0.0 || ^14.0.0-0",
@ -11678,9 +11678,9 @@
}
},
"@angular/cdk": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.3.tgz",
"integrity": "sha512-dzd31mta2VwffxbeO4CelMqb7WswLnkC/r2QZXySnc0CTmj44HqXkqdZuEvVgxaKRVpxsYeuBuhhhy8U00YMOw==",
"version": "13.3.4",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.4.tgz",
"integrity": "sha512-im4LKxJaIuqFVzmtf650PoiYsn/SZlvBV2zEgzusK8HwQ24C1Lya7NQSApwl8k43h4eKO1OvUKBjqL5uDgEQag==",
"requires": {
"parse5": "^5.0.0",
"tslib": "^2.3.0"
@ -11840,9 +11840,9 @@
}
},
"@angular/material": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.3.tgz",
"integrity": "sha512-PkZ7VW3/7tqdBHSOOmq7com7Ir147OEe1+kfgF/G3y8WUutI9jY2cHKARXGWB+5WgcqKr7ol43u239UGkPfFHg==",
"version": "13.3.4",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.4.tgz",
"integrity": "sha512-jK9rWmBaPrE+3re6uIdyvG5DCzc47VUvnP1DqblNnpaa8GCKllb1cFRGqa5GPYB1/96d3wO+RPwzhC06qqV+yw==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -16,7 +16,7 @@
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/material": "^13.3.3",
"@angular/material": "^13.3.4",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",