Skip to content

Commit

Permalink
Merge pull request #3 from consenlabs/feat-upgrade-lodash-for-security
Browse files Browse the repository at this point in the history
Feat upgrade lodash for security
  • Loading branch information
Xaber20110202 authored Jul 16, 2019
2 parents 0b6bc0f + d11f9ea commit 9908da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenlon-mmsk",
"version": "0.2.5",
"version": "0.2.6",
"description": "",
"main": "lib/index.js",
"types": "src/globals.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"koa": "2.5.3",
"koa-bodyparser": "4.2.1",
"koa-router": "7.4.0",
"lodash": "4.17.11",
"lodash": "4.17.14",
"readline-sync": "1.4.9",
"sockjs-client": "1.3.0",
"stompjs": "2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/router/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const version = (ctx) => {
ctx.body = {
result: true,
version: '0.2.5',
version: '0.2.6',
}
}

0 comments on commit 9908da0

Please sign in to comment.