Skip to content

Commit 2825559

Browse files
committed
chore: upgrade dependencies
1 parent 547eab1 commit 2825559

5 files changed

Lines changed: 1050 additions & 1059 deletions

File tree

backend/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
2626
},
2727
"dependencies": {
28-
"@koa/router": "^14.0.0",
29-
"@noble/ciphers": "^2.0.1",
28+
"@koa/router": "^15.1.1",
29+
"@noble/ciphers": "^2.1.1",
3030
"@noble/curves": "^2.0.1",
3131
"@noble/hashes": "^2.0.1",
3232
"@putongoj/shared": "workspace:*",
33-
"@zip.js/zip.js": "^2.8.10",
33+
"@zip.js/zip.js": "^2.8.11",
3434
"cross-env": "^10.1.0",
3535
"dotenv-flow": "^4.1.0",
3636
"fast-levenshtein": "^3.0.0",
37-
"fs-extra": "^11.3.2",
37+
"fs-extra": "^11.3.3",
3838
"ioredis": "^5.8.2",
3939
"koa": "^2.16.3",
4040
"koa-body": "^6.0.1",
@@ -44,17 +44,17 @@
4444
"koa-session": "^7.0.2",
4545
"koa-static": "^5.0.0",
4646
"lodash": "^4.17.21",
47-
"mongoose": "^8.20.0",
47+
"mongoose": "^8.20.4",
4848
"mongoose-paginate-v2": "^1.9.1",
49-
"pm2": "^6.0.13",
49+
"pm2": "^6.0.14",
5050
"superagent": "^10.2.3",
5151
"tracer": "^1.3.0",
5252
"uuid": "^13.0.0",
5353
"ws": "^8.18.3",
54-
"zod": "^4.1.12"
54+
"zod": "^4.2.1"
5555
},
5656
"devDependencies": {
57-
"@antfu/eslint-config": "^6.2.0",
57+
"@antfu/eslint-config": "^6.7.3",
5858
"@ava/typescript": "^6.0.0",
5959
"@types/fast-levenshtein": "^0.0.4",
6060
"@types/fs-extra": "^11.0.4",
@@ -64,14 +64,14 @@
6464
"@types/koa-send": "^4.1.6",
6565
"@types/koa-static": "^4.0.4",
6666
"@types/koa__router": "^12.0.5",
67-
"@types/lodash": "^4.17.20",
68-
"@types/node": "^24.10.1",
67+
"@types/lodash": "^4.17.21",
68+
"@types/node": "^24.10.4",
6969
"@types/superagent": "^8.1.9",
7070
"@types/supertest": "^6.0.3",
7171
"@types/ws": "^8.18.1",
7272
"ava": "^6.4.1",
7373
"concurrently": "^9.2.1",
74-
"eslint": "^9.39.1",
74+
"eslint": "^9.39.2",
7575
"nodemon": "^3.1.11",
7676
"nyc": "^17.1.0",
7777
"supertest": "^7.1.4",

document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cytoscape-cose-bilkent": "^4.1.0",
1212
"dayjs": "^1.11.19",
1313
"debug": "^4.4.3",
14-
"mermaid": "^11.12.1",
14+
"mermaid": "^11.12.2",
1515
"vitepress": "2.0.0-alpha.12",
1616
"vitepress-plugin-mermaid": "^2.0.17"
1717
}

frontend/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,50 +18,50 @@
1818
"start": "npm run dev"
1919
},
2020
"dependencies": {
21-
"@noble/ciphers": "^2.0.1",
21+
"@noble/ciphers": "^2.1.1",
2222
"@noble/curves": "^2.0.1",
2323
"@noble/hashes": "^2.0.1",
24-
"@primeuix/themes": "^1.2.5",
24+
"@primeuix/themes": "^2.0.2",
2525
"@putongoj/shared": "workspace:*",
26-
"@tailwindcss/vite": "^4.1.17",
26+
"@tailwindcss/vite": "^4.1.18",
2727
"@vitejs/plugin-legacy": "^7.2.1",
28-
"@vitejs/plugin-vue": "^6.0.2",
29-
"@vueuse/core": "^14.0.0",
30-
"@zip.js/zip.js": "^2.8.10",
28+
"@vitejs/plugin-vue": "^6.0.3",
29+
"@vueuse/core": "^14.1.0",
30+
"@zip.js/zip.js": "^2.8.11",
3131
"axios": "^1.13.2",
3232
"csv-stringify": "^6.6.0",
3333
"date-fns": "^4.1.0",
3434
"echarts": "^6.0.0",
3535
"exceljs": "^4.4.0",
3636
"highlight.js": "^11.11.1",
3737
"html-escaper": "^3.0.3",
38-
"less": "4.4.2",
38+
"less": "4.5.1",
3939
"lodash.debounce": "^4.0.8",
4040
"mitt": "^3.0.1",
4141
"only": "^0.0.2",
4242
"pinia": "^3.0.4",
4343
"primeicons": "^7.0.0",
44-
"primevue": "^4.4.1",
44+
"primevue": "^4.5.4",
4545
"stylus": "^0.64.0",
46-
"tailwindcss": "^4.1.17",
46+
"tailwindcss": "^4.1.18",
4747
"tailwindcss-primeui": "^0.6.1",
4848
"vditor": "^3.11.2",
4949
"view-ui-plus": "^1.3.21",
50-
"vue": "3.5.24",
50+
"vue": "3.5.26",
5151
"vue-echarts": "^8.0.1",
52-
"vue-i18n": "^11.1.12",
53-
"vue-router": "^4.6.3",
52+
"vue-i18n": "^11.2.7",
53+
"vue-router": "^4.6.4",
5454
"vuedraggable": "^4.1.0",
55-
"zod": "^4.1.12"
55+
"zod": "^4.2.1"
5656
},
5757
"devDependencies": {
58-
"@antfu/eslint-config": "^6.2.0",
58+
"@antfu/eslint-config": "^6.7.3",
5959
"@types/lodash.debounce": "^4.0.9",
6060
"@vue-macros/reactivity-transform": "3.1.1",
61-
"eslint": "^9.39.1",
61+
"eslint": "^9.39.2",
6262
"rollup-plugin-visualizer": "^6.0.5",
6363
"typescript": "^5.9.3",
64-
"vite": "7.2.2"
64+
"vite": "7.3.0"
6565
},
6666
"browserslist": [
6767
"> 0.3%",

0 commit comments

Comments
 (0)