1
1
name : network_tools
2
2
description : Networking Tools library which can help you discover open ports, devices on subnet and many other things.
3
- version : 5.0.2
3
+ version : 5.0.3
4
4
issue_tracker : https://github.com/osociety/network_tools/issues
5
5
repository : https://github.com/osociety/network_tools
6
6
@@ -24,31 +24,29 @@ dependencies:
24
24
# Multi-platform network ping utility.
25
25
dart_ping : ^9.0.1
26
26
# A composable, Future-based library for making HTTP requests.
27
- http : ^1.1 .2
27
+ http : ^1.2 .2
28
28
# Defines the annotations used by json_serializable.
29
- json_annotation : ^4.8.1
29
+ json_annotation : ^4.9.0
30
30
# Debugging and error logging.
31
- logging : ^1.2 .0
31
+ logging : ^1.3 .0
32
32
# Performing mDNS queries (e.g. Bonjour, Avahi).
33
- multicast_dns : ^0.3.2+6
33
+ multicast_dns : ^0.3.2+7
34
34
# A comprehensive, cross-platform path manipulation library for Dart.
35
- path : ^1.8.3
35
+ path : ^1.9.1
36
36
# Process run helpers
37
- process_run : " >=0.13.3+1 <0.15.0 "
37
+ process_run : ^1.2.2
38
38
# Yet another NoSQL persistent store database solution for single process io apps.
39
- sembast : ^3.5.0+1
39
+ sembast : ^3.7.5+2
40
40
# Cross-platform 'dart:io' that works in all platforms.
41
41
universal_io : ^2.2.2
42
42
43
43
44
44
dev_dependencies :
45
- # Standalone generator and watcher for Dart
46
- build_runner : ^2.4.7
47
- # A generator for injectable library.
48
- injectable_generator : ^2.4.1
45
+ # provides a concrete way of generating files using Dart code
46
+ build_runner : ^2.4.13
49
47
# Provides Dart Build System builders for handling JSON.
50
- json_serializable : ^6.7.1
48
+ json_serializable : ^6.8.0
51
49
# Set of lint rules for Dart.
52
- lint : ^2.1.2
50
+ lint : ^2.3.0
53
51
# Writing and running Dart tests.
54
- test : ^1.24.6
52
+ test : ^1.25.8
0 commit comments