Skip to content

Commit 66f99d8

Browse files
Merge pull request #21 from RobotlegsJS/greenkeeper/source-map-support-0.5.0
Update source-map-support to the latest version 🚀
2 parents c8698b1 + 67a6350 commit 66f99d8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"rimraf": "^2.6.2",
9999
"sinon": "^4.0.0",
100100
"sinon-chai": "^2.13.0",
101-
"source-map-support": "^0.4.18",
101+
"source-map-support": "^0.5.0",
102102
"ts-loader": "^2.3.7",
103103
"ts-node": "^3.3.0",
104104
"tslint": "^5.7.0",

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4734,7 +4734,13 @@ source-list-map@^2.0.0:
47344734
version "2.0.0"
47354735
resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085"
47364736

4737-
source-map-support@^0.4.0, source-map-support@^0.4.18:
4737+
4738+
version "0.5.0"
4739+
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.0.tgz#2018a7ad2bdf8faf2691e5fddab26bed5a2bacab"
4740+
dependencies:
4741+
source-map "^0.6.0"
4742+
4743+
source-map-support@^0.4.0:
47384744
version "0.4.18"
47394745
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
47404746
dependencies:
@@ -4756,6 +4762,10 @@ source-map@^0.4.4:
47564762
dependencies:
47574763
amdefine ">=0.0.4"
47584764

4765+
source-map@^0.6.0:
4766+
version "0.6.1"
4767+
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
4768+
47594769
source-map@~0.2.0:
47604770
version "0.2.0"
47614771
resolved "https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"

0 commit comments

Comments
 (0)