From 40a1bc767f6ac588d2154251e2b9535f7a4e9222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 05:04:37 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/cli from 7.12.17 to 7.13.0 in /api-server Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.17 to 7.13.0. - [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.13.0/packages/babel-cli) Signed-off-by: dependabot[bot] --- api-server/package-lock.json | 6 +++--- api-server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-server/package-lock.json b/api-server/package-lock.json index a8d18ee612..dfe32e0211 100644 --- a/api-server/package-lock.json +++ b/api-server/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@babel/cli": { - "version": "7.12.17", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.12.17.tgz", - "integrity": "sha512-R9dQbDshWvAp3x5XjANsfthqka+ToEdDUonKgtALNgzQxgiUg2Xa4ZwKIcE84wnoiobIJFXF+TCM4ylJvUuW5w==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.13.0.tgz", + "integrity": "sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==", "dev": true, "requires": { "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents", diff --git a/api-server/package.json b/api-server/package.json index 87e819ddf0..1a0a3bc1ca 100644 --- a/api-server/package.json +++ b/api-server/package.json @@ -58,7 +58,7 @@ "validator": "^9.4.1" }, "devDependencies": { - "@babel/cli": "^7.12.17", + "@babel/cli": "^7.13.0", "@babel/core": "^7.12.17", "@babel/node": "^7.12.17", "@babel/plugin-proposal-class-properties": "^7.12.13",