mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
fix: dependabot security issues (#4579)
This commit is contained in:
@@ -7,9 +7,9 @@ edition = "2021"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-core = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git" }
|
||||
jwst-codec = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
|
||||
jwst-core = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
|
||||
jwst-storage = { git = "https://github.com/toeverything/OctoBase.git", rev = "ad51b2c" }
|
||||
napi = { version = "2", default-features = false, features = [
|
||||
"napi5",
|
||||
"async",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
}
|
||||
},
|
||||
"napi": {
|
||||
"binaryName": "storage",
|
||||
"name": "storage",
|
||||
"targets": [
|
||||
"aarch64-apple-darwin",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
@@ -36,10 +36,10 @@
|
||||
"version": "napi version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^3.0.0-alpha.5",
|
||||
"lib0": "^0.2.85",
|
||||
"nx": "^16.9.0",
|
||||
"nx-cloud": "^16.4.0",
|
||||
"@napi-rs/cli": "^2.16.3",
|
||||
"lib0": "^0.2.86",
|
||||
"nx": "^16.10.0",
|
||||
"nx-cloud": "^16.5.1",
|
||||
"yjs": "^13.6.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user