Skip to content

Commit 4876aa1

Browse files
chore(deps): update all non-major dependencies
1 parent 4530584 commit 4876aa1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2.0.2
2525

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4.2.4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2.0.2
4848

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4.2.4
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2.0.2
7171

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4.2.4
73+
uses: actions/cache@v4.3.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: oven-sh/setup-bun@v2.0.2
9494

9595
- name: Use cached node_modules
96-
uses: actions/cache@v4.2.4
96+
uses: actions/cache@v4.3.0
9797
with:
9898
path: node_modules
9999
key: node-modules-${{ hashFiles('**/bun.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: oven-sh/setup-bun@v2.0.2
2020

2121
- name: Use cached node_modules
22-
uses: actions/cache@v4.2.4
22+
uses: actions/cache@v4.3.0
2323
with:
2424
path: node_modules
2525
key: node-modules-${{ hashFiles('**/bun.lock') }}

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "@stacksjs/aax",
66
"devDependencies": {
77
"@stacksjs/bumpx": "^0.1.84",
8-
"@stacksjs/clarity": "^0.3.19",
8+
"@stacksjs/clarity": "^0.3.23",
99
"@stacksjs/docs": "^0.70.23",
1010
"@stacksjs/eslint-config": "^4.14.0-beta.3",
1111
"@stacksjs/gitlint": "^0.1.5",
@@ -497,7 +497,7 @@
497497

498498
"@stacksjs/clapp": ["@stacksjs/clapp@0.1.16", "", { "bin": { "clapp": "dist/bin/cli.js", "@stacksjs/clapp": "dist/bin/cli.js" } }, "sha512-BDmYu9Rk/HHIVc4vQjgQO6MzXNMJvPG6ZGiiEAPQT8EAidx3/6S6O7kyY2UdfJSksiCd5SKFK+WYd1uAs88BrQ=="],
499499

500-
"@stacksjs/clarity": ["@stacksjs/clarity@0.3.19", "", { "bin": { "clarity": "dist/bin/cli.js" } }, "sha512-HSDVXrz7IyxXlIO7YKW+7RjVqibfyMIOr59nM6R/RbnRHmitKktt4qQUaA8aeTTV0RsFYaGt8WueD9nsrAooUQ=="],
500+
"@stacksjs/clarity": ["@stacksjs/clarity@0.3.23", "", { "bin": { "clarity": "dist/bin/cli.js" } }, "sha512-qrQjjcXWueBSM1vr1i0OmEMGYtCICVBtNvpVtoMLXIqR+jKAGRUqvguEOwg9vKth6VKMBqJ0FDpukJVJZhKGcg=="],
501501

502502
"@stacksjs/cli": ["@stacksjs/cli@0.70.23", "", {}, "sha512-pbu6xESAtRIppcEQlhmRq0yZa1lnYAwtQHh7DmfDcUgVjvahQGe7PXoX+m2dhdFDRthFIVuLeHvrAf1JYv/JOQ=="],
503503

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@stacksjs/bumpx": "^0.1.84",
64-
"@stacksjs/clarity": "^0.3.19",
64+
"@stacksjs/clarity": "^0.3.23",
6565
"@stacksjs/docs": "^0.70.23",
6666
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6767
"@stacksjs/gitlint": "^0.1.5",

0 commit comments

Comments
 (0)