diff --git a/drupal/composer.json b/drupal/composer.json index 3a573e5..cee3193 100644 --- a/drupal/composer.json +++ b/drupal/composer.json @@ -60,14 +60,14 @@ "ext-curl": "*", "centarro/certified-projects": "^1.0", "centarro/commerce_kickstart": "^3.0", - "composer/installers": "^2.0", + "composer/installers": "^2.2", "cweagans/composer-patches": "^1.7", "drupal/commerce_demo": "^3.0", "drupal/core-composer-scaffold": "^9.4", "drupal/core-dev": "^9.4", "drupal/default_content": "2.0.0-alpha2", "drupal/druxt": "^1.1", - "drush/drush": "^11.1", + "drush/drush": "^11.2", "vlucas/phpdotenv": "^5.4", "webflo/drupal-finder": "^1.2", "webmozart/path-util": "^2.3" diff --git a/drupal/composer.lock b/drupal/composer.lock index daa62bf..d65318f 100644 --- a/drupal/composer.lock +++ b/drupal/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": "ff79a131c1984a8c402849e8ba70fece", + "content-hash": "4803b3c1cba217b474379fa5cd51be9e", "packages": [ { "name": "apimatic/jsonmapper", @@ -576,16 +576,16 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.5.3", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655" + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", - "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", "shasum": "" }, "require": { @@ -604,7 +604,6 @@ "require-dev": { "chi-teck/drupal-coder-extension": "^1.2", "drupal/coder": "^8.3.14", - "friendsoftwig/twigcs": "dev-master", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.5", @@ -632,9 +631,9 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.5.3" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.1" }, - "time": "2022-03-31T17:15:11+00:00" + "time": "2022-09-15T09:13:57+00:00" }, { "name": "commerceguys/addressing", @@ -7696,16 +7695,16 @@ }, { "name": "drush/drush", - "version": "11.1.1", + "version": "11.2.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b" + "reference": "95123e003c96f4c57299fa277ef60457041cae1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/5ee249f4e511d65c099e86317719fb3a15370e6b", - "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/95123e003c96f4c57299fa277ef60457041cae1a", + "reference": "95123e003c96f4c57299fa277ef60457041cae1a", "shasum": "" }, "require": { @@ -7714,7 +7713,7 @@ "consolidation/annotated-command": "^4.5.3", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", - "consolidation/robo": "^3.0.9 || ^4.0.0-alpha1", + "consolidation/robo": "^3.0.9 || ^4.0.1", "consolidation/site-alias": "^3.1.3", "consolidation/site-process": "^4.1.3 || ^5", "enlightn/security-checker": "^1", @@ -7830,7 +7829,7 @@ "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.1.1" + "source": "https://github.com/drush-ops/drush/tree/11.2.1" }, "funding": [ { @@ -7838,7 +7837,7 @@ "type": "github" } ], - "time": "2022-07-12T16:08:05+00:00" + "time": "2022-09-23T17:35:58+00:00" }, { "name": "easyrdf/easyrdf", diff --git a/nuxt/package-lock.json b/nuxt/package-lock.json index edcecde..7514672 100644 --- a/nuxt/package-lock.json +++ b/nuxt/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "bootstrap-vue": "^2.22.0", - "core-js": "3.25.1", + "core-js": "3.25.3", "druxt-site": "^0.13.0", "nuxt": "2.15.8" }, @@ -7929,9 +7929,9 @@ } }, "node_modules/core-js": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", - "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", + "version": "3.25.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz", + "integrity": "sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -27059,9 +27059,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", - "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==" + "version": "3.25.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.3.tgz", + "integrity": "sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ==" }, "core-js-compat": { "version": "3.18.1", diff --git a/nuxt/package.json b/nuxt/package.json index 7a73f45..760633c 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "bootstrap-vue": "^2.22.0", - "core-js": "3.25.1", + "core-js": "3.25.3", "druxt-site": "^0.13.0", "nuxt": "2.15.8" },