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 Mar 23, 2022
1 parent b31ba47 commit fbdc746
Show file tree
Hide file tree
Showing 5 changed files with 1,845 additions and 1,638 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.7
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
20 changes: 10 additions & 10 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"require": {
"php": ">=8.1",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.0",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
"drupal/admin_toolbar": "^3.0",
"drupal/admin_toolbar": "^3.1",
"drupal/advanced_text_formatter": "^2.1",
"drupal/allowed_formats": "^1.3",
"drupal/allowed_formats": "^1.5",
"drupal/anonymous_redirect": "^2.2",
"drupal/coffee": "^1.2",
"drupal/config_filter": "^2.2",
Expand Down Expand Up @@ -56,28 +56,28 @@
"drupal/linky": "^1.0",
"drupal/linky_revision_ui": "^2.127",
"drupal/linkychecker": "^2.0",
"drupal/linkyreplacer": "^2.1",
"drupal/linkyreplacer": "^2.2",
"drupal/m4032404": "^1.0",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.1",
"drupal/memcache": "^2.3",
"drupal/metatag": "^1.18",
"drupal/metatag": "^1.19",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.0",
"drupal/paragraphs_ee": "^2.0",
"drupal/pathauto": "^1.8",
"drupal/pathauto": "^1.9",
"drupal/prevent_homepage_deletion": "^1.4",
"drupal/redirect": "^1.7",
"drupal/revision_log_default": "^1.2",
"drupal/role_delegation": "^1.1",
"drupal/role_delegation": "^1.2",
"drupal/scheduled_transitions": "^2.3",
"drupal/schema_metatag": "^2.2",
"drupal/schema_metatag": "^2.3",
"drupal/security_review": "^1.0",
"drupal/simple_oauth": "^5.2",
"drupal/simple_sitemap": "^4.x-dev",
"drupal/title_field_for_manage_display": "^2.0",
"drupal/tome": "^1.4",
"drupal/tome": "^1.6",
"drupal/transliterate_filenames": "^2.0",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
Expand Down

0 comments on commit fbdc746

Please sign in to comment.