Skip to content

Commit

Permalink
deps: update dependencies (#88)
Browse files Browse the repository at this point in the history
- moment from v2.27.0 -> v2.28.0
- uuid from v8.2.0 -> v8.3.0
- nlohmann from v3.8.0 -> 3.9.1

PR-URL: #88
Reviewed-BY: hyj1991 <[email protected]>
  • Loading branch information
hyj1991 authored Sep 22, 2020
1 parent 7e2c2cc commit 1c82aa5
Show file tree
Hide file tree
Showing 3 changed files with 4,848 additions and 4,065 deletions.
1 change: 1 addition & 0 deletions .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = {
'eslint@6',
'node-gyp@6',
'mocha@7',
'yargs@15',
]
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
},
"homepage": "https://github.com/X-Profiler/xprofiler#readme",
"dependencies": {
"moment": "^2.27.0",
"moment": "^2.28.0",
"nan": "^2.14.1",
"node-pre-gyp": "^0.15.0",
"uuid": "^8.2.0",
"uuid": "^8.3.0",
"yargs": "^15.4.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1c82aa5

Please sign in to comment.