Skip to content

Commit 920f06a

Browse files
chore(deps): update all non-major dependencies
1 parent f52bcd4 commit 920f06a

File tree

6 files changed

+618
-564
lines changed

6 files changed

+618
-564
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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.1
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true
@@ -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/[email protected].8
37+
uses: actions/[email protected].11
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@
1717
"require": {
1818
"php": ">=8.1",
1919
"composer/installers": "^2.2",
20-
"cweagans/composer-patches": "^1.7",
20+
"cweagans/composer-patches": "^1.7.2",
2121
"drupal-tome/tome_drush": "dev-master",
22-
"drupal/admin_audit_trail": "^1.0",
23-
"drupal/admin_toolbar": "^3.1",
24-
"drupal/advanced_text_formatter": "^2.1",
22+
"drupal/admin_audit_trail": "^1.0.1",
23+
"drupal/admin_toolbar": "^3.2.1",
24+
"drupal/advanced_text_formatter": "^2.1.1",
2525
"drupal/allowed_formats": "^1.5",
2626
"drupal/anonymous_redirect": "^2.2",
2727
"drupal/coffee": "^1.2",
2828
"drupal/config_filter": "^2.4",
2929
"drupal/config_ignore": "^3.0",
3030
"drupal/config_pages": "^2.10",
3131
"drupal/content_lock": "^2.2",
32-
"drupal/core-composer-scaffold": "^9.4",
33-
"drupal/core-project-message": "^9.4",
34-
"drupal/core-recommended": "^9.4",
35-
"drupal/diff": "^1.0",
32+
"drupal/core-composer-scaffold": "^9.4.8",
33+
"drupal/core-project-message": "^9.4.8",
34+
"drupal/core-recommended": "^9.4.8",
35+
"drupal/diff": "^1.1.0",
3636
"drupal/druxt": "^1.1.1",
3737
"drupal/dynamic_entity_reference": "^2.0",
3838
"drupal/entity_browser": "^2.8",
3939
"drupal/entity_browser_enhanced": "^1.0",
4040
"drupal/entity_clone": "^1.0",
4141
"drupal/entity_display_mode": "^1.0",
4242
"drupal/entity_usage": "^2.0",
43-
"drupal/environment_indicator": "^4.0",
43+
"drupal/environment_indicator": "^4.0.10",
4444
"drupal/exclude_node_title": "^1.4",
45-
"drupal/field_group": "^3.2",
45+
"drupal/field_group": "^3.3.0",
4646
"drupal/field_tools": "^1.0",
4747
"drupal/focal_point": "^1.5",
4848
"drupal/gin": "3.x-dev",
@@ -54,18 +54,18 @@
5454
"drupal/layout_paragraphs": "2.0.1@dev",
5555
"drupal/length_indicator": "^1.2",
5656
"drupal/linky": "^1.0",
57-
"drupal/linky_revision_ui": "^2.127",
57+
"drupal/linky_revision_ui": "^2.127.2",
5858
"drupal/linkychecker": "^2.0",
59-
"drupal/linkyreplacer": "^2.2",
59+
"drupal/linkyreplacer": "^2.2.2",
6060
"drupal/m4032404": "^1.0",
6161
"drupal/masquerade": "^2.0",
6262
"drupal/maxlength": "^2.0",
63-
"drupal/media_file_delete": "^1.2",
63+
"drupal/media_file_delete": "^1.2.2",
6464
"drupal/memcache": "^2.5",
65-
"drupal/metatag": "^1.21",
65+
"drupal/metatag": "^1.22.0",
6666
"drupal/node_edit_protection": "^1.0",
6767
"drupal/oembed_providers": "^2.1",
68-
"drupal/paragraphs_ee": "^2.0",
68+
"drupal/paragraphs_ee": "^2.0.3",
6969
"drupal/pathauto": "^1.11",
7070
"drupal/prevent_homepage_deletion": "^1.4",
7171
"drupal/redirect": "^1.8",
@@ -78,13 +78,13 @@
7878
"drupal/simple_sitemap": "^4.x-dev",
7979
"drupal/title_field_for_manage_display": "^2.1",
8080
"drupal/tome": "^1.7",
81-
"drupal/transliterate_filenames": "^2.0",
81+
"drupal/transliterate_filenames": "^2.0.1",
8282
"drupal/username_enumeration_prevention": "^1.2",
8383
"drupal/viewfield": "^3.0"
8484
},
8585
"require-dev": {
86-
"drupal/core-dev": "^9.4",
87-
"drush/drush": "^11.1"
86+
"drupal/core-dev": "^9.4.8",
87+
"drush/drush": "^11.3.2"
8888
},
8989
"conflict": {
9090
"drupal/drupal": "*"

0 commit comments

Comments
 (0)