Skip to content

Commit cc0a8c7

Browse files
chore(deps): update all non-major dependencies
1 parent 2ed2301 commit cc0a8c7

File tree

6 files changed

+347
-261
lines changed

6 files changed

+347
-261
lines changed

.github/workflows/test-e2e.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.5.1
27+
uses: actions/setup-node@v3.9.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/cache@v3.0.11
37+
uses: actions/cache@v3.5.0
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 }}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
uses: actions/checkout@master
1515

1616
- name: Setup node env 🏗
17-
uses: actions/setup-node@v3.5.1
17+
uses: actions/setup-node@v3.9.1
1818
with:
19-
node-version: 16
19+
node-version: 16.20.2
2020
check-latest: true
2121

2222
- name: Update npm 🏗
2323
run: |
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/cache@v3.0.11
27+
uses: actions/cache@v3.5.0
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
uses: actions/checkout@master
1515

1616
- name: Setup node env 🏗
17-
uses: actions/setup-node@v3.5.1
17+
uses: actions/setup-node@v3.9.1
1818
with:
19-
node-version: 16
19+
node-version: 16.20.2
2020
check-latest: true
2121

2222
- name: Update npm 🏗
2323
run: |
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/cache@v3.0.11
27+
uses: actions/cache@v3.5.0
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

