Skip to content

Commit

Permalink
chore(deps): bump uuid and matomo_tracker in /packages/smooth_app
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/Daegalus/dart-uuid) and [matomo_tracker](https://github.com/Floating-Dartists/matomo-tracker). These dependencies needed to be updated together.

Updates `uuid` from 3.0.7 to 4.4.0
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@3.0.7...4.4.0)

Updates `matomo_tracker` from 4.1.1 to 5.0.0-dev.2
- [Release notes](https://github.com/Floating-Dartists/matomo-tracker/releases)
- [Changelog](https://github.com/Floating-Dartists/matomo-tracker/blob/main/CHANGELOG.md)
- [Commits](Floating-Dartists/matomo-tracker@4.1.1...5.0.0-dev.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: matomo_tracker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 0daece4 commit 6dc5dfb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1060,10 +1060,10 @@ packages:
dependency: "direct main"
description:
name: matomo_tracker
sha256: de5c08e80b566f8d1f0edf47f5704fe855fbef52377acb2796d28c2a3e36ea41
sha256: "9c4bfa031191655b09d757c35b9ffeabff2a267a982ebd385b8dff0556d9e50f"
url: "https://pub.dev"
source: hosted
version: "4.1.1"
version: "5.0.0-dev.2"
matrix4_transform:
dependency: transitive
description:
Expand Down Expand Up @@ -1555,6 +1555,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.10.0"
sprintf:
dependency: transitive
description:
name: sprintf
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
url: "https://pub.dev"
source: hosted
version: "7.0.0"
sqflite:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1727,10 +1735,10 @@ packages:
dependency: "direct main"
description:
name: uuid
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8"
url: "https://pub.dev"
source: hosted
version: "3.0.7"
version: "4.4.0"
vector_graphics:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ dependencies:
image_picker: 1.1.1
iso_countries: 2.2.0
latlong2: 0.9.0
matomo_tracker: 4.1.1
matomo_tracker: 5.0.0-dev.2
package_info_plus: 5.0.1
device_info_plus: 9.1.2
permission_handler: 11.3.1
photo_view: 0.15.0
uuid: 3.0.7
uuid: 4.4.0
provider: 6.1.2
sentry_flutter: 7.18.0
sqflite: 2.3.3+1
Expand Down

0 comments on commit 6dc5dfb

Please sign in to comment.