Skip to content

Commit

Permalink
chore(deps-dev): bump babel-plugin-source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 12, 2019
1 parent aefd33c commit 5e32bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5e32bcd

Please sign in to comment.