diff --git a/.changeset/cuddly-steaks-exist.md b/.changeset/cuddly-steaks-exist.md new file mode 100644 index 0000000000..230ac0e67b --- /dev/null +++ b/.changeset/cuddly-steaks-exist.md @@ -0,0 +1,5 @@ +--- +'@shopify/app': patch +--- + +Updates Javy to version 3.1.1 diff --git a/packages/app/src/cli/services/function/binaries.ts b/packages/app/src/cli/services/function/binaries.ts index ecad63afa7..59ab426406 100644 --- a/packages/app/src/cli/services/function/binaries.ts +++ b/packages/app/src/cli/services/function/binaries.ts @@ -10,7 +10,7 @@ import * as gzip from 'node:zlib' import {fileURLToPath} from 'node:url' const FUNCTION_RUNNER_VERSION = 'v6.2.1' -const JAVY_VERSION = 'v3.1.0' +const JAVY_VERSION = 'v3.1.1' // The logic for determining the download URL and what to do with the response stream is _coincidentally_ the same for // Javy and function-runner for now. Those methods may not continue to have the same logic in the future. If they