1 Commits

Author SHA1 Message Date
e3da91baa2 chore(deps): update node.js to v25
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-28 00:31:44 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ name: default
steps: steps:
- name: web_build - name: web_build
image: node:24 image: node:25
volumes: volumes:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build

View File

@@ -4411,9 +4411,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.23.0" version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [ dependencies = [
"getrandom 0.4.2", "getrandom 0.4.2",
"js-sys", "js-sys",

View File

@@ -32,7 +32,7 @@ reqwest = { version = "0.13.2", features = ["stream"] }
url = "2.5.8" url = "2.5.8"
virt = "0.4.3" virt = "0.4.3"
sysinfo = { version = "0.38.4", features = ["serde"] } sysinfo = { version = "0.38.4", features = ["serde"] }
uuid = { version = "1.23.0", features = ["v4", "serde"] } uuid = { version = "1.22.0", features = ["v4", "serde"] }
lazy-regex = "3.6.0" lazy-regex = "3.6.0"
thiserror = "2.0.18" thiserror = "2.0.18"
image = "0.25.10" image = "0.25.10"