Merge pull request #38 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular/material-13.3.2

Bump @angular/material from 13.3.1 to 13.3.2 in /frontend
This commit is contained in:
kevinpauer 2022-03-31 18:10:06 +02:00 committed by GitHub
commit 8b130c0435
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/compiler": "~13.2.0",
"@angular/core": "~13.2.0", "@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0", "@angular/forms": "~13.2.0",
"@angular/material": "^13.3.1", "@angular/material": "^13.3.2",
"@angular/platform-browser": "~13.2.0", "@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0", "@angular/router": "~13.2.0",
@ -345,9 +345,9 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "13.3.1", "version": "13.3.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.1.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.2.tgz",
"integrity": "sha512-JUCvhN6XomY5JOMH7Qyj/JodAuAtKgLlJYKs0tPmjCkGcBdR/T3/hOJ9gSRhz8PCOoiEORj+3xCh547oJRyesA==", "integrity": "sha512-Rb+SvQpjXqa0kedk/6nG57f8dC4uG1q35SR6mt6jCz84ikyS2zhikVbzaxLdG15uDvq1+N5Vx3NTSgH19XUSug==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@ -577,15 +577,15 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "13.3.1", "version": "13.3.2",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.1.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.2.tgz",
"integrity": "sha512-c9BYNxvZvxuCA5QticqfEhn3nuspUnwxIVejjO5ZTqKlkK+vQGKN3QhshHLrMHeFYyjao/E8jVnJX7ahitPM9w==", "integrity": "sha512-agIuNcN1wO05ODEXc0wwrMK2ydnhPGO8tcBBCJXrDgiA/ktwm+WtfOsiZwPoev7aJ8pactVhxT5R0bJ6vW2SmA==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/animations": "^13.0.0 || ^14.0.0-0", "@angular/animations": "^13.0.0 || ^14.0.0-0",
"@angular/cdk": "13.3.1", "@angular/cdk": "13.3.2",
"@angular/common": "^13.0.0 || ^14.0.0-0", "@angular/common": "^13.0.0 || ^14.0.0-0",
"@angular/core": "^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", "@angular/forms": "^13.0.0 || ^14.0.0-0",
@ -11647,9 +11647,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "13.3.1", "version": "13.3.2",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.1.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.2.tgz",
"integrity": "sha512-JUCvhN6XomY5JOMH7Qyj/JodAuAtKgLlJYKs0tPmjCkGcBdR/T3/hOJ9gSRhz8PCOoiEORj+3xCh547oJRyesA==", "integrity": "sha512-Rb+SvQpjXqa0kedk/6nG57f8dC4uG1q35SR6mt6jCz84ikyS2zhikVbzaxLdG15uDvq1+N5Vx3NTSgH19XUSug==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -11809,9 +11809,9 @@
} }
}, },
"@angular/material": { "@angular/material": {
"version": "13.3.1", "version": "13.3.2",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.1.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.2.tgz",
"integrity": "sha512-c9BYNxvZvxuCA5QticqfEhn3nuspUnwxIVejjO5ZTqKlkK+vQGKN3QhshHLrMHeFYyjao/E8jVnJX7ahitPM9w==", "integrity": "sha512-agIuNcN1wO05ODEXc0wwrMK2ydnhPGO8tcBBCJXrDgiA/ktwm+WtfOsiZwPoev7aJ8pactVhxT5R0bJ6vW2SmA==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

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