Skip to content

Commit 804750c

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

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@babel/core": "7.16.10",
75-
"@babel/preset-env": "7.16.10",
75+
"@babel/preset-env": "7.16.11",
7676
"@babel/register": "7.16.9",
7777
"@commitlint/cli": "16.0.3",
7878
"@iterable-iterator/list": "1.0.1",

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,19 @@
171171
"@babel/helper-replace-supers" "^7.14.5"
172172
"@babel/helper-split-export-declaration" "^7.14.5"
173173

174+
"@babel/helper-create-class-features-plugin@^7.16.10":
175+
version "7.16.10"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz#8a6959b9cc818a88815ba3c5474619e9c0f2c21c"
177+
integrity sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==
178+
dependencies:
179+
"@babel/helper-annotate-as-pure" "^7.16.7"
180+
"@babel/helper-environment-visitor" "^7.16.7"
181+
"@babel/helper-function-name" "^7.16.7"
182+
"@babel/helper-member-expression-to-functions" "^7.16.7"
183+
"@babel/helper-optimise-call-expression" "^7.16.7"
184+
"@babel/helper-replace-supers" "^7.16.7"
185+
"@babel/helper-split-export-declaration" "^7.16.7"
186+
174187
"@babel/helper-create-class-features-plugin@^7.16.7":
175188
version "7.16.7"
176189
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz#9c5b34b53a01f2097daf10678d65135c1b9f84ba"
@@ -802,12 +815,12 @@
802815
"@babel/helper-create-class-features-plugin" "^7.14.5"
803816
"@babel/helper-plugin-utils" "^7.14.5"
804817

805-
"@babel/plugin-proposal-private-methods@^7.16.7":
806-
version "7.16.7"
807-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz#e418e3aa6f86edd6d327ce84eff188e479f571e0"
808-
integrity sha512-7twV3pzhrRxSwHeIvFE6coPgvo+exNDOiGUMg39o2LiLo1Y+4aKpfkcLGcg1UHonzorCt7SNXnoMyCnnIOA8Sw==
818+
"@babel/plugin-proposal-private-methods@^7.16.11":
819+
version "7.16.11"
820+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
821+
integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
809822
dependencies:
810-
"@babel/helper-create-class-features-plugin" "^7.16.7"
823+
"@babel/helper-create-class-features-plugin" "^7.16.10"
811824
"@babel/helper-plugin-utils" "^7.16.7"
812825

813826
"@babel/plugin-proposal-private-property-in-object@^7.14.5":
@@ -1504,10 +1517,10 @@
15041517
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
15051518
"@babel/helper-plugin-utils" "^7.16.7"
15061519

1507-
"@babel/preset-env@7.16.10":
1508-
version "7.16.10"
1509-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.10.tgz#84400e6b5ee1efd982f55c61f3b6ac3fb5c8ab57"
1510-
integrity sha512-iCac3fZn9oOcLqc1N2/copPiX7aoxzsvjeDdXoZobrlbQ6YGgS3bL9HyldOJ8V8AY5P7pFynCATrn7M4dMw0Yg==
1520+
"@babel/preset-env@7.16.11":
1521+
version "7.16.11"
1522+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
1523+
integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
15111524
dependencies:
15121525
"@babel/compat-data" "^7.16.8"
15131526
"@babel/helper-compilation-targets" "^7.16.7"
@@ -1527,7 +1540,7 @@
15271540
"@babel/plugin-proposal-object-rest-spread" "^7.16.7"
15281541
"@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
15291542
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
1530-
"@babel/plugin-proposal-private-methods" "^7.16.7"
1543+
"@babel/plugin-proposal-private-methods" "^7.16.11"
15311544
"@babel/plugin-proposal-private-property-in-object" "^7.16.7"
15321545
"@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
15331546
"@babel/plugin-syntax-async-generators" "^7.8.4"

0 commit comments

Comments
 (0)