Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2022
1 parent 48dff81 commit 1eb7ef6
Show file tree
Hide file tree
Showing 7 changed files with 1,130 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].8
uses: actions/[email protected].10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-bootstrap-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].8
uses: actions/[email protected].10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-tailwindcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].8
uses: actions/[email protected].10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
8 changes: 4 additions & 4 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"require": {
"composer/installers": "2.2.0",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "9.4.7",
"drupal/core-project-message": "9.4.7",
"drupal/core-recommended": "9.4.7",
"drupal/core-composer-scaffold": "9.4.8",
"drupal/core-project-message": "9.4.8",
"drupal/core-recommended": "9.4.8",
"drupal/druxt": "1.1.1",
"drupal/simple_oauth": "^5.2",
"drush/drush": "11.2.1",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
"drupal/core-dev": "9.4.7"
"drupal/core-dev": "9.4.8"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

1 comment on commit 1eb7ef6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.