Skip to content

Commit 460dc08

Browse files
committed
chore(deps): bump deps (#780)
1 parent f8886f4 commit 460dc08

File tree

4 files changed

+143
-142
lines changed

4 files changed

+143
-142
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ simdutf8 = { version = "0.1" }
8989
thiserror = "2"
9090
tracing = "0.1"
9191

92-
pnp = { version = "0.12.2", optional = true }
92+
pnp = { version = "0.12.3", optional = true }
9393

9494
document-features = { version = "0.2.11", optional = true }
9595

@@ -100,7 +100,7 @@ url = "2"
100100
libc = "0.2"
101101

102102
[target.'cfg(target_os = "windows")'.dependencies]
103-
windows = { version = "0.62.0", features = ["Win32_Storage_FileSystem"] }
103+
windows = { version = "0.62.2", features = ["Win32_Storage_FileSystem"] }
104104

105105
[target.'cfg(target_endian = "little")'.dependencies]
106106
# simd-json only works on little-endian systems
@@ -110,14 +110,14 @@ self_cell = "1" # Used by simd implementation for self-referential struct
110110
[dev-dependencies]
111111
criterion2 = { version = "3.0.2", default-features = false }
112112
dirs = { version = "6.0.0" }
113-
fancy-regex = { version = "^0.16.1", default-features = false, features = ["std"] }
113+
fancy-regex = { version = "^0.16.2", default-features = false, features = ["std"] }
114114
pico-args = "0.5.0"
115-
rayon = { version = "1.10.0" }
115+
rayon = { version = "1.11.0" }
116116
vfs = "0.12.2" # for testing with in memory file system
117117
walkdir = "2" # for loading benchmark fixtures
118118

119119
[target.'cfg(target_os = "windows")'.dev-dependencies]
120-
windows-sys = { version = "0.61.0", features = ["Win32_Storage", "Win32_Storage_FileSystem"] }
120+
windows-sys = { version = "0.61.2", features = ["Win32_Storage", "Win32_Storage_FileSystem"] }
121121

122122
[features]
123123
default = []

napi/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ doctest = false
2222
[dependencies]
2323
oxc_resolver = { workspace = true }
2424

25-
fancy-regex = { version = "^0.16.1", default-features = false, features = ["std"] }
25+
fancy-regex = { version = "^0.16.2", default-features = false, features = ["std"] }
2626
napi = { version = "3", default-features = false, features = ["napi3", "serde-json"] }
2727
napi-derive = { version = "3" }
28-
tracing-subscriber = { version = "0.3.19", optional = true, default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
28+
tracing-subscriber = { version = "0.3.20", optional = true, default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
2929

3030
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))'.dependencies]
31-
mimalloc-safe = { version = "0.1.54", optional = true, features = ["skip_collect_on_exit"] }
31+
mimalloc-safe = { version = "0.1.55", optional = true, features = ["skip_collect_on_exit"] }
3232

3333
[target.'cfg(all(target_os = "linux", not(target_arch = "arm"), not(target_arch = "aarch64")))'.dependencies]
34-
mimalloc-safe = { version = "0.1.54", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls"] }
34+
mimalloc-safe = { version = "0.1.55", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls"] }
3535

3636
[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies]
37-
mimalloc-safe = { version = "0.1.54", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
37+
mimalloc-safe = { version = "0.1.55", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
3838

3939
[build-dependencies]
4040
napi-build = "2.2.3"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"postbuild:debug": "node napi/patch.mjs"
2828
},
2929
"devDependencies": {
30-
"@napi-rs/cli": "^3.3.0",
31-
"@napi-rs/wasm-runtime": "^1.0.6",
32-
"@types/node": "^24.7.0",
33-
"emnapi": "^1.5.0",
30+
"@napi-rs/cli": "^3.3.1",
31+
"@napi-rs/wasm-runtime": "^1.0.7",
32+
"@types/node": "^24.9.1",
33+
"emnapi": "^1.6.0",
3434
"typescript": "^5.9.3",
3535
"vitest": "^3.2.4"
3636
},

0 commit comments

Comments
 (0)