From 311dae9efea3c209dc17280b0b6fb0058cbe9127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 03:56:26 +0000 Subject: [PATCH] Bump native_stack_traces from 0.6.1 to 0.7.0 Bumps [native_stack_traces](https://github.com/dart-lang/sdk/tree/main/pkg) from 0.6.1 to 0.7.0. - [Changelog](https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/sdk/commits/0.7.0.0/pkg) --- updated-dependencies: - dependency-name: native_stack_traces dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ff895d2..b3ec6bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: http: ">=0.13.0 <2.0.0" js: ^0.6.3 meta: ^1.3.0 - native_stack_traces: ">=0.5.6 <0.7.0" + native_stack_traces: ">=0.5.6 <0.8.0" node_interop: ^2.0.0 node_preamble: ^2.0.0 package_config: ">=2.0.0 <4.0.0"