Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2022
1 parent 56e9489 commit 15f57a0
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
58 changes: 29 additions & 29 deletions drupal/composer.json
Expand Up @@ -16,44 +16,44 @@
},
"require": {
"php": ">=8.1",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.0",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
"drupal/admin_toolbar": "^3.1",
"drupal/advanced_text_formatter": "^2.1",
"drupal/allowed_formats": "^1.5",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.3",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.9",
"drupal/config_pages": "^2.10",
"drupal/config_rewrite": "^1.5",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "9.4.6",
"drupal/core-project-message": "9.4.6",
"drupal/core-recommended": "9.4.6",
"drupal/core-composer-scaffold": "9.4.7",
"drupal/core-project-message": "9.4.7",
"drupal/core-recommended": "9.4.7",
"drupal/diff": "^1.0",
"drupal/documentation_generator": "2.0.x-dev@dev",
"drupal/documentation_generator": "2.0.4@dev",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^3.0",
"drupal/entity_browser": "^2.6",
"drupal/entity_browser": "^2.8",
"drupal/entity_browser_enhanced": "^1.0",
"drupal/entity_clone": "^1.0",
"drupal/entity_display_mode": "^1.0",
"drupal/entity_usage": "^2.0",
"drupal/environment_indicator": "^4.0",
"drupal/exclude_node_title": "^1.3",
"drupal/field_group": "^3.2",
"drupal/exclude_node_title": "^1.4",
"drupal/field_group": "^3.3",
"drupal/field_tools": "^1.0",
"drupal/focal_point": "^1.5",
"drupal/gin": "^3.0@beta",
"drupal/gin_login": "^1.2",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/jsonapi_hypermedia": "^1.7",
"drupal/jsonapi_node_preview": "^1.0@beta",
"drupal/jsonapi_node_preview_tab": "^1.0@beta",
"drupal/layout_paragraphs": "^2.0@beta",
"drupal/gin": "^3.0.0-beta5@beta",
"drupal/gin_login": "^1.3",
"drupal/gin_toolbar": "^1.0.0-beta9@beta",
"drupal/jsonapi_hypermedia": "^1.8",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "^1.0.0@beta",
"drupal/layout_paragraphs": "^2.0.1@beta",
"drupal/length_indicator": "^1.2",
"drupal/linkit": "^6.0",
"drupal/linky": "^1.0",
Expand All @@ -63,18 +63,18 @@
"drupal/m4032404": "^1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.1",
"drupal/media_file_delete": "^1.2",
"drupal/media_revisions_ui": "^2.1",
"drupal/memcache": "^2.3",
"drupal/memcache": "^2.5",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.0",
"drupal/oembed_providers": "^2.1",
"drupal/paragraphs_asymmetric_translation_widgets": "^1.0",
"drupal/paragraphs_ee": "^2.0",
"drupal/pathauto": "^1.10",
"drupal/permissions_filter": "^1.2",
"drupal/pathauto": "^1.11",
"drupal/permissions_filter": "^1.3",
"drupal/prevent_homepage_deletion": "^2.0",
"drupal/redirect": "^1.7",
"drupal/revision_log_default": "^1.2",
"drupal/redirect": "^1.8",
"drupal/revision_log_default": "^1.3",
"drupal/robotstxt": "^1.4",
"drupal/role_delegation": "^1.2",
"drupal/scheduled_transitions": "2.3.x-dev@dev",
Expand All @@ -83,16 +83,16 @@
"drupal/simple_oauth": "^6.0",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_date": "^3.7",
"drupal/title_field_for_manage_display": "^2.0",
"drupal/title_field_for_manage_display": "^2.1",
"drupal/tome": "^1.7",
"drupal/transliterate_filenames": "^2.0",
"drupal/upgrade_status": "^3.14",
"drupal/upgrade_status": "^3.17",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "9.4.6",
"drush/drush": "^11.0",
"drupal/core-dev": "9.4.7",
"drush/drush": "^11.2",
"phpspec/prophecy-phpunit": "^2",
"sllh/composer-lint": "^2.0"
},
Expand Down

0 comments on commit 15f57a0

Please sign in to comment.