Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sentry_dart_plugin to v1.6.2 #893

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,10 @@ packages:
dependency: transitive
description:
name: process
sha256: c8298bb2d31a637afd4be38177d1d7fb9a062c985bd8e4558d98e2d9f0c38127
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
url: "https://pub.dev"
source: hosted
version: "5.0.0"
version: "4.2.4"
provider:
dependency: transitive
description:
Expand Down Expand Up @@ -983,10 +983,10 @@ packages:
dependency: "direct dev"
description:
name: sentry_dart_plugin
sha256: "5b6607c335830a17224aedb5e5b27baab59928e98dc4582620ecf4a537e78551"
sha256: "80f3c22b2e930823c1835a3a4c87468e908ebc555807d367d7e818267548cae3"
url: "https://pub.dev"
source: hosted
version: "1.6.0"
version: "1.6.2"
sentry_flutter:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dev_dependencies:
mocktail: 1.0.0
path_provider_platform_interface: 2.1.1
remove_from_coverage: 2.0.0
sentry_dart_plugin: 1.6.0
sentry_dart_plugin: 1.6.2

flutter:
uses-material-design: true
Expand Down