Bump http, fixnum, logging, dart_style, build_test, build_web_compilers, mockito and build_runner

Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs), [fixnum](https://github.com/dart-lang/fixnum), [logging](https://github.com/dart-lang/logging), [dart_style](https://github.com/dart-lang/dart_style), [build_test](https://github.com/dart-lang/build), [build_web_compilers](https://github.com/dart-lang/build), [mockito](https://github.com/dart-lang/mockito) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

Updates `http` from 0.12.2 to 0.13.5
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `fixnum` from 0.10.11 to 1.1.0
- [Release notes](https://github.com/dart-lang/fixnum/releases)
- [Changelog](https://github.com/dart-lang/fixnum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/fixnum/compare/0.10.11...v1.1.0)

Updates `logging` from 0.11.4 to 1.1.1
- [Release notes](https://github.com/dart-lang/logging/releases)
- [Changelog](https://github.com/dart-lang/logging/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/logging/compare/0.11.4...v1.1.1)

Updates `dart_style` from 1.3.10 to 2.2.4
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/dart_style/compare/1.3.10...v2.2.4)

Updates `build_test` from 0.10.12+1 to 2.1.6
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/compare/build_test-v0.10.12...build_test-v2.1.6)

Updates `build_web_compilers` from 2.12.0 to 3.2.7
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/compare/build_web_compilers-v2.12.0...build_web_compilers-v3.2.7)

Updates `mockito` from 4.1.4 to 5.3.2
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/compare/4.1.4...5.3.2)

Updates `build_runner` from 1.11.1+1 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/compare/build_runner-v1.11.1...build_runner-v2.3.3)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
- dependency-name: fixnum
  dependency-type: direct:production
- dependency-name: logging
  dependency-type: direct:production
- dependency-name: dart_style
  dependency-type: direct:production
- dependency-name: build_test
  dependency-type: direct:production
- dependency-name: build_web_compilers
  dependency-type: direct:production
- dependency-name: mockito
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/lib/dart/pubspec.yaml b/lib/dart/pubspec.yaml
index 006e219..a94dec9 100644
--- a/lib/dart/pubspec.yaml
+++ b/lib/dart/pubspec.yaml
@@ -27,17 +27,17 @@
   sdk: ">=2.0.0 <3.0.0"
 
 dependencies:
-  fixnum: ^0.10.2
-  http: ">=0.11.3 <0.13.0"
-  logging: ^0.11.0
+  fixnum: ">=0.10.2 <2.0.0"
+  http: ">=0.11.3 <0.14.0"
+  logging: ">=0.11.0 <2.0.0"
 
 dev_dependencies:
-  build_runner: ^1.7.1
-  build_test: ^0.10.9
+  build_runner: ">=1.7.1 <3.0.0"
+  build_test: ">=0.10.9 <3.0.0"
   build_vm_compilers: ^1.0.3
-  build_web_compilers: ^2.7.1
+  build_web_compilers: ">=2.7.1 <4.0.0"
   dart_dev: ^3.0.0
-  dart_style: ^1.3.1
-  mockito: ^4.1.1
+  dart_style: ">=1.3.1 <3.0.0"
+  mockito: ">=4.1.1 <6.0.0"
   test: ^1.9.1
   workiva_analysis_options: ^1.0.0
\ No newline at end of file