Bump @material/web from 2.2.0 to 2.3.0

Bumps [@material/web](https://github.com/material-components/material-web) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/material-components/material-web/releases)
- [Changelog](https://github.com/material-components/material-web/blob/main/CHANGELOG.md)
- [Commits](https://github.com/material-components/material-web/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: "@material/web"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-31 21:51:40 +00:00 committed by GitHub
parent 2c6c705018
commit 93e07facba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
package-lock.json generated
View File

@ -2774,11 +2774,15 @@
}
},
"node_modules/@material/web": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@material/web/-/web-2.2.0.tgz",
"integrity": "sha512-k1Pi7f04qDRkHfIEdcnL++udN+x5Oq34R47n0Fk7Xo49uz9aKb6ZkO42jC6uvMH0ahOiFDktX9txHgYMDvNa+A==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@material/web/-/web-2.3.0.tgz",
"integrity": "sha512-r7ccZHthMk5tM05goPJ965hQ99ptMyZt7i8Xi8+RmEqK3ZXaMtjx+s4p+9OVX+vgOS3zpop+g1yGYXtOOlrwUg==",
"license": "Apache-2.0",
"workspaces": [
"catalog"
],
"dependencies": {
"lit": "^2.7.4 || ^3.0.0",
"lit": "^2.8.0 || ^3.0.0",
"tslib": "^2.4.0"
}
},
@ -7264,11 +7268,11 @@
}
},
"@material/web": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@material/web/-/web-2.2.0.tgz",
"integrity": "sha512-k1Pi7f04qDRkHfIEdcnL++udN+x5Oq34R47n0Fk7Xo49uz9aKb6ZkO42jC6uvMH0ahOiFDktX9txHgYMDvNa+A==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@material/web/-/web-2.3.0.tgz",
"integrity": "sha512-r7ccZHthMk5tM05goPJ965hQ99ptMyZt7i8Xi8+RmEqK3ZXaMtjx+s4p+9OVX+vgOS3zpop+g1yGYXtOOlrwUg==",
"requires": {
"lit": "^2.7.4 || ^3.0.0",
"lit": "^2.8.0 || ^3.0.0",
"tslib": "^2.4.0"
}
},