From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 08:55:20 +0000 (+0300) Subject: Bump @babel/cli from 7.14.8 to 7.15.4 (#34895) X-Git-Tag: v5.1.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e52b78aa2769e8996fdaf93bd08fe4e4488cff7a;p=thirdparty%2Fbootstrap.git Bump @babel/cli from 7.14.8 to 7.15.4 (#34895) Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.14.8 to 7.15.4. - [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.15.4/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 08893f08a6..feecf9f1aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/cli": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.14.8.tgz", - "integrity": "sha512-lcy6Lymft9Rpfqmrqdd4oTDdUx9ZwaAhAfywVrHG4771Pa6PPT0danJ1kDHBXYqh4HHSmIdA+nlmfxfxSDPtBg==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.4.tgz", + "integrity": "sha512-9RhhQ7tgKRcSO/jI3rNLxalLSk30cHqeM8bb+nGOJTyYBDpkoXw/A9QHZ2SYjlslAt4tr90pZQGIEobwWHSIDw==", "dev": true, "requires": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.2", diff --git a/package.json b/package.json index 979d2caf32..451fd043bd 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@popperjs/core": "^2.9.3" }, "devDependencies": { - "@babel/cli": "^7.14.8", + "@babel/cli": "^7.15.4", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@popperjs/core": "^2.9.3",