From 79067a74c18ac32999e7fa54d10290404d00d873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 07:39:32 +0000 Subject: [PATCH] chore(deps): bump @babel/standalone from 7.12.18 to 7.13.9 in /client Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone) from 7.12.18 to 7.13.9. - [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.9/packages/babel-standalone) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 751c6dce4e..a4b688c1cb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,7 +12,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.18", + "@babel/standalone": "^7.13.9", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2", @@ -1437,9 +1437,9 @@ } }, "node_modules/@babel/standalone": { - "version": "7.12.18", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.18.tgz", - "integrity": "sha512-W0obE/93ZPhDfJRUUotmks4lDsZBUWdjir2Z944FnvjK7rl9MDsFa8NW7jvsPjOzImp6uBIpf/dItCgjbVOr1Q==" + "version": "7.13.9", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.9.tgz", + "integrity": "sha512-9ZpIl8rXXQqm5OdsQVhlBSPttwabiHGPGrl5N2bIxB9XS2NJW+1oiPFgMMNd+57C/xVwsEwD2mzv0KValOwlQA==" }, "node_modules/@babel/template": { "version": "7.12.13", @@ -31718,9 +31718,9 @@ } }, "@babel/standalone": { - "version": "7.12.18", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.12.18.tgz", - "integrity": "sha512-W0obE/93ZPhDfJRUUotmks4lDsZBUWdjir2Z944FnvjK7rl9MDsFa8NW7jvsPjOzImp6uBIpf/dItCgjbVOr1Q==" + "version": "7.13.9", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.13.9.tgz", + "integrity": "sha512-9ZpIl8rXXQqm5OdsQVhlBSPttwabiHGPGrl5N2bIxB9XS2NJW+1oiPFgMMNd+57C/xVwsEwD2mzv0KValOwlQA==" }, "@babel/template": { "version": "7.12.13", diff --git a/client/package.json b/client/package.json index 4de904362f..1fc4a0ceb0 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.18", + "@babel/standalone": "^7.13.9", "@fortawesome/fontawesome": "^1.1.8", "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2",