Skip to content

Commit 05907f4

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/preset-env to v7.13.5
1 parent 3a46e92 commit 05907f4

File tree

2 files changed

+60
-55
lines changed

2 files changed

+60
-55
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/cli": "7.13.0",
3838
"@babel/core": "7.13.1",
3939
"@babel/polyfill": "7.12.1",
40-
"@babel/preset-env": "7.13.0",
40+
"@babel/preset-env": "7.13.5",
4141
"@babel/register": "7.13.0",
4242
"ava": "3.15.0",
4343
"coveralls": "3.1.0",

yarn.lock

+59-54
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,16 @@
8383
dependencies:
8484
"@babel/highlight" "^7.12.13"
8585

86-
"@babel/compat-data@^7.11.0", "@babel/compat-data@^7.13.0":
86+
"@babel/compat-data@^7.13.0":
8787
version "7.13.0"
8888
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
8989
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
9090

91+
"@babel/compat-data@^7.13.5":
92+
version "7.13.5"
93+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.5.tgz#1e3b9043df6e3f5cfa750854adeb0c7a222d15a8"
94+
integrity sha512-+c3G3S8n5ziRyfLybmgm9Y6KgoCni+s0hkV0I5bIpGWhu8uqEQo/VGnETY8YS6PFwedAoXOqfe4FhrvbtsLu+Q==
95+
9196
9297
version "7.13.1"
9398
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
@@ -182,7 +187,7 @@
182187
"@babel/helper-explode-assignable-expression" "^7.12.13"
183188
"@babel/types" "^7.12.13"
184189

185-
"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.13.0":
190+
"@babel/helper-compilation-targets@^7.13.0":
186191
version "7.13.0"
187192
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
188193
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
@@ -220,15 +225,15 @@
220225
"@babel/helper-regex" "^7.8.3"
221226
regexpu-core "^4.7.0"
222227

223-
"@babel/helper-define-polyfill-provider@^0.1.0":
224-
version "0.1.0"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.0.tgz#a9e8a161bb594a6a26ba93f68efd475c935a1727"
226-
integrity sha512-/nX4CQRve5OZsc0FsvkuefeIQFG7GQo2X5GbD/seME7Tu4s2gHuQfXTIKup++/W9K1SWi2dTe7H9zhgJxhn/pA==
228+
"@babel/helper-define-polyfill-provider@^0.1.2":
229+
version "0.1.2"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.2.tgz#619f01afe1deda460676c25c463b42eaefdb71a2"
231+
integrity sha512-hWeolZJivTNGHXHzJjQz/NwDaG4mGXf22ZroOP8bQYgvHNzaQ5tylsVbAcAS2oDjXBwpu8qH2I/654QFS2rDpw==
227232
dependencies:
228-
"@babel/helper-compilation-targets" "^7.10.4"
229-
"@babel/helper-module-imports" "^7.10.4"
230-
"@babel/helper-plugin-utils" "^7.10.4"
231-
"@babel/traverse" "^7.11.5"
233+
"@babel/helper-compilation-targets" "^7.13.0"
234+
"@babel/helper-module-imports" "^7.12.13"
235+
"@babel/helper-plugin-utils" "^7.13.0"
236+
"@babel/traverse" "^7.13.0"
232237
debug "^4.1.1"
233238
lodash.debounce "^4.0.8"
234239
resolve "^1.14.2"
@@ -301,7 +306,7 @@
301306
dependencies:
302307
"@babel/types" "^7.8.3"
303308

304-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
309+
"@babel/helper-module-imports@^7.12.13":
305310
version "7.12.13"
306311
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
307312
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
@@ -555,10 +560,10 @@
555560
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
556561
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
557562

