Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): lock file maintenance minor/patch updates #5319

Merged
merged 2 commits into from Dec 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1,936 changes: 650 additions & 1,286 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -111,14 +111,14 @@
"@codemirror/language": "^6.9.3",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.22.2",
"@codemirror/view": "^6.22.3",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@napi-rs/cli": "^2.17.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -129,8 +129,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
Expand All @@ -144,10 +144,10 @@
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.19.2",
"fixturify": "^3.0.0",
Expand All @@ -167,7 +167,7 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
"rollup": "^4.8.0",
"rollup": "^4.9.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
"semver": "^7.5.4",
Expand All @@ -179,9 +179,9 @@
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.3.11",
"vite": "^5.0.10",
"vitepress": "^1.0.0-rc.32",
"vue": "^3.3.13",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
Expand Down
60 changes: 30 additions & 30 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_napi/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
napi-derive = "2.14.4"
napi-derive = "2.14.6"
parse_ast = { path = "../parse_ast" }
xxhash = { path = "../xxhash" }

Expand Down
4 changes: 2 additions & 2 deletions rust/parse_ast/Cargo.toml
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.77"
swc_atoms = "0.6.5"
swc_compiler_base = "0.4.0"
swc_compiler_base = "0.4.6"
swc_common = { version = "0.33.12", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "0.110.15"
swc_ecma_parser = "0.141.33"
Expand Down
2 changes: 1 addition & 1 deletion rust/xxhash/Cargo.toml
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

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