From 82b4b4cfdf6b808646c0a43d956fb5c1e4a57a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Borgstr=C3=B6m?= Date: Fri, 16 Feb 2024 11:41:29 +0100 Subject: [PATCH] upgraded package versions --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 1 + .vscode/extensions.json | 3 ++ pubspec.lock | 70 ++++++++++++++++++++++------------------ pubspec.yaml | 14 ++++---- 5 files changed, 50 insertions(+), 38 deletions(-) create mode 100644 .vscode/extensions.json diff --git a/.DS_Store b/.DS_Store index d0251e6c1b60f905b8df62830cccea10f4660747..866a0250870cd8d092cb448e73c12d8aac1587aa 100644 GIT binary patch delta 44 zcmZoMXfc@JFDSvlz`)4BAi$85ZWx@LpIfk5kYhD7qr~PdEWykZ8&+&)=lIJH0Q1%i AV*mgE delta 213 zcmZoMXfc@JFDk>pz`)4BAi%&-!VnL{`9PSnF>yI_JxGR&L60GYA(5d7SvDu#FgQ6s zw*V;5z$h&~2ba3sd>5Cboctu9JVz}5KXZ;Bha7RMO+izug=3.0.1 <4.0.0" + dart: ">=3.2.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 910cef0..fada3d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,14 +7,14 @@ environment: sdk: ">=3.0.1 <4.0.0" dependencies: - args: ^2.4.0 - collection: ^1.17.0 + args: ^2.4.2 + collection: ^1.18.0 console: ^4.1.0 html_unescape: ^2.0.0 - http: ^1.0.0 - path: ^1.8.2 - petitparser: ^6.0.1 - yaml: ^3.1.1 + http: 1.2.0 + path: ^1.9.0 + petitparser: ^6.0.2 + yaml: ^3.1.2 dev_dependencies: lints: ^3.0.0 - test: ^1.24.1 + test: ^1.25.2