Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 106a49e

Browse files
Bump babel-preset-minify from 0.5.0 to 0.5.1
Bumps [babel-preset-minify](https://github.com/babel/minify) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/babel/minify/releases) - [Changelog](https://github.com/babel/minify/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/minify/compare/babel-preset-minify@0.5.0...babel-preset-minify@0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a52a78c commit 106a49e

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
3030
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
3131
"@babel/preset-env": "^7.2.3",
32-
"babel-preset-minify": "^0.5.0",
32+
"babel-preset-minify": "^0.5.1",
3333
"rimraf": "^3.0.2"
3434
}
3535
}

yarn.lock

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -801,25 +801,26 @@ babel-plugin-minify-constant-folding@^0.5.0:
801801
dependencies:
802802
babel-helper-evaluate-path "^0.5.0"
803803

804-
babel-plugin-minify-dead-code-elimination@^0.5.0:
805-
version "0.5.0"
806-
resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.0.tgz#d23ef5445238ad06e8addf5c1cf6aec835bcda87"
804+
babel-plugin-minify-dead-code-elimination@^0.5.1:
805+
version "0.5.1"
806+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.5.1.tgz#1a0c68e44be30de4976ca69ffc535e08be13683f"
807807
dependencies:
808808
babel-helper-evaluate-path "^0.5.0"
809809
babel-helper-mark-eval-scopes "^0.4.3"
810810
babel-helper-remove-or-void "^0.4.3"
811-
lodash.some "^4.6.0"
811+
lodash "^4.17.11"
812812

813813
babel-plugin-minify-flip-comparisons@^0.4.3:
814814
version "0.4.3"
815815
resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz#00ca870cb8f13b45c038b3c1ebc0f227293c965a"
816816
dependencies:
817817
babel-helper-is-void-0 "^0.4.3"
818818

819-
babel-plugin-minify-guarded-expressions@^0.4.3:
820-
version "0.4.3"
821-
resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.3.tgz#cc709b4453fd21b1f302877444c89f88427ce397"
819+
babel-plugin-minify-guarded-expressions@^0.4.4:
820+
version "0.4.4"
821+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.4.4.tgz#818960f64cc08aee9d6c75bec6da974c4d621135"
822822
dependencies:
823+
babel-helper-evaluate-path "^0.5.0"
823824
babel-helper-flip-expressions "^0.4.3"
824825

825826
babel-plugin-minify-infinity@^0.4.3:
@@ -840,10 +841,11 @@ babel-plugin-minify-replace@^0.5.0:
840841
version "0.5.0"
841842
resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.5.0.tgz#d3e2c9946c9096c070efc96761ce288ec5c3f71c"
842843

843-
babel-plugin-minify-simplify@^0.5.0:
844-
version "0.5.0"
845-
resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.0.tgz#1f090018afb90d8b54d3d027fd8a4927f243da6f"
844+
babel-plugin-minify-simplify@^0.5.1:
845+
version "0.5.1"
846+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.5.1.tgz#f21613c8b95af3450a2ca71502fdbd91793c8d6a"
846847
dependencies:
848+
babel-helper-evaluate-path "^0.5.0"
847849
babel-helper-flip-expressions "^0.4.3"
848850
babel-helper-is-nodes-equiv "^0.0.1"
849851
babel-helper-to-multiple-sequence-expressions "^0.5.0"
@@ -902,20 +904,20 @@ babel-plugin-transform-undefined-to-void@^6.9.4:
902904
version "6.9.4"
903905
resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.4.tgz#be241ca81404030678b748717322b89d0c8fe280"
904906

905-
babel-preset-minify@^0.5.0:
906-
version "0.5.0"
907-
resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.0.tgz#e25bb8d3590087af02b650967159a77c19bfb96b"
907+
babel-preset-minify@^0.5.1:
908+
version "0.5.1"
909+
resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.5.1.tgz#25f5d0bce36ec818be80338d0e594106e21eaa9f"
908910
dependencies:
909911
babel-plugin-minify-builtins "^0.5.0"
910912
babel-plugin-minify-constant-folding "^0.5.0"
911-
babel-plugin-minify-dead-code-elimination "^0.5.0"
913+
babel-plugin-minify-dead-code-elimination "^0.5.1"
912914
babel-plugin-minify-flip-comparisons "^0.4.3"
913-
babel-plugin-minify-guarded-expressions "^0.4.3"
915+
babel-plugin-minify-guarded-expressions "^0.4.4"
914916
babel-plugin-minify-infinity "^0.4.3"
915917
babel-plugin-minify-mangle-names "^0.5.0"
916918
babel-plugin-minify-numeric-literals "^0.4.3"
917919
babel-plugin-minify-replace "^0.5.0"
918-
babel-plugin-minify-simplify "^0.5.0"
920+
babel-plugin-minify-simplify "^0.5.1"
919921
babel-plugin-minify-type-constructors "^0.4.3"
920922
babel-plugin-transform-inline-consecutive-adds "^0.4.3"
921923
babel-plugin-transform-member-expression-literals "^6.9.4"
@@ -928,7 +930,7 @@ babel-preset-minify@^0.5.0:
928930
babel-plugin-transform-remove-undefined "^0.5.0"
929931
babel-plugin-transform-simplify-comparison-operators "^6.9.4"
930932
babel-plugin-transform-undefined-to-void "^6.9.4"
931-
lodash.isplainobject "^4.0.6"
933+
lodash "^4.17.11"
932934

933935
balanced-match@^1.0.0:
934936
version "1.0.0"
@@ -1602,15 +1604,7 @@ loader-utils@^1.2.3:
16021604
emojis-list "^2.0.0"
16031605
json5 "^1.0.1"
16041606

1605-
lodash.isplainobject@^4.0.6:
1606-
version "4.0.6"
1607-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1608-
1609-
lodash.some@^4.6.0:
1610-
version "4.6.0"
1611-
resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
1612-
1613-
lodash@^4.15.0, lodash@^4.17.10:
1607+
lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11:
16141608
version "4.17.15"
16151609
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
16161610

0 commit comments

Comments
 (0)