Skip to content

Commit 3652023

Browse files
chore(deps): update all non-major dependencies
1 parent bbe1630 commit 3652023

7 files changed

Lines changed: 52 additions & 57 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
timeout-minutes: 10
2020

2121
steps:
22-
- uses: actions/checkout@v6.0.2
22+
- uses: actions/checkout@v6.0.3
2323

2424
- name: Install Bun
2525
uses: oven-sh/setup-bun@v2.2.0
2626

2727
- name: Use cached node_modules
28-
uses: actions/cache@v5.0.4
28+
uses: actions/cache@v5.0.5
2929
with:
3030
path: node_modules
3131
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
@@ -44,13 +44,13 @@ jobs:
4444
timeout-minutes: 10
4545

4646
steps:
47-
- uses: actions/checkout@v6.0.2
47+
- uses: actions/checkout@v6.0.3
4848

4949
- name: Install Bun
5050
uses: oven-sh/setup-bun@v2.2.0
5151

5252
- name: Use cached node_modules
53-
uses: actions/cache@v5.0.4
53+
uses: actions/cache@v5.0.5
5454
with:
5555
path: node_modules
5656
key: bun-nm-v2-${{ hashFiles('bun.lock') }}
@@ -69,13 +69,13 @@ jobs:
6969
timeout-minutes: 10
7070

7171
steps:
72-
- uses: actions/checkout@v6.0.2
72+
- uses: actions/checkout@v6.0.3
7373

7474
- name: Install Bun
7575
uses: oven-sh/setup-bun@v2.2.0
7676

7777
- name: Use cached node_modules
78-
uses: actions/cache@v5.0.4
78+
uses: actions/cache@v5.0.5
7979
with:
8080
path: node_modules
8181
key: bun-nm-v2-${{ hashFiles('bun.lock') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Setup Pantry
23-
uses: home-lang/pantry/packages/action@v0.8.16
23+
uses: home-lang/pantry/packages/action@v0.9.37
2424

2525
- name: Install Dependencies
2626
run: bun install

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.3.11 as base
1+
FROM oven/bun:1.3.14 as base
22
WORKDIR /app
33

44
# Install dependencies

bun.lock

Lines changed: 6 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
"dependencies": {
6767
"@cwcss/crosswind": "^0.2.4",
6868
"@stacksjs/bun-router": "^0.0.16",
69-
"@stacksjs/components": "^0.2.67",
69+
"@stacksjs/components": "^0.2.70",
7070
"@stacksjs/stx": "^0.2.70",
7171
"bun-plugin-stx": "^0.2.70",
72-
"bun-query-builder": "^0.1.13",
72+
"bun-query-builder": "^0.1.25",
7373
"dynamodb-tooling": "^0.3.2",
7474
"ts-countries": "^0.1.2"
7575
},

0 commit comments

Comments
 (0)