Skip to content

Commit 8b6afca

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

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
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@babel/core": "7.16.10",
71-
"@babel/preset-env": "7.16.10",
71+
"@babel/preset-env": "7.16.11",
7272
"@babel/register": "7.16.9",
7373
"@commitlint/cli": "16.0.3",
7474
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,19 @@
172172
"@babel/helper-replace-supers" "^7.16.5"
173173
"@babel/helper-split-export-declaration" "^7.16.0"
174174

175+
"@babel/helper-create-class-features-plugin@^7.16.10":
176+
version "7.16.10"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
178+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
179+
dependencies:
180+
"@babel/helper-annotate-as-pure" "^7.16.7"
181+
"@babel/helper-environment-visitor" "^7.16.7"
182+
"@babel/helper-function-name" "^7.16.7"
183+
"@babel/helper-member-expression-to-functions" "^7.16.7"
184+
"@babel/helper-optimise-call-expression" "^7.16.7"
185+
"@babel/helper-replace-supers" "^7.16.7"
186+
"@babel/helper-split-export-declaration" "^7.16.7"
187+
175188
"@babel/helper-create-class-features-plugin@^7.16.7":
176189
version "7.16.7"
177190
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -784,6 +797,14 @@
784797
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
785798
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
786799

800+
"@babel/plugin-proposal-private-methods@^7.16.11":
801+
version "7.16.11"
802+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
803+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
804+
dependencies:
805+
"@babel/helper-create-class-features-plugin" "^7.16.10"
806+
"@babel/helper-plugin-utils" "^7.16.7"
807+
787808
"@babel/plugin-proposal-private-methods@^7.16.5":
788809
version "7.16.5"
789810
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.5.tgz#2086f7d78c1b0c712d49b5c3fbc2d1ca21a7ee12"
@@ -792,14 +813,6 @@
792813
"@babel/helper-create-class-features-plugin" "^7.16.5"
793814
"@babel/helper-plugin-utils" "^7.16.5"
794815

795-
"@babel/plugin-proposal-private-methods@^7.16.7":
796-
version "7.16.7"
797-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
798-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
799-
dependencies:
800-
"@babel/helper-create-class-features-plugin" "^7.16.7"
801-
"@babel/helper-plugin-utils" "^7.16.7"
802-
803816
"@babel/plugin-proposal-private-property-in-object@^7.16.5":
804817
version "7.16.5"
805818
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.5.tgz#a42d4b56005db3d405b12841309dbca647e7a21b"
@@ -1495,10 +1508,10 @@
14951508
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
14961509
"@babel/helper-plugin-utils" "^7.16.7"
14971510

1498-
"@babel/preset-env@7.16.10":
1499-
version "7.16.10"
1500-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
1501-
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
1511+
"@babel/preset-env@7.16.11":
1512+
version "7.16.11"
1513+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1514+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
15021515
dependencies:
15031516
"@babel/compat-data" "^7.16.8"
15041517
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1518,7 +1531,7 @@
15181531
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
15191532
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
15201533
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
1521-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1534+
"@babel/plugin-proposal-private-methods" "^7.16.11"
15221535
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
15231536
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
15241537
"@babel/plugin-syntax-async-generators" "^7.8.4"

0 commit comments

Comments
 (0)