From d4265d25d0e2801efb05b5f8a46373710db00579 Mon Sep 17 00:00:00 2001 From: hyj1991 Date: Mon, 2 Aug 2021 14:02:51 +0800 Subject: [PATCH] deps: update dependencies * @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: https://github.com/X-Profiler/xprofiler/pull/100 Reviewed-BY: hyj1991 --- .autod.conf.js | 1 - package.json | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.autod.conf.js b/.autod.conf.js index 9c8ef3f..474337e 100644 --- a/.autod.conf.js +++ b/.autod.conf.js @@ -36,7 +36,6 @@ module.exports = { ], semver: [ 'eslint@6', - 'node-gyp@6', 'mocha@7', 'yargs@15', ] diff --git a/package.json b/package.json index de99aea..2a14e90 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",