From b6b825b31e6b9b9c99e27aff6a55ea712448d792 Mon Sep 17 00:00:00 2001 From: stigpo <89634569+stigpo@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:08:06 +0000 Subject: [PATCH] Use newer version of Cocopa Use a version of cocopa that supports more advanced inclusion parameters used in RP Pico SDK. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af51fad2..f01ddcf1 100644 --- a/package.json +++ b/package.json @@ -377,7 +377,7 @@ "@microsoft/vscode-serial-monitor-api": "^0.1.5", "@vscode/extension-telemetry": "~0.6.2", "body-parser": "^1.16.1", - "cocopa": "0.0.13", + "cocopa": "github:tylerjwatson/cocopa#semver:^0.0.15", "eventemitter2": "^4.1.0", "express": "^4.19.2", "extract-zip": "^2.0.1",