From bdfd05774c4ccde8d14e876c279366bd144a83c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:21:17 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.12.15 to 7.12.16 in /client Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.12.15 to 7.12.16. - [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.16/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 5dc6aa9eb6..5bd2e32ebf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3168,9 +3168,9 @@ } }, "@babel/standalone": { - "version": "7.12.15", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.15.tgz", - "integrity": "sha512-H4TLICPkno/jBZWW4SC3kVzK3ByrwtyANZ1gCgl4+01DuXDyUFTWqigYvd5vjuixzXfdkDodTvXhv5p249pQNw==" + "version": "7.12.16", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.16.tgz", + "integrity": "sha512-QAJjWYSZYICtMtuJQCAlnhyhwPXMgnl2Bqp9MyxKfiE6u5/GTuEdw3Ay47re2DLxSiYVaST5uRLjyhE0igkXeQ==" }, "@babel/template": { "version": "7.10.4", diff --git a/client/package.json b/client/package.json index 6c5e78589b..5a5eed4e9b 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "@babel/plugin-proposal-export-default-from": "^7.12.13", "@babel/plugin-proposal-function-bind": "^7.12.13", "@babel/polyfill": "^7.12.1", - "@babel/standalone": "^7.12.15", + "@babel/standalone": "^7.12.16", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2",