From 37da7434cac73c3f8c50224735a201c8f867d9f4 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:02:33 +0100 Subject: [PATCH] build(deps): Bump at_commons 4.1.2 at_utils 3.0.18 lints 5.0.0 --- packages/at_root_server/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/at_root_server/pubspec.yaml b/packages/at_root_server/pubspec.yaml index e96b4f737..bc2d0c4b0 100644 --- a/packages/at_root_server/pubspec.yaml +++ b/packages/at_root_server/pubspec.yaml @@ -1,6 +1,6 @@ name: at_root_server description: Root server implementation. -version: 2.1.0 +version: 2.1.1 repository: https://github.com/atsign-foundation/at_server homepage: https://atsign.dev publish_to: none @@ -12,8 +12,8 @@ dependencies: args: 2.5.0 uuid: 3.0.7 yaml: 3.1.2 - at_commons: 4.0.10 - at_utils: 3.0.16 + at_commons: 4.1.2 + at_utils: 3.0.18 at_server_spec: 5.0.1 at_persistence_root_server: git: @@ -25,6 +25,6 @@ dependencies: dev_dependencies: # Adding test_cov for generating the test coverage. test_cov: ^1.0.1 - lints: ^4.0.0 + lints: ^5.0.0 test: ^1.24.6 coverage: ^1.6.3