forked from forem/forem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[js] Update all of babel7 7.22.5 → 7.22.9 (patch) (forem#19759)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Duke Greene <[email protected]>
- Loading branch information
1 parent
6e7a898
commit 3ab926a
Showing
2 changed files
with
79 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" | ||
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== | ||
|
||
"@babel/compat-data@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" | ||
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== | ||
|
||
"@babel/[email protected]": | ||
version "7.12.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" | ||
|
@@ -87,26 +92,26 @@ | |
json5 "^2.2.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/core@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" | ||
integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== | ||
"@babel/core@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" | ||
integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== | ||
dependencies: | ||
"@ampproject/remapping" "^2.2.0" | ||
"@babel/code-frame" "^7.22.5" | ||
"@babel/generator" "^7.22.5" | ||
"@babel/helper-compilation-targets" "^7.22.5" | ||
"@babel/helper-module-transforms" "^7.22.5" | ||
"@babel/helpers" "^7.22.5" | ||
"@babel/parser" "^7.22.5" | ||
"@babel/generator" "^7.22.9" | ||
"@babel/helper-compilation-targets" "^7.22.9" | ||
"@babel/helper-module-transforms" "^7.22.9" | ||
"@babel/helpers" "^7.22.6" | ||
"@babel/parser" "^7.22.7" | ||
"@babel/template" "^7.22.5" | ||
"@babel/traverse" "^7.22.5" | ||
"@babel/traverse" "^7.22.8" | ||
"@babel/types" "^7.22.5" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.2.2" | ||
semver "^6.3.0" | ||
semver "^6.3.1" | ||
|
||
"@babel/core@^7.7.5": | ||
version "7.21.3" | ||
|
@@ -167,7 +172,7 @@ | |
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.22.5", "@babel/generator@^7.22.7": | ||
"@babel/generator@^7.22.7": | ||
version "7.22.7" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" | ||
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== | ||
|
@@ -177,6 +182,16 @@ | |
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" | ||
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== | ||
dependencies: | ||
"@babel/types" "^7.22.5" | ||
"@jridgewell/gen-mapping" "^0.3.2" | ||
"@jridgewell/trace-mapping" "^0.3.17" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/helper-annotate-as-pure@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" | ||
|
@@ -238,6 +253,17 @@ | |
browserslist "^4.21.9" | ||
lru-cache "^5.1.1" | ||
|
||
"@babel/helper-compilation-targets@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" | ||
integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== | ||
dependencies: | ||
"@babel/compat-data" "^7.22.9" | ||
"@babel/helper-validator-option" "^7.22.5" | ||
browserslist "^4.21.9" | ||
lru-cache "^5.1.1" | ||
semver "^6.3.1" | ||
|
||
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2": | ||
version "7.20.2" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2" | ||
|
@@ -445,6 +471,17 @@ | |
"@babel/traverse" "^7.22.5" | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-module-transforms@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" | ||
integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== | ||
dependencies: | ||
"@babel/helper-environment-visitor" "^7.22.5" | ||
"@babel/helper-module-imports" "^7.22.5" | ||
"@babel/helper-simple-access" "^7.22.5" | ||
"@babel/helper-split-export-declaration" "^7.22.6" | ||
"@babel/helper-validator-identifier" "^7.22.5" | ||
|
||
"@babel/helper-optimise-call-expression@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" | ||
|
@@ -627,7 +664,7 @@ | |
"@babel/traverse" "^7.21.0" | ||
"@babel/types" "^7.21.0" | ||
|
||
"@babel/helpers@^7.22.5": | ||
"@babel/helpers@^7.22.6": | ||
version "7.22.6" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" | ||
integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== | ||
|
@@ -1110,7 +1147,7 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-transform-async-generator-functions@^7.22.5": | ||
"@babel/plugin-transform-async-generator-functions@^7.22.7": | ||
version "7.22.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b" | ||
integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg== | ||
|
@@ -1198,7 +1235,7 @@ | |
"@babel/helper-split-export-declaration" "^7.18.6" | ||
globals "^11.1.0" | ||
|
||
"@babel/plugin-transform-classes@^7.22.5": | ||
"@babel/plugin-transform-classes@^7.22.6": | ||
version "7.22.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363" | ||
integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ== | ||
|
@@ -1531,7 +1568,7 @@ | |
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | ||
|
||
"@babel/plugin-transform-optional-chaining@^7.22.5": | ||
"@babel/plugin-transform-optional-chaining@^7.22.5", "@babel/plugin-transform-optional-chaining@^7.22.6": | ||
version "7.22.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564" | ||
integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg== | ||
|
@@ -1890,13 +1927,13 @@ | |
core-js-compat "^3.25.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/preset-env@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.5.tgz#3da66078b181f3d62512c51cf7014392c511504e" | ||
integrity sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A== | ||
"@babel/preset-env@^7.22.9": | ||
version "7.22.9" | ||
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" | ||
integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== | ||
dependencies: | ||
"@babel/compat-data" "^7.22.5" | ||
"@babel/helper-compilation-targets" "^7.22.5" | ||
"@babel/compat-data" "^7.22.9" | ||
"@babel/helper-compilation-targets" "^7.22.9" | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-validator-option" "^7.22.5" | ||
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" | ||
|
@@ -1921,13 +1958,13 @@ | |
"@babel/plugin-syntax-top-level-await" "^7.14.5" | ||
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" | ||
"@babel/plugin-transform-arrow-functions" "^7.22.5" | ||
"@babel/plugin-transform-async-generator-functions" "^7.22.5" | ||
"@babel/plugin-transform-async-generator-functions" "^7.22.7" | ||
"@babel/plugin-transform-async-to-generator" "^7.22.5" | ||
"@babel/plugin-transform-block-scoped-functions" "^7.22.5" | ||
"@babel/plugin-transform-block-scoping" "^7.22.5" | ||
"@babel/plugin-transform-class-properties" "^7.22.5" | ||
"@babel/plugin-transform-class-static-block" "^7.22.5" | ||
"@babel/plugin-transform-classes" "^7.22.5" | ||
"@babel/plugin-transform-classes" "^7.22.6" | ||
"@babel/plugin-transform-computed-properties" "^7.22.5" | ||
"@babel/plugin-transform-destructuring" "^7.22.5" | ||
"@babel/plugin-transform-dotall-regex" "^7.22.5" | ||
|
@@ -1952,7 +1989,7 @@ | |
"@babel/plugin-transform-object-rest-spread" "^7.22.5" | ||
"@babel/plugin-transform-object-super" "^7.22.5" | ||
"@babel/plugin-transform-optional-catch-binding" "^7.22.5" | ||
"@babel/plugin-transform-optional-chaining" "^7.22.5" | ||
"@babel/plugin-transform-optional-chaining" "^7.22.6" | ||
"@babel/plugin-transform-parameters" "^7.22.5" | ||
"@babel/plugin-transform-private-methods" "^7.22.5" | ||
"@babel/plugin-transform-private-property-in-object" "^7.22.5" | ||
|
@@ -1970,11 +2007,11 @@ | |
"@babel/plugin-transform-unicode-sets-regex" "^7.22.5" | ||
"@babel/preset-modules" "^0.1.5" | ||
"@babel/types" "^7.22.5" | ||
babel-plugin-polyfill-corejs2 "^0.4.3" | ||
babel-plugin-polyfill-corejs3 "^0.8.1" | ||
babel-plugin-polyfill-regenerator "^0.5.0" | ||
core-js-compat "^3.30.2" | ||
semver "^6.3.0" | ||
babel-plugin-polyfill-corejs2 "^0.4.4" | ||
babel-plugin-polyfill-corejs3 "^0.8.2" | ||
babel-plugin-polyfill-regenerator "^0.5.1" | ||
core-js-compat "^3.31.0" | ||
semver "^6.3.1" | ||
|
||
"@babel/preset-modules@^0.1.5": | ||
version "0.1.5" | ||
|
@@ -2132,7 +2169,7 @@ | |
debug "^4.1.0" | ||
globals "^11.1.0" | ||
|
||
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6": | ||
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": | ||
version "7.22.8" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" | ||
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== | ||
|
@@ -5780,7 +5817,7 @@ babel-plugin-polyfill-corejs2@^0.3.3: | |
"@babel/helper-define-polyfill-provider" "^0.3.3" | ||
semver "^6.1.1" | ||
|
||
babel-plugin-polyfill-corejs2@^0.4.3: | ||
babel-plugin-polyfill-corejs2@^0.4.4: | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b" | ||
integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA== | ||
|
@@ -5805,7 +5842,7 @@ babel-plugin-polyfill-corejs3@^0.6.0: | |
"@babel/helper-define-polyfill-provider" "^0.3.3" | ||
core-js-compat "^3.25.1" | ||
|
||
babel-plugin-polyfill-corejs3@^0.8.1: | ||
babel-plugin-polyfill-corejs3@^0.8.2: | ||
version "0.8.2" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e" | ||
integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ== | ||
|
@@ -5820,7 +5857,7 @@ babel-plugin-polyfill-regenerator@^0.4.1: | |
dependencies: | ||
"@babel/helper-define-polyfill-provider" "^0.3.3" | ||
|
||
babel-plugin-polyfill-regenerator@^0.5.0: | ||
babel-plugin-polyfill-regenerator@^0.5.1: | ||
version "0.5.1" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3" | ||
integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw== | ||
|
@@ -6973,7 +7010,7 @@ core-js-compat@^3.25.1, core-js-compat@^3.8.1: | |
dependencies: | ||
browserslist "^4.21.4" | ||
|
||
core-js-compat@^3.30.2, core-js-compat@^3.31.0: | ||
core-js-compat@^3.31.0: | ||
version "3.31.1" | ||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.1.tgz#5084ad1a46858df50ff89ace152441a63ba7aae0" | ||
integrity sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA== | ||
|
@@ -15859,6 +15896,11 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | |
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" | ||
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | ||
|
||
semver@^6.3.1: | ||
version "6.3.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" | ||
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== | ||
|
||
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7: | ||
version "7.3.8" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" | ||
|