From b42ecbd0492ec8a60d8d50cca9c804bfd1ae74dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 13:35:26 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/plugin-syntax-dynamic-import Bumps [@babel/plugin-syntax-dynamic-import](https://github.com/babel/babel) from 7.2.0 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.7.4) Signed-off-by: dependabot-preview[bot] --- packages/examples/graphiql-webpack/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/examples/graphiql-webpack/package.json b/packages/examples/graphiql-webpack/package.json index 134a1eb46f5..8aa7606093d 100644 --- a/packages/examples/graphiql-webpack/package.json +++ b/packages/examples/graphiql-webpack/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@babel/plugin-proposal-class-properties": "7.7.0", - "@babel/plugin-syntax-dynamic-import": "7.2.0", + "@babel/plugin-syntax-dynamic-import": "7.7.4", "@babel/preset-env": "7.7.1", "@babel/preset-react": "7.7.0", "babel-loader": "^8.0.6", diff --git a/yarn.lock b/yarn.lock index dbd6d84c142..461f8b08db1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,10 +540,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-syntax-dynamic-import@7.2.0", "@babel/plugin-syntax-dynamic-import@^7.2.0": - version "7.2.0" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz#69c159ffaf4998122161ad8ebc5e6d1f55df8612" - integrity sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== +"@babel/plugin-syntax-dynamic-import@7.7.4", "@babel/plugin-syntax-dynamic-import@^7.2.0": + version "7.7.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.7.4.tgz#29ca3b4415abfe4a5ec381e903862ad1a54c3aec" + integrity sha512-jHQW0vbRGvwQNgyVxwDh4yuXu4bH1f5/EICJLAhl1SblLs2CDhrsmCk+v5XLdE9wxtAFRyxx+P//Iw+a5L/tTg== dependencies: "@babel/helper-plugin-utils" "^7.0.0"