diff --git a/History.md b/History.md index 4120e19cbd2..9e7c2c54fbd 100644 --- a/History.md +++ b/History.md @@ -11,9 +11,9 @@ N/A * Node has been updated to version [8.16.0](https://nodejs.org/en/blog/release/v8.16.0/). -* The `meteor-babel` npm package has been updated to version 7.4.12. +* The `meteor-babel` npm package has been updated to version 7.4.13. -* The `reify` npm package has been updated to version 0.20.4. +* The `reify` npm package has been updated to version 0.20.5. * The `core-js` npm package used by `ecmascript-runtime-client` and `ecmascript-runtime-server` has been updated to version 3.1.4. diff --git a/packages/babel-compiler/.npm/package/npm-shrinkwrap.json b/packages/babel-compiler/.npm/package/npm-shrinkwrap.json index f2975a45c5a..611862437eb 100644 --- a/packages/babel-compiler/.npm/package/npm-shrinkwrap.json +++ b/packages/babel-compiler/.npm/package/npm-shrinkwrap.json @@ -604,9 +604,9 @@ "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=" }, "meteor-babel": { - "version": "7.4.12", - "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.12.tgz", - "integrity": "sha512-G405OBkupPl7fOQYhzfTBFrk4FCJ801fwYH9CLN0uerfiwx1mm8tufXB98gjXlxg6EgaQ2TKH0+XwWwLkCVrgQ==" + "version": "7.4.13", + "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.13.tgz", + "integrity": "sha512-NAOh0UOzFd1rs3HmyerYlIWo6LyExqXwgn/hom1ZYCyd0ytL1Pm9dH7AZiM1gOiV50tjBWdMxx08fM5B5ScZDA==" }, "meteor-babel-helpers": { "version": "0.0.3", @@ -676,14 +676,14 @@ } }, "reify": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.4.tgz", - "integrity": "sha512-uE8mYe+JsW9C7Cuaweo9bMRSx3+nNHUSFkJkT1kLogJnhtSENqqmm9D4J9EqTKsApqLSczl7vYKG6Kn4/3Kcqw==" + "version": "0.20.5", + "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz", + "integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ==" }, "resolve": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz", - "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==" + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz", + "integrity": "sha512-vIpgF6wfuJOZI7KKKSP+HmiKggadPQAdsp5HiC1mvqnfp0gF1vdwgBWZIdrVft9pgqoMFQN+R7BSWZiBxx+BBw==" }, "safe-buffer": { "version": "5.1.2", diff --git a/packages/babel-compiler/package.js b/packages/babel-compiler/package.js index af61513199c..2a95260005f 100644 --- a/packages/babel-compiler/package.js +++ b/packages/babel-compiler/package.js @@ -10,7 +10,7 @@ Package.describe({ }); Npm.depends({ - 'meteor-babel': '7.4.12', + 'meteor-babel': '7.4.13', 'json5': '2.1.0' }); diff --git a/packages/modules/.npm/package/npm-shrinkwrap.json b/packages/modules/.npm/package/npm-shrinkwrap.json index a7259c0b928..5929deeeeac 100644 --- a/packages/modules/.npm/package/npm-shrinkwrap.json +++ b/packages/modules/.npm/package/npm-shrinkwrap.json @@ -12,9 +12,9 @@ "integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==" }, "reify": { - "version": "0.20.4", - "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.4.tgz", - "integrity": "sha512-uE8mYe+JsW9C7Cuaweo9bMRSx3+nNHUSFkJkT1kLogJnhtSENqqmm9D4J9EqTKsApqLSczl7vYKG6Kn4/3Kcqw==" + "version": "0.20.5", + "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz", + "integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ==" }, "semver": { "version": "5.7.0", diff --git a/packages/modules/package.js b/packages/modules/package.js index cce21d13703..a629a54569b 100644 --- a/packages/modules/package.js +++ b/packages/modules/package.js @@ -6,7 +6,7 @@ Package.describe({ }); Npm.depends({ - reify: "0.20.4" + reify: "0.20.5" }); Package.onUse(function(api) { diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 001103fcf01..fc920e3ba14 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -14,11 +14,11 @@ var packageJson = { pacote: "https://github.com/meteor/pacote/tarball/c5043daa1b768594e01d76275e3854fc19f038f9", "node-gyp": "3.7.0", "node-pre-gyp": "0.10.3", - "meteor-babel": "7.4.12", + "meteor-babel": "7.4.13", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js. "meteor-promise": "0.8.7", - reify: "0.20.4", + reify: "0.20.5", fibers: "3.1.1", // So that Babel can emit require("@babel/runtime/helpers/...") calls. "@babel/runtime": "7.4.4",