Skip to content

Commit 58411c4

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/preset-env to v7.13.5
1 parent fbbe1e3 commit 58411c4

File tree

2 files changed

+67
-62
lines changed

2 files changed

+67
-62
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@aureooms/js-itertools": "4.1.0",
8181
"@babel/cli": "7.13.0",
8282
"@babel/core": "7.13.1",
83-
"@babel/preset-env": "7.13.0",
83+
"@babel/preset-env": "7.13.5",
8484
"@babel/register": "7.13.0",
8585
"ava": "3.15.0",
8686
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

+66-61
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,16 @@
5353
dependencies:
5454
"@babel/highlight" "^7.12.13"
5555

56-
"@babel/compat-data@^7.11.0", "@babel/compat-data@^7.13.0":
56+
"@babel/compat-data@^7.13.0":
5757
version "7.13.0"
5858
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
5959
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
6060

61+
"@babel/compat-data@^7.13.5":
62+
version "7.13.5"
63+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.5.tgz#1e3b9043df6e3f5cfa750854adeb0c7a222d15a8"
64+
integrity sha512-+c3G3S8n5ziRyfLybmgm9Y6KgoCni+s0hkV0I5bIpGWhu8uqEQo/VGnETY8YS6PFwedAoXOqfe4FhrvbtsLu+Q==
65+
6166
6267
version "7.13.1"
6368
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
@@ -151,7 +156,7 @@
151156
"@babel/helper-explode-assignable-expression" "^7.12.13"
152157
"@babel/types" "^7.12.13"
153158

154-
"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.13.0":
159+
"@babel/helper-compilation-targets@^7.13.0":
155160
version "7.13.0"
156161
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
157162
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
@@ -189,15 +194,15 @@
189194
"@babel/helper-annotate-as-pure" "^7.12.13"
190195
regexpu-core "^4.7.1"
191196

192-
"@babel/helper-define-polyfill-provider@^0.1.0":
193-
version "0.1.0"
194-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.0.tgz#a9e8a161bb594a6a26ba93f68efd475c935a1727"
195-
integrity sha512-/nX4CQRve5OZsc0FsvkuefeIQFG7GQo2X5GbD/seME7Tu4s2gHuQfXTIKup++/W9K1SWi2dTe7H9zhgJxhn/pA==
197+
"@babel/helper-define-polyfill-provider@^0.1.2":
198+
version "0.1.2"
199+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.2.tgz#619f01afe1deda460676c25c463b42eaefdb71a2"
200+
integrity sha512-hWeolZJivTNGHXHzJjQz/NwDaG4mGXf22ZroOP8bQYgvHNzaQ5tylsVbAcAS2oDjXBwpu8qH2I/654QFS2rDpw==
196201
dependencies:
197-
"@babel/helper-compilation-targets" "^7.10.4"
198-
"@babel/helper-module-imports" "^7.10.4"
199-
"@babel/helper-plugin-utils" "^7.10.4"
200-
"@babel/traverse" "^7.11.5"
202+
"@babel/helper-compilation-targets" "^7.13.0"
203+
"@babel/helper-module-imports" "^7.12.13"
204+
"@babel/helper-plugin-utils" "^7.13.0"
205+
"@babel/traverse" "^7.13.0"
201206
debug "^4.1.1"
202207
lodash.debounce "^4.0.8"
203208
resolve "^1.14.2"
@@ -270,20 +275,20 @@
270275
dependencies:
271276
"@babel/types" "^7.13.0"
272277

273-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
274-
version "7.12.13"
275-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
276-
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
277-
dependencies:
278-
"@babel/types" "^7.12.13"
279-
280278
"@babel/helper-module-imports@^7.12.1":
281279
version "7.12.5"
282280
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
283281
integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
284282
dependencies:
285283
"@babel/types" "^7.12.5"
286284

285+
"@babel/helper-module-imports@^7.12.13":
286+
version "7.12.13"
287+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
288+
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
289+
dependencies:
290+
"@babel/types" "^7.12.13"
291+
287292
"@babel/helper-module-transforms@^7.12.1":
288293
version "7.12.1"
289294
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
@@ -515,10 +520,10 @@
515520
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
516521
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
517522

