Skip to content

Commit 45dee00

Browse files
Update all non-major dependencies
1 parent 2db9772 commit 45dee00

File tree

9 files changed

+12530
-9788
lines changed

9 files changed

+12530
-9788
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
<<: *defaults
99

1010
docker:
11-
- image: php:8.1
11+
- image: php:8.4
1212

1313
steps:
1414
- checkout

.github/workflows/test-preview.yml

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

1919
- name: Setup node env 🏗
20-
uses: actions/setup-node@v3.5.1
20+
uses: actions/setup-node@v3.9.1
2121
with:
22-
node-version: 16
22+
node-version: 16.20.2
2323
check-latest: true
2424

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

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

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

1717
- name: Setup node env 🏗
18-
uses: actions/setup-node@v3.5.1
18+
uses: actions/setup-node@v3.9.1
1919
with:
20-
node-version: 16
20+
node-version: 16.20.2
2121
check-latest: true
2222

2323
- name: Update npm 🏗
2424
run: |
2525
npm install -g npm
2626
npm --version
2727
- name: Cache node_modules 📦
28-
uses: actions/cache@v3.0.11
28+
uses: actions/cache@v3.5.0
2929
with:
3030
path: ~/.npm
3131
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') }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.20.2

drupal/composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
}
1616
],
1717
"require": {
18-
"composer/installers": "2.2.0",
19-
"cweagans/composer-patches": "^1.7.2",
20-
"drupal/core-composer-scaffold": "9.4.8",
21-
"drupal/core-project-message": "9.4.8",
22-
"drupal/core-recommended": "9.4.8",
23-
"drupal/druxt": "1.1.1",
24-
"drupal/simple_oauth": "^5.2.2",
25-
"drush/drush": "11.3.2",
26-
"vlucas/phpdotenv": "^5.5.0"
18+
"composer/installers": "2.3.0",
19+
"cweagans/composer-patches": "^1.7.3",
20+
"drupal/core-composer-scaffold": "9.5.11",
21+
"drupal/core-project-message": "9.5.11",
22+
"drupal/core-recommended": "9.5.11",
23+
"drupal/druxt": "1.2.1",
24+
"drupal/simple_oauth": "^5.2.5",
25+
"drush/drush": "11.6.0",
26+
"vlucas/phpdotenv": "^5.6.2"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.8"
29+
"drupal/core-dev": "9.5.11"
3030
},
3131
"conflict": {
3232
"drupal/drupal": "*"

nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
16.20.2

0 commit comments

Comments
 (0)