build(deps): bump source-map-support from 0.5.11 to 0.5.12 (#766)

* build(deps): bump source-map-support from 0.5.11 to 0.5.12

Bumps [source-map-support](https://github.com/evanw/node-source-map-support) from 0.5.11 to 0.5.12.
- [Release notes](https://github.com/evanw/node-source-map-support/releases)
- [Commits](https://github.com/evanw/node-source-map-support/compare/v0.5.11...v0.5.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>

* Upgrade core too
This commit is contained in:
dependabot[bot] 2019-04-09 10:02:22 -07:00 коммит произвёл Mark Lee
Родитель b81c66c148
Коммит b0a7fa16dd
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -77,7 +77,7 @@
"resolve-package": "^1.0.1",
"s3": "^4.4.0",
"semver": "^6.0.0",
"source-map-support": "^0.5.4",
"source-map-support": "^0.5.12",
"sudo-prompt": "^8.0.0",
"username": "^4.0.0",
"webpack": "^4.1.4",

Просмотреть файл

@ -53,7 +53,7 @@
"pify": "^4.0.0",
"resolve-package": "^1.0.1",
"semver": "^6.0.0",
"source-map-support": "^0.5.4",
"source-map-support": "^0.5.12",
"sudo-prompt": "^8.0.0",
"username": "^4.0.0",
"yarn-or-npm": "^2.0.2"

Просмотреть файл

@ -7695,10 +7695,10 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"
source-map-support@^0.5.4, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.10:
version "0.5.11"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.11.tgz#efac2ce0800355d026326a0ca23e162aeac9a4e2"
integrity sha512-//sajEx/fGL3iw6fltKMdPvy8kL3kJ2O3iuYlRoT3k9Kb4BjOoZ+BZzaNHeuaruSt+Kf3Zk9tnfAQg9/AJqUVQ==
source-map-support@^0.5.12, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.10:
version "0.5.12"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"