Skip to content

Commit 8a1cd73

Browse files
chore(deps): update dev dependency @babel/preset-env to v7.9.5 (#663)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6f3409e commit 8a1cd73

File tree

2 files changed

+51
-27
lines changed

2 files changed

+51
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/cli": "7.8.4",
3838
"@babel/core": "7.9.0",
3939
"@babel/plugin-external-helpers": "7.8.3",
40-
"@babel/preset-env": "7.9.0",
40+
"@babel/preset-env": "7.9.5",
4141
"@babel/preset-typescript": "7.9.0",
4242
"babel-plugin-add-module-exports": "1.0.2",
4343
"babel-plugin-dev-expression": "0.2.2",

yarn.lock

Lines changed: 50 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@
139139
"@babel/template" "^7.8.3"
140140
"@babel/types" "^7.8.3"
141141

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

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

324-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
325-
version "7.9.0"
326-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
327-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
338+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
339+
version "7.9.5"
340+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
341+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
328342
dependencies:
329343
"@babel/helper-plugin-utils" "^7.8.3"
330344
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
345+
"@babel/plugin-transform-parameters" "^7.9.5"
331346

332347
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
333348
version "7.8.3"
@@ -454,14 +469,14 @@
454469
"@babel/helper-plugin-utils" "^7.8.3"
455470
lodash "^4.17.13"
456471

457-
"@babel/plugin-transform-classes@^7.9.0":
458-
version "7.9.2"
459-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d"
460-
integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ==
472+
"@babel/plugin-transform-classes@^7.9.5":
473+
version "7.9.5"
474+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
475+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
461476
dependencies:
462477
"@babel/helper-annotate-as-pure" "^7.8.3"
463478
"@babel/helper-define-map" "^7.8.3"
464-
"@babel/helper-function-name" "^7.8.3"
479+
"@babel/helper-function-name" "^7.9.5"
465480
"@babel/helper-optimise-call-expression" "^7.8.3"
466481
"@babel/helper-plugin-utils" "^7.8.3"
467482
"@babel/helper-replace-supers" "^7.8.6"
@@ -475,10 +490,10 @@
475490
dependencies:
476491
"@babel/helper-plugin-utils" "^7.8.3"
477492

478-
"@babel/plugin-transform-destructuring@^7.8.3":
479-
version "7.8.8"
480-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.8.tgz#fadb2bc8e90ccaf5658de6f8d4d22ff6272a2f4b"
481-
integrity sha512-eRJu4Vs2rmttFCdhPUM3bV0Yo/xPSdPw6ML9KHs/bjB4bLA5HXlbvYXPOD5yASodGod+krjYx21xm1QmL8dCJQ==
493+
"@babel/plugin-transform-destructuring@^7.9.5":
494+
version "7.9.5"
495+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
496+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
482497
dependencies:
483498
"@babel/helper-plugin-utils" "^7.8.3"
484499

@@ -593,10 +608,10 @@
593608
"@babel/helper-plugin-utils" "^7.8.3"
594609
"@babel/helper-replace-supers" "^7.8.3"
595610

596-
"@babel/plugin-transform-parameters@^7.8.7":
597-
version "7.9.3"
598-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.3.tgz#3028d0cc20ddc733166c6e9c8534559cee09f54a"
599-
integrity sha512-fzrQFQhp7mIhOzmOtPiKffvCYQSK10NR8t6BBz2yPbeUHb9OLW8RZGtgDRBn8z2hGcwvKDL3vC7ojPTLNxmqEg==
611+
"@babel/plugin-transform-parameters@^7.9.5":
612+
version "7.9.5"
613+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
614+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
600615
dependencies:
601616
"@babel/helper-get-function-arity" "^7.8.3"
602617
"@babel/helper-plugin-utils" "^7.8.3"
@@ -676,10 +691,10 @@
676691
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
677692
"@babel/helper-plugin-utils" "^7.8.3"
678693

679-
"@babel/[email protected].0":
680-
version "7.9.0"
681-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
682-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
694+
"@babel/[email protected].5":
695+
version "7.9.5"
696+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
697+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
683698
dependencies:
684699
"@babel/compat-data" "^7.9.0"
685700
"@babel/helper-compilation-targets" "^7.8.7"
@@ -690,7 +705,7 @@
690705
"@babel/plugin-proposal-json-strings" "^7.8.3"
691706
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
692707
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
693-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
708+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
694709
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
695710
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
696711
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -707,9 +722,9 @@
707722
"@babel/plugin-transform-async-to-generator" "^7.8.3"
708723
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
709724
"@babel/plugin-transform-block-scoping" "^7.8.3"
710-
"@babel/plugin-transform-classes" "^7.9.0"
725+
"@babel/plugin-transform-classes" "^7.9.5"
711726
"@babel/plugin-transform-computed-properties" "^7.8.3"
712-
"@babel/plugin-transform-destructuring" "^7.8.3"
727+
"@babel/plugin-transform-destructuring" "^7.9.5"
713728
"@babel/plugin-transform-dotall-regex" "^7.8.3"
714729
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
715730
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -724,7 +739,7 @@
724739
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
725740
"@babel/plugin-transform-new-target" "^7.8.3"
726741
"@babel/plugin-transform-object-super" "^7.8.3"
727-
"@babel/plugin-transform-parameters" "^7.8.7"
742+
"@babel/plugin-transform-parameters" "^7.9.5"
728743
"@babel/plugin-transform-property-literals" "^7.8.3"
729744
"@babel/plugin-transform-regenerator" "^7.8.7"
730745
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -735,7 +750,7 @@
735750
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
736751
"@babel/plugin-transform-unicode-regex" "^7.8.3"
737752
"@babel/preset-modules" "^0.1.3"
738-
"@babel/types" "^7.9.0"
753+
"@babel/types" "^7.9.5"
739754
browserslist "^4.9.1"
740755
core-js-compat "^3.6.2"
741756
invariant "^2.2.2"
@@ -801,6 +816,15 @@
801816
lodash "^4.17.13"
802817
to-fast-properties "^2.0.0"
803818

819+
"@babel/types@^7.9.5":
820+
version "7.9.5"
821+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
822+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
823+
dependencies:
824+
"@babel/helper-validator-identifier" "^7.9.5"
825+
lodash "^4.17.13"
826+
to-fast-properties "^2.0.0"
827+
804828
805829
version "2.1.4"
806830
resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"

0 commit comments

Comments
 (0)