Skip to content

Commit ad89e30

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/preset-env to v7.16.11
1 parent 5e0aabb commit ad89e30

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {},
6565
"devDependencies": {
6666
"@babel/core": "7.16.10",
67-
"@babel/preset-env": "7.16.10",
67+
"@babel/preset-env": "7.16.11",
6868
"@babel/register": "7.16.9",
6969
"@combinatorics/factorial": "0.0.2",
7070
"@commitlint/cli": "16.0.3",

yarn.lock

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,19 @@
167167
"@babel/helper-replace-supers" "^7.16.5"
168168
"@babel/helper-split-export-declaration" "^7.16.0"
169169

170+
"@babel/helper-create-class-features-plugin@^7.16.10":
171+
version "7.16.10"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
173+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
174+
dependencies:
175+
"@babel/helper-annotate-as-pure" "^7.16.7"
176+
"@babel/helper-environment-visitor" "^7.16.7"
177+
"@babel/helper-function-name" "^7.16.7"
178+
"@babel/helper-member-expression-to-functions" "^7.16.7"
179+
"@babel/helper-optimise-call-expression" "^7.16.7"
180+
"@babel/helper-replace-supers" "^7.16.7"
181+
"@babel/helper-split-export-declaration" "^7.16.7"
182+
170183
"@babel/helper-create-class-features-plugin@^7.16.7":
171184
version "7.16.7"
172185
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -779,6 +792,14 @@
779792
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
780793
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
781794

795+
"@babel/plugin-proposal-private-methods@^7.16.11":
796+
version "7.16.11"
797+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
798+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
799+
dependencies:
800+
"@babel/helper-create-class-features-plugin" "^7.16.10"
801+
"@babel/helper-plugin-utils" "^7.16.7"
802+
782803
"@babel/plugin-proposal-private-methods@^7.16.5":
783804
version "7.16.5"
784805
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz#2086f7d78c1b0c712d49b5c3fbc2d1ca21a7ee12"
@@ -787,14 +808,6 @@
787808
"@babel/helper-create-class-features-plugin" "^7.16.5"
788809
"@babel/helper-plugin-utils" "^7.16.5"
789810

790-
"@babel/plugin-proposal-private-methods@^7.16.7":
791-
version "7.16.7"
792-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
793-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
794-
dependencies:
795-
"@babel/helper-create-class-features-plugin" "^7.16.7"
796-
"@babel/helper-plugin-utils" "^7.16.7"
797-
798811
"@babel/plugin-proposal-private-property-in-object@^7.16.5":
799812
version "7.16.5"
800813
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz#a42d4b56005db3d405b12841309dbca647e7a21b"
@@ -1490,10 +1503,10 @@
14901503
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
14911504
"@babel/helper-plugin-utils" "^7.16.7"
14921505

1493-
"@babel/preset-env@7.16.10":
1494-
version "7.16.10"
1495-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
1496-
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
1506+
"@babel/preset-env@7.16.11":
1507+
version "7.16.11"
1508+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1509+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
14971510
dependencies:
14981511
"@babel/compat-data" "^7.16.8"
14991512
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1513,7 +1526,7 @@
15131526
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
15141527
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
15151528
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
1516-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1529+
"@babel/plugin-proposal-private-methods" "^7.16.11"
15171530
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
15181531
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
15191532
"@babel/plugin-syntax-async-generators" "^7.8.4"

0 commit comments

Comments
 (0)