diff --git a/sample/09-babel-example/package-lock.json b/sample/09-babel-example/package-lock.json index f0f04366df1..fb5b23b8728 100644 --- a/sample/09-babel-example/package-lock.json +++ b/sample/09-babel-example/package-lock.json @@ -39,22 +39,14 @@ } }, "@babel/compat-data": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.0.tgz", - "integrity": "sha512-ixPUWJpnd9hHvRkyIE3mJ6PY5DEWmR08UkcpdqI5kV5g/d6knT8Wth1LE5v5sVTIJkm9dGpQsXnhwxcf2/PjAg==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.8.1.tgz", + "integrity": "sha512-Z+6ZOXvyOWYxJ50BwxzdhRnRsGST8Y3jaZgxYig575lTjVSs3KtJnmESwZegg6e2Dn0td1eDhoWlp1wI4BTCPw==", "dev": true, "requires": { "browserslist": "^4.8.2", "invariant": "^2.2.4", - "semver": "^7.1.1" - }, - "dependencies": { - "semver": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz", - "integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==", - "dev": true - } + "semver": "^5.5.0" } }, "@babel/core": { @@ -424,24 +416,16 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.0.tgz", - "integrity": "sha512-VcMSwBCqA2mGqmFFnLYtaC+Zkok5pVMOypeGn76RpSBAoFqc1olWjYoNqTn09YMChTi6rsbPIkkEOAwfsKSqRg==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.1.tgz", + "integrity": "sha512-Fsrljg8DHSdnKSzC0YFopX7lseRpVfWMYuC1Dnvf7tw972E2KDjZ4XEaqjO9aJL0sLcG4KNRXxowDxHYIcZ+Cw==", "dev": true, "requires": { - "@babel/compat-data": "^7.8.0", + "@babel/compat-data": "^7.8.1", "browserslist": "^4.8.2", "invariant": "^2.2.4", "levenary": "^1.1.0", - "semver": "^7.1.1" - }, - "dependencies": { - "semver": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz", - "integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==", - "dev": true - } + "semver": "^5.5.0" } }, "@babel/helper-create-class-features-plugin": { @@ -2739,9 +2723,9 @@ } }, "@babel/preset-env": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.8.0.tgz", - "integrity": "sha512-g3wnth3Ct+ZvnaHcvb5PQyojqNj0whXTkO7hatXgz+lQ2FphOoXrG1JMIfeaHgDakGzx3LiNe0KsWO69xSVFDA==", + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.8.2.tgz", + "integrity": "sha512-AF2YUl2bGsLWTtFL68upTTB7nDo05aEcKjHmXJE+aXRvsx5K+9yRsHQP3MjnTrLOWe/eFyUr93dfILROsKC4eg==", "dev": true, "requires": { "@babel/compat-data": "^7.8.0", @@ -5117,9 +5101,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "electron-to-chromium": { - "version": "1.3.331", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.331.tgz", - "integrity": "sha512-GuDv5gkxwRROYnmIVFUohoyrNapWCKLNn80L7Pa+9WRF/oY4t7XLH7wBMsYBgIRwi8BvEvsGKLKh8kOciOp6kA==", + "version": "1.3.332", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.332.tgz", + "integrity": "sha512-AP2HkLhfSOIxP7gDjlyZ4ywGWIcxRMZoU9+JriuVkQe2pSLDdWBsE6+eI6BQOqun1dohLrUTOPHsQLLhhFA7Eg==", "dev": true }, "emoji-regex": { diff --git a/sample/09-babel-example/package.json b/sample/09-babel-example/package.json index 0a1f1811619..0cc44944b69 100644 --- a/sample/09-babel-example/package.json +++ b/sample/09-babel-example/package.json @@ -27,7 +27,7 @@ "@babel/node": "7.8.0", "@babel/plugin-proposal-decorators": "7.8.0", "@babel/plugin-transform-runtime": "7.8.0", - "@babel/preset-env": "7.8.0", + "@babel/preset-env": "7.8.2", "@babel/register": "7.8.0", "@babel/runtime": "7.8.0", "@nestjs/testing": "6.10.14",