From 6add10635f33562e865f8ed817a6f4938fb232f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:23:21 +0100 Subject: [PATCH] Bump crypto from 3.0.5 to 3.0.6 (#4440) --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 342b9ac39..f9c7934ae 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -90,10 +90,10 @@ packages: dependency: "direct main" description: name: crypto - sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27 + sha256: "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855" url: "https://pub.dev" source: hosted - version: "3.0.5" + version: "3.0.6" dart_flutter_team_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 600389fca..18f74b387 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: cli_util: ^0.4.1 collection: ^1.18.0 convert: ^3.1.1 - crypto: ^3.0.3 + crypto: ^3.0.6 frontend_server_client: ^4.0.0 graphs: ^2.3.1 http: ^1.1.2