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 Oct 10, 2024
1 parent a473893 commit 2e44b77
Show file tree
Hide file tree
Showing 9 changed files with 1,604 additions and 2,174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: yarn test --reporters=jest-junit --runInBand

- name: Codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].6
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.20.1
16.20.2
12 changes: 6 additions & 6 deletions example/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
}
],
"require": {
"composer/installers": "2.2.0",
"drupal/core-composer-scaffold": "9.5.10",
"drupal/core-project-message": "9.5.10",
"composer/installers": "2.3.0",
"drupal/core-composer-scaffold": "9.5.11",
"drupal/core-project-message": "9.5.11",
"drupal/core-recommended": "9.5.10",
"drupal/druxt": "1.2.0",
"drupal/simple_oauth": "^5.2.3",
"drupal/simple_oauth": "^5.2.5",
"drush/drush": "11.6.0",
"vlucas/phpdotenv": "^5.5.0"
"vlucas/phpdotenv": "^5.6.1"
},
"require-dev": {
"drupal/core-dev": "9.5.10"
"drupal/core-dev": "9.5.11"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
Loading

0 comments on commit 2e44b77

Please sign in to comment.