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] authored Nov 1, 2022
1 parent f52bcd4 commit f0b9eee
Show file tree
Hide file tree
Showing 6 changed files with 619 additions and 568 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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.1
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/[email protected].8
uses: actions/[email protected].11
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
36 changes: 18 additions & 18 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"require": {
"php": ">=8.1",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"cweagans/composer-patches": "^1.7.2",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
"drupal/admin_toolbar": "^3.1",
"drupal/advanced_text_formatter": "^2.1",
"drupal/admin_audit_trail": "^1.0.1",
"drupal/admin_toolbar": "^3.2.1",
"drupal/advanced_text_formatter": "^2.1.1",
"drupal/allowed_formats": "^1.5",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.4",
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.10",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core-project-message": "^9.4",
"drupal/core-recommended": "^9.4",
"drupal/diff": "^1.0",
"drupal/core-composer-scaffold": "^9.4.8",
"drupal/core-project-message": "^9.4.8",
"drupal/core-recommended": "^9.4.8",
"drupal/diff": "^1.1.0",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^2.0",
"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/environment_indicator": "^4.0.10",
"drupal/exclude_node_title": "^1.4",
"drupal/field_group": "^3.2",
"drupal/field_group": "^3.4.0",
"drupal/field_tools": "^1.0",
"drupal/focal_point": "^1.5",
"drupal/gin": "3.x-dev",
Expand All @@ -54,18 +54,18 @@
"drupal/layout_paragraphs": "2.0.1@dev",
"drupal/length_indicator": "^1.2",
"drupal/linky": "^1.0",
"drupal/linky_revision_ui": "^2.127",
"drupal/linky_revision_ui": "^2.127.2",
"drupal/linkychecker": "^2.0",
"drupal/linkyreplacer": "^2.2",
"drupal/linkyreplacer": "^2.2.2",
"drupal/m4032404": "^1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.2",
"drupal/media_file_delete": "^1.2.2",
"drupal/memcache": "^2.5",
"drupal/metatag": "^1.21",
"drupal/metatag": "^1.22.0",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.1",
"drupal/paragraphs_ee": "^2.0",
"drupal/paragraphs_ee": "^2.0.3",
"drupal/pathauto": "^1.11",
"drupal/prevent_homepage_deletion": "^1.4",
"drupal/redirect": "^1.8",
Expand All @@ -78,13 +78,13 @@
"drupal/simple_sitemap": "^4.x-dev",
"drupal/title_field_for_manage_display": "^2.1",
"drupal/tome": "^1.7",
"drupal/transliterate_filenames": "^2.0",
"drupal/transliterate_filenames": "^2.0.1",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.4",
"drush/drush": "^11.1"
"drupal/core-dev": "^9.4.8",
"drush/drush": "^11.3.2"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

0 comments on commit f0b9eee

Please sign in to comment.