Skip to content

Commit f583bbf

Browse files
fix(deps): update all uncategorized dependencies
1 parent 4d1fd0e commit f583bbf

File tree

7 files changed

+52
-52
lines changed

7 files changed

+52
-52
lines changed

.github/workflows/code-quality.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Cache TypeScript TSBuild Info Files
6363
id: cache-typescript-tsbuildinfo
64-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
64+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
6565
with:
6666
path: node_modules/.cache/*-tsbuildinfo.json
6767
# We use the commit hash as the key to always update the cache as a

apps/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/node": "^22.13.5",
6060
"@types/react": "19.0.10",
6161
"@types/react-dom": "19.0.4",
62-
"@vercel/toolbar": "^0.1.32",
62+
"@vercel/toolbar": "^0.1.33",
6363
"autoprefixer": "^10.4.20",
6464
"axe-core": "^4.10.2",
6565
"husky": "^9.1.7",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"@commitlint/config-conventional": "^19.7.1",
3636
"@nerdfish/config": "^1.8.0",
3737
"@repo/typescript-config": "workspace:*",
38-
"@turbo/gen": "^2.4.2",
38+
"@turbo/gen": "^2.4.4",
3939
"dotenv-cli": "^8.0.0",
4040
"eslint": "^9.21.0",
4141
"husky": "^9.1.7",
4242
"npm-run-all2": "^7.0.2",
4343
"prettier": "^3.5.2",
44-
"turbo": "^2.4.2"
44+
"turbo": "^2.4.4"
4545
},
46-
"packageManager": "pnpm@10.4.1"
46+
"packageManager": "pnpm@10.5.1"
4747
}

packages/ai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"typecheck": "tsc --noEmit"
99
},
1010
"dependencies": {
11-
"@ai-sdk/openai": "^1.1.13",
11+
"@ai-sdk/openai": "^1.1.14",
1212
"@t3-oss/env-nextjs": "^0.12.0",
13-
"ai": "^4.1.45",
13+
"ai": "^4.1.46",
1414
"zod": "^3.24.2"
1515
},
1616
"devDependencies": {

packages/github-actions/install/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414

1515
- uses: pnpm/action-setup@v4
1616

17-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
17+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
1818
name: pnpm-cache
1919
id: pnpm-cache
2020
with:
@@ -26,7 +26,7 @@ runs:
2626
${{ runner.os }}-pnpm
2727
2828
- name: Cache TypeScript TSBuild Info Files
29-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
29+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
3030
with:
3131
path: '*/*/node_modules/.cache/tsbuildinfo.json'
3232
# Commit hash is for working around this: https://github.com/actions/cache/issues/106

packages/next-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@next/bundle-analyzer": "15.1.7",
1212
"@t3-oss/env-nextjs": "^0.12.0",
13-
"@vercel/toolbar": "^0.1.32",
13+
"@vercel/toolbar": "^0.1.33",
1414
"next-secure-headers": "^2.2.0",
1515
"zod": "^3.24.2"
1616
},

pnpm-lock.yaml

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)