Skip to content

Commit d91b19b

Browse files
Bump @babel/preset-env from 7.16.10 to 7.16.11 (#1097)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.10 to 7.16.11. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.11/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54394e7 commit d91b19b

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

yarn.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@
7878
browserslist "^4.17.5"
7979
semver "^6.3.0"
8080

81+
"@babel/helper-create-class-features-plugin@^7.16.10":
82+
version "7.16.10"
83+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
84+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
85+
dependencies:
86+
"@babel/helper-annotate-as-pure" "^7.16.7"
87+
"@babel/helper-environment-visitor" "^7.16.7"
88+
"@babel/helper-function-name" "^7.16.7"
89+
"@babel/helper-member-expression-to-functions" "^7.16.7"
90+
"@babel/helper-optimise-call-expression" "^7.16.7"
91+
"@babel/helper-replace-supers" "^7.16.7"
92+
"@babel/helper-split-export-declaration" "^7.16.7"
93+
8194
"@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.8.3":
8295
version "7.16.7"
8396
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -401,12 +414,12 @@
401414
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
402415
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
403416

404-
"@babel/plugin-proposal-private-methods@^7.16.5", "@babel/plugin-proposal-private-methods@^7.16.7":
405-
version "7.16.7"
406-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
407-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
417+
"@babel/plugin-proposal-private-methods@^7.16.11", "@babel/plugin-proposal-private-methods@^7.16.5":
418+
version "7.16.11"
419+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
420+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
408421
dependencies:
409-
"@babel/helper-create-class-features-plugin" "^7.16.7"
422+
"@babel/helper-create-class-features-plugin" "^7.16.10"
410423
"@babel/helper-plugin-utils" "^7.16.7"
411424

412425
"@babel/plugin-proposal-private-property-in-object@^7.16.5", "@babel/plugin-proposal-private-property-in-object@^7.16.7":
@@ -852,9 +865,9 @@
852865
regenerator-runtime "^0.13.4"
853866

854867
"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.16.5", "@babel/preset-env@^7.16.7":
855-
version "7.16.10"
856-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
857-
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
868+
version "7.16.11"
869+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
870+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
858871
dependencies:
859872
"@babel/compat-data" "^7.16.8"
860873
"@babel/helper-compilation-targets" "^7.16.7"
@@ -874,7 +887,7 @@
874887
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
875888
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
876889
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
877-
"@babel/plugin-proposal-private-methods" "^7.16.7"
890+
"@babel/plugin-proposal-private-methods" "^7.16.11"
878891
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
879892
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
880893
"@babel/plugin-syntax-async-generators" "^7.8.4"

0 commit comments

Comments
 (0)