Skip to content

Commit

Permalink
Merge branch 'main' into lock-password-protected-tokens-in-case-of-to…
Browse files Browse the repository at this point in the history
…o-many-failed-attempts
  • Loading branch information
mergify[bot] authored Dec 19, 2024
2 parents 024f5d1 + c6c45cd commit ea9b2e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Applications/AdminUi/apps/admin_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
translations_cleaner: ^0.0.5
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0

flutter:
generate: true
Expand Down
2 changes: 1 addition & 1 deletion Applications/AdminUi/packages/admin_api_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
meta: any

dev_dependencies:
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0
2 changes: 1 addition & 1 deletion Applications/AdminUi/packages/admin_api_types/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.12
json_serializable: ^6.8.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0
4 changes: 2 additions & 2 deletions Applications/AdminUi/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ packages:
dependency: "direct dev"
description:
name: very_good_analysis
sha256: "1fb637c0022034b1f19ea2acb42a3603cbd8314a470646a59a2fb01f5f3a8629"
sha256: "62d2b86d183fb81b2edc22913d9f155d26eb5cf3855173adb1f59fac85035c63"
url: "https://pub.dev"
source: hosted
version: "6.0.0"
version: "7.0.0"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion Applications/AdminUi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:

dev_dependencies:
melos: ^6.1.0
very_good_analysis: ^6.0.0
very_good_analysis: ^7.0.0

0 comments on commit ea9b2e2

Please sign in to comment.