558-
"@babel/plugin-proposal-async-generator-functions@^7.13.0":
559-
version "7.13.0"
560-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.0.tgz#42f4a4922c973ceb70bfd4708daf55601fe25434"
561-
integrity sha512-3Loqr0+jE2/yqp29VnW1YqcWjGnIQwICotlrMfn6+1Ih2MBIbaaIFpJ5fnmYmGSUa9vwMhHOh2rMAqUH7NMWmQ==
563+
"@babel/plugin-proposal-async-generator-functions@^7.13.5":
564+
version "7.13.5"
565+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz#69e3fbb9958949b09036e27b26eba1aafa1ba3db"
566+
integrity sha512-8cErJEDzhZgNKzYyjCKsHuyPqtWxG8gc9h4OFSUDJu0vCAOsObPU2LcECnW0kJwh/b+uUz46lObVzIXw0fzAbA==
562567
dependencies:
563568
"@babel/helper-plugin-utils" "^7.13.0"
564569
"@babel/helper-remap-async-to-generator" "^7.13.0"
@@ -1018,16 +1023,16 @@
10181023
core-js "^2.6.5"
10191024
regenerator-runtime "^0.13.4"
10201025

1021-
"@babel/[email protected].0":
1022-
version "7.13.0"
1023-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.0.tgz#6ecc3daf63627792ec03d1076dbb54b4928a9e0d"
1024-
integrity sha512-UeU4bHlskjdwqNnaiBEYTXbL7dtuUDtOOkcS2c64wR2UqwUMzlRsvxoKQtsVJR579dS3Wmxnb7HRc9U5mSzQhA==
1026+
"@babel/[email protected].5":
1027+
version "7.13.5"
1028+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.5.tgz#68b3bbc821a97fcdbf4bd0f6895b83d07f84f33e"
1029+
integrity sha512-xUeKBIIcbwxGevyWMSWZOW98W1lp7toITvVsMxSddCEQy932yYiF4fCB+CG3E/MXzFX3KbefgvCqEQ7TDoE6UQ==
10251030
dependencies:
1026-
"@babel/compat-data" "^7.13.0"
1031+
"@babel/compat-data" "^7.13.5"
10271032
"@babel/helper-compilation-targets" "^7.13.0"
10281033
"@babel/helper-plugin-utils" "^7.13.0"
10291034
"@babel/helper-validator-option" "^7.12.17"
1030-
"@babel/plugin-proposal-async-generator-functions" "^7.13.0"
1035+
"@babel/plugin-proposal-async-generator-functions" "^7.13.5"
10311036
"@babel/plugin-proposal-class-properties" "^7.13.0"
10321037
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
10331038
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
@@ -1086,9 +1091,9 @@
10861091
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10871092
"@babel/preset-modules" "^0.1.3"
10881093
"@babel/types" "^7.13.0"
1089-
babel-plugin-polyfill-corejs2 "^0.1.2"
1090-
babel-plugin-polyfill-corejs3 "^0.1.2"
1091-
babel-plugin-polyfill-regenerator "^0.1.1"
1094+
babel-plugin-polyfill-corejs2 "^0.1.4"
1095+
babel-plugin-polyfill-corejs3 "^0.1.3"
1096+
babel-plugin-polyfill-regenerator "^0.1.2"
10921097
core-js-compat "^3.9.0"
10931098
semver "7.0.0"
10941099

@@ -1139,32 +1144,32 @@
11391144
"@babel/parser" "^7.8.6"
11401145
"@babel/types" "^7.8.6"
11411146

1142-
"@babel/traverse@^7.11.5", "@babel/traverse@^7.13.0":
1143-
version "7.13.0"
1144-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1145-
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
1147+
"@babel/traverse@^7.12.13":
1148+
version "7.12.13"
1149+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
1150+
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
11461151
dependencies:
11471152
"@babel/code-frame" "^7.12.13"
1148-
"@babel/generator" "^7.13.0"
1153+
"@babel/generator" "^7.12.13"
11491154
"@babel/helper-function-name" "^7.12.13"
11501155
"@babel/helper-split-export-declaration" "^7.12.13"
1151-
"@babel/parser" "^7.13.0"
1152-
"@babel/types" "^7.13.0"
1156+
"@babel/parser" "^7.12.13"
1157+
"@babel/types" "^7.12.13"
11531158
debug "^4.1.0"
11541159
globals "^11.1.0"
11551160
lodash "^4.17.19"
11561161

