diff --git a/History.md b/History.md index c6f46fb3cc..e7ac11c3f4 100644 --- a/History.md +++ b/History.md @@ -14,9 +14,9 @@ N/A * The `mongodb` npm package used by the `npm-mongo` Meteor package has been updated to version 3.2.7. -* The `meteor-babel` npm package has been updated to version 7.4.14. +* The `meteor-babel` npm package has been updated to version 7.4.15. -* The `reify` npm package has been updated to version 0.20.5. +* The `reify` npm package has been updated to version 0.20.6. * 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 dabcf839c8..084914105a 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.14", - "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.14.tgz", - "integrity": "sha512-o2kRrgj2OTHxnQVEOKKAX9c5IPoUGiHFo57HkPwndqS6SOVqe8RcxVPlrB/aAvtC8VaIXH/FKLIstYd/usndEQ==" + "version": "7.4.15", + "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.4.15.tgz", + "integrity": "sha512-1HYThnReelvxW31ry5rZVTdvNqml8+JDsZYvvOjc2pIaMmo/6e3VlPU3Jv3hoYRDjxOO9OTohvWewfu6j0o+XA==" }, "meteor-babel-helpers": { "version": "0.0.3", @@ -676,9 +676,9 @@ } }, "reify": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz", - "integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ==" + "version": "0.20.6", + "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.6.tgz", + "integrity": "sha512-kCgL6HyzFBK3fIKwurPn0O4+mzdK4R4uOYyQxXaYm4B+QgrQ1EHiQ222qsLPEhB1ReBRh+njO0I4kw7hCGfM2w==" }, "resolve": { "version": "1.11.1", diff --git a/packages/babel-compiler/package.js b/packages/babel-compiler/package.js index f6e811661d..4358854fe1 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.14', + 'meteor-babel': '7.4.15', 'json5': '2.1.0' }); diff --git a/packages/modules/.npm/package/npm-shrinkwrap.json b/packages/modules/.npm/package/npm-shrinkwrap.json index 5929deeeea..b32bfaa60f 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.5", - "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.5.tgz", - "integrity": "sha512-Pk4eu8KcVdIzZHT5Uviax2hUDcGp7lS6/VZuWEtPhy0hkXMSegi/uZKKEMV6PcpjpCBVgwyw7KgCHaUy5uJkeQ==" + "version": "0.20.6", + "resolved": "https://registry.npmjs.org/reify/-/reify-0.20.6.tgz", + "integrity": "sha512-kCgL6HyzFBK3fIKwurPn0O4+mzdK4R4uOYyQxXaYm4B+QgrQ1EHiQ222qsLPEhB1ReBRh+njO0I4kw7hCGfM2w==" }, "semver": { "version": "5.7.0", diff --git a/packages/modules/package.js b/packages/modules/package.js index d39c22c3a3..3fd9bd2e28 100644 --- a/packages/modules/package.js +++ b/packages/modules/package.js @@ -6,7 +6,7 @@ Package.describe({ }); Npm.depends({ - reify: "0.20.5" + reify: "0.20.6" }); Package.onUse(function(api) { diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 00503e3748..23f68fbef4 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": "5.0.1", "node-pre-gyp": "0.10.3", - "meteor-babel": "7.4.14", + "meteor-babel": "7.4.15", // 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.5", + reify: "0.20.6", fibers: "3.1.1", // So that Babel can emit require("@babel/runtime/helpers/...") calls. "@babel/runtime": "7.4.4",