From 0d7fe46cc443f4824ea3fb9b85dbabf1d5fb13a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 24 Feb 2019 19:17:13 +0000 Subject: [PATCH] Bump @babel/standalone from 7.3.2 to 7.3.3 Bumps [@babel/standalone](https://github.com/babel/babel-standalone) from 7.3.2 to 7.3.3. - [Release notes](https://github.com/babel/babel-standalone/releases) - [Commits](https://github.com/babel/babel-standalone/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b45d80487..7fd4b3c5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -807,9 +807,9 @@ } }, "@babel/standalone": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.3.2.tgz", - "integrity": "sha512-fWnCIjn9vQfdTf7c7AEgpGdGml5THWVgclR7KwX2j/Qr91lMKbMb7jMShkfFf8H9GjrNNe2lvjjWu3YHBl7cKA==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@babel/standalone/-/standalone-7.3.3.tgz", + "integrity": "sha512-3P73Tmn+lxy4sYP+d3cz8vkcbBoSczUoceSg2bjaT2k99UmO8tDPhNNeqWTc1r/q6jceiNcZ9t5xwhbF7sV9Cw==", "dev": true }, "@babel/template": { diff --git a/package.json b/package.json index ef72ace3a..8dd1e4787 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@babel/core": "~7.2.2", "@babel/plugin-syntax-dynamic-import": "~7.2.0", - "@babel/standalone": "~7.3.2", + "@babel/standalone": "~7.3.3", "@vue/cli-plugin-babel": "~3.4.0", "@vue/cli-plugin-eslint": "~3.4.0", "@vue/cli-plugin-unit-jest": "~3.4.1", diff --git a/yarn.lock b/yarn.lock index 43e5d8e46..4e60911d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -656,10 +656,10 @@ dependencies: regenerator-runtime "^0.12.0" -"@babel/standalone@~7.3.2": - version "7.3.2" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.3.2.tgz#0395f807a728201af306994f7cd27d1f3a671ff6" - integrity sha512-fWnCIjn9vQfdTf7c7AEgpGdGml5THWVgclR7KwX2j/Qr91lMKbMb7jMShkfFf8H9GjrNNe2lvjjWu3YHBl7cKA== +"@babel/standalone@~7.3.3": + version "7.3.3" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.3.3.tgz#5e26bda0de6603fdc3acd5aae0f2a7dfa290403d" + integrity sha512-3P73Tmn+lxy4sYP+d3cz8vkcbBoSczUoceSg2bjaT2k99UmO8tDPhNNeqWTc1r/q6jceiNcZ9t5xwhbF7sV9Cw== "@babel/template@7", "@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2", "@babel/template@^7.2.2": version "7.2.2"