Bump @angular/material from 13.3.6 to 13.3.7 in /frontend #192

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/material-13.3.7 into main
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.6", "@angular/material": "^13.3.7",
"@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",
@ -465,9 +465,9 @@
} }
}, },
"node_modules/@angular/cdk": { "node_modules/@angular/cdk": {
"version": "13.3.6", "version": "13.3.7",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.7.tgz",
"integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==", "integrity": "sha512-HtGqlrt4+ikbpzooF0LT/uMW6fgRJxLRUoOwkTY1oHhfNXhQaE2p8XEUH2qshl28aCIF8r8zrb6jpd4VqC+tyg==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@ -679,15 +679,15 @@
} }
}, },
"node_modules/@angular/material": { "node_modules/@angular/material": {
"version": "13.3.6", "version": "13.3.7",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.6.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.7.tgz",
"integrity": "sha512-V+3Fs9JK+7KlcdJG/Oa/IQuLHC8WYzuL8ffH1Q06ANSzGxSjsAHs4FZQpKUpVBoL3E+p9Yz+zkKe91k5L62VoQ==", "integrity": "sha512-CXdLvohaxl3Nii6I70pEJX2FZRRkBPNiocUNP39hFHXf2PW/eNYCN8TS5DG2uOAaR2wyPwrXrU95mDjgvlqXqQ==",
"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.6", "@angular/cdk": "13.3.7",
"@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",
@ -14295,9 +14295,9 @@
} }
}, },
"@angular/cdk": { "@angular/cdk": {
"version": "13.3.6", "version": "13.3.7",
"resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.6.tgz", "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-13.3.7.tgz",
"integrity": "sha512-sPwEGCHARxuUMzPLRiiN51GQP0P39ev+eL06NcyYXZ3AxyZIH5N/PWmGKf7EDOXIof4ata13jsIeW38mFe+wvg==", "integrity": "sha512-HtGqlrt4+ikbpzooF0LT/uMW6fgRJxLRUoOwkTY1oHhfNXhQaE2p8XEUH2qshl28aCIF8r8zrb6jpd4VqC+tyg==",
"requires": { "requires": {
"parse5": "^5.0.0", "parse5": "^5.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -14440,9 +14440,9 @@
} }
}, },
"@angular/material": { "@angular/material": {
"version": "13.3.6", "version": "13.3.7",
"resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.6.tgz", "resolved": "https://registry.npmjs.org/@angular/material/-/material-13.3.7.tgz",
"integrity": "sha512-V+3Fs9JK+7KlcdJG/Oa/IQuLHC8WYzuL8ffH1Q06ANSzGxSjsAHs4FZQpKUpVBoL3E+p9Yz+zkKe91k5L62VoQ==", "integrity": "sha512-CXdLvohaxl3Nii6I70pEJX2FZRRkBPNiocUNP39hFHXf2PW/eNYCN8TS5DG2uOAaR2wyPwrXrU95mDjgvlqXqQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -18,7 +18,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.6", "@angular/material": "^13.3.7",
"@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",