Skip to content

Commit

Permalink
deps: update dependencies
Browse files Browse the repository at this point in the history
* @mapbox/node-pre-gyp from ^1.0.4 -> ^1.0.5
* codecov from ^3.8.1 -> ^3.8.3
* formstream from ^1.1.0 -> ^1.1.1
* urllib from ^2.37.1 -> ^2.37.3

PR-URL: #100
Reviewed-BY: hyj1991 <[email protected]>
  • Loading branch information
hyj1991 authored Aug 2, 2021
1 parent 5a95320 commit d4265d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ module.exports = {
],
semver: [
'eslint@6',
'node-gyp@6',
'mocha@7',
'yargs@15',
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/X-Profiler/xprofiler#readme",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.4",
"@mapbox/node-pre-gyp": "^1.0.5",
"moment": "^2.29.1",
"nan": "^2.14.2",
"uuid": "^8.3.2",
Expand All @@ -65,15 +65,15 @@
"@istanbuljs/schema": "^0.1.3",
"autod": "^3.1.1",
"clang-format": "^1.4.0",
"codecov": "^3.8.1",
"codecov": "^3.8.3",
"eslint": "^6.8.0",
"expect.js": "^0.3.1",
"formstream": "^1.1.0",
"formstream": "^1.1.1",
"mm": "^3.2.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"tunnel-agent": "^0.6.0",
"urllib": "^2.37.1"
"urllib": "^2.37.3"
},
"xctlIpcPath": {
"unix": "xprofiler-ctl-uds-path.sock",
Expand Down

0 comments on commit d4265d2

Please sign in to comment.