From b3aa46870eb8c776788996d90be0e77860d8a226 Mon Sep 17 00:00:00 2001 From: aratidgr8 Date: Wed, 20 Nov 2024 18:49:36 +0530 Subject: [PATCH] Update Ecommerce Version to 1.4.4 --- composer.json | 2 +- composer.lock | 189 ++++++++++++++++++++++++++-------------------- package-lock.json | 9 +-- package.json | 2 +- 4 files changed, 114 insertions(+), 88 deletions(-) diff --git a/composer.json b/composer.json index 863b0982f..918934d1c 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.6", "newfold-labs/wp-module-deactivation": "^1.2.3", - "newfold-labs/wp-module-ecommerce": "^1.4.3", + "newfold-labs/wp-module-ecommerce": "^1.4.4", "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 006c486bf..93cb7904c 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": "e9ff5ef34467b82bf74ced93a44e1289", + "content-hash": "c133ca69e7612ebbb80a3a029f24f651", "packages": [ { "name": "doctrine/inflector", @@ -722,16 +722,16 @@ }, { "name": "newfold-labs/wp-module-coming-soon", - "version": "1.2.6", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", - "reference": "3b43b08f02348e4d016392247dc4503df5d48b39" + "reference": "d1a80250ee5a2efe83ca979d6977de769885dd44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/3b43b08f02348e4d016392247dc4503df5d48b39", - "reference": "3b43b08f02348e4d016392247dc4503df5d48b39", + "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/d1a80250ee5a2efe83ca979d6977de769885dd44", + "reference": "d1a80250ee5a2efe83ca979d6977de769885dd44", "shasum": "" }, "require": { @@ -769,10 +769,10 @@ ], "description": "Coming Soon module for WordPress sites.", "support": { - "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.2.6", + "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/1.3.0", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, - "time": "2024-08-30T20:32:49+00:00" + "time": "2024-11-12T02:16:36+00:00" }, { "name": "newfold-labs/wp-module-context", @@ -830,16 +830,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.6", + "version": "2.6.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" + "reference": "4e06582959bbf8ebdfe053d7be27dc3e2dcba69a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", - "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/4e06582959bbf8ebdfe053d7be27dc3e2dcba69a", + "reference": "4e06582959bbf8ebdfe053d7be27dc3e2dcba69a", "shasum": "" }, "require": { @@ -852,15 +852,17 @@ "wpscholar/url": "^1.2.2" }, "require-dev": { - "10up/wp_mock": "^0.4.2", + "10up/wp_mock": "^0.5.0|^1.0.0", "bluehost/bluehost-wordpress-plugin": ">=3.1", "brianhenryie/composer-phpstorm": ">=0.4", "johnpbloch/wordpress": ">=6.5.3", "kporras07/composer-symlinks": "^1.2", "lucatume/wp-browser": "^3.5.8", "newfold-labs/wp-php-standards": "^1.2.3", - "phpunit/phpcov": "^5.0", - "wpackagist-plugin/woocommerce": ">=9" + "phpunit/phpcov": "^8.2.1", + "wpackagist-plugin/jetpack": "^14.0", + "wpackagist-plugin/woocommerce": ">=9", + "wpackagist-theme/twentytwentyfive": "*" }, "type": "library", "extra": { @@ -892,7 +894,7 @@ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "cs-changes": [ - "updated_files=$( git status | grep '\\(new file\\|modified\\):\\s.*.php$' | cut -c14- | awk '{ printf(\"%s \", $0) }' ); echo \"\\nChecking\"$(git status | grep '\\(new file\\|modified\\):\\s.*.php$' | tail -n+2 | wc -l)\" files\"; phpcbf $(echo $updated_files); phpcs $(echo $updated_files);" + "updated_files=$(echo $(git diff --name-only `git merge-base origin/main HEAD` | grep php)); if [ -n \"$updated_files\" ]; then phpcbf $(echo $updated_files); phpcs $(echo $updated_files); else echo \"No modified .php files for PHPCS.\"; fi;" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" @@ -905,6 +907,7 @@ "codecept run wpunit" ], "test-coverage": [ + "if [ -d \"tests/_output/merged.cov\" ]; then rm -rf tests/_output/merged.cov; fi;", "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", @@ -922,10 +925,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.7", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-11-07T22:23:10+00:00" + "time": "2024-11-19T20:09:13+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -990,16 +993,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "1.4.3", + "version": "v1.4.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "556a42d0a76296b863056ab0e1952eb860c47ed1" + "reference": "cceb17d7e4ac0bb70e070f0d9f13f3567010cbe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/556a42d0a76296b863056ab0e1952eb860c47ed1", - "reference": "556a42d0a76296b863056ab0e1952eb860c47ed1", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/cceb17d7e4ac0bb70e070f0d9f13f3567010cbe7", + "reference": "cceb17d7e4ac0bb70e070f0d9f13f3567010cbe7", "shasum": "" }, "require": { @@ -1042,10 +1045,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/1.4.3", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.4.4", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-11-07T21:52:42+00:00" + "time": "2024-11-20T12:14:02+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1488,16 +1491,16 @@ }, { "name": "newfold-labs/wp-module-notifications", - "version": "1.6.4", + "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-notifications.git", - "reference": "dd0c7639d5dc9867ba3863238dc6ecfa8cda9978" + "reference": "14a89f38091a7bf48404740c5f64087a3010ee03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/dd0c7639d5dc9867ba3863238dc6ecfa8cda9978", - "reference": "dd0c7639d5dc9867ba3863238dc6ecfa8cda9978", + "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/14a89f38091a7bf48404740c5f64087a3010ee03", + "reference": "14a89f38091a7bf48404740c5f64087a3010ee03", "shasum": "" }, "require": { @@ -1526,39 +1529,39 @@ ], "description": "A module for managing Newfold in-site notifications.", "support": { - "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.6.4", + "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.6.6", "issues": "https://github.com/newfold-labs/wp-module-notifications/issues" }, - "time": "2024-11-06T20:21:58+00:00" + "time": "2024-11-18T20:26:18+00:00" }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.5.3", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "b74398f96e04c57bd65b5881cb8f3b26dab70d66" + "reference": "8f8b8a116737ca6c2f4400f93190b751167386b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/b74398f96e04c57bd65b5881cb8f3b26dab70d66", - "reference": "b74398f96e04c57bd65b5881cb8f3b26dab70d66", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/8f8b8a116737ca6c2f4400f93190b751167386b1", + "reference": "8f8b8a116737ca6c2f4400f93190b751167386b1", "shasum": "" }, "require": { - "mustache/mustache": "^2.14", - "newfold-labs/wp-module-facebook": "^1.0", - "newfold-labs/wp-module-migration": "^1.0", - "newfold-labs/wp-module-onboarding-data": "^1.2", - "newfold-labs/wp-module-patterns": "^2.5", - "wp-cli/wp-config-transformer": "^1.3", + "mustache/mustache": "^2.14.2", + "newfold-labs/wp-module-facebook": "^1.0.9", + "newfold-labs/wp-module-migration": "^1.0.12", + "newfold-labs/wp-module-onboarding-data": "^1.2.1", + "newfold-labs/wp-module-patterns": "^2.6", + "wp-cli/wp-config-transformer": "^1.4.1", "wp-forge/helpers": "^2.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-phpunit/wp-phpunit": "^6.2", - "yoast/phpunit-polyfills": "^2.0" + "newfold-labs/wp-php-standards": "^1.2.4", + "wp-cli/i18n-command": "^2.6.3", + "wp-phpunit/wp-phpunit": "^6.6.2", + "yoast/phpunit-polyfills": "^2.0.2" }, "type": "library", "autoload": { @@ -1575,6 +1578,23 @@ ], "clean": [ "vendor/bin/phpcbf . --standard=Newfold" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding/issues\",\"POT-Creation-Date\":\"2024-11-18T07:59:34+00:00\"}' --exclude=assets,tests,src" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-mo" ] }, "license": [ @@ -1588,10 +1608,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.3", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.4", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-11-11T23:41:57+00:00" + "time": "2024-11-19T19:56:00+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", @@ -1646,16 +1666,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "2.6.1", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "648b1448b9f8ce022950300f7aa67ee55a9a1e24" + "reference": "d1dde5f33ca4032b1efd56214be2f66380cc7512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/648b1448b9f8ce022950300f7aa67ee55a9a1e24", - "reference": "648b1448b9f8ce022950300f7aa67ee55a9a1e24", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/d1dde5f33ca4032b1efd56214be2f66380cc7512", + "reference": "d1dde5f33ca4032b1efd56214be2f66380cc7512", "shasum": "" }, "require": { @@ -1694,10 +1714,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.6.1", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.7.1", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-11-07T01:02:53+00:00" + "time": "2024-11-15T18:35:27+00:00" }, { "name": "newfold-labs/wp-module-performance", @@ -3563,12 +3583,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "e3b44e38648ef5386687032582759f9c616c8d19" + "reference": "b33a18b5d222c63472a4b41f6fa3e15e591c9595" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e3b44e38648ef5386687032582759f9c616c8d19", - "reference": "e3b44e38648ef5386687032582759f9c616c8d19", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/b33a18b5d222c63472a4b41f6fa3e15e591c9595", + "reference": "b33a18b5d222c63472a4b41f6fa3e15e591c9595", "shasum": "" }, "conflict": { @@ -3614,6 +3634,7 @@ "azuracast/azuracast": "<0.18.3", "backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2", "backpack/crud": "<3.4.9", + "backpack/filemanager": "<2.0.2|>=3,<3.0.9", "bacula-web/bacula-web": "<8.0.0.0-RC2-dev", "badaso/core": "<2.7", "bagisto/bagisto": "<2.1", @@ -3677,7 +3698,7 @@ "contao/managed-edition": "<=1.5", "corveda/phpsandbox": "<1.3.5", "cosenary/instagram": "<=2.3", - "craftcms/cms": "<4.6.2|>=5,<=5.2.2", + "craftcms/cms": "<=4.12.6.1|>=5,<=5.4.7.1", "croogo/croogo": "<4", "cuyz/valinor": "<0.12", "czim/file-handling": "<1.5|>=2,<2.3", @@ -3753,6 +3774,7 @@ "feehi/cms": "<=2.1.1", "feehi/feehicms": "<=2.1.1", "fenom/fenom": "<=2.12.1", + "filament/actions": ">=3.2,<3.2.123", "filament/infolists": ">=3,<3.2.115", "filament/tables": ">=3,<3.2.115", "filegator/filegator": "<7.8", @@ -3886,7 +3908,7 @@ "lara-zeus/artemis": ">=1,<=1.0.6", "lara-zeus/dynamic-dashboard": ">=3,<=3.0.1", "laravel/fortify": "<1.11.1", - "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75", + "laravel/framework": "<6.20.45|>=7,<7.30.7|>=8,<8.83.28|>=9,<9.52.17|>=10,<10.48.23|>=11,<11.31", "laravel/laravel": ">=5.4,<5.4.22", "laravel/reverb": "<1.4", "laravel/socialite": ">=1,<2.0.10", @@ -3921,6 +3943,7 @@ "matyhtf/framework": "<3.0.6", "mautic/core": "<4.4.13|>=5,<5.1.1", "mautic/core-lib": ">=1.0.0.0-beta,<4.4.13|>=5.0.0.0-alpha,<5.1.1", + "maximebf/debugbar": "<1.19", "mdanter/ecc": "<2", "mediawiki/cargo": "<3.6.1", "mediawiki/core": "<1.39.5|==1.40", @@ -3943,7 +3966,7 @@ "mojo42/jirafeau": "<4.4", "mongodb/mongodb": ">=1,<1.9.2", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<4.3.5|>=4.4.0.0-beta,<4.4.1", + "moodle/moodle": "<4.3.8|>=4.4,<4.4.4", "mos/cimage": "<0.7.19", "movim/moxl": ">=0.8,<=0.10", "movingbytes/social-network": "<=1.2.1", @@ -3991,7 +4014,7 @@ "openmage/magento-lts": "<20.10.1", "opensolutions/vimbadmin": "<=3.0.15", "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", - "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5", + "orchid/platform": ">=8,<14.43", "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1", "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1", "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", @@ -4030,8 +4053,8 @@ "phpmyadmin/phpmyadmin": "<5.2.1", "phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5", "phpoffice/common": "<0.2.9", - "phpoffice/phpexcel": "<1.8", - "phpoffice/phpspreadsheet": "<1.29.2|>=2,<2.1.1|>=2.2,<2.3", + "phpoffice/phpexcel": "<1.8.1", + "phpoffice/phpspreadsheet": "<1.29.4|>=2,<2.1.3|>=2.2,<2.3.2|>=3.3,<3.4", "phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36", "phpservermon/phpservermon": "<3.6", "phpsysinfo/phpsysinfo": "<3.4.3", @@ -4085,7 +4108,7 @@ "rap2hpoutre/laravel-log-viewer": "<0.13", "react/http": ">=0.7,<1.9", "really-simple-plugins/complianz-gdpr": "<6.4.2", - "redaxo/source": "<=5.17.1", + "redaxo/source": "<5.18", "remdex/livehelperchat": "<4.29", "reportico-web/reportico": "<=8.1", "rhukster/dom-sanitizer": "<1.0.7", @@ -4141,7 +4164,7 @@ "slim/slim": "<2.6", "slub/slub-events": "<3.0.3", "smarty/smarty": "<4.5.3|>=5,<5.1.1", - "snipe/snipe-it": "<7.0.10", + "snipe/snipe-it": "<=7.0.13", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", "spatie/browsershot": "<3.57.4", @@ -4152,7 +4175,7 @@ "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", "ssddanbrown/bookstack": "<24.05.1", "starcitizentools/citizen-skin": ">=2.6.3,<2.31", - "statamic/cms": "<4.46|>=5.3,<5.6.2", + "statamic/cms": "<=5.16", "stormpath/sdk": "<9.9.99", "studio-42/elfinder": "<=2.1.64", "studiomitte/friendlycaptcha": "<0.1.4", @@ -4181,7 +4204,8 @@ "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<5.3.15|>=5.4.3,<5.4.4|>=6.0.3,<6.0.4", - "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", + "symfony/http-client": ">=4.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8", + "symfony/http-foundation": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", @@ -4189,20 +4213,22 @@ "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/polyfill": ">=1,<1.10", "symfony/polyfill-php55": ">=1,<1.10", + "symfony/process": "<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/routing": ">=2,<2.0.19", + "symfony/runtime": ">=5.3,<5.4.46|>=6,<6.4.14|>=7,<7.1.7", "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", - "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", + "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.4.10|>=7,<7.0.10|>=7.1,<7.1.3", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", - "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8", + "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.4.47|>=6,<6.4.15|>=7,<7.1.8", "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", - "symfony/symfony": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", + "symfony/symfony": "<5.4.47|>=6,<6.4.15|>=7,<7.1.8", "symfony/translation": ">=2,<2.0.17", "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8", "symfony/ux-autocomplete": "<2.11.2", - "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", + "symfony/validator": "<5.4.43|>=6,<6.4.11|>=7,<7.1.4", "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/webhook": ">=6.3,<6.3.8", @@ -4235,7 +4261,7 @@ "truckersmp/phpwhois": "<=4.3.1", "ttskch/pagination-service-provider": "<1", "twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2", - "twig/twig": "<1.44.8|>=2,<2.16.1|>=3,<3.11.1|>=3.12,<3.14", + "twig/twig": "<3.11.2|>=3.12,<3.14.1", "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", "typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<12.4.21|>=13,<13.3.1", "typo3/cms-core": "<=8.7.56|>=9,<=9.5.47|>=10,<=10.4.44|>=11,<=11.5.36|>=12,<=12.4.14|>=13,<=13.1", @@ -4254,6 +4280,7 @@ "ua-parser/uap-php": "<3.8", "uasoft-indonesia/badaso": "<=2.9.7", "unisharp/laravel-filemanager": "<2.6.4", + "unopim/unopim": "<0.1.5", "userfrosting/userfrosting": ">=0.3.1,<4.6.3", "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", "uvdesk/community-skeleton": "<=1.1.1", @@ -4390,20 +4417,20 @@ "type": "tidelift" } ], - "time": "2024-10-31T18:06:19+00:00" + "time": "2024-11-19T21:04:39+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.10.3", + "version": "3.11.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "62d32998e820bddc40f99f8251958aed187a5c9c" + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/62d32998e820bddc40f99f8251958aed187a5c9c", - "reference": "62d32998e820bddc40f99f8251958aed187a5c9c", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", + "reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87", "shasum": "" }, "require": { @@ -4470,20 +4497,20 @@ "type": "open_collective" } ], - "time": "2024-09-18T10:38:58+00:00" + "time": "2024-11-16T12:02:36+00:00" }, { "name": "symfony/finder", - "version": "v5.4.43", + "version": "v5.4.45", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ae25a9145a900764158d439653d5630191155ca0" + "reference": "63741784cd7b9967975eec610b256eed3ede022b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0", - "reference": "ae25a9145a900764158d439653d5630191155ca0", + "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b", + "reference": "63741784cd7b9967975eec610b256eed3ede022b", "shasum": "" }, "require": { @@ -4517,7 +4544,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.43" + "source": "https://github.com/symfony/finder/tree/v5.4.45" }, "funding": [ { @@ -4533,7 +4560,7 @@ "type": "tidelift" } ], - "time": "2024-08-13T14:03:51+00:00" + "time": "2024-09-28T13:32:08+00:00" }, { "name": "symfony/polyfill-php80", diff --git a/package-lock.json b/package-lock.json index 10d715172..a6a986fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.4.3", + "@newfold-labs/wp-module-ecommerce": "^1.4.4", "@newfold-labs/wp-module-facebook": "^1.0.9", "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0", @@ -3451,10 +3451,9 @@ } }, "node_modules/@newfold-labs/wp-module-ecommerce": { - "version": "1.4.3", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.4.3/419f211265d3f748d19d4f6161fdad62b76573fb", - "integrity": "sha512-CLINj5tZ6r9Eb45XmYiNMf9Dzsa64AXxUDd55ElhFbSfKQa42kQQtHFOWDg41Jv279SaL7y2tzmOhwTwF/D76g==", - "license": "GPL-2.0-or-later", + "version": "1.4.4", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-ecommerce/1.4.4/13a0b031f6a1fc958f0b243f12f6b1c0f5f75f70", + "integrity": "sha512-33sGq+NAco6q17LCjKsyCD63JlGpIdHVIq7KePp0lP7Pa+oBtsa/ivkAqVV57vpHJhQHPfMQ6c3Yefb2k0iGGg==", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.5", diff --git a/package.json b/package.json index 125bf54bf..da2140da8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.5", - "@newfold-labs/wp-module-ecommerce": "^1.4.3", + "@newfold-labs/wp-module-ecommerce": "^1.4.4", "@newfold-labs/wp-module-facebook": "^1.0.9", "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0",