518-
"@babel/plugin-proposal-async-generator-functions@^7.13.0":
519-
version "7.13.0"
520-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.0.tgz#42f4a4922c973ceb70bfd4708daf55601fe25434"
521-
integrity sha512-3Loqr0+jE2/yqp29VnW1YqcWjGnIQwICotlrMfn6+1Ih2MBIbaaIFpJ5fnmYmGSUa9vwMhHOh2rMAqUH7NMWmQ==
523+
"@babel/plugin-proposal-async-generator-functions@^7.13.5":
524+
version "7.13.5"
525+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz#69e3fbb9958949b09036e27b26eba1aafa1ba3db"
526+
integrity sha512-8cErJEDzhZgNKzYyjCKsHuyPqtWxG8gc9h4OFSUDJu0vCAOsObPU2LcECnW0kJwh/b+uUz46lObVzIXw0fzAbA==
522527
dependencies:
523528
"@babel/helper-plugin-utils" "^7.13.0"
524529
"@babel/helper-remap-async-to-generator" "^7.13.0"
@@ -970,16 +975,16 @@
970975
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
971976
"@babel/helper-plugin-utils" "^7.12.13"
972977

973-
"@babel/[email protected].0":
974-
version "7.13.0"
975-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.0.tgz#6ecc3daf63627792ec03d1076dbb54b4928a9e0d"
976-
integrity sha512-UeU4bHlskjdwqNnaiBEYTXbL7dtuUDtOOkcS2c64wR2UqwUMzlRsvxoKQtsVJR579dS3Wmxnb7HRc9U5mSzQhA==
978+
"@babel/[email protected].5":
979+
version "7.13.5"
980+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.5.tgz#68b3bbc821a97fcdbf4bd0f6895b83d07f84f33e"
981+
integrity sha512-xUeKBIIcbwxGevyWMSWZOW98W1lp7toITvVsMxSddCEQy932yYiF4fCB+CG3E/MXzFX3KbefgvCqEQ7TDoE6UQ==
977982
dependencies:
978-
"@babel/compat-data" "^7.13.0"
983+
"@babel/compat-data" "^7.13.5"
979984
"@babel/helper-compilation-targets" "^7.13.0"
980985
"@babel/helper-plugin-utils" "^7.13.0"
981986
"@babel/helper-validator-option" "^7.12.17"
982-
"@babel/plugin-proposal-async-generator-functions" "^7.13.0"
987+
"@babel/plugin-proposal-async-generator-functions" "^7.13.5"
983988
"@babel/plugin-proposal-class-properties" "^7.13.0"
984989
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
985990
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
@@ -1038,9 +1043,9 @@
10381043
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10391044
"@babel/preset-modules" "^0.1.3"
10401045
"@babel/types" "^7.13.0"
1041-
babel-plugin-polyfill-corejs2 "^0.1.2"
1042-
babel-plugin-polyfill-corejs3 "^0.1.2"
1043-
babel-plugin-polyfill-regenerator "^0.1.1"
1046+
babel-plugin-polyfill-corejs2 "^0.1.4"
1047+
babel-plugin-polyfill-corejs3 "^0.1.3"
1048+
babel-plugin-polyfill-regenerator "^0.1.2"
10441049
core-js-compat "^3.9.0"
10451050
semver "7.0.0"
10461051

@@ -1091,21 +1096,6 @@
10911096
"@babel/parser" "^7.12.13"
10921097
"@babel/types" "^7.12.13"
10931098

1094-
"@babel/traverse@^7.11.5", "@babel/traverse@^7.13.0":
1095-
version "7.13.0"
1096-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1097-
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
1098-
dependencies:
1099-
"@babel/code-frame" "^7.12.13"
1100-
"@babel/generator" "^7.13.0"
1101-
"@babel/helper-function-name" "^7.12.13"
1102-
"@babel/helper-split-export-declaration" "^7.12.13"
1103-
"@babel/parser" "^7.13.0"
1104-
"@babel/types" "^7.13.0"
1105-
debug "^4.1.0"
1106-
globals "^11.1.0"
1107-
lodash "^4.17.19"
1108-
11091099
"@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.7.0":
11101100
version "7.12.5"
11111101
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
@@ -1136,6 +1126,21 @@
11361126
globals "^11.1.0"
11371127
lodash "^4.17.19"
11381128

