diff --git a/.functions/package.json b/.functions/package.json index 84d0c32..9eb639c 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -7,7 +7,7 @@ }, "main": "index.js", "dependencies": { - "@ecomplus/storefront-renderer": "^2.11.6", + "@ecomplus/storefront-renderer": "^2.11.7", "firebase-admin": "^11.11.1", "firebase-functions": "^4.9.0" }, diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 534b4a2..e92617f 100644 --- a/.netlify/functions/ssr/package-lock.json +++ b/.netlify/functions/ssr/package-lock.json @@ -9,13 +9,23 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "@ecomplus/storefront-renderer": "^2.11.6" + "@ecomplus/storefront-renderer": "^2.11.7" + } + }, + "node_modules/@builder.io/partytown": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", + "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", + "license": "MIT", + "bin": { + "partytown": "bin/partytown.cjs" } }, "node_modules/@ecomplus/client": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@ecomplus/client/-/client-2.3.1.tgz", - "integrity": "sha512-Nb9F8QZUxje9q3gS/UNFFaAILvsYS+EYN0Ambf3LC6IXAiTJ661GzPssQBJQ7r9A+sGeTTC/J0iC9rOJkYAhQw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@ecomplus/client/-/client-2.4.0.tgz", + "integrity": "sha512-7Q9SaNPv46xezFKv8EnjJkyi0Gx8kAYKIcVqWpubL6mS1KHe3uiVa01djHPRpkFOnhGxKmIcbWqZqdc41olZJw==", + "license": "MIT", "dependencies": { "axios": "^0.27.2 || ^1.1.2" }, @@ -48,12 +58,13 @@ } }, "node_modules/@ecomplus/storefront-renderer": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@ecomplus/storefront-renderer/-/storefront-renderer-2.11.6.tgz", - "integrity": "sha512-IipwB5Aoob4OFjLck7YFaDy8J9UmZQHU9NdspfjOPyDlb9u2R5FfzOwDHNOUiR90Hr9ev3VZXt5XkDtkcJ/B4Q==", + "version": "2.11.7", + "resolved": "https://registry.npmjs.org/@ecomplus/storefront-renderer/-/storefront-renderer-2.11.7.tgz", + "integrity": "sha512-G7lcGU9vq0U3h/SIV+2y8z/+JrxDtRUawEfQGwUpsDHsSCEBXNTop/0rybVYneYSbvbccSKz1LfYOd0Y0J/ZpA==", + "license": "MIT", "dependencies": { "@builder.io/partytown": "^0.7.6", - "@ecomplus/client": "^2.3.1", + "@ecomplus/client": "^2.4.0", "@ecomplus/i18n": "^1.32.2", "@ecomplus/search-engine": "^2.6.1", "@ecomplus/storefront-router": "^2.2.1", @@ -66,14 +77,6 @@ "markdown-it": "^14.1.0" } }, - "node_modules/@ecomplus/storefront-renderer/node_modules/@builder.io/partytown": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/@builder.io/partytown/-/partytown-0.7.6.tgz", - "integrity": "sha512-snXIGNiZpqjno3XYQN2lbBB+05hsQR/LSttbtIW1c0gmZ7Kh/DIo0YrxlDxCDulAMFPFM8J+4voLwvYepSj3sw==", - "bin": { - "partytown": "bin/partytown.cjs" - } - }, "node_modules/@ecomplus/storefront-router": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@ecomplus/storefront-router/-/storefront-router-2.2.1.tgz", diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index c9dbb4b..99f2778 100644 --- a/.netlify/functions/ssr/package.json +++ b/.netlify/functions/ssr/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/ecomplus/storefront-starter#readme", "dependencies": { - "@ecomplus/storefront-renderer": "^2.11.6" + "@ecomplus/storefront-renderer": "^2.11.7" }, "files": [ "bundles.json", diff --git a/package.json b/package.json index 5a9cd6e..0fc6b13 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "url": "git+https://github.com/ecomplus/storefront-starter.git" }, "dependencies": { - "@ecomplus/storefront-template": "^2.0.0-beta.273", + "@ecomplus/storefront-template": "^2.0.0-beta.275", "@netlify/zip-it-and-ship-it": "^8.10.0", "firebase-tools": "^11.30.0" },