From 5ebf4f6b3e8e64656375705de877851d97b3768f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:48:44 +0000 Subject: [PATCH 1/2] build(deps): bump process from 4.2.4 to 5.0.0 Bumps [process](https://github.com/google/process.dart) from 4.2.4 to 5.0.0. - [Release notes](https://github.com/google/process.dart/releases) - [Changelog](https://github.com/google/process.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/process.dart/commits) --- updated-dependencies: - dependency-name: process dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f5d98e4..350b3d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: http: '>=0.13.0 <2.0.0' crypto: ^3.0.2 convert: ^3.0.2 - process: ^4.2.4 + process: ^5.0.0 dev_dependencies: lints: ^2.0.0 From a1894c0a0213763c6c1effbc16cc416d3beebe65 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Thu, 7 Sep 2023 09:45:53 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f61a8b..8c7a857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### Dependencies +- Bumps [process](https://github.com/google/process.dart) from 4.2.4 to 5.0.0. + - [Release notes](https://github.com/google/process.dart/releases) + - [Changelog](https://github.com/google/process.dart/blob/master/CHANGELOG.md) + - [Commits](https://github.com/google/process.dart/commits) - Bump CLI from v2.19.4 to v2.20.6 ([#152](https://github.com/getsentry/sentry-dart-plugin/pull/152)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2206) - [diff](https://github.com/getsentry/sentry-cli/compare/2.19.4...2.20.6)