Skip to content

Commit 8fe3188

Browse files
committed
fix: pin soure-map version
1 parent f2c8e11 commit 8fe3188

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"chalk": "^2.1.0",
7373
"convert-source-map": "^1.6.0",
7474
"extract-from-css": "^0.4.4",
75-
"source-map": "^0.7.3",
75+
"source-map": "0.5.6",
7676
"ts-jest": "^24.0.0"
7777
},
7878
"repository": {

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7589,6 +7589,11 @@ source-map@0.4.x:
75897589
dependencies:
75907590
amdefine ">=0.0.4"
75917591

7592+
source-map@0.5.6:
7593+
version "0.5.6"
7594+
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
7595+
integrity sha1-dc449SvwczxafwwRjYEzSiu19BI=
7596+
75927597
source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1:
75937598
version "0.5.7"
75947599
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"

0 commit comments

Comments
 (0)