Skip to content

Commit 00c8935

Browse files
dependabot-preview[bot]cexbrayat
authored andcommitted
chore(deps-dev): bump @babel/preset-env from 7.13.0 to 7.13.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.0 to 7.13.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.5/packages/babel-preset-env) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a922ceb commit 00c8935

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"devDependencies": {
1515
"@babel/core": "^7.13.1",
16-
"@babel/preset-env": "^7.13.0",
16+
"@babel/preset-env": "^7.13.5",
1717
"@babel/types": "^7.12.12",
1818
"@rollup/plugin-commonjs": "^17.1.0",
1919
"@rollup/plugin-json": "^4.1.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
dependencies:
119119
"@babel/highlight" "^7.12.13"
120120

121-
"@babel/compat-data@^7.11.0", "@babel/compat-data@^7.13.0":
122-
version "7.13.0"
123-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
124-
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
121+
"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.5":
122+
version "7.13.6"
123+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.6.tgz#11972d07db4c2317afdbf41d6feb3a730301ef4e"
124+
integrity sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw==
125125

126126
"@babel/core@^7.1.0", "@babel/core@^7.13.1", "@babel/core@^7.7.5":
127127
version "7.13.1"
@@ -169,7 +169,7 @@
169169
"@babel/helper-explode-assignable-expression" "^7.12.13"
170170
"@babel/types" "^7.12.13"
171171

172-
"@babel/helper-compilation-targets@^7.10.4", "@babel/helper-compilation-targets@^7.13.0":
172+
"@babel/helper-compilation-targets@^7.13.0":
173173
version "7.13.0"
174174
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
175175
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
@@ -198,15 +198,15 @@
198198
"@babel/helper-annotate-as-pure" "^7.12.13"
199199
regexpu-core "^4.7.1"
200200

201-
"@babel/helper-define-polyfill-provider@^0.1.0":
202-
version "0.1.0"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.0.tgz#a9e8a161bb594a6a26ba93f68efd475c935a1727"
204-
integrity sha512-/nX4CQRve5OZsc0FsvkuefeIQFG7GQo2X5GbD/seME7Tu4s2gHuQfXTIKup++/W9K1SWi2dTe7H9zhgJxhn/pA==
201+
"@babel/helper-define-polyfill-provider@^0.1.2":
202+
version "0.1.2"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.2.tgz#619f01afe1deda460676c25c463b42eaefdb71a2"
204+
integrity sha512-hWeolZJivTNGHXHzJjQz/NwDaG4mGXf22ZroOP8bQYgvHNzaQ5tylsVbAcAS2oDjXBwpu8qH2I/654QFS2rDpw==
205205
dependencies:
206-
"@babel/helper-compilation-targets" "^7.10.4"
207-
"@babel/helper-module-imports" "^7.10.4"
208-
"@babel/helper-plugin-utils" "^7.10.4"
209-
"@babel/traverse" "^7.11.5"
206+
"@babel/helper-compilation-targets" "^7.13.0"
207+
"@babel/helper-module-imports" "^7.12.13"
208+
"@babel/helper-plugin-utils" "^7.13.0"
209+
"@babel/traverse" "^7.13.0"
210210
debug "^4.1.1"
211211
lodash.debounce "^4.0.8"
212212
resolve "^1.14.2"
@@ -256,7 +256,7 @@
256256
dependencies:
257257
"@babel/types" "^7.13.0"
258258

259-
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13":
259+
"@babel/helper-module-imports@^7.12.13":
260260
version "7.12.13"
261261
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
262262
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
@@ -383,10 +383,10 @@
383383
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
384384
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
385385

386-
"@babel/plugin-proposal-async-generator-functions@^7.13.0":
387-
version "7.13.0"
388-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.0.tgz#42f4a4922c973ceb70bfd4708daf55601fe25434"
389-
integrity sha512-3Loqr0+jE2/yqp29VnW1YqcWjGnIQwICotlrMfn6+1Ih2MBIbaaIFpJ5fnmYmGSUa9vwMhHOh2rMAqUH7NMWmQ==
386+
"@babel/plugin-proposal-async-generator-functions@^7.13.5":
387+
version "7.13.5"
388+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz#69e3fbb9958949b09036e27b26eba1aafa1ba3db"
389+
integrity sha512-8cErJEDzhZgNKzYyjCKsHuyPqtWxG8gc9h4OFSUDJu0vCAOsObPU2LcECnW0kJwh/b+uUz46lObVzIXw0fzAbA==
390390
dependencies:
391391
"@babel/helper-plugin-utils" "^7.13.0"
392392
"@babel/helper-remap-async-to-generator" "^7.13.0"
@@ -836,16 +836,16 @@
836836
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
837837
"@babel/helper-plugin-utils" "^7.12.13"
838838

839-
"@babel/preset-env@^7.13.0":
840-
version "7.13.0"
841-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.0.tgz#6ecc3daf63627792ec03d1076dbb54b4928a9e0d"
842-
integrity sha512-UeU4bHlskjdwqNnaiBEYTXbL7dtuUDtOOkcS2c64wR2UqwUMzlRsvxoKQtsVJR579dS3Wmxnb7HRc9U5mSzQhA==
839+
"@babel/preset-env@^7.13.5":
840+
version "7.13.5"
841+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.5.tgz#68b3bbc821a97fcdbf4bd0f6895b83d07f84f33e"
842+
integrity sha512-xUeKBIIcbwxGevyWMSWZOW98W1lp7toITvVsMxSddCEQy932yYiF4fCB+CG3E/MXzFX3KbefgvCqEQ7TDoE6UQ==
843843
dependencies:
844-
"@babel/compat-data" "^7.13.0"
844+
"@babel/compat-data" "^7.13.5"
845845
"@babel/helper-compilation-targets" "^7.13.0"
846846
"@babel/helper-plugin-utils" "^7.13.0"
847847
"@babel/helper-validator-option" "^7.12.17"
848-
"@babel/plugin-proposal-async-generator-functions" "^7.13.0"
848+
"@babel/plugin-proposal-async-generator-functions" "^7.13.5"
849849
"@babel/plugin-proposal-class-properties" "^7.13.0"
850850
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
851851
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
@@ -904,9 +904,9 @@
904904
"@babel/plugin-transform-unicode-regex" "^7.12.13"
905905
"@babel/preset-modules" "^0.1.3"
906906
"@babel/types" "^7.13.0"
907-
babel-plugin-polyfill-corejs2 "^0.1.2"
908-
babel-plugin-polyfill-corejs3 "^0.1.2"
909-
babel-plugin-polyfill-regenerator "^0.1.1"
907+
babel-plugin-polyfill-corejs2 "^0.1.4"
908+
babel-plugin-polyfill-corejs3 "^0.1.3"
909+
babel-plugin-polyfill-regenerator "^0.1.2"
910910
core-js-compat "^3.9.0"
911911
semver "7.0.0"
912912

@@ -937,7 +937,7 @@
937937
"@babel/parser" "^7.12.13"
938938
"@babel/types" "^7.12.13"
939939

940-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.11.5", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.4":
940+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.4":
941941
version "7.13.0"
942942
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
943943
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
@@ -1953,29 +1953,29 @@ babel-plugin-jest-hoist@^26.6.2:
19531953
"@types/babel__core" "^7.0.0"
19541954
"@types/babel__traverse" "^7.0.6"
19551955

1956-
babel-plugin-polyfill-corejs2@^0.1.2:
1957-
version "0.1.2"
1958-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.2.tgz#3e5e7ef339dd84ca34c6a20605e6d4ef62aba3b1"
1959-
integrity sha512-sSGAKN95gTnXjg3RtGI9QBW/xSqXy5fo2Bt+W5WkhconIO+QxuDZChyjZYiY90xE3MQRI1k73Dh/HAe86cWf8A==
1956+
babel-plugin-polyfill-corejs2@^0.1.4:
1957+
version "0.1.5"
1958+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.5.tgz#8fc4779965311393594a1b9ad3adefab3860c8fe"
1959+
integrity sha512-5IzdFIjYWqlOFVr/hMYUpc+5fbfuvJTAISwIY58jhH++ZtawtNlcJnxAixlk8ahVwHCz1ipW/kpXYliEBp66wg==
19601960
dependencies:
1961-
"@babel/compat-data" "^7.11.0"
1962-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1961+
"@babel/compat-data" "^7.13.0"
1962+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19631963
semver "^6.1.1"
19641964

1965-
babel-plugin-polyfill-corejs3@^0.1.2:
1966-
version "0.1.2"
1967-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.2.tgz#39b0d46744360738237bd54052af852c84d74ebf"
1968-
integrity sha512-7neRvPKcdvZ4X9IpYBCmT+ceVUKC1idX7DJN5sRtiPP9d0ABD6k5x/QvXTiz/9wMp86FBDX6Gz0g7WQY2lRfgw==
1965+
babel-plugin-polyfill-corejs3@^0.1.3:
1966+
version "0.1.4"
1967+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.4.tgz#2ae290200e953bade30907b7a3bebcb696e6c59d"
1968+
integrity sha512-ysSzFn/qM8bvcDAn4mC7pKk85Y5dVaoa9h4u0mHxOEpDzabsseONhUpR7kHxpUinfj1bjU7mUZqD23rMZBoeSg==
19691969
dependencies:
1970-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1970+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19711971
core-js-compat "^3.8.1"
19721972

1973-
babel-plugin-polyfill-regenerator@^0.1.1:
1974-
version "0.1.1"
1975-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.1.tgz#3b9b907d1554747ff131bd5c6da81713e342db73"
1976-
integrity sha512-QZlnPDLX2JEXP8RQGeP4owNxRKUAqHD+rdlyRHV8ENeCcI9ni2qT9IzxT9jYW1aZrxCgehD31LztlMaA68zoqQ==
1973+
babel-plugin-polyfill-regenerator@^0.1.2:
1974+
version "0.1.3"
1975+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.3.tgz#350f857225fc640ae1ec78d1536afcbb457db841"
1976+
integrity sha512-hRjTJQiOYt/wBKEc+8V8p9OJ9799blAJcuKzn1JXh3pApHoWl1Emxh2BHc6MC7Qt6bbr3uDpNxaYQnATLIudEg==
19771977
dependencies:
1978-
"@babel/helper-define-polyfill-provider" "^0.1.0"
1978+
"@babel/helper-define-polyfill-provider" "^0.1.2"
19791979

19801980
babel-preset-current-node-syntax@^0.1.2:
19811981
version "0.1.2"

0 commit comments

Comments
 (0)