diff --git a/package.json b/package.json index 937f95654c..003cb26681 100644 --- a/package.json +++ b/package.json @@ -37,29 +37,29 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@octokit/rest": "^18.3.5", + "@octokit/rest": "^18.5.2", "@sinonjs/fake-timers": "^6.0.1", "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", "@types/cross-spawn": "^6.0.2", - "@types/fs-extra": "^9.0.8", - "@types/mocha": "^8.2.1", - "@types/node": "^14.14.35", + "@types/fs-extra": "^9.0.9", + "@types/mocha": "^8.2.2", + "@types/node": "^14.14.37", "@types/rimraf": "^3.0.0", "@types/semver": "^7.3.4", "@types/sinonjs__fake-timers": "^6.0.2", "@types/source-map-support": "^0.5.3", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", - "c8": "^7.6.0", + "c8": "^7.7.0", "cac": "^6.7.2", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", "cross-spawn": "^7.0.3", "del": "^6.0.0", - "esbuild": "^0.9.4", - "eslint": "^7.22.0", + "esbuild": "^0.11.2", + "eslint": "^7.23.0", "eslint-config-standard": "^16.0.2", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.1", @@ -68,19 +68,19 @@ "eslint-plugin-promise": "^4.3.1", "eslint-plugin-standard": "^4.1.0", "fs-extra": "^9.1.0", - "globby": "^11.0.2", + "globby": "^11.0.3", "jest-mock": "^26.6.2", "json5": "^2.2.0", "kleur": "^4.1.4", "latest-version": "^5.1.0", "mocha": "^8.3.2", "nock": "^13.0.11", - "open": "^8.0.3", + "open": "^8.0.4", "ora": "^5.4.0", "p-map": "^4.0.0", "prompts": "^2.4.0", "rimraf": "^3.0.2", - "semver": "^7.3.4", + "semver": "^7.3.5", "source-map-support": "^0.5.19", "ts-node": "^9.1.1", "tsconfig-paths": "^3.9.0", diff --git a/packages/koishi/package.json b/packages/koishi/package.json index af4d9d291e..ac547c1158 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -32,7 +32,7 @@ "koishi" ], "devDependencies": { - "@types/prompts": "^2.0.9" + "@types/prompts": "^2.0.10" }, "dependencies": { "cac": "^6.7.2", diff --git a/packages/plugin-github/package.json b/packages/plugin-github/package.json index 7daa2bd2a3..05e8ec8615 100644 --- a/packages/plugin-github/package.json +++ b/packages/plugin-github/package.json @@ -29,7 +29,7 @@ "webhook" ], "devDependencies": { - "@types/marked": "^2.0.0", + "@types/marked": "^2.0.1", "koishi-plugin-mongo": "^2.2.0", "koishi-plugin-mysql": "^3.3.0", "koishi-plugin-puppeteer": "^2.0.0", @@ -39,7 +39,7 @@ "koishi-core": "^3.5.1" }, "dependencies": { - "@octokit/webhooks-definitions": "^3.63.1", + "@octokit/webhooks-definitions": "^3.65.6", "axios": "^0.21.1", "marked": "^2.0.1" } diff --git a/packages/plugin-mongo/package.json b/packages/plugin-mongo/package.json index f458c16b1f..91390d04b9 100644 --- a/packages/plugin-mongo/package.json +++ b/packages/plugin-mongo/package.json @@ -32,7 +32,7 @@ "mysql" ], "devDependencies": { - "@types/mongodb": "^3.6.10" + "@types/mongodb": "^3.6.11" }, "peerDependencies": { "koishi-core": "^3.5.1" diff --git a/packages/plugin-webui/package.json b/packages/plugin-webui/package.json index 9342a16e83..892c7dca5b 100644 --- a/packages/plugin-webui/package.json +++ b/packages/plugin-webui/package.json @@ -36,8 +36,8 @@ "devDependencies": { "@types/ws": "^7.4.0", "@fortawesome/fontawesome-free": "^5.15.3", - "@vitejs/plugin-vue": "^1.1.5", - "@vue/compiler-sfc": "^3.0.7", + "@vitejs/plugin-vue": "^1.2.1", + "@vue/compiler-sfc": "^3.0.10", "echarts": "^5.0.2", "echarts-wordcloud": "^2.0.0", "koishi-plugin-mongo": "^2.2.0", @@ -45,13 +45,13 @@ "koishi-plugin-teach": "^2.0.3", "koishi-test-utils": "^6.0.0-beta.11", "sass": "^1.32.8", - "vite": "^2.1.2", + "vite": "^2.1.5", "vue": "^3.0.7", - "vue-echarts": "^6.0.0-rc.3", + "vue-echarts": "^6.0.0-rc.4", "vue-router": "^4.0.5" }, "dependencies": { - "systeminformation": "^5.6.7", + "systeminformation": "^5.6.10", "ws": "^7.4.4" } }