Skip to content

Commit 497b6f9

Browse files
chore(deps-dev): bump @babel/preset-env from 7.14.2 to 7.14.4 (#208)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79796b5 commit 497b6f9

File tree

1 file changed

+72
-49
lines changed

1 file changed

+72
-49
lines changed

yarn.lock

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

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.14.0":
20-
version "7.14.0"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
22-
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
20+
version "7.14.4"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
22+
integrity sha512-i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
2525
version "7.14.3"
@@ -75,14 +75,14 @@
7575
"@babel/helper-explode-assignable-expression" "^7.12.13"
7676
"@babel/types" "^7.12.13"
7777

78-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16":
79-
version "7.13.16"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
81-
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
78+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.14.4":
79+
version "7.14.4"
80+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
81+
integrity sha512-JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==
8282
dependencies:
83-
"@babel/compat-data" "^7.13.15"
83+
"@babel/compat-data" "^7.14.4"
8484
"@babel/helper-validator-option" "^7.12.17"
85-
browserslist "^4.14.5"
85+
browserslist "^4.16.6"
8686
semver "^6.3.0"
8787

8888
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.0":
@@ -97,6 +97,18 @@
9797
"@babel/helper-replace-supers" "^7.13.12"
9898
"@babel/helper-split-export-declaration" "^7.12.13"
9999

100+
"@babel/helper-create-class-features-plugin@^7.14.3":
101+
version "7.14.4"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz#abf888d836a441abee783c75229279748705dc42"
103+
integrity sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==
104+
dependencies:
105+
"@babel/helper-annotate-as-pure" "^7.12.13"
106+
"@babel/helper-function-name" "^7.14.2"
107+
"@babel/helper-member-expression-to-functions" "^7.13.12"
108+
"@babel/helper-optimise-call-expression" "^7.12.13"
109+
"@babel/helper-replace-supers" "^7.14.4"
110+
"@babel/helper-split-export-declaration" "^7.12.13"
111+
100112
"@babel/helper-create-regexp-features-plugin@^7.12.13":
101113
version "7.12.13"
102114
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz#0996d370a92896c612ae41a4215544bd152579c0"
@@ -209,6 +221,16 @@
209221
"@babel/traverse" "^7.13.0"
210222
"@babel/types" "^7.13.12"
211223

224+
"@babel/helper-replace-supers@^7.14.4":
225+
version "7.14.4"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz#b2ab16875deecfff3ddfcd539bc315f72998d836"
227+
integrity sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==
228+
dependencies:
229+
"@babel/helper-member-expression-to-functions" "^7.13.12"
230+
"@babel/helper-optimise-call-expression" "^7.12.13"
231+
"@babel/traverse" "^7.14.2"
232+
"@babel/types" "^7.14.4"
233+
212234
"@babel/helper-simple-access@^7.13.12":
213235
version "7.13.12"
214236
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
@@ -299,11 +321,12 @@
299321
"@babel/helper-create-class-features-plugin" "^7.13.0"
300322
"@babel/helper-plugin-utils" "^7.13.0"
301323

302-
"@babel/plugin-proposal-class-static-block@^7.13.11":
303-
version "7.13.11"
304-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.13.11.tgz#6fcbba4a962702c17e5371a0c7b39afde186d703"
305-
integrity sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==
324+
"@babel/plugin-proposal-class-static-block@^7.14.3":
325+
version "7.14.3"
326+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.14.3.tgz#5a527e2cae4a4753119c3a3e7f64ecae8ccf1360"
327+
integrity sha512-HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==
306328
dependencies:
329+
"@babel/helper-create-class-features-plugin" "^7.14.3"
307330
"@babel/helper-plugin-utils" "^7.13.0"
308331
"@babel/plugin-syntax-class-static-block" "^7.12.13"
309332

@@ -355,13 +378,13 @@
355378
"@babel/helper-plugin-utils" "^7.13.0"
356379
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
357380

358-
"@babel/plugin-proposal-object-rest-spread@^7.14.2":
359-
version "7.14.2"
360-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
361-
integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
381+
"@babel/plugin-proposal-object-rest-spread@^7.14.4":
382+
version "7.14.4"
383+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.4.tgz#0e2b4de419915dc0b409378e829412e2031777c4"
384+
integrity sha512-AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==
362385
dependencies:
363-
"@babel/compat-data" "^7.14.0"
364-
"@babel/helper-compilation-targets" "^7.13.16"
386+
"@babel/compat-data" "^7.14.4"
387+
"@babel/helper-compilation-targets" "^7.14.4"
365388
"@babel/helper-plugin-utils" "^7.13.0"
366389
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
367390
"@babel/plugin-transform-parameters" "^7.14.2"
@@ -551,23 +574,23 @@
551574
dependencies:
552575
"@babel/helper-plugin-utils" "^7.12.13"
553576

554-
"@babel/plugin-transform-block-scoping@^7.14.2":
555-
version "7.14.2"
556-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.2.tgz#761cb12ab5a88d640ad4af4aa81f820e6b5fdf5c"
557-
integrity sha512-neZZcP19NugZZqNwMTH+KoBjx5WyvESPSIOQb4JHpfd+zPfqcH65RMu5xJju5+6q/Y2VzYrleQTr+b6METyyxg==
577+
"@babel/plugin-transform-block-scoping@^7.14.4":
578+
version "7.14.4"
579+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.4.tgz#caf140b0b2e2462c509553d140e6d0abefb61ed8"
580+
integrity sha512-5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==
558581
dependencies:
559582
"@babel/helper-plugin-utils" "^7.13.0"
560583

561-
"@babel/plugin-transform-classes@^7.14.2":
562-
version "7.14.2"
563-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.2.tgz#3f1196c5709f064c252ad056207d87b7aeb2d03d"
564-
integrity sha512-7oafAVcucHquA/VZCsXv/gmuiHeYd64UJyyTYU+MPfNu0KeNlxw06IeENBO8bJjXVbolu+j1MM5aKQtH1OMCNg==
584+
"@babel/plugin-transform-classes@^7.14.4":
585+
version "7.14.4"
586+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz#a83c15503fc71a0f99e876fdce7dadbc6575ec3a"
587+
integrity sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==
565588
dependencies:
566589
"@babel/helper-annotate-as-pure" "^7.12.13"
567590
"@babel/helper-function-name" "^7.14.2"
568591
"@babel/helper-optimise-call-expression" "^7.12.13"
569592
"@babel/helper-plugin-utils" "^7.13.0"
570-
"@babel/helper-replace-supers" "^7.13.12"
593+
"@babel/helper-replace-supers" "^7.14.4"
571594
"@babel/helper-split-export-declaration" "^7.12.13"
572595
globals "^11.1.0"
573596

@@ -578,10 +601,10 @@
578601
dependencies:
579602
"@babel/helper-plugin-utils" "^7.13.0"
580603

581-
"@babel/plugin-transform-destructuring@^7.13.17":
582-
version "7.13.17"
583-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
584-
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
604+
"@babel/plugin-transform-destructuring@^7.14.4":
605+
version "7.14.4"
606+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.4.tgz#acbec502e9951f30f4441eaca1d2f29efade59ed"
607+
integrity sha512-JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==
585608
dependencies:
586609
"@babel/helper-plugin-utils" "^7.13.0"
587610

@@ -822,25 +845,25 @@
822845
"@babel/helper-plugin-utils" "^7.12.13"
823846

824847
"@babel/preset-env@^7.12.11":
825-
version "7.14.2"
826-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.2.tgz#e80612965da73579c84ad2f963c2359c71524ed5"
827-
integrity sha512-7dD7lVT8GMrE73v4lvDEb85cgcQhdES91BSD7jS/xjC6QY8PnRhux35ac+GCpbiRhp8crexBvZZqnaL6VrY8TQ==
848+
version "7.14.4"
849+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.4.tgz#73fc3228c59727e5e974319156f304f0d6685a2d"
850+
integrity sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==
828851
dependencies:
829-
"@babel/compat-data" "^7.14.0"
830-
"@babel/helper-compilation-targets" "^7.13.16"
852+
"@babel/compat-data" "^7.14.4"
853+
"@babel/helper-compilation-targets" "^7.14.4"
831854
"@babel/helper-plugin-utils" "^7.13.0"
832855
"@babel/helper-validator-option" "^7.12.17"
833856
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
834857
"@babel/plugin-proposal-async-generator-functions" "^7.14.2"
835858
"@babel/plugin-proposal-class-properties" "^7.13.0"
836-
"@babel/plugin-proposal-class-static-block" "^7.13.11"
859+
"@babel/plugin-proposal-class-static-block" "^7.14.3"
837860
"@babel/plugin-proposal-dynamic-import" "^7.14.2"
838861
"@babel/plugin-proposal-export-namespace-from" "^7.14.2"
839862
"@babel/plugin-proposal-json-strings" "^7.14.2"
840863
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.2"
841864
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.2"
842865
"@babel/plugin-proposal-numeric-separator" "^7.14.2"
843-
"@babel/plugin-proposal-object-rest-spread" "^7.14.2"
866+
"@babel/plugin-proposal-object-rest-spread" "^7.14.4"
844867
"@babel/plugin-proposal-optional-catch-binding" "^7.14.2"
845868
"@babel/plugin-proposal-optional-chaining" "^7.14.2"
846869
"@babel/plugin-proposal-private-methods" "^7.13.0"
@@ -863,10 +886,10 @@
863886
"@babel/plugin-transform-arrow-functions" "^7.13.0"
864887
"@babel/plugin-transform-async-to-generator" "^7.13.0"
865888
"@babel/plugin-transform-block-scoped-functions" "^7.12.13"
866-
"@babel/plugin-transform-block-scoping" "^7.14.2"
867-
"@babel/plugin-transform-classes" "^7.14.2"
889+
"@babel/plugin-transform-block-scoping" "^7.14.4"
890+
"@babel/plugin-transform-classes" "^7.14.4"
868891
"@babel/plugin-transform-computed-properties" "^7.13.0"
869-
"@babel/plugin-transform-destructuring" "^7.13.17"
892+
"@babel/plugin-transform-destructuring" "^7.14.4"
870893
"@babel/plugin-transform-dotall-regex" "^7.12.13"
871894
"@babel/plugin-transform-duplicate-keys" "^7.12.13"
872895
"@babel/plugin-transform-exponentiation-operator" "^7.12.13"
@@ -893,7 +916,7 @@
893916
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
894917
"@babel/plugin-transform-unicode-regex" "^7.12.13"
895918
"@babel/preset-modules" "^0.1.4"
896-
"@babel/types" "^7.14.2"
919+
"@babel/types" "^7.14.4"
897920
babel-plugin-polyfill-corejs2 "^0.2.0"
898921
babel-plugin-polyfill-corejs3 "^0.2.0"
899922
babel-plugin-polyfill-regenerator "^0.2.0"
@@ -961,10 +984,10 @@
961984
debug "^4.1.0"
962985
globals "^11.1.0"
963986

964-
"@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":
965-
version "7.14.2"
966-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
967-
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
987+
"@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":
988+
version "7.14.4"
989+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
990+
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
968991
dependencies:
969992
"@babel/helper-validator-identifier" "^7.14.0"
970993
to-fast-properties "^2.0.0"
@@ -2977,7 +3000,7 @@ browser-process-hrtime@^1.0.0:
29773000
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
29783001
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
29793002

2980-
browserslist@^4.14.5, browserslist@^4.16.3:
3003+
browserslist@^4.16.3, browserslist@^4.16.6:
29813004
version "4.16.6"
29823005
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
29833006
integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==

0 commit comments

Comments
 (0)