@@ -158,11 +158,11 @@ syn = { version = "2", default-features = false } # Rust parser for macros
158158unicode-id-start = " 1" # Unicode identifier validation
159159
160160#
161- javascript-globals = " 1.3.4 " # JavaScript global definitions
161+ javascript-globals = " 1.4.0 " # JavaScript global definitions
162162json-strip-comments = " 3.1.0" # Strip JSON comments
163- oxc-browserslist = " 2.1.4 " # Browser compatibility queries
163+ oxc-browserslist = " 2.2.0 " # Browser compatibility queries
164164oxc_index = { version = " 4.1.0" , features = [" nonmax" , " serde" ] } # Type-safe indices
165- oxc_resolver = " 11.15.0 " # Module resolution
165+ oxc_resolver = " 11.16.3 " # Module resolution
166166oxc_sourcemap = " 6.0.1" # Source map generation
167167
168168#
@@ -176,33 +176,33 @@ bpaf = "0.9.20" # CLI parser
176176# This is a temporary situation - we'll replace `bumpalo` with our own allocator.
177177bumpalo = " =3.19.1" # Bump allocator
178178compact_str = " 0.9.0" # Compact string type
179- console = " 0.16.1 " # Terminal utilities
179+ console = " 0.16.2 " # Terminal utilities
180180constcat = " 0.6.1" # Const string concatenation
181181convert_case = " 0.10.0" # Case conversion
182182cow-utils = " 0.1.3" # Copy-on-write utilities
183183criterion2 = { version = " 3.0.2" , default-features = false } # Benchmarking
184- dragonbox_ecma = " 0.0.5 " # Fast float formatting
184+ dragonbox_ecma = " 0.1.0 " # Fast float formatting
185185encoding_rs = " 0.8.35" # Character encoding
186186encoding_rs_io = " 0.1.7" # Encoding I/O
187187fast-glob = " 1.0.0" # Fast glob matching
188- flate2 = " 1.1.5 " # Compression
188+ flate2 = " 1.1.8 " # Compression
189189futures = " 0.3.31" # Async utilities
190- handlebars = " 6.3.2 " # Template engine
190+ handlebars = " 6.4.0 " # Template engine
191191hashbrown = { version = " 0.16.1" , default-features = false } # Fast hash map
192192humansize = " 2.1.3" # Human-readable sizes
193- icu_segmenter = " 2.1.1 " # Unicode segmentation
193+ icu_segmenter = " 2.1.2 " # Unicode segmentation
194194ignore = " 0.4.25" # Gitignore matching
195195insta = " 1.43.2" # Snapshot testing
196196itertools = " 0.14.0" # Iterator utilities
197- itoa = " 1.0.15 " # Integer to string
197+ itoa = " 1.0.17 " # Integer to string
198198language-tags = " 0.3.2" # Language tag parsing
199- lazy-regex = " 3.4.2 " # Lazy regex compilation
199+ lazy-regex = " 3.5.1 " # Lazy regex compilation
200200markdown = " 1.0.0" # Markdown parsing
201201memchr = " 2.7.6" # Fast byte searching
202202miette = { package = " oxc-miette" , version = " 2.7.0" , features = [
203203 " fancy-no-syscall" ,
204204] } # Error reporting
205- mimalloc-safe = " 0.1.55 " # Fast allocator
205+ mimalloc-safe = " 0.1.56 " # Fast allocator
206206nodejs-built-in-modules = " 1.0.0" # Node.js built-in modules
207207nonmax = " 0.5.5" # Non-maximum numbers
208208num-bigint = " 0.4.6" # Big integers
@@ -220,27 +220,27 @@ ropey = "1.6.1" # Rope text structure
220220rust-lapper = " 1.2.0" # Interval tree
221221saphyr = " 0.0.6" # YAML parser
222222schemars = { package = " oxc-schemars" , version = " 0.8.27" } # JSON schema generation
223- self_cell = " 1.2.1 " # Self-referential structs
223+ self_cell = " 1.2.2 " # Self-referential structs
224224seq-macro = " 0.3.6" # Sequence macros
225225sha1 = " 0.10.6" # SHA-1 hashing
226226simdutf8 = { version = " 0.1.5" , features = [" aarch64_neon" ] } # SIMD UTF-8 validation
227227similar = " 2.7.0" # Text diffing
228228similar-asserts = " 1.7.0" # Test diff assertions
229229smallvec = { version = " 1.15.1" , features = [" union" , " serde" ] } # Stack-allocated vectors
230- tempfile = " 3.23 .0" # Temporary files
231- tokio = { version = " 1.48 .0" , default-features = false } # Async runtime
232- toml = { version = " 0.9.8 " }
230+ tempfile = " 3.24 .0" # Temporary files
231+ tokio = { version = " 1.49 .0" , default-features = false } # Async runtime
232+ toml = { version = " 0.9.11 " }
233233tower-lsp-server = " 0.23.0" # LSP server framework
234- tracing = " 0.1.43 "
234+ tracing = " 0.1.44 "
235235tracing-subscriber = " 0.3.22" # Tracing implementation
236236ureq = { version = " 3.1.4" , default-features = false } # HTTP client
237- url = { version = " 2.5.7 " } # URL parsing
237+ url = { version = " 2.5.8 " } # URL parsing
238238walkdir = " 2.5.0" # Directory traversal
239239editorconfig-parser = " 0.0.3"
240240natord = " 1.0.9"
241241oxfmt = { path = " apps/oxfmt" }
242242sort-package-json = " 0.0.8"
243- oxc-toml = " 0.14.1 "
243+ oxc-toml = " 0.14.2 "
244244unicode-width = " 0.2"
245245website_common = { path = " tasks/website_common" }
246246
0 commit comments