Skip to content

Commit 31a9e7c

Browse files
chore(deps-dev): Bump @babel/preset-env from 7.9.0 to 7.9.5 (#1384)
1 parent 9840f2b commit 31a9e7c

1 file changed

Lines changed: 45 additions & 30 deletions

File tree

yarn.lock

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@
111111
"@babel/template" "^7.8.3"
112112
"@babel/types" "^7.8.3"
113113

114+
"@babel/helper-function-name@^7.9.5":
115+
version "7.9.5"
116+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
117+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
118+
dependencies:
119+
"@babel/helper-get-function-arity" "^7.8.3"
120+
"@babel/template" "^7.8.3"
121+
"@babel/types" "^7.9.5"
122+
114123
"@babel/helper-get-function-arity@^7.8.3":
115124
version "7.8.3"
116125
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -212,6 +221,11 @@
212221
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
213222
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
214223

224+
"@babel/helper-validator-identifier@^7.9.5":
225+
version "7.9.5"
226+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
227+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
228+
215229
"@babel/helper-wrap-function@^7.8.3":
216230
version "7.8.3"
217231
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -286,13 +300,14 @@
286300
"@babel/helper-plugin-utils" "^7.8.3"
287301
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
288302

289-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
290-
version "7.9.0"
291-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
292-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
303+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
304+
version "7.9.5"
305+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
306+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
293307
dependencies:
294308
"@babel/helper-plugin-utils" "^7.8.3"
295309
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
310+
"@babel/plugin-transform-parameters" "^7.9.5"
296311

297312
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
298313
version "7.8.3"
@@ -419,14 +434,14 @@
419434
"@babel/helper-plugin-utils" "^7.8.3"
420435
lodash "^4.17.13"
421436

422-
"@babel/plugin-transform-classes@^7.9.0":
423-
version "7.9.2"
424-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
425-
integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
437+
"@babel/plugin-transform-classes@^7.9.5":
438+
version "7.9.5"
439+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
440+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
426441
dependencies:
427442
"@babel/helper-annotate-as-pure" "^7.8.3"
428443
"@babel/helper-define-map" "^7.8.3"
429-
"@babel/helper-function-name" "^7.8.3"
444+
"@babel/helper-function-name" "^7.9.5"
430445
"@babel/helper-optimise-call-expression" "^7.8.3"
431446
"@babel/helper-plugin-utils" "^7.8.3"
432447
"@babel/helper-replace-supers" "^7.8.6"
@@ -440,10 +455,10 @@
440455
dependencies:
441456
"@babel/helper-plugin-utils" "^7.8.3"
442457

443-
"@babel/plugin-transform-destructuring@^7.8.3":
444-
version "7.8.8"
445-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b"
446-
integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==
458+
"@babel/plugin-transform-destructuring@^7.9.5":
459+
version "7.9.5"
460+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
461+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
447462
dependencies:
448463
"@babel/helper-plugin-utils" "^7.8.3"
449464

@@ -558,10 +573,10 @@
558573
"@babel/helper-plugin-utils" "^7.8.3"
559574
"@babel/helper-replace-supers" "^7.8.3"
560575

561-
"@babel/plugin-transform-parameters@^7.8.7":
562-
version "7.9.3"
563-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a"
564-
integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg==
576+
"@babel/plugin-transform-parameters@^7.9.5":
577+
version "7.9.5"
578+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
579+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
565580
dependencies:
566581
"@babel/helper-get-function-arity" "^7.8.3"
567582
"@babel/helper-plugin-utils" "^7.8.3"
@@ -633,9 +648,9 @@
633648
"@babel/helper-plugin-utils" "^7.8.3"
634649

635650
"@babel/preset-env@^7.7.5":
636-
version "7.9.0"
637-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
638-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
651+
version "7.9.5"
652+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
653+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
639654
dependencies:
640655
"@babel/compat-data" "^7.9.0"
641656
"@babel/helper-compilation-targets" "^7.8.7"
@@ -646,7 +661,7 @@
646661
"@babel/plugin-proposal-json-strings" "^7.8.3"
647662
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
648663
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
649-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
664+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
650665
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
651666
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
652667
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -663,9 +678,9 @@
663678
"@babel/plugin-transform-async-to-generator" "^7.8.3"
664679
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
665680
"@babel/plugin-transform-block-scoping" "^7.8.3"
666-
"@babel/plugin-transform-classes" "^7.9.0"
681+
"@babel/plugin-transform-classes" "^7.9.5"
667682
"@babel/plugin-transform-computed-properties" "^7.8.3"
668-
"@babel/plugin-transform-destructuring" "^7.8.3"
683+
"@babel/plugin-transform-destructuring" "^7.9.5"
669684
"@babel/plugin-transform-dotall-regex" "^7.8.3"
670685
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
671686
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -680,7 +695,7 @@
680695
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
681696
"@babel/plugin-transform-new-target" "^7.8.3"
682697
"@babel/plugin-transform-object-super" "^7.8.3"
683-
"@babel/plugin-transform-parameters" "^7.8.7"
698+
"@babel/plugin-transform-parameters" "^7.9.5"
684699
"@babel/plugin-transform-property-literals" "^7.8.3"
685700
"@babel/plugin-transform-regenerator" "^7.8.7"
686701
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -691,7 +706,7 @@
691706
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
692707
"@babel/plugin-transform-unicode-regex" "^7.8.3"
693708
"@babel/preset-modules" "^0.1.3"
694-
"@babel/types" "^7.9.0"
709+
"@babel/types" "^7.9.5"
695710
browserslist "^4.9.1"
696711
core-js-compat "^3.6.2"
697712
invariant "^2.2.2"
@@ -740,12 +755,12 @@
740755
globals "^11.1.0"
741756
lodash "^4.17.13"
742757

743-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
744-
version "7.9.0"
745-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
746-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
758+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
759+
version "7.9.5"
760+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
761+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
747762
dependencies:
748-
"@babel/helper-validator-identifier" "^7.9.0"
763+
"@babel/helper-validator-identifier" "^7.9.5"
749764
lodash "^4.17.13"
750765
to-fast-properties "^2.0.0"
751766

0 commit comments

Comments
 (0)