Skip to content

Commit

Permalink
dep: plugin-mongo > mongodb@3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Sep 6, 2020
1 parent 9a457fd commit cb8ffc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@octokit/rest": "^18.0.4",
"@octokit/rest": "^18.0.5",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
Expand All @@ -50,7 +50,7 @@
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.3",
"del": "^5.1.0",
"eslint": "^7.8.0",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"mysql"
],
"devDependencies": {
"@types/mongodb": "^3.5.26"
"@types/mongodb": "^3.5.27"
},
"peerDependencies": {
"koishi-core": "^2.2.0"
},
"dependencies": {
"mongodb": "^3.6.0"
"mongodb": "^3.6.1"
}
}

0 comments on commit cb8ffc6

Please sign in to comment.