Skip to content

Commit 8a8fab2

Browse files
Merge pull request #25 from awibox/dependabot/npm_and_yarn/babel/preset-env-7.9.5
2 parents 92c84e4 + d84fbd4 commit 8a8fab2

File tree

1 file changed

+45
-30
lines changed

1 file changed

+45
-30
lines changed

yarn.lock

+45-30
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@
140140
"@babel/template" "^7.8.3"
141141
"@babel/types" "^7.8.3"
142142

143+
"@babel/helper-function-name@^7.9.5":
144+
version "7.9.5"
145+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
146+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
147+
dependencies:
148+
"@babel/helper-get-function-arity" "^7.8.3"
149+
"@babel/template" "^7.8.3"
150+
"@babel/types" "^7.9.5"
151+
143152
"@babel/helper-get-function-arity@^7.8.3":
144153
version "7.8.3"
145154
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
@@ -241,6 +250,11 @@
241250
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
242251
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
243252

253+
"@babel/helper-validator-identifier@^7.9.5":
254+
version "7.9.5"
255+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
256+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
257+
244258
"@babel/helper-wrap-function@^7.8.3":
245259
version "7.8.3"
246260
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -323,13 +337,14 @@
323337
"@babel/helper-plugin-utils" "^7.8.3"
324338
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
325339

326-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
327-
version "7.9.0"
328-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
329-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
340+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
341+
version "7.9.5"
342+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
343+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
330344
dependencies:
331345
"@babel/helper-plugin-utils" "^7.8.3"
332346
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
347+
"@babel/plugin-transform-parameters" "^7.9.5"
333348

334349
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
335350
version "7.8.3"
@@ -463,14 +478,14 @@
463478
"@babel/helper-plugin-utils" "^7.8.3"
464479
lodash "^4.17.13"
465480

466-
"@babel/plugin-transform-classes@^7.9.0":
467-
version "7.9.2"
468-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
469-
integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
481+
"@babel/plugin-transform-classes@^7.9.5":
482+
version "7.9.5"
483+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
484+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
470485
dependencies:
471486
"@babel/helper-annotate-as-pure" "^7.8.3"
472487
"@babel/helper-define-map" "^7.8.3"
473-
"@babel/helper-function-name" "^7.8.3"
488+
"@babel/helper-function-name" "^7.9.5"
474489
"@babel/helper-optimise-call-expression" "^7.8.3"
475490
"@babel/helper-plugin-utils" "^7.8.3"
476491
"@babel/helper-replace-supers" "^7.8.6"
@@ -484,10 +499,10 @@
484499
dependencies:
485500
"@babel/helper-plugin-utils" "^7.8.3"
486501

487-
"@babel/plugin-transform-destructuring@^7.8.3":
488-
version "7.8.8"
489-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b"
490-
integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==
502+
"@babel/plugin-transform-destructuring@^7.9.5":
503+
version "7.9.5"
504+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
505+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
491506
dependencies:
492507
"@babel/helper-plugin-utils" "^7.8.3"
493508

@@ -602,10 +617,10 @@
602617
"@babel/helper-plugin-utils" "^7.8.3"
603618
"@babel/helper-replace-supers" "^7.8.3"
604619

605-
"@babel/plugin-transform-parameters@^7.8.7":
606-
version "7.9.3"
607-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a"
608-
integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg==
620+
"@babel/plugin-transform-parameters@^7.9.5":
621+
version "7.9.5"
622+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
623+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
609624
dependencies:
610625
"@babel/helper-get-function-arity" "^7.8.3"
611626
"@babel/helper-plugin-utils" "^7.8.3"
@@ -719,9 +734,9 @@
719734
"@babel/helper-plugin-utils" "^7.8.3"
720735

721736
"@babel/preset-env@^7.8.3":
722-
version "7.9.0"
723-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
724-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
737+
version "7.9.5"
738+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
739+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
725740
dependencies:
726741
"@babel/compat-data" "^7.9.0"
727742
"@babel/helper-compilation-targets" "^7.8.7"
@@ -732,7 +747,7 @@
732747
"@babel/plugin-proposal-json-strings" "^7.8.3"
733748
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
734749
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
735-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
750+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
736751
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
737752
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
738753
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -749,9 +764,9 @@
749764
"@babel/plugin-transform-async-to-generator" "^7.8.3"
750765
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
751766
"@babel/plugin-transform-block-scoping" "^7.8.3"
752-
"@babel/plugin-transform-classes" "^7.9.0"
767+
"@babel/plugin-transform-classes" "^7.9.5"
753768
"@babel/plugin-transform-computed-properties" "^7.8.3"
754-
"@babel/plugin-transform-destructuring" "^7.8.3"
769+
"@babel/plugin-transform-destructuring" "^7.9.5"
755770
"@babel/plugin-transform-dotall-regex" "^7.8.3"
756771
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
757772
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -766,7 +781,7 @@
766781
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
767782
"@babel/plugin-transform-new-target" "^7.8.3"
768783
"@babel/plugin-transform-object-super" "^7.8.3"
769-
"@babel/plugin-transform-parameters" "^7.8.7"
784+
"@babel/plugin-transform-parameters" "^7.9.5"
770785
"@babel/plugin-transform-property-literals" "^7.8.3"
771786
"@babel/plugin-transform-regenerator" "^7.8.7"
772787
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -777,7 +792,7 @@
777792
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
778793
"@babel/plugin-transform-unicode-regex" "^7.8.3"
779794
"@babel/preset-modules" "^0.1.3"
780-
"@babel/types" "^7.9.0"
795+
"@babel/types" "^7.9.5"
781796
browserslist "^4.9.1"
782797
core-js-compat "^3.6.2"
783798
invariant "^2.2.2"
@@ -846,12 +861,12 @@
846861
globals "^11.1.0"
847862
lodash "^4.17.13"
848863

849-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
850-
version "7.9.0"
851-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
852-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
864+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
865+
version "7.9.5"
866+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
867+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
853868
dependencies:
854-
"@babel/helper-validator-identifier" "^7.9.0"
869+
"@babel/helper-validator-identifier" "^7.9.5"
855870
lodash "^4.17.13"
856871
to-fast-properties "^2.0.0"
857872

0 commit comments

Comments
 (0)