Skip to content

Commit 337d926

Browse files
chore(deps): update dependency @babel/preset-env to v7.9.5 (faceyspacey#255)
1 parent 181c032 commit 337d926

File tree

2 files changed

+47
-42
lines changed

2 files changed

+47
-42
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"devDependencies": {
7575
"@babel/cli": "7.8.4",
7676
"@babel/core": "7.9.0",
77-
"@babel/preset-env": "7.9.0",
77+
"@babel/preset-env": "7.9.5",
7878
"@commitlint/cli": "8.3.5",
7979
"@commitlint/config-conventional": "8.3.4",
8080
"@webpack-contrib/defaults": "6.3.0",

yarn.lock

+46-41
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,6 @@
178178
"@babel/helper-explode-assignable-expression" "^7.8.3"
179179
"@babel/types" "^7.8.3"
180180

181-
"@babel/helper-call-delegate@^7.8.7":
182-
version "7.8.7"
183-
resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab"
184-
integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ==
185-
dependencies:
186-
"@babel/helper-hoist-variables" "^7.8.3"
187-
"@babel/traverse" "^7.8.3"
188-
"@babel/types" "^7.8.7"
189-
190181
"@babel/helper-compilation-targets@^7.8.7":
191182
version "7.8.7"
192183
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
@@ -250,6 +241,15 @@
250241
"@babel/template" "^7.8.3"
251242
"@babel/types" "^7.8.3"
252243

244+
"@babel/helper-function-name@^7.9.5":
245+
version "7.9.5"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
247+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
248+
dependencies:
249+
"@babel/helper-get-function-arity" "^7.8.3"
250+
"@babel/template" "^7.8.3"
251+
"@babel/types" "^7.9.5"
252+
253253
"@babel/helper-get-function-arity@^7.7.4":
254254
version "7.7.4"
255255
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
@@ -380,6 +380,11 @@
380380
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
381381
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
382382

383+
"@babel/helper-validator-identifier@^7.9.5":
384+
version "7.9.5"
385+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
386+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
387+
383388
"@babel/helper-wrap-function@^7.8.3":
384389
version "7.8.3"
385390
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -501,13 +506,14 @@
501506
"@babel/helper-plugin-utils" "^7.8.3"
502507
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
503508

504-
"@babel/plugin-proposal-object-rest-spread@^7.9.0":
505-
version "7.9.0"
506-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f"
507-
integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow==
509+
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
510+
version "7.9.5"
511+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
512+
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
508513
dependencies:
509514
"@babel/helper-plugin-utils" "^7.8.3"
510515
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
516+
"@babel/plugin-transform-parameters" "^7.9.5"
511517

512518
"@babel/plugin-proposal-optional-catch-binding@^7.8.3":
513519
version "7.8.3"
@@ -649,14 +655,14 @@
649655
"@babel/helper-plugin-utils" "^7.8.3"
650656
lodash "^4.17.13"
651657

652-
"@babel/plugin-transform-classes@^7.9.0":
653-
version "7.9.0"
654-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.0.tgz#ab89c175ecf5b4c8911194aa8657966615324ce9"
655-
integrity sha512-xt/0CuBRBsBkqfk95ILxf0ge3gnXjEhOHrNxIiS8fdzSWgecuf9Vq2ogLUfaozJgt3LDO49ThMVWiyezGkei7A==
658+
"@babel/plugin-transform-classes@^7.9.5":
659+
version "7.9.5"
660+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c"
661+
integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg==
656662
dependencies:
657663
"@babel/helper-annotate-as-pure" "^7.8.3"
658664
"@babel/helper-define-map" "^7.8.3"
659-
"@babel/helper-function-name" "^7.8.3"
665+
"@babel/helper-function-name" "^7.9.5"
660666
"@babel/helper-optimise-call-expression" "^7.8.3"
661667
"@babel/helper-plugin-utils" "^7.8.3"
662668
"@babel/helper-replace-supers" "^7.8.6"
@@ -670,10 +676,10 @@
670676
dependencies:
671677
"@babel/helper-plugin-utils" "^7.8.3"
672678

673-
"@babel/plugin-transform-destructuring@^7.8.3":
674-
version "7.8.3"
675-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b"
676-
integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ==
679+
"@babel/plugin-transform-destructuring@^7.9.5":
680+
version "7.9.5"
681+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50"
682+
integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q==
677683
dependencies:
678684
"@babel/helper-plugin-utils" "^7.8.3"
679685

@@ -788,12 +794,11 @@
788794
"@babel/helper-plugin-utils" "^7.8.3"
789795
"@babel/helper-replace-supers" "^7.8.3"
790796

791-
"@babel/plugin-transform-parameters@^7.8.7":
792-
version "7.8.8"
793-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz#0381de466c85d5404565243660c4496459525daf"
794-
integrity sha512-hC4Ld/Ulpf1psQciWWwdnUspQoQco2bMzSrwU6TmzRlvoYQe4rQFy9vnCZDTlVeCQj0JPfL+1RX0V8hCJvkgBA==
797+
"@babel/plugin-transform-parameters@^7.9.5":
798+
version "7.9.5"
799+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795"
800+
integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA==
795801
dependencies:
796-
"@babel/helper-call-delegate" "^7.8.7"
797802
"@babel/helper-get-function-arity" "^7.8.3"
798803
"@babel/helper-plugin-utils" "^7.8.3"
799804

@@ -863,10 +868,10 @@
863868
"@babel/helper-create-regexp-features-plugin" "^7.8.3"
864869
"@babel/helper-plugin-utils" "^7.8.3"
865870

866-
"@babel/preset-env@7.9.0":
867-
version "7.9.0"
868-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8"
869-
integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==
871+
"@babel/preset-env@7.9.5":
872+
version "7.9.5"
873+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
874+
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
870875
dependencies:
871876
"@babel/compat-data" "^7.9.0"
872877
"@babel/helper-compilation-targets" "^7.8.7"
@@ -877,7 +882,7 @@
877882
"@babel/plugin-proposal-json-strings" "^7.8.3"
878883
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
879884
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
880-
"@babel/plugin-proposal-object-rest-spread" "^7.9.0"
885+
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
881886
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
882887
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
883888
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -894,9 +899,9 @@
894899
"@babel/plugin-transform-async-to-generator" "^7.8.3"
895900
"@babel/plugin-transform-block-scoped-functions" "^7.8.3"
896901
"@babel/plugin-transform-block-scoping" "^7.8.3"
897-
"@babel/plugin-transform-classes" "^7.9.0"
902+
"@babel/plugin-transform-classes" "^7.9.5"
898903
"@babel/plugin-transform-computed-properties" "^7.8.3"
899-
"@babel/plugin-transform-destructuring" "^7.8.3"
904+
"@babel/plugin-transform-destructuring" "^7.9.5"
900905
"@babel/plugin-transform-dotall-regex" "^7.8.3"
901906
"@babel/plugin-transform-duplicate-keys" "^7.8.3"
902907
"@babel/plugin-transform-exponentiation-operator" "^7.8.3"
@@ -911,7 +916,7 @@
911916
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
912917
"@babel/plugin-transform-new-target" "^7.8.3"
913918
"@babel/plugin-transform-object-super" "^7.8.3"
914-
"@babel/plugin-transform-parameters" "^7.8.7"
919+
"@babel/plugin-transform-parameters" "^7.9.5"
915920
"@babel/plugin-transform-property-literals" "^7.8.3"
916921
"@babel/plugin-transform-regenerator" "^7.8.7"
917922
"@babel/plugin-transform-reserved-words" "^7.8.3"
@@ -922,7 +927,7 @@
922927
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
923928
"@babel/plugin-transform-unicode-regex" "^7.8.3"
924929
"@babel/preset-modules" "^0.1.3"
925-
"@babel/types" "^7.9.0"
930+
"@babel/types" "^7.9.5"
926931
browserslist "^4.9.1"
927932
core-js-compat "^3.6.2"
928933
invariant "^2.2.2"
@@ -1092,12 +1097,12 @@
10921097
lodash "^4.17.13"
10931098
to-fast-properties "^2.0.0"
10941099

1095-
"@babel/types@^7.8.7":
1096-
version "7.8.7"
1097-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
1098-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
1100+
"@babel/types@^7.9.5":
1101+
version "7.9.5"
1102+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
1103+
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
10991104
dependencies:
1100-
esutils "^2.0.2"
1105+
"@babel/helper-validator-identifier" "^7.9.5"
11011106
lodash "^4.17.13"
11021107
to-fast-properties "^2.0.0"
11031108

0 commit comments

Comments
 (0)