Skip to content

Commit 45d6fc3

Browse files
chore: update dependency @babel/preset-env to v7.16.11 (#2984)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ddc727a commit 45d6fc3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
browserslist "^4.17.5"
161161
semver "^6.3.0"
162162

163-
"@babel/helper-create-class-features-plugin@^7.16.7":
163+
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7":
164164
version "7.16.10"
165165
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
166166
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
@@ -521,12 +521,12 @@
521521
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
522522
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
523523

524-
"@babel/plugin-proposal-private-methods@^7.16.7":
525-
version "7.16.7"
526-
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
527-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
524+
"@babel/plugin-proposal-private-methods@^7.16.11":
525+
version "7.16.11"
526+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
527+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
528528
dependencies:
529-
"@babel/helper-create-class-features-plugin" "^7.16.7"
529+
"@babel/helper-create-class-features-plugin" "^7.16.10"
530530
"@babel/helper-plugin-utils" "^7.16.7"
531531

532532
"@babel/plugin-proposal-private-property-in-object@^7.16.7":
@@ -917,9 +917,9 @@
917917
"@babel/helper-plugin-utils" "^7.16.7"
918918

919919
"@babel/preset-env@^7.12.11":
920-
version "7.16.10"
921-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
922-
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
920+
version "7.16.11"
921+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
922+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
923923
dependencies:
924924
"@babel/compat-data" "^7.16.8"
925925
"@babel/helper-compilation-targets" "^7.16.7"
@@ -939,7 +939,7 @@
939939
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
940940
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
941941
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
942-
"@babel/plugin-proposal-private-methods" "^7.16.7"
942+
"@babel/plugin-proposal-private-methods" "^7.16.11"
943943
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
944944
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
945945
"@babel/plugin-syntax-async-generators" "^7.8.4"

0 commit comments

Comments
 (0)