Skip to content

Commit

Permalink
Pin terser version to 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosms committed Feb 4, 2019
1 parent 237c153 commit 6668229
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2",
"terser": "3.16.0",
"vscode": "^1.1.17"
},
"resolutions": {
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9459,7 +9459,7 @@ source-map-support@^0.4.15:
dependencies:
source-map "^0.5.6"

source-map-support@^0.5.0, source-map-support@^0.5.6, source-map-support@~0.5.6:
source-map-support@^0.5.0, source-map-support@^0.5.6, source-map-support@~0.5.6, source-map-support@~0.5.9:
version "0.5.10"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
integrity sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==
Expand Down Expand Up @@ -9936,6 +9936,15 @@ [email protected], terser@^3.8.1:
source-map "~0.6.1"
source-map-support "~0.5.6"

[email protected]:
version "3.16.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-3.16.0.tgz#04028e6e5da461d91691cedd75fa53a17f2f20d9"
integrity sha512-Ua8BhyibmsQBFXDZZ3Es7GASB2yFrQJr0jgAlZK1FBLbFarrHoCuMHPCro5MbX4jidcaFGiV+uTc3wxodmGjUg==
dependencies:
commander "~2.17.1"
source-map "~0.6.1"
source-map-support "~0.5.9"

test-exclude@^4.2.1:
version "4.2.3"
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20"
Expand Down

0 comments on commit 6668229

Please sign in to comment.