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 Aug 16, 2022
1 parent 921f9f9 commit 96fc39c
Show file tree
Hide file tree
Showing 6 changed files with 1,834 additions and 1,718 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.2.0
uses: actions/setup-node@v3.4.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/cache@v3.0.2
uses: actions/cache@v3.0.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 @@ -29,9 +29,9 @@
"drupal/config_ignore": "^3.0",
"drupal/config_pages": "^2.10",
"drupal/content_lock": "^2.2",
"drupal/core-composer-scaffold": "^9.3",
"drupal/core-project-message": "^9.3",
"drupal/core-recommended": "^9.3",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core-project-message": "^9.4",
"drupal/core-recommended": "^9.4",
"drupal/diff": "^1.0",
"drupal/druxt": "^1.1.1",
"drupal/dynamic_entity_reference": "^2.0",
Expand Down Expand Up @@ -61,30 +61,30 @@
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.0",
"drupal/media_file_delete": "^1.2",
"drupal/memcache": "^2.3",
"drupal/metatag": "^1.19",
"drupal/memcache": "^2.4",
"drupal/metatag": "^1.21",
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.1",
"drupal/paragraphs_ee": "^2.0",
"drupal/pathauto": "^1.10",
"drupal/pathauto": "^1.11",
"drupal/prevent_homepage_deletion": "^1.4",
"drupal/redirect": "^1.7",
"drupal/revision_log_default": "^1.2",
"drupal/revision_log_default": "^1.3",
"drupal/role_delegation": "^1.2",
"drupal/scheduled_transitions": "^2.3",
"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/title_field_for_manage_display": "^2.1",
"drupal/tome": "^1.7",
"drupal/transliterate_filenames": "^2.0",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
},
"require-dev": {
"drupal/core-dev": "^9.3",
"drush/drush": "^11.0"
"drupal/core-dev": "^9.4",
"drush/drush": "^11.1"
},
"conflict": {
"drupal/drupal": "*"
Expand Down

0 comments on commit 96fc39c

Please sign in to comment.