diff --git a/History.md b/History.md index 4f8bb9a70b..15bc3db5f7 100644 --- a/History.md +++ b/History.md @@ -26,6 +26,9 @@ N/A * The `sqlite3` npm package has been updated to version 4.0.6. +* The `node-gyp` npm package has been updated to version 4.0.0, and + `node-pre-gyp` has been updated to version 0.13.0. + ## v1.8.2 ### Breaking changes diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index a17f8654b9..c811163499 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -12,8 +12,8 @@ var packageJson = { // and we want to make sure there are no dependencies on a higher version npm: "6.9.0", pacote: "https://github.com/meteor/pacote/tarball/c5043daa1b768594e01d76275e3854fc19f038f9", - "node-gyp": "3.7.0", - "node-pre-gyp": "0.10.3", + "node-gyp": "4.0.0", + "node-pre-gyp": "0.13.0", "meteor-babel": "7.4.5", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js.