From 6fa77d80834a800ee58ca115a23f73b513cb1905 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Sun, 23 Nov 2025 19:43:56 -0600 Subject: [PATCH 1/2] Update dependency on package:native_stack_traces --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 450d2e7..e0c46c4 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 + native_stack_traces: ^0.6.0 node_interop: ^2.0.0 node_preamble: ^2.0.0 package_config: ^2.0.0 From 2f82b691c16fa94926018e26957e47db9fa7b051 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 24 Nov 2025 15:44:26 -0600 Subject: [PATCH 2/2] Expand constraint rather than increase it Co-authored-by: Natalie Weizenbaum --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e0c46c4..ff51b81 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.6.0 + native_stack_traces: ">=0.5.6 <0.7.0" node_interop: ^2.0.0 node_preamble: ^2.0.0 package_config: ^2.0.0