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

Commit 431e7d3

Browse files
authored
Merge pull request #76 from arguiot/dependabot/npm_and_yarn/babel-plugin-minify-flip-comparisons-0.4.3
Bump babel-plugin-minify-flip-comparisons from 0.2.0 to 0.4.3
2 parents a304209 + 5403623 commit 431e7d3

3 files changed

Lines changed: 19 additions & 17 deletions

File tree

package-lock.json

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"babel-plugin-minify-builtins": "^0.2.0",
4040
"babel-plugin-minify-constant-folding": "^0.2.0",
4141
"babel-plugin-minify-dead-code-elimination": "^0.2.0",
42-
"babel-plugin-minify-flip-comparisons": "^0.2.0",
42+
"babel-plugin-minify-flip-comparisons": "^0.4.3",
4343
"babel-plugin-minify-guarded-expressions": "^0.4.3",
4444
"babel-plugin-minify-infinity": "^0.2.0",
4545
"babel-plugin-minify-mangle-names": "^0.2.0",

yarn.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@ babel-helper-is-void-0@^0.2.0:
466466
version "0.2.0"
467467
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz#6ed0ada8a9b1c5b6e88af6b47c1b3b5c080860eb"
468468

469+
babel-helper-is-void-0@^0.4.3:
470+
version "0.4.3"
471+
resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz#7d9c01b4561e7b95dbda0f6eee48f5b60e67313e"
472+
469473
babel-helper-mark-eval-scopes@^0.1.1:
470474
version "0.1.1"
471475
resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.1.1.tgz#4554345edf9f2549427bd2098e530253f8af2992"
@@ -596,11 +600,11 @@ babel-plugin-minify-flip-comparisons@^0.1.2:
596600
dependencies:
597601
babel-helper-is-void-0 "^0.1.1"
598602

599-
babel-plugin-minify-flip-comparisons@^0.2.0:
600-
version "0.2.0"
601-
resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.2.0.tgz#0c9c8e93155c8f09dedad8118b634c259f709ef5"
603+
babel-plugin-minify-flip-comparisons@^0.4.3:
604+
version "0.4.3"
605+
resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.4.3.tgz#00ca870cb8f13b45c038b3c1ebc0f227293c965a"
602606
dependencies:
603-
babel-helper-is-void-0 "^0.2.0"
607+
babel-helper-is-void-0 "^0.4.3"
604608

605609
babel-plugin-minify-guarded-expressions@^0.1.2:
606610
version "0.1.2"

0 commit comments

Comments
 (0)