Skip to content

Commit 86ae6b9

Browse files
Update all non-major dependencies
1 parent 2db9772 commit 86ae6b9

File tree

9 files changed

+6917
-8262
lines changed

9 files changed

+6917
-8262
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.2
1212

1313
steps:
1414
- checkout

.github/workflows/test-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.6.0
2121
with:
2222
node-version: 16
2323
check-latest: true
@@ -27,7 +27,7 @@ jobs:
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.3.0
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.6.0
1919
with:
2020
node-version: 16
2121
check-latest: true
@@ -25,7 +25,7 @@ jobs:
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.3.0
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.6.0
1818
with:
1919
node-version: 16
2020
check-latest: true
@@ -24,7 +24,7 @@ jobs:
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.3.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.19.1

drupal/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
],
1717
"require": {
1818
"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",
19+
"cweagans/composer-patches": "^1.7.3",
20+
"drupal/core-composer-scaffold": "9.5.4",
21+
"drupal/core-project-message": "9.5.4",
22+
"drupal/core-recommended": "9.5.4",
23+
"drupal/druxt": "1.2.0",
24+
"drupal/simple_oauth": "^5.2.3",
25+
"drush/drush": "11.5.1",
2626
"vlucas/phpdotenv": "^5.5.0"
2727
},
2828
"require-dev": {
29-
"drupal/core-dev": "9.4.8"
29+
"drupal/core-dev": "9.5.4"
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.19.1

0 commit comments

Comments
 (0)