1157-
"@babel/traverse@^7.12.13":
1158-
version "7.12.13"
1159-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
1160-
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
1162+
"@babel/traverse@^7.13.0":
1163+
version "7.13.0"
1164+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1165+
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
11611166
dependencies:
11621167
"@babel/code-frame" "^7.12.13"
1163-
"@babel/generator" "^7.12.13"
1168+
"@babel/generator" "^7.13.0"
11641169
"@babel/helper-function-name" "^7.12.13"
11651170
"@babel/helper-split-export-declaration" "^7.12.13"
1166-
"@babel/parser" "^7.12.13"
1167-
"@babel/types" "^7.12.13"
1171+
"@babel/parser" "^7.13.0"
1172+
"@babel/types" "^7.13.0"
11681173
debug "^4.1.0"
11691174
globals "^11.1.0"
11701175
lodash "^4.17.19"
@@ -1739,29 +1744,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
17391744
dependencies:
17401745
object.assign "^4.1.0"
17411746

1742-
babel-plugin-polyfill-corejs2@^0.1.2:
1743-
version "0.1.2"
1744-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.2.tgz#3e5e7ef339dd84ca34c6a20605e6d4ef62aba3b1"
1745-
integrity sha512-sSGAKN95gTnXjg3RtGI9QBW/xSqXy5fo2Bt+W5WkhconIO+QxuDZChyjZYiY90xE3MQRI1k73Dh/HAe86cWf8A==
1747+
babel-plugin-polyfill-corejs2@^0.1.4:
1748+
version "0.1.5"
1749+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.5.tgz#8fc4779965311393594a1b9ad3adefab3860c8fe"
1750+
integrity sha512-5IzdFIjYWqlOFVr/hMYUpc+5fbfuvJTAISwIY58jhH++ZtawtNlcJnxAixlk8ahVwHCz1ipW/kpXYliEBp66wg==
17461751
dependencies:
1747-
"@babel/compat-data" "^7.11.0"
1748-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1752+
"@babel/compat-data" "^7.13.0"
1753+
"@babel/helper-define-polyfill-provider" "^0.1.2"
17491754
semver "^6.1.1"
17501755

1751-
babel-plugin-polyfill-corejs3@^0.1.2:
1752-
version "0.1.2"
1753-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.2.tgz#39b0d46744360738237bd54052af852c84d74ebf"
1754-
integrity sha512-7neRvPKcdvZ4X9IpYBCmT+ceVUKC1idX7DJN5sRtiPP9d0ABD6k5x/QvXTiz/9wMp86FBDX6Gz0g7WQY2lRfgw==
1756+
babel-plugin-polyfill-corejs3@^0.1.3:
1757+
version "0.1.4"
1758+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.4.tgz#2ae290200e953bade30907b7a3bebcb696e6c59d"
1759+
integrity sha512-ysSzFn/qM8bvcDAn4mC7pKk85Y5dVaoa9h4u0mHxOEpDzabsseONhUpR7kHxpUinfj1bjU7mUZqD23rMZBoeSg==
17551760
dependencies:
1756-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1761+
"@babel/helper-define-polyfill-provider" "^0.1.2"
17571762
core-js-compat "^3.8.1"
17581763

1759-
babel-plugin-polyfill-regenerator@^0.1.1:
1760-
version "0.1.1"
1761-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.1.tgz#3b9b907d1554747ff131bd5c6da81713e342db73"
1762-
integrity sha512-QZlnPDLX2JEXP8RQGeP4owNxRKUAqHD+rdlyRHV8ENeCcI9ni2qT9IzxT9jYW1aZrxCgehD31LztlMaA68zoqQ==
1764+
babel-plugin-polyfill-regenerator@^0.1.2:
1765+
version "0.1.3"
1766+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.3.tgz#350f857225fc640ae1ec78d1536afcbb457db841"
1767+
integrity sha512-hRjTJQiOYt/wBKEc+8V8p9OJ9799blAJcuKzn1JXh3pApHoWl1Emxh2BHc6MC7Qt6bbr3uDpNxaYQnATLIudEg==
17631768
dependencies:
1764-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1769+
"@babel/helper-define-polyfill-provider" "^0.1.2"
17651770

17661771
babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.0:
17671772
version "6.26.0"

0 commit comments

Comments
 (0)