diff --git a/composer.json b/composer.json index 027a20470..15f5940dd 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.5", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.4.0", + "newfold-labs/wp-module-ecommerce": "^1.4.1", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.13", diff --git a/composer.lock b/composer.lock index 4199ad0ae..f0bc7e0dd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d1dd9da1be522e2d1a266893c0eb9748", + "content-hash": "78c0c3477af2ed8d686f4405c36ab738", "packages": [ { "name": "doctrine/inflector", @@ -990,16 +990,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "74482c3a5aa19d6846d1fd7db99c2648f26596d7" + "reference": "3ed0abe0cf756c859642fefb5f636b43753dad48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/74482c3a5aa19d6846d1fd7db99c2648f26596d7", - "reference": "74482c3a5aa19d6846d1fd7db99c2648f26596d7", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/3ed0abe0cf756c859642fefb5f636b43753dad48", + "reference": "3ed0abe0cf756c859642fefb5f636b43753dad48", "shasum": "" }, "require": { @@ -1042,10 +1042,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.4.0", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/1.4.1", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-10-23T09:54:48+00:00" + "time": "2024-10-23T22:05:42+00:00" }, { "name": "newfold-labs/wp-module-facebook", diff --git a/package-lock.json b/package-lock.json index d40c3c0f0..ea9dbbcd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.15.0-beta", + "version": "3.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.15.0-beta", + "version": "3.15.0", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.4.0-beta.9", + "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0", @@ -3361,9 +3361,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.4.0-beta.9", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.4.0-beta.9/c9185537730104fafcc9dc4fc5f86b5565946f9c", - "integrity": "sha512-ntiPQay7zr7/Jyrh4Sb7FzXrNxICMvMcRNm6hhgnSX94aUzoCPEjKYCNmc5xJ10z+zZuiTpQgDl73zmMUXxO7g==", + "version": "1.4.1", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.4.1/8360f011554f3dd226141baaded94cf7bb238650", + "integrity": "sha512-ZWcD+iNh3thGFL3YltD979/zhkcfZ3Rp8p4QgFMz/m/3cVKr4gDLzmWE7cCoT80+HVLhwgMNq2uKmXJIhOJEUA==", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", diff --git a/package.json b/package.json index 16f373d3c..ecfc89c38 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.4.0-beta.9", + "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", "@newfold-labs/wp-module-runtime": "^1.0.10", "@newfold/ui-component-library": "^1.1.0",