Skip to content

Commit 343a457

Browse files
fix(deps): update all non-major dependencies
1 parent 9951c25 commit 343a457

File tree

9 files changed

+456
-446
lines changed

9 files changed

+456
-446
lines changed

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
continue-on-error: true
5656

5757
- name: Upload Trivy fs scan results to GitHub Security tab
58-
uses: github/codeql-action/[email protected].6
58+
uses: github/codeql-action/[email protected].7
5959
with:
6060
category: "trivy-fs"
6161
sarif_file: "fs.sarif"
6262

6363
- name: Upload Trivy image scan results to GitHub Security tab
64-
uses: github/codeql-action/[email protected].6
64+
uses: github/codeql-action/[email protected].7
6565
with:
6666
category: "trivy-image"
6767
sarif_file: "image.sarif"

package-lock.json

Lines changed: 106 additions & 106 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
@@ -24,16 +24,16 @@
2424
},
2525
"devDependencies": {
2626
"@8hobbies/eslint-conf-baseline": "6.0.0",
27-
"@prisma/client": "6.16.2",
27+
"@prisma/client": "6.16.3",
2828
"@types/eslint": "9.6.1",
29-
"@types/node": "22.18.6",
29+
"@types/node": "22.18.7",
3030
"eslint": "9.36.0",
3131
"globals": "16.4.0",
3232
"prettier": "3.6.2",
33-
"prisma": "6.16.2",
33+
"prisma": "6.16.3",
3434
"tsx": "4.20.6",
35-
"typescript": "5.9.2",
36-
"typescript-eslint": "8.44.1",
35+
"typescript": "5.9.3",
36+
"typescript-eslint": "8.45.0",
3737
"vitest": "3.2.4"
3838
}
3939
}

packages/api-server/package-lock.json

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

packages/api-server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"@8hobbies/eslint-conf-baseline": "6.0.0",
2020
"@types/eslint": "9.6.1",
2121
"@types/jest": "30.0.0",
22-
"@types/node": "22.18.6",
22+
"@types/node": "22.18.7",
2323
"@vitest/coverage-v8": "3.2.4",
2424
"eslint": "9.36.0",
2525
"globals": "16.4.0",
2626
"prettier": "3.6.2",
27-
"prisma": "6.16.2",
28-
"typescript": "5.9.2",
29-
"typescript-eslint": "8.44.1",
27+
"prisma": "6.16.3",
28+
"typescript": "5.9.3",
29+
"typescript-eslint": "8.45.0",
3030
"vitest": "3.2.4"
3131
},
3232
"dependencies": {
3333
"@8hobbies/utils": "4.2.0",
3434
"@fastify/type-provider-json-schema-to-ts": "5.0.0",
35-
"@prisma/client": "6.16.2",
35+
"@prisma/client": "6.16.3",
3636
"fastify": "5.6.1",
37-
"fastify-plugin": "5.0.1",
37+
"fastify-plugin": "5.1.0",
3838
"redis": "4.7.1"
3939
}
4040
}

packages/common/package-lock.json

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

packages/common/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@8hobbies/eslint-conf-baseline": "6.0.0",
1919
"@types/eslint": "9.6.1",
2020
"@types/jest": "30.0.0",
21-
"@types/node": "22.18.6",
21+
"@types/node": "22.18.7",
2222
"@vitest/coverage-v8": "3.2.4",
2323
"eslint": "9.36.0",
2424
"globals": "16.4.0",
2525
"prettier": "3.6.2",
26-
"prisma": "6.16.2",
27-
"typescript": "5.9.2",
28-
"typescript-eslint": "8.44.1"
26+
"prisma": "6.16.3",
27+
"typescript": "5.9.3",
28+
"typescript-eslint": "8.45.0"
2929
}
3030
}

0 commit comments

Comments
 (0)