drupal/composer.json

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -16,90 +16,90 @@
1616
},
1717
"require": {
1818
"php": ">=8.1",
19-
"composer/installers": "^2.2",
20-
"cweagans/composer-patches": "^1.7.2",
19+
"composer/installers": "^2.3.0",
20+
"cweagans/composer-patches": "^1.7.3",
2121
"drupal-tome/tome_drush": "dev-master",
2222
"drupal/admin_audit_trail": "^1.0.1",
23-
"drupal/admin_toolbar": "^3.3",
23+
"drupal/admin_toolbar": "^3.6.2",
2424
"drupal/advanced_text_formatter": "^2.1.1",
2525
"drupal/allowed_formats": "^2.0",
26-
"drupal/anonymous_redirect": "^2.2",
27-
"drupal/coffee": "^1.2",
28-
"drupal/config_filter": "^2.4",
29-
"drupal/config_ignore": "3.x-dev@dev",
30-
"drupal/config_pages": "2.x-dev@dev",
31-
"drupal/config_rewrite": "^1.5",
32-
"drupal/content_lock": "^2.3.0",
33-
"drupal/core-composer-scaffold": "9.4.9",
34-
"drupal/core-project-message": "9.4.9",
26+
"drupal/anonymous_redirect": "^2.4.0",
27+
"drupal/coffee": "^1.4.0",
28+
"drupal/config_filter": "^2.7.0",
29+
"drupal/config_ignore": "3.3.0@dev",
30+
"drupal/config_pages": "2.19.0@dev",
31+
"drupal/config_rewrite": "^1.6.0",
32+
"drupal/content_lock": "^2.4.0",
33+
"drupal/core-composer-scaffold": "9.5.11",
34+
"drupal/core-project-message": "9.5.11",
3535
"drupal/core-recommended": "9.4.9",
3636
"drupal/decoupled_router": "2.0.4@dev",
37-
"drupal/diff": "^1.1.0",
38-
"drupal/documentation_generator": "2.0.x-dev@dev",
39-
"drupal/druxt": "^1.1.1",
40-
"drupal/dynamic_entity_reference": "^4.0@alpha",
41-
"drupal/eca": "^1.1.0-rc1@beta",
42-
"drupal/entity_browser": "^2.8",
43-
"drupal/entity_browser_enhanced": "1.x-dev@dev",
44-
"drupal/entity_clone": "^2.0@alpha",
37+
"drupal/diff": "^1.9.0",
38+
"drupal/documentation_generator": "2.0.9@dev",
39+
"drupal/druxt": "^1.2.1",
40+
"drupal/dynamic_entity_reference": "^4.0.0-alpha4@alpha",
41+
"drupal/eca": "1.1.13@beta",
42+
"drupal/entity_browser": "^2.15.0",
43+
"drupal/entity_browser_enhanced": "1.4.0@dev",
44+
"drupal/entity_clone": "^2.0.0-beta6@alpha",
4545
"drupal/entity_display_mode": "^1.0",
4646
"drupal/entity_usage": "^2.0",
47-
"drupal/environment_indicator": "^4.0.11",
47+
"drupal/environment_indicator": "^4.0.25",
4848
"drupal/exclude_node_title": "^1.4",
49-
"drupal/field_group": "^3.4.0",
49+
"drupal/field_group": "^3.6.0",
5050
"drupal/field_tools": "^1.0",
51-
"drupal/focal_point": "^2.0@alpha",
52-
"drupal/gin": "^3.0.0-rc1@RC",
53-
"drupal/gin_login": "^2.0",
51+
"drupal/focal_point": "^2.1.2@alpha",
52+
"drupal/gin": "3.1.0@RC",
53+
"drupal/gin_login": "^2.1.3",
5454
"drupal/gin_toolbar": "^1.0@RC",
55-
"drupal/image_style_warmer": "^1.2@RC",
56-
"drupal/jquery_ui": "^1.6",
57-
"drupal/jquery_ui_draggable": "^2.0",
58-
"drupal/jsonapi_hypermedia": "^1.9",
59-
"drupal/jsonapi_menu_items": "1.2.x-dev@dev",
60-
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
61-
"drupal/jsonapi_node_preview_tab": "^1.0.0@beta",
62-
"drupal/layout_paragraphs": "^2.0.1",
63-
"drupal/length_indicator": "^1.2",
64-
"drupal/linkit": "6.0.x-dev@dev",
55+
"drupal/image_style_warmer": "^1.2.0@RC",
56+
"drupal/jquery_ui": "^1.8.0",
57+
"drupal/jquery_ui_draggable": "^2.1.0",
58+
"drupal/jsonapi_hypermedia": "^1.10.0",
59+
"drupal/jsonapi_menu_items": "1.2.8@dev",
60+
"drupal/jsonapi_node_preview": "1.0.0-beta4@beta",
61+
"drupal/jsonapi_node_preview_tab": "^1.0.2@beta",
62+
"drupal/layout_paragraphs": "^2.1.1",
63+
"drupal/length_indicator": "^1.4.0",
64+
"drupal/linkit": "6.1.8@dev",
6565
"drupal/linky": "^1.0",
66-
"drupal/linky_revision_ui": "2.x-dev@dev",
67-
"drupal/linkychecker": "^2.0",
68-
"drupal/linkyreplacer": "^2.2.2",
69-
"drupal/m4032404": "^1.0",
66+
"drupal/linky_revision_ui": "2.314.0@dev",
67+
"drupal/linkychecker": "^2.2.2",
68+
"drupal/linkyreplacer": "^2.4.0",
69+
"drupal/m4032404": "^1.1.0",
7070
"drupal/masquerade": "^2.0",
71-
"drupal/maxlength": "2.0.x-dev@dev",
72-
"drupal/media_file_delete": "^1.3",
71+
"drupal/maxlength": "2.1.6@dev",
72+
"drupal/media_file_delete": "^1.3.1",
7373
"drupal/media_revisions_ui": "^2.1",
74-
"drupal/memcache": "^2.5",
75-
"drupal/node_edit_protection": "^1.0",
76-
"drupal/oembed_providers": "^2.1",
77-
"drupal/paragraphs_asymmetric_translation_widgets": "^1.1",
78-
"drupal/paragraphs_ee": "2.0.x-dev@dev",
79-
"drupal/paragraphs_viewmode": "^1.0",
80-
"drupal/pathauto": "^1.11",
81-
"drupal/permissions_filter": "^1.3",
82-
"drupal/prevent_homepage_deletion": "^2.0.1",
83-
"drupal/redirect": "^1.8",
84-
"drupal/revision_log_default": "^1.3",
85-
"drupal/robotstxt": "^1.4",
86-
"drupal/role_delegation": "^1.2",
87-
"drupal/scheduled_transitions": "2.3.x-dev@dev",
88-
"drupal/schema_metatag": "^2.4.0",
89-
"drupal/security_review": "^2.0",
90-
"drupal/simple_oauth": "^5.2.2",
91-
"drupal/simple_sitemap": "^4.1.3",
92-
"drupal/smart_date": "^3.7",
93-
"drupal/tome": "1.7",
94-
"drupal/transliterate_filenames": "^2.0.1",
95-
"drupal/upgrade_status": "^3.18",
96-
"drupal/username_enumeration_prevention": "^1.3",
74+
"drupal/memcache": "^2.7.0",
75+
"drupal/node_edit_protection": "^1.2.0",
76+
"drupal/oembed_providers": "^2.2.2",
77+
"drupal/paragraphs_asymmetric_translation_widgets": "^1.4.0",
78+
"drupal/paragraphs_ee": "2.1.1@dev",
79+
"drupal/paragraphs_viewmode": "^1.2.0",
80+
"drupal/pathauto": "^1.14.0",
81+
"drupal/permissions_filter": "^1.6.0",
82+
"drupal/prevent_homepage_deletion": "^2.0.4",
83+
"drupal/redirect": "^1.12.0",
84+
"drupal/revision_log_default": "^1.4.0",
85+
"drupal/robotstxt": "^1.6.0",
86+
"drupal/role_delegation": "^1.4.0",
87+
"drupal/scheduled_transitions": "2.8.3@dev",
88+
"drupal/schema_metatag": "^2.6.0",
89+
"drupal/security_review": "^2.0.2",
90+
"drupal/simple_oauth": "^5.2.5",
91+
"drupal/simple_sitemap": "^4.2.2",
92+
"drupal/smart_date": "^3.7.2",
93+
"drupal/tome": "1.13.0",
94+
"drupal/transliterate_filenames": "^2.0.2",
95+
"drupal/upgrade_status": "^3.19.0",
96+
"drupal/username_enumeration_prevention": "^1.4.0",
9797
"drupal/viewfield": "^3.0",
98-
"drupal/wpf": "^1.0.0-alpha2@alpha"
98+
"drupal/wpf": "1.2.6@alpha"
9999
},
100100
"require-dev": {
101-
"drupal/core-dev": "9.4.9",
102-
"drush/drush": "^11.3.2",
101+
"drupal/core-dev": "9.5.11",
102+
"drush/drush": "^11.6.0",
103103
"phpspec/prophecy-phpunit": "^2",
104104
"sllh/composer-lint": "^2.0"
105105
},

nuxt/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"test:e2e": "start-server-and-test dev http://localhost:3000 'npx cypress run'"
1212
},
1313
"dependencies": {
14-
"core-js": "3.26.1",
15-
"druxt-layout-paragraphs": "^0.3.0",
16-
"druxt-site": "0.14.0",
14+
"core-js": "3.46.0",
15+
"druxt-layout-paragraphs": "^0.4.1",
16+
"druxt-site": "0.14.3",
1717
"nuxt": "2.15.8",
18-
"vue-server-renderer": "2.7.14"
18+
"vue-server-renderer": "2.7.16"
1919
},
2020
"devDependencies": {
2121
"@nuxtjs/storybook": "^4.3.2",
22-
"caniuse-lite": "^1.0.30001431",
22+
"caniuse-lite": "^1.0.30001749",
2323
"cypress": "^10.11.0",
2424
"postcss": "8.4.19",
25-
"start-server-and-test": "^1.14.0"
25+
"start-server-and-test": "^1.15.4"
2626
}
2727
}

0 commit comments

Comments
 (0)