updated some modules
Massimo Melina committed
Apr 3, 2025 at 15:14 UTC
b9d7b7f365f70b42819aa5b6a1464d4ff0399ead
2 files changed
+5
-6
admin/package.json
+1
@@ -21,6 +21,7 @@
21
"@gregoranders/csv": "^0.0.13",
22
"dayjs": "^1.11.10",
23
"prismjs": "^1.29.0",
24
+ "qr-creator": "^1.0.0",
25
"react": "^18.3.1",
26
"react-dom": "^18.2.0",
27
"react-router-dom": "^6.23.1",
package.json
+4
-6
@@ -69,7 +69,6 @@
69
},
70
"dependencies": {
71
"@gregoranders/csv": "^0.0.13",
72
- "@koa/router": "^13.0.1",
72
"@node-rs/crc32": "^1.10.6",
73
"@rejetto/kvstorage": "^0.13.2",
74
"acme-client": "^5.4.0",
@@ -81,11 +80,11 @@
80
"fswin": "^3.24.829",
81
"iconv-lite": "^0.6.3",
82
"immer": "^9.0.21",
84
- "ip2location-nodejs": "^9.6.0",
85
- "koa": "^2.15.4",
86
- "koa-compress": "^5.1.0",
83
+ "ip2location-nodejs": "^9.6.3",
84
+ "koa": "^2.16.0",
85
+ "koa-compress": "^5.1.1",
86
"koa-mount": "^4.0.0",
88
- "koa-session": "^6.2.0",
87
+ "koa-session": "^7.0.2",
88
"limiter": "^2.1.0",
89
"lodash": "^4.17.21",
90
"minimist": "^1.2.6",
@@ -93,7 +92,6 @@
92
"node-forge": "^1.3.1",
93
"open": "^8.4.0",
94
"picomatch": "^3.0.1",
96
- "qr-creator": "^1.0.0",
95
"tssrp6a": "^3.0.0",
96
"unzip-stream": "^0.3.4",
97
"valtio": "^1.10.3",