mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 02:20:19 +08:00
fix: dependabot security issues (#4579)
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.16.2",
|
||||
"@napi-rs/cli": "^2.16.3",
|
||||
"@types/node": "^18.17.18",
|
||||
"@types/uuid": "^9.0.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"nx": "^16.9.0",
|
||||
"nx-cloud": "^16.4.0",
|
||||
"nx": "^16.10.0",
|
||||
"nx-cloud": "^16.5.1",
|
||||
"rxjs": "^7.8.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"jotai": "^2.4.3",
|
||||
"js-base64": "^3.7.5",
|
||||
"ky": "^1.0.1",
|
||||
"lib0": "^0.2.85",
|
||||
"lib0": "^0.2.86",
|
||||
"nanoid": "^5.0.1",
|
||||
"next-auth": "^4.23.2",
|
||||
"react": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user