From 0613b12381eca22370168b2e8f497ac2b47f0d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 17:41:25 +1100 Subject: [PATCH] Bump image from 3.3.0 to 4.0.4 in /web/samples_index (#1546) Bumps [image](https://github.com/brendan-duncan/image) from 3.3.0 to 4.0.4. - [Release notes](https://github.com/brendan-duncan/image/releases) - [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md) - [Commits](https://github.com/brendan-duncan/image/compare/3.3.0...4.0.4) --- updated-dependencies: - dependency-name: image dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/samples_index/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/samples_index/pubspec.yaml b/web/samples_index/pubspec.yaml index 10741e10d..07a05b5f7 100644 --- a/web/samples_index/pubspec.yaml +++ b/web/samples_index/pubspec.yaml @@ -26,7 +26,7 @@ dev_dependencies: build: ^2.3.0 build_runner: ^2.3.0 build_web_compilers: ^3.2.0 - image: ^3.2.0 + image: ">=3.2.0 <5.0.0" # waiting for the next material-components-web release. # Once released, it will need to be rolled into package:mdc_web.