@@ -208,7 +208,7 @@ itertools = "0.15.0"
208208itoa = " 1.0.15"
209209json-escape-simd = " 3"
210210json-strip-comments = " 3"
211- jsonschema = { version = " 0.46.5 " , default-features = false }
211+ jsonschema = { version = " 0.55.0 " , default-features = false }
212212junction = " 1.4.1"
213213libtest-mimic = " 0.8.2"
214214memchr = " 2.7.4"
@@ -270,7 +270,7 @@ sha1 = "0.10.6"
270270sha2 = " 0.10.9"
271271shell-escape = " 0.1.5"
272272simdutf8 = " 0.1.5"
273- smallvec = { version = " 1.15.1 " , features = [" union" ] }
273+ smallvec = { version = " 1.16.0 " , features = [" union" ] }
274274snapshot_test = { git = " https://github.com/voidzero-dev/vite-task.git" , rev = " d05b1dcdbaabaa69643ee0b89cebe3cd390957e9" }
275275string_cache = " 0.9.0"
276276sugar_path = { version = " 3" , features = [" cached_current_dir" ] }
@@ -319,7 +319,7 @@ xxhash-rust = "0.8.15"
319319zip = { version = " 7.2" , default-features = false , features = [" deflate-flate2-zlib-rs" ] }
320320
321321# oxc crates with the same version
322- oxc = { version = " 0.148 .0" , features = [
322+ oxc = { version = " 0.149 .0" , features = [
323323 " ast_visit" ,
324324 " transformer" ,
325325 " minifier" ,
@@ -331,17 +331,17 @@ oxc = { version = "0.148.0", features = [
331331 " regular_expression" ,
332332 " cfg" ,
333333] }
334- oxc_allocator = { version = " 0.148 .0" , features = [" pool" ] }
335- oxc_ast = " 0.148 .0"
336- oxc_ecmascript = " 0.148 .0"
337- oxc_parser = " 0.148 .0"
338- oxc_span = " 0.148 .0"
339- oxc_napi = " 0.148 .0"
340- oxc_str = " 0.148 .0"
341- oxc_minify_napi = " 0.148 .0"
342- oxc_parser_napi = " 0.148 .0"
343- oxc_transform_napi = " 0.148 .0"
344- oxc_traverse = " 0.148 .0"
334+ oxc_allocator = { version = " 0.149 .0" , features = [" pool" ] }
335+ oxc_ast = " 0.149 .0"
336+ oxc_ecmascript = " 0.149 .0"
337+ oxc_parser = " 0.149 .0"
338+ oxc_span = " 0.149 .0"
339+ oxc_napi = " 0.149 .0"
340+ oxc_str = " 0.149 .0"
341+ oxc_minify_napi = " 0.149 .0"
342+ oxc_parser_napi = " 0.149 .0"
343+ oxc_transform_napi = " 0.149 .0"
344+ oxc_traverse = " 0.149 .0"
345345
346346# oxc crates in their own repos
347347oxc_index = { version = " 5" , features = [" rayon" , " serde" ] }
0 commit comments