Skip to content

Commit a0ff9b9

Browse files
committed
fix(security): update router and go toolchain
1 parent f075c11 commit a0ff9b9

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",
2121
"react-i18next": "^16.6.6",
22-
"react-router-dom": "^7.1.0",
22+
"react-router-dom": "^7.17.0",
2323
"recharts": "^3.8.0",
2424
"shiki": "^3.23.0",
2525
"tailwind-merge": "^3.5.0",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/codex2api
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.41.7

0 commit comments

Comments
 (0)