From 5e32bcd9caf7aff853240403dd010717a9631500 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2019 06:22:25 +0000 Subject: [PATCH] chore(deps-dev): bump babel-plugin-source-map-support Bumps [babel-plugin-source-map-support](https://github.com/chocolateboy/babel-plugin-source-map-support) from 2.0.1 to 2.1.1. - [Release notes](https://github.com/chocolateboy/babel-plugin-source-map-support/releases) - [Changelog](https://github.com/chocolateboy/babel-plugin-source-map-support/blob/master/CHANGELOG.md) - [Commits](https://github.com/chocolateboy/babel-plugin-source-map-support/compare/v2.0.1...v2.1.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7772065d31..fe919402c2 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@typescript-eslint/eslint-plugin": "^1.9.0", "@typescript-eslint/parser": "^1.9.0", "asar": "^2.0.1", - "babel-plugin-source-map-support": "^2.0.1", + "babel-plugin-source-map-support": "^2.1.1", "chai": "4.2.0", "chai-as-promised": "^7.0.0", "commitizen": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index d130f491a2..f857384b31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26,7 +26,7 @@ dependencies: "@babel/highlight" "^7.0.0" -"@babel/core@^7.0.0-beta.40", "@babel/core@^7.5.4": +"@babel/core@^7.5.4": version "7.5.4" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd" integrity sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== @@ -140,7 +140,7 @@ dependencies: "@babel/types" "^7.0.0" -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.40": +"@babel/helper-module-imports@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" integrity sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A== @@ -1801,13 +1801,12 @@ babel-plugin-dynamic-import-node@^2.3.0: dependencies: object.assign "^4.1.0" -babel-plugin-source-map-support@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/babel-plugin-source-map-support/-/babel-plugin-source-map-support-2.0.1.tgz#ccd822535ab32cf73c0a50596ed87e534ffdf410" - integrity sha512-1tJ961PdjSaz6maXwyjyuNy4vLIoH6tcMR7w2RlDL0c5Dji5GRxteuNn0I3PQgz37uyOYOBeRPk4kw4mM9PCMg== +babel-plugin-source-map-support@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-source-map-support/-/babel-plugin-source-map-support-2.1.1.tgz#9cd9b21429fb5dbf10670817050789c644d4c31d" + integrity sha512-Ce0r4iXS/1JX8gjzZcfzw17Pooh7zIkbLFTljuhWPTneNWQ9RauomiutInvz5kmd8tYrZ9axgGq9dm0hml2+Lg== dependencies: - "@babel/core" "^7.0.0-beta.40" - "@babel/helper-module-imports" "^7.0.0-beta.40" + "@babel/helper-module-imports" "^7.0.0" babel-polyfill@^6.26.0: version "6.26.0"