1129+
"@babel/traverse@^7.13.0":
1130+
version "7.13.0"
1131+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1132+
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
1133+
dependencies:
1134+
"@babel/code-frame" "^7.12.13"
1135+
"@babel/generator" "^7.13.0"
1136+
"@babel/helper-function-name" "^7.12.13"
1137+
"@babel/helper-split-export-declaration" "^7.12.13"
1138+
"@babel/parser" "^7.13.0"
1139+
"@babel/types" "^7.13.0"
1140+
debug "^4.1.0"
1141+
globals "^11.1.0"
1142+
lodash "^4.17.19"
1143+
11391144
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
11401145
version "7.12.6"
11411146
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
@@ -1915,29 +1920,29 @@ babel-plugin-espower@^3.0.0:
19151920
espurify "^1.6.0"
19161921
estraverse "^4.1.1"
19171922

1918-
babel-plugin-polyfill-corejs2@^0.1.2:
1919-
version "0.1.2"
1920-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.2.tgz#3e5e7ef339dd84ca34c6a20605e6d4ef62aba3b1"
1921-
integrity sha512-sSGAKN95gTnXjg3RtGI9QBW/xSqXy5fo2Bt+W5WkhconIO+QxuDZChyjZYiY90xE3MQRI1k73Dh/HAe86cWf8A==
1923+
babel-plugin-polyfill-corejs2@^0.1.4:
1924+
version "0.1.5"
1925+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.5.tgz#8fc4779965311393594a1b9ad3adefab3860c8fe"
1926+
integrity sha512-5IzdFIjYWqlOFVr/hMYUpc+5fbfuvJTAISwIY58jhH++ZtawtNlcJnxAixlk8ahVwHCz1ipW/kpXYliEBp66wg==
19221927
dependencies:
1923-
"@babel/compat-data" "^7.11.0"
1924-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1928+
"@babel/compat-data" "^7.13.0"
1929+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19251930
semver "^6.1.1"
19261931

1927-
babel-plugin-polyfill-corejs3@^0.1.2:
1928-
version "0.1.2"
1929-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.2.tgz#39b0d46744360738237bd54052af852c84d74ebf"
1930-
integrity sha512-7neRvPKcdvZ4X9IpYBCmT+ceVUKC1idX7DJN5sRtiPP9d0ABD6k5x/QvXTiz/9wMp86FBDX6Gz0g7WQY2lRfgw==
1932+
babel-plugin-polyfill-corejs3@^0.1.3:
1933+
version "0.1.4"
1934+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.4.tgz#2ae290200e953bade30907b7a3bebcb696e6c59d"
1935+
integrity sha512-ysSzFn/qM8bvcDAn4mC7pKk85Y5dVaoa9h4u0mHxOEpDzabsseONhUpR7kHxpUinfj1bjU7mUZqD23rMZBoeSg==
19311936
dependencies:
1932-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1937+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19331938
core-js-compat "^3.8.1"
19341939

1935-
babel-plugin-polyfill-regenerator@^0.1.1:
1936-
version "0.1.1"
1937-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.1.tgz#3b9b907d1554747ff131bd5c6da81713e342db73"
1938-
integrity sha512-QZlnPDLX2JEXP8RQGeP4owNxRKUAqHD+rdlyRHV8ENeCcI9ni2qT9IzxT9jYW1aZrxCgehD31LztlMaA68zoqQ==
1940+
babel-plugin-polyfill-regenerator@^0.1.2:
1941+
version "0.1.3"
1942+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.3.tgz#350f857225fc640ae1ec78d1536afcbb457db841"
1943+
integrity sha512-hRjTJQiOYt/wBKEc+8V8p9OJ9799blAJcuKzn1JXh3pApHoWl1Emxh2BHc6MC7Qt6bbr3uDpNxaYQnATLIudEg==
19391944
dependencies:
1940-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1945+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19411946

19421947
19431948
version "6.9.4"

0 commit comments

Comments
 (0)