Skip to content

Commit 511285f

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.15.6
1 parent c12bcdf commit 511285f

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"dependencies": {},
6868
"devDependencies": {
6969
"@babel/core": "7.15.5",
70-
"@babel/preset-env": "7.15.4",
70+
"@babel/preset-env": "7.15.6",
7171
"@babel/register": "7.15.3",
7272
"@commitlint/cli": "13.1.0",
7373
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,17 @@
895895
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
896896
"@babel/plugin-transform-parameters" "^7.14.5"
897897

898+
"@babel/plugin-proposal-object-rest-spread@^7.15.6":
899+
version "7.15.6"
900+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
901+
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
902+
dependencies:
903+
"@babel/compat-data" "^7.15.0"
904+
"@babel/helper-compilation-targets" "^7.15.4"
905+
"@babel/helper-plugin-utils" "^7.14.5"
906+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
907+
"@babel/plugin-transform-parameters" "^7.15.4"
908+
898909
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
899910
version "7.14.5"
900911
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz#939dd6eddeff3a67fdf7b3f044b5347262598c3c"
@@ -1434,10 +1445,10 @@
14341445
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
14351446
"@babel/helper-plugin-utils" "^7.14.5"
14361447

1437-
"@babel/[email protected].4":
1438-
version "7.15.4"
1439-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
1440-
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
1448+
"@babel/[email protected].6":
1449+
version "7.15.6"
1450+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
1451+
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
14411452
dependencies:
14421453
"@babel/compat-data" "^7.15.0"
14431454
"@babel/helper-compilation-targets" "^7.15.4"
@@ -1453,7 +1464,7 @@
14531464
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
14541465
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
14551466
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1456-
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1467+
"@babel/plugin-proposal-object-rest-spread" "^7.15.6"
14571468
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
14581469
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
14591470
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1506,7 +1517,7 @@
15061517
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
15071518
"@babel/plugin-transform-unicode-regex" "^7.14.5"
15081519
"@babel/preset-modules" "^0.1.4"
1509-
"@babel/types" "^7.15.4"
1520+
"@babel/types" "^7.15.6"
15101521
babel-plugin-polyfill-corejs2 "^0.2.2"
15111522
babel-plugin-polyfill-corejs3 "^0.2.2"
15121523
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1787,6 +1798,14 @@
17871798
"@babel/helper-validator-identifier" "^7.14.9"
17881799
to-fast-properties "^2.0.0"
17891800

1801+
"@babel/types@^7.15.6":
1802+
version "7.15.6"
1803+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1804+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1805+
dependencies:
1806+
"@babel/helper-validator-identifier" "^7.14.9"
1807+
to-fast-properties "^2.0.0"
1808+
17901809
"@bcoe/v8-coverage@^0.2.3":
17911810
version "0.2.3"
17921811
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)