Skip to content

Commit

Permalink
chore(deps): lock file maintenance minor/patch updates (#5338)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 12, 2024
1 parent e37b05c commit d546732
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 338 deletions.
618 changes: 312 additions & 306 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -131,8 +131,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.3",
Expand Down Expand Up @@ -169,7 +169,7 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.9.2",
"rollup": "^4.9.4",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
"semver": "^7.5.4",
Expand All @@ -181,15 +181,15 @@
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitepress": "^1.0.0-rc.34",
"vue": "^3.4.3",
"vite": "^5.0.11",
"vitepress": "^1.0.0-rc.36",
"vue": "^3.4.6",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
},
"overrides": {
"axios": "^1.6.3",
"axios": "^1.6.5",
"semver": "^7.5.4"
},
"files": [
Expand Down
44 changes: 22 additions & 22 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/bindings_wasm/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ wasm-bindgen = "0.2.89"
parse_ast = { path = "../parse_ast" }
xxhash = { path = "../xxhash" }
js-sys = "0.3.66"
getrandom = { version = "0.2.11", features = ["js"] }
getrandom = { version = "0.2.12", features = ["js"] }

[lib]
crate-type = ["cdylib", "rlib"]
2 changes: 1 addition & 1 deletion rust/parse_ast/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.79"
swc_atoms = "0.6.5"
swc_compiler_base = "0.4.16"
swc_compiler_base = "0.4.18"
swc_common = { version = "0.33.12", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "0.110.17"
swc_ecma_parser = "0.141.37"
Expand Down
2 changes: 1 addition & 1 deletion rust/xxhash/Cargo.toml
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = '0.21.5'
base64 = '0.21.7'
xxhash-rust = { version = "0.8.8", features = ["xxh3"] }

0 comments on commit d546732

Please sign in to comment.