From a0ea4ae52b312f4801dab20a1713d9ff0183cf0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:32:55 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.12.4 to 7.12.6 in /client Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.12.4 to 7.12.6. - [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.12.6/packages/babel-standalone) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1aadb766ad..0652a6d8ba 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1938,9 +1938,9 @@ } }, "@babel/standalone": { - "version": "7.12.4", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.4.tgz", - "integrity": "sha512-9vw7RYK7CWh5MdTfLyC7j6hZmDYmm6DieFP4yetvpVftKQ+yrEY7ovhnhsVHznLqx5luU9Bx4k7xoEc3acrsow==" + "version": "7.12.6", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.6.tgz", + "integrity": "sha512-yA/OV3jN1nhr0JsAdYWAqbeZ7cAOw/6Fh52rxVMzujr0HF4Z3cau0JBzJfQppFfR9IArrUtcqhBu/+Q/IevoyQ==" }, "@babel/template": { "version": "7.10.4", diff --git a/client/package.json b/client/package.json index dcdeb23d18..7d2247655a 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@babel/plugin-proposal-export-default-from": "^7.12.1", "@babel/plugin-proposal-function-bind": "^7.12.1", "@babel/polyfill": "^7.12.1", - "@babel/standalone": "^7.12.4", + "@babel/standalone": "^7.12.6", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.30", "@fortawesome/free-brands-svg-icons": "^5.15.1",