Skip to content

Commit 0373ce3

Browse files
chore(deps): update all non-major dependencies
1 parent 564ba1e commit 0373ce3

6 files changed

Lines changed: 422 additions & 380 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"
3535

3636
- name: Cache node_modules 📦
37-
uses: actions/cache@v3.0.8
37+
uses: actions/cache@v3.0.10
3838
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939
with:
4040
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

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
"drupal-tome/tome_drush": "dev-master",
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/paragraphs": "1.15.0",
2525
"drupal/tome": "1.7.0",
2626
"drush/drush": "11.2.1"
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)