Skip to content

Commit 1eb7ef6

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

File tree

7 files changed

+1130
-1114
lines changed

7 files changed

+1130
-1114
lines changed

.github/workflows/test-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install -g npm
2828
npm --version
2929
- name: Cache node_modules 📦
30-
uses: actions/[email protected].8
30+
uses: actions/[email protected].10
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-bootstrap-vue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm install -g npm
2626
npm --version
2727
- name: Cache node_modules 📦
28-
uses: actions/[email protected].8
28+
uses: actions/[email protected].10
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/[email protected].8
27+
uses: actions/[email protected].10
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

drupal/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"require": {
1818
"composer/installers": "2.2.0",
1919
"cweagans/composer-patches": "^1.7",
20-
"drupal/core-composer-scaffold": "9.4.7",
21-
"drupal/core-project-message": "9.4.7",
22-
"drupal/core-recommended": "9.4.7",
20+
"drupal/core-composer-scaffold": "9.4.8",
21+
"drupal/core-project-message": "9.4.8",
22+
"drupal/core-recommended": "9.4.8",
2323
"drupal/druxt": "1.1.1",
2424
"drupal/simple_oauth": "^5.2",
2525
"drush/drush": "11.2.1",
2626
"vlucas/phpdotenv": "^5.4"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.7"
29+
"drupal/core-dev": "9.4.8"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

0 commit comments

Comments
 (0)