From 8a5232a11ba22331152801c6b950e559bec84fca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 00:08:19 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- drupal/composer.json | 2 +- drupal/composer.lock | 29 ++++++++++++++--------------- nuxt/package.json | 4 ++-- nuxt/yarn.lock | 41 ++++++++++++++++++++++++----------------- 4 files changed, 41 insertions(+), 35 deletions(-) diff --git a/drupal/composer.json b/drupal/composer.json index 44a94a6..9e455b7 100644 --- a/drupal/composer.json +++ b/drupal/composer.json @@ -23,7 +23,7 @@ "drupal/core-recommended": "^9.4", "drupal/druxt": "^1.1", "drupal/tome": "^1.7", - "drush/drush": "^11.1" + "drush/drush": "^11.2" }, "require-dev": { "drupal/core-dev": "^9.4" diff --git a/drupal/composer.lock b/drupal/composer.lock index 0f8dffb..9ca31ec 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": "1505f8cd0e5201839a682294ec317588", + "content-hash": "b5f2c9ea6615d409b7a99e6b4a113777", "packages": [ { "name": "asm89/stack-cors", @@ -64,16 +64,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": { @@ -92,7 +92,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", @@ -120,9 +119,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": "composer/installers", @@ -2171,16 +2170,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": { @@ -2189,7 +2188,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", @@ -2305,7 +2304,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": [ { @@ -2313,7 +2312,7 @@ "type": "github" } ], - "time": "2022-07-12T16:08:05+00:00" + "time": "2022-09-23T17:35:58+00:00" }, { "name": "egulias/email-validator", diff --git a/nuxt/package.json b/nuxt/package.json index 32b2a04..5baa287 100644 --- a/nuxt/package.json +++ b/nuxt/package.json @@ -11,12 +11,12 @@ "lint": "yarn lint:js" }, "dependencies": { - "core-js": "^3.25.1", + "core-js": "^3.25.3", "druxt-site": "0.13.0", "nuxt": "^2.15.8" }, "devDependencies": { - "@babel/eslint-parser": "^7.18.9", + "@babel/eslint-parser": "^7.19.1", "@nuxtjs/eslint-config": "^10.0.0", "@nuxtjs/eslint-module": "^3.1.0", "eslint": "^7.32.0", diff --git a/nuxt/yarn.lock b/nuxt/yarn.lock index 5219cf1..4e255db 100644 --- a/nuxt/yarn.lock +++ b/nuxt/yarn.lock @@ -49,12 +49,12 @@ json5 "^2.1.2" semver "^6.3.0" -"@babel/eslint-parser@^7.18.9": - version "7.18.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031" - integrity sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ== +"@babel/eslint-parser@^7.19.1": + version "7.19.1" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4" + integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ== dependencies: - eslint-scope "^5.1.1" + "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0" semver "^6.3.0" @@ -1012,6 +1012,13 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" +"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + version "5.1.1-v1" + resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" + integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg== + dependencies: + eslint-scope "5.1.1" + "@nodelib/fs.scandir@2.1.5": version "2.1.5" resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" @@ -2851,10 +2858,10 @@ core-js@^3.22.5: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.23.3.tgz#3b977612b15da6da0c9cc4aec487e8d24f371112" integrity sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q== -core-js@^3.25.1: - version "3.25.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.1.tgz#5818e09de0db8956e16bf10e2a7141e931b7c69c" - integrity sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ== +core-js@^3.25.3: + version "3.25.3" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.3.tgz#cbc2be50b5ddfa7981837bd8c41639f27b166593" + integrity sha512-y1hvKXmPHvm5B7w4ln1S4uc9eV/O5+iFExSRUimnvIph11uaizFR8LFMdONN8hG3P2pipUfX4Y/fR8rAEtcHcQ== core-util-is@~1.0.0: version "1.0.3" @@ -3837,6 +3844,14 @@ eslint-plugin-vue@^8.7.1: semver "^7.3.5" vue-eslint-parser "^8.0.1" +eslint-scope@5.1.1, eslint-scope@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" + integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== + dependencies: + esrecurse "^4.3.0" + estraverse "^4.1.1" + eslint-scope@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" @@ -3845,14 +3860,6 @@ eslint-scope@^4.0.3: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - eslint-scope@^7.0.0: version "7.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"