fix: dependabot security issues (#4579)

This commit is contained in:
LongYinan
2023-10-11 15:36:45 +08:00
committed by GitHub
parent b09d5f3e18
commit 23abb97ccb
9 changed files with 293 additions and 715 deletions
+3 -3
View File
@@ -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",
+3 -3
View File
@@ -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",
+5 -5
View File
@@ -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"
}
}
+1 -1
View File
@@ -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",