From 71c145a0a71d45ef1de7147cb87990eeb6159663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Apr 2025 21:29:45 +0000 Subject: [PATCH] fix: upgrade javy from 0.1.0 to 0.1.2 Snyk has created this PR to upgrade javy from 0.1.0 to 0.1.2. See this package in npm: javy See this project in Snyk: https://app.snyk.io/org/nak000/project/600aa2b2-96ec-4ca9-a5d6-485172da0a52?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../extensions/cart-expand-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/bundles-cart-transform/extensions/cart-expand-js/package.json b/sample-apps/bundles-cart-transform/extensions/cart-expand-js/package.json index c75de118..c4877cb1 100644 --- a/sample-apps/bundles-cart-transform/extensions/cart-expand-js/package.json +++ b/sample-apps/bundles-cart-transform/extensions/cart-expand-js/package.json @@ -26,6 +26,6 @@ }, "dependencies": { "@shopify/shopify_function": "0.0.3", - "javy": "0.1.0" + "javy": "0.1.2" } }