diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 96c85ec4..49b2264f 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -45,7 +45,7 @@ dependencies: sdk: flutter intl: ^0.20.2 dotted_border: ^2.0.0 - flutter_svg: ^2.2.2 + flutter_svg: ^2.2.3 # Read markdown. markdown: ^7.1.1 # WebView. diff --git a/ouds_core/pubspec.yaml b/ouds_core/pubspec.yaml index b4aea83b..2cb04e33 100644 --- a/ouds_core/pubspec.yaml +++ b/ouds_core/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: sdk: flutter intl: ^0.20.2 # Flutter svg - flutter_svg: ^2.2.2 + flutter_svg: ^2.2.3 # ouds_theme_contract ouds_theme_contract: ^0.6.0 # ouds_accessibility_plugin diff --git a/pubspec.lock b/pubspec.lock index c5746140..b93c05e4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -167,10 +167,10 @@ packages: dependency: "direct main" description: name: flutter_svg - sha256: "055de8921be7b8e8b98a233c7a5ef84b3a6fcc32f46f1ebf5b9bb3576d108355" + sha256: "87fbd7c534435b6c5d9d98b01e1fd527812b82e68ddd8bd35fc45ed0fa8f0a95" url: "https://pub.dev" source: hosted - version: "2.2.2" + version: "2.2.3" flutter_test: dependency: transitive description: flutter @@ -297,10 +297,10 @@ packages: dependency: transitive description: name: meta - sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c + sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" nested: dependency: transitive description: @@ -438,10 +438,10 @@ packages: dependency: transitive description: name: test_api - sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" + sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 url: "https://pub.dev" source: hosted - version: "0.7.6" + version: "0.7.7" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0f6574eb..3c4f748d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,4 +12,4 @@ workspace: - ouds_accessibility_plugin - ouds_theme_wireframe dependencies: - flutter_svg: ^2.2.2 + flutter_svg: ^2.2.3