diff --git a/pubspec.lock b/pubspec.lock
index b334cd36..d445576e 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -659,21 +659,21 @@ packages:
       name: test
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "1.21.1"
+    version: "1.21.2"
   test_api:
     dependency: transitive
     description:
       name: test_api
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.4.9"
+    version: "0.4.10"
   test_core:
     dependency: transitive
     description:
       name: test_core
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.4.13"
+    version: "0.4.14"
   tint:
     dependency: transitive
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index d4a448ce..a97160c4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -43,11 +43,11 @@ dependencies:
   # JWK (JSON Web Key) encoding and decoding
   jwk: ^0.1.1
 
-  # The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
-  pinenacl: ^0.3.4
-
   # PhoenixSocket provides a feature-complete implementation of Phoenix Sockets, using a single API based on StreamChannels compatible with any deployment of Flutter.
   phoenix_socket: ^0.5.3
+  
+  # The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
+  pinenacl: ^0.3.4
 
   # A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library
   pointycastle: ^3.6.0
@@ -62,4 +62,4 @@ dev_dependencies:
   flutter_lints: ^2.0.1
   # Automatically organize your dart imports
   import_sorter: ^4.6.0
-  test: ^1.21.1
\ No newline at end of file
+  test: ^1.21.2
\ No newline at end of file