Skip to content

Commit 102afd0

Browse files
authored
Merge pull request #6495 from Shopify/jc.bump-function-binary-versions
Bump Functions binary versions
2 parents bdb504d + 8cce83b commit 102afd0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/rotten-pans-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/app': patch
3+
---
4+
5+
Update Functions binaries to version supporting normalize method on JS strings

packages/app/src/cli/services/function/binaries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import fs from 'node:fs'
1111
import * as gzip from 'node:zlib'
1212
import {fileURLToPath} from 'node:url'
1313

14-
export const PREFERRED_FUNCTION_RUNNER_VERSION = '9.1.1'
14+
export const PREFERRED_FUNCTION_RUNNER_VERSION = '9.1.2'
1515

1616
// Javy dependencies.
17-
export const PREFERRED_JAVY_VERSION = '7.0.0'
17+
export const PREFERRED_JAVY_VERSION = '7.0.1'
1818
// The Javy plugin version should match the plugin version used in the
1919
// function-runner version specified above.
2020
export const PREFERRED_JAVY_PLUGIN_VERSION = '3'

0 commit comments

Comments
 (0)