no sqli pls

This commit is contained in:
ajvpot
2025-07-03 00:00:00 +00:00
parent c3379b0bee
commit 015f910bdc
5 changed files with 85 additions and 31 deletions
+17
View File
@@ -8,6 +8,7 @@
"name": "meshexplorer",
"version": "0.1.0",
"dependencies": {
"@clickhouse/client": "^1.11.2",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@types/leaflet": "^1.9.19",
@@ -62,6 +63,22 @@
"node": ">=6.0.0"
}
},
"node_modules/@clickhouse/client": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@clickhouse/client/-/client-1.11.2.tgz",
"integrity": "sha512-ZE7Q1qxsDNXCkGPf1zqmhpZpwAKxKT+1s4Z432J1Mb2Gm26Y4tG/sJoug81AfAJTt6s7taO2vzNBAKfSR3SStg==",
"dependencies": {
"@clickhouse/client-common": "1.11.2"
},
"engines": {
"node": ">=16"
}
},
"node_modules/@clickhouse/client-common": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@clickhouse/client-common/-/client-common-1.11.2.tgz",
"integrity": "sha512-H4ECHqaipzMgiZKqpb1Z4N3Ofq+lVTCn8I59XsSynqrsfR4jWZD3PipXVvIzMpDmTMvrlJWrOwAdm0DMNiMQbA=="
},
"node_modules/@emnapi/core": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.4.3.tgz",