Skip to content

Commit d7604b2

Browse files
chore(deps): update all non-major dependencies
1 parent 78f7282 commit d7604b2

7 files changed

Lines changed: 93 additions & 64 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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') }}
@@ -50,7 +50,7 @@ jobs:
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') }}
@@ -75,7 +75,7 @@ jobs:
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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.35
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: 48 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"typecheck": "bunx tsc --noEmit"
6565
},
6666
"dependencies": {
67-
"@cwcss/crosswind": "^0.1.6",
68-
"@stacksjs/bun-router": "^0.0.14",
69-
"@stacksjs/stx": "^0.2.10",
70-
"bun-plugin-stx": "^0.2.10",
71-
"bun-query-builder": "^0.1.13",
67+
"@cwcss/crosswind": "^0.2.4",
68+
"@stacksjs/bun-router": "^0.0.15",
69+
"@stacksjs/stx": "^0.2.67",
70+
"bun-plugin-stx": "^0.2.67",
71+
"bun-query-builder": "^0.1.23",
7272
"dynamodb-tooling": "^0.3.2",
7373
"ts-countries": "^0.1.2"
7474
},

packages/error-sdk/bun.lock

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

packages/error-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"src"
1212
],
1313
"dependencies": {
14-
"@nuxt/kit": "^4.4.2"
14+
"@nuxt/kit": "^4.4.6"
1515
},
1616
"peerDependencies": {
17-
"nuxt": "^4.4.2",
18-
"vue": "^3.5.30"
17+
"nuxt": "^4.4.6",
18+
"vue": "^3.5.34"
1919
},
2020
"peerDependenciesMeta": {
2121
"nuxt": {

0 commit comments

Comments
 (0)