Skip to content

Commit 89eeb90

Browse files
chore(deps): update dependency @babel/preset-env to v7.15.6 (#617)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5ba80de commit 89eeb90

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@babel/core": "7.15.5",
29-
"@babel/preset-env": "7.15.4",
29+
"@babel/preset-env": "7.15.6",
3030
"@babel/preset-typescript": "7.15.0",
3131
"@changesets/cli": "2.17.0",
3232
"@types/dedent": "0.7.0",

yarn.lock

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
dependencies:
2222
"@babel/highlight" "^7.14.5"
2323

24-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
24+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.15.0":
2525
version "7.15.0"
2626
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
2727
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
@@ -117,7 +117,7 @@
117117
"@babel/helper-explode-assignable-expression" "^7.14.5"
118118
"@babel/types" "^7.14.5"
119119

120-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
120+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.15.0":
121121
version "7.15.0"
122122
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
123123
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
@@ -551,16 +551,16 @@
551551
"@babel/helper-plugin-utils" "^7.14.5"
552552
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
553553

554-
"@babel/plugin-proposal-object-rest-spread@^7.14.7":
555-
version "7.14.7"
556-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
557-
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
554+
"@babel/plugin-proposal-object-rest-spread@^7.15.6":
555+
version "7.15.6"
556+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz#ef68050c8703d07b25af402cb96cf7f34a68ed11"
557+
integrity sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==
558558
dependencies:
559-
"@babel/compat-data" "^7.14.7"
560-
"@babel/helper-compilation-targets" "^7.14.5"
559+
"@babel/compat-data" "^7.15.0"
560+
"@babel/helper-compilation-targets" "^7.15.4"
561561
"@babel/helper-plugin-utils" "^7.14.5"
562562
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
563-
"@babel/plugin-transform-parameters" "^7.14.5"
563+
"@babel/plugin-transform-parameters" "^7.15.4"
564564

565565
"@babel/plugin-proposal-optional-catch-binding@^7.14.5":
566566
version "7.14.5"
@@ -893,13 +893,6 @@
893893
"@babel/helper-plugin-utils" "^7.14.5"
894894
"@babel/helper-replace-supers" "^7.14.5"
895895

896-
"@babel/plugin-transform-parameters@^7.14.5":
897-
version "7.14.5"
898-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
899-
integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
900-
dependencies:
901-
"@babel/helper-plugin-utils" "^7.14.5"
902-
903896
"@babel/plugin-transform-parameters@^7.15.4":
904897
version "7.15.4"
905898
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
@@ -988,10 +981,10 @@
988981
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
989982
"@babel/helper-plugin-utils" "^7.14.5"
990983

991-
"@babel/[email protected].4":
992-
version "7.15.4"
993-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
994-
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
984+
"@babel/[email protected].6":
985+
version "7.15.6"
986+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659"
987+
integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==
995988
dependencies:
996989
"@babel/compat-data" "^7.15.0"
997990
"@babel/helper-compilation-targets" "^7.15.4"
@@ -1007,7 +1000,7 @@
10071000
"@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
10081001
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
10091002
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
1010-
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
1003+
"@babel/plugin-proposal-object-rest-spread" "^7.15.6"
10111004
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
10121005
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
10131006
"@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1060,7 +1053,7 @@
10601053
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
10611054
"@babel/plugin-transform-unicode-regex" "^7.14.5"
10621055
"@babel/preset-modules" "^0.1.4"
1063-
"@babel/types" "^7.15.4"
1056+
"@babel/types" "^7.15.6"
10641057
babel-plugin-polyfill-corejs2 "^0.2.2"
10651058
babel-plugin-polyfill-corejs3 "^0.2.2"
10661059
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1181,6 +1174,14 @@
11811174
"@babel/helper-validator-identifier" "^7.14.9"
11821175
to-fast-properties "^2.0.0"
11831176

1177+
"@babel/types@^7.15.6":
1178+
version "7.15.6"
1179+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1180+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1181+
dependencies:
1182+
"@babel/helper-validator-identifier" "^7.14.9"
1183+
to-fast-properties "^2.0.0"
1184+
11841185
"@bcoe/v8-coverage@^0.2.3":
11851186
version "0.2.3"
11861187
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)