Skip to content

Commit f0a7dec

Browse files
chore(deps): update all non-major dependencies (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c455d71 commit f0a7dec

File tree

7 files changed

+1467
-1430
lines changed

7 files changed

+1467
-1430
lines changed

.github/workflows/test-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@master
2525

2626
- name: Setup node env 🏗
27-
uses: actions/setup-node@v3.4.1
27+
uses: actions/setup-node@v3.5.0
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.17.0
1+
16.17.1

drupal/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
],
1717
"require": {
1818
"composer/installers": "2.2.0",
19-
"drupal/core-composer-scaffold": "9.4.5",
20-
"drupal/core-project-message": "9.4.5",
21-
"drupal/core-recommended": "9.4.5",
19+
"drupal/core-composer-scaffold": "9.4.7",
20+
"drupal/core-project-message": "9.4.7",
21+
"drupal/core-recommended": "9.4.7",
2222
"drupal/druxt": "1.1.1",
2323
"drupal/simple_oauth": "^5.2",
24-
"drush/drush": "11.1.1",
24+
"drush/drush": "11.2.1",
2525
"vlucas/phpdotenv": "^5.4"
2626
},
2727
"require-dev": {
28-
"drupal/core-dev": "9.4.5"
28+
"drupal/core-dev": "9.4.7"
2929
},
3030
"conflict": {
3131
"drupal/drupal": "*"

0 commit comments

Comments
 (0)