Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
continue-on-error: true

- name: Upload Trivy fs scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4.30.8
uses: github/codeql-action/upload-sarif@v4.30.9
with:
category: "trivy-fs"
sarif_file: "fs.sarif"

- name: Upload Trivy image scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4.30.8
uses: github/codeql-action/upload-sarif@v4.30.9
with:
category: "trivy-image"
sarif_file: "image.sarif"
204 changes: 102 additions & 102 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
},
"devDependencies": {
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@prisma/client": "6.16.3",
"@prisma/client": "6.17.1",
"@types/eslint": "9.6.1",
"@types/node": "22.18.8",
"@types/node": "22.18.10",
"eslint": "9.37.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"prisma": "6.16.3",
"prisma": "6.17.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"typescript-eslint": "8.46.0",
"vitest": "3.2.4"
}
}
204 changes: 102 additions & 102 deletions packages/api-server/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@types/eslint": "9.6.1",
"@types/jest": "30.0.0",
"@types/node": "22.18.8",
"@types/node": "22.18.10",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.37.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"prisma": "6.16.3",
"prisma": "6.17.1",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0",
"typescript-eslint": "8.46.0",
"vitest": "3.2.4"
},
"dependencies": {
"@8hobbies/utils": "4.2.0",
"@fastify/type-provider-json-schema-to-ts": "5.0.0",
"@prisma/client": "6.16.3",
"@prisma/client": "6.17.1",
"fastify": "5.6.1",
"fastify-plugin": "5.1.0",
"redis": "4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/Dockerfile.test-repos
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

FROM docker.io/alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
FROM docker.io/alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412

# Remove the community repository. This is to ensure that we only rely on
# packages with future availability.
Expand Down
196 changes: 98 additions & 98 deletions packages/common/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@types/eslint": "9.6.1",
"@types/jest": "30.0.0",
"@types/node": "22.18.8",
"@types/node": "22.18.10",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.37.0",
"globals": "16.4.0",
"prettier": "3.6.2",
"prisma": "6.16.3",
"prisma": "6.17.1",
"typescript": "5.9.3",
"typescript-eslint": "8.45.0"
"typescript-eslint": "8.46.0"
}
}
Loading