mirror of https://github.com/embarklabs/embark.git
build(deps): bump source-map-support from 0.5.13 to 0.5.16
Bumps [source-map-support](https://github.com/evanw/node-source-map-support) from 0.5.13 to 0.5.16. - [Release notes](https://github.com/evanw/node-source-map-support/releases) - [Commits](https://github.com/evanw/node-source-map-support/compare/v0.5.13...v0.5.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
afa1d14fa0
commit
4da12f765d
|
@ -106,7 +106,7 @@
|
||||||
"semver": "5.6.0",
|
"semver": "5.6.0",
|
||||||
"shelljs": "0.8.3",
|
"shelljs": "0.8.3",
|
||||||
"simples": "0.8.8",
|
"simples": "0.8.8",
|
||||||
"source-map-support": "0.5.13",
|
"source-map-support": "0.5.16",
|
||||||
"term.js": "0.0.7",
|
"term.js": "0.0.7",
|
||||||
"viz.js": "1.8.2",
|
"viz.js": "1.8.2",
|
||||||
"vm2": "3.6.4",
|
"vm2": "3.6.4",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"nyc": "13.1.0",
|
"nyc": "13.1.0",
|
||||||
"rimraf": "3.0.0",
|
"rimraf": "3.0.0",
|
||||||
"source-map-support": "0.5.13",
|
"source-map-support": "0.5.16",
|
||||||
"web3": "1.2.6"
|
"web3": "1.2.6"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
"refute": "1.0.2",
|
"refute": "1.0.2",
|
||||||
"rimraf": "3.0.0",
|
"rimraf": "3.0.0",
|
||||||
"sinon": "7.4.2",
|
"sinon": "7.4.2",
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.16"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17.0",
|
"node": ">=10.17.0",
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
"nyc": "13.1.0",
|
"nyc": "13.1.0",
|
||||||
"rimraf": "3.0.0",
|
"rimraf": "3.0.0",
|
||||||
"sinon": "7.4.2",
|
"sinon": "7.4.2",
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.16"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17.0",
|
"node": ">=10.17.0",
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
"refute": "1.0.2",
|
"refute": "1.0.2",
|
||||||
"rimraf": "3.0.0",
|
"rimraf": "3.0.0",
|
||||||
"sinon": "7.4.2",
|
"sinon": "7.4.2",
|
||||||
"source-map-support": "0.5.13"
|
"source-map-support": "0.5.16"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17.0",
|
"node": ">=10.17.0",
|
||||||
|
|
|
@ -21632,10 +21632,10 @@ source-map-support@0.5.12:
|
||||||
buffer-from "^1.0.0"
|
buffer-from "^1.0.0"
|
||||||
source-map "^0.6.0"
|
source-map "^0.6.0"
|
||||||
|
|
||||||
source-map-support@0.5.13, source-map-support@^0.5.6, source-map-support@~0.5.12:
|
source-map-support@0.5.16, source-map-support@^0.5.6, source-map-support@~0.5.12:
|
||||||
version "0.5.13"
|
version "0.5.16"
|
||||||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
|
||||||
integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
|
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
buffer-from "^1.0.0"
|
buffer-from "^1.0.0"
|
||||||
source-map "^0.6.0"
|
source-map "^0.6.0"
|
||||||
|
|
Loading…
Reference in New Issue