Skip to content

Commit f9517a9

Browse files
chore(deps-dev): bump @babel/preset-env from 7.14.2 to 7.14.4 (#223)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.2 to 7.14.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.4/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3723423 commit f9517a9

File tree

2 files changed

+59
-36
lines changed

2 files changed

+59
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@babel/core": "^7.14",
3030
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
3131
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
32-
"@babel/preset-env": "^7.14.2",
32+
"@babel/preset-env": "^7.14.4",
3333
"babel-jest": "^26.0.1",
3434
"eslint": "7.27.0",
3535
"eslint-config-standard": "16.0.2",

yarn.lock

Lines changed: 58 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
dependencies:
1717
"@babel/highlight" "^7.12.13"
1818

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.4":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2020
version "7.14.4"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
2222
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
@@ -99,6 +99,18 @@
9999
"@babel/helper-replace-supers" "^7.13.12"
100100
"@babel/helper-split-export-declaration" "^7.12.13"
101101

102+
"@babel/helper-create-class-features-plugin@^7.14.3":
103+
version "7.14.4"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
105+
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
106+
dependencies:
107+
"@babel/helper-annotate-as-pure" "^7.12.13"
108+
"@babel/helper-function-name" "^7.14.2"
109+
"@babel/helper-member-expression-to-functions" "^7.13.12"
110+
"@babel/helper-optimise-call-expression" "^7.12.13"
111+
"@babel/helper-replace-supers" "^7.14.4"
112+
"@babel/helper-split-export-declaration" "^7.12.13"
113+
102114
"@babel/helper-create-regexp-features-plugin@^7.12.13":
103115
version "7.12.17"
104116
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
@@ -244,6 +256,16 @@
244256
"@babel/traverse" "^7.13.0"
245257
"@babel/types" "^7.13.12"
246258

259+
"@babel/helper-replace-supers@^7.14.4":
260+
version "7.14.4"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
262+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
263+
dependencies:
264+
"@babel/helper-member-expression-to-functions" "^7.13.12"
265+
"@babel/helper-optimise-call-expression" "^7.12.13"
266+
"@babel/traverse" "^7.14.2"
267+
"@babel/types" "^7.14.4"
268+
247269
"@babel/helper-simple-access@^7.13.12":
248270
version "7.13.12"
249271
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -339,11 +361,12 @@
339361
"@babel/helper-create-class-features-plugin" "^7.13.0"
340362
"@babel/helper-plugin-utils" "^7.13.0"
341363

342-
"@babel/plugin-proposal-class-static-block@^7.13.11":
343-
version "7.13.11"
344-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703"
345-
integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==
364+
"@babel/plugin-proposal-class-static-block@^7.14.3":
365+
version "7.14.3"
366+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
367+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
346368
dependencies:
369+
"@babel/helper-create-class-features-plugin" "^7.14.3"
347370
"@babel/helper-plugin-utils" "^7.13.0"
348371
"@babel/plugin-syntax-class-static-block" "^7.12.13"
349372

@@ -395,7 +418,7 @@
395418
"@babel/helper-plugin-utils" "^7.13.0"
396419
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
397420

398-
"@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.4":
421+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
399422
version "7.14.4"
400423
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
401424
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
@@ -584,23 +607,23 @@
584607
dependencies:
585608
"@babel/helper-plugin-utils" "^7.12.13"
586609

587-
"@babel/plugin-transform-block-scoping@^7.14.2":
588-
version "7.14.2"
589-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
590-
integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
610+
"@babel/plugin-transform-block-scoping@^7.14.4":
611+
version "7.14.4"
612+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
613+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
591614
dependencies:
592615
"@babel/helper-plugin-utils" "^7.13.0"
593616

594-
"@babel/plugin-transform-classes@^7.14.2":
595-
version "7.14.2"
596-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
597-
integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
617+
"@babel/plugin-transform-classes@^7.14.4":
618+
version "7.14.4"
619+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
620+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
598621
dependencies:
599622
"@babel/helper-annotate-as-pure" "^7.12.13"
600623
"@babel/helper-function-name" "^7.14.2"
601624
"@babel/helper-optimise-call-expression" "^7.12.13"
602625
"@babel/helper-plugin-utils" "^7.13.0"
603-
"@babel/helper-replace-supers" "^7.13.12"
626+
"@babel/helper-replace-supers" "^7.14.4"
604627
"@babel/helper-split-export-declaration" "^7.12.13"
605628
globals "^11.1.0"
606629

@@ -611,10 +634,10 @@
611634
dependencies:
612635
"@babel/helper-plugin-utils" "^7.13.0"
613636

614-
"@babel/plugin-transform-destructuring@^7.13.17":
615-
version "7.13.17"
616-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
617-
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
637+
"@babel/plugin-transform-destructuring@^7.14.4":
638+
version "7.14.4"
639+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
640+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
618641
dependencies:
619642
"@babel/helper-plugin-utils" "^7.13.0"
620643

@@ -809,26 +832,26 @@
809832
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
810833
"@babel/helper-plugin-utils" "^7.12.13"
811834

812-
"@babel/preset-env@^7.14.2":
813-
version "7.14.2"
814-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
815-
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
835+
"@babel/preset-env@^7.14.4":
836+
version "7.14.4"
837+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
838+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
816839
dependencies:
817-
"@babel/compat-data" "^7.14.0"
818-
"@babel/helper-compilation-targets" "^7.13.16"
840+
"@babel/compat-data" "^7.14.4"
841+
"@babel/helper-compilation-targets" "^7.14.4"
819842
"@babel/helper-plugin-utils" "^7.13.0"
820843
"@babel/helper-validator-option" "^7.12.17"
821844
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
822845
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
823846
"@babel/plugin-proposal-class-properties" "^7.13.0"
824-
"@babel/plugin-proposal-class-static-block" "^7.13.11"
847+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
825848
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
826849
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
827850
"@babel/plugin-proposal-json-strings" "^7.14.2"
828851
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
829852
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
830853
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
831-
"@babel/plugin-proposal-object-rest-spread" "^7.14.2"
854+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
832855
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
833856
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
834857
"@babel/plugin-proposal-private-methods" "^7.13.0"
@@ -851,10 +874,10 @@
851874
"@babel/plugin-transform-arrow-functions" "^7.13.0"
852875
"@babel/plugin-transform-async-to-generator" "^7.13.0"
853876
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
854-
"@babel/plugin-transform-block-scoping" "^7.14.2"
855-
"@babel/plugin-transform-classes" "^7.14.2"
877+
"@babel/plugin-transform-block-scoping" "^7.14.4"
878+
"@babel/plugin-transform-classes" "^7.14.4"
856879
"@babel/plugin-transform-computed-properties" "^7.13.0"
857-
"@babel/plugin-transform-destructuring" "^7.13.17"
880+
"@babel/plugin-transform-destructuring" "^7.14.4"
858881
"@babel/plugin-transform-dotall-regex" "^7.12.13"
859882
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
860883
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -881,7 +904,7 @@
881904
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
882905
"@babel/plugin-transform-unicode-regex" "^7.12.13"
883906
"@babel/preset-modules" "^0.1.4"
884-
"@babel/types" "^7.14.2"
907+
"@babel/types" "^7.14.4"
885908
babel-plugin-polyfill-corejs2 "^0.2.0"
886909
babel-plugin-polyfill-corejs3 "^0.2.0"
887910
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -929,10 +952,10 @@
929952
debug "^4.1.0"
930953
globals "^11.1.0"
931954

932-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
933-
version "7.14.2"
934-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
935-
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
955+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
956+
version "7.14.4"
957+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
958+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
936959
dependencies:
937960
"@babel/helper-validator-identifier" "^7.14.0"
938961
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)