diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-09-01 17:34:30 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-01 17:34:30 +0300 |
| commit | c0be67abb192352f67c33e99c52afaa9d054ec7a (patch) | |
| tree | 52bdd4e9341e827b9dae04828f0b9e9df5a9e253 | |
| parent | e30ba846793c2914ae9bbb27ea715182b9b71cab (diff) | |
| download | bootstrap-c0be67abb192352f67c33e99c52afaa9d054ec7a.tar.xz bootstrap-c0be67abb192352f67c33e99c52afaa9d054ec7a.zip | |
Bump @babel/cli from 7.10.5 to 7.11.5 (#31564)
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.5 to 7.11.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.11.5/packages/babel-cli)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 16 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 13 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 2bb800068..fd5130817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/cli": { - "version": "7.10.5", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.5.tgz", - "integrity": "sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA==", + "version": "7.11.5", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.11.5.tgz", + "integrity": "sha512-0umMDxxdEZ98EMZtS9Wgnaf4NdgqBcQHaGYaMfAmP+ZicVglZ2+QZwoHNacfnUq4hCmC1V7Ap5Phq7FInpWrWg==", "dev": true, "requires": { "chokidar": "^2.1.8", @@ -18,7 +18,15 @@ "lodash": "^4.17.19", "make-dir": "^2.1.0", "slash": "^2.0.0", - "source-map": "^0.5.0" + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } } }, "@babel/code-frame": { diff --git a/package.json b/package.json index 4963b4b0d..df8978ffa 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "popper.js": "^1.16.1" }, "devDependencies": { - "@babel/cli": "^7.10.5", + "@babel/cli": "^7.11.5", "@babel/core": "^7.11.5", "@babel/preset-env": "^7.11.5", "@rollup/plugin-babel": "^5.2.0", |
