Compare commits

...

2 Commits

Author SHA1 Message Date
b320c28208 Update dependency vite to ^6.2.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-05 00:37:27 +00:00
4c61610ff2 Update Rust crate thiserror to 2.0.12
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-04 00:38:53 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ actix-cors = "0.7.1"
lazy_static = "1.5.0"
anyhow = "1.0.97"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3"
thiserror = "2.0.12"
uuid = { version = "1.16.0", features = ["v4", "serde"] }
futures-util = "0.3.30"
lazy-regex = "3.4.1"

View File

@ -27,7 +27,7 @@
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.3"
"vite": "^6.2.5"
}
},
"node_modules/@ampproject/remapping": {
@ -4491,9 +4491,9 @@
}
},
"node_modules/vite": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
"integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz",
"integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -29,6 +29,6 @@
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.3"
"vite": "^6.2.5"
}
}