|
38 | 38 | integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== |
39 | 39 |
|
40 | 40 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5": |
41 | | - version "7.22.6" |
42 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494" |
43 | | - integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw== |
| 41 | + version "7.22.8" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785" |
| 43 | + integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw== |
44 | 44 | dependencies: |
45 | 45 | "@ampproject/remapping" "^2.2.0" |
46 | 46 | "@babel/code-frame" "^7.22.5" |
47 | | - "@babel/generator" "^7.22.5" |
| 47 | + "@babel/generator" "^7.22.7" |
48 | 48 | "@babel/helper-compilation-targets" "^7.22.6" |
49 | 49 | "@babel/helper-module-transforms" "^7.22.5" |
50 | 50 | "@babel/helpers" "^7.22.6" |
51 | | - "@babel/parser" "^7.22.6" |
| 51 | + "@babel/parser" "^7.22.7" |
52 | 52 | "@babel/template" "^7.22.5" |
53 | | - "@babel/traverse" "^7.22.6" |
| 53 | + "@babel/traverse" "^7.22.8" |
54 | 54 | "@babel/types" "^7.22.5" |
55 | 55 | "@nicolo-ribaudo/semver-v6" "^6.3.3" |
56 | 56 | convert-source-map "^1.7.0" |
57 | 57 | debug "^4.1.0" |
58 | 58 | gensync "^1.0.0-beta.2" |
59 | 59 | json5 "^2.2.2" |
60 | 60 |
|
61 | | -"@babel/generator@^7.22.5": |
62 | | - version "7.22.5" |
63 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
64 | | - integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== |
| 61 | +"@babel/generator@^7.22.7": |
| 62 | + version "7.22.7" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5" |
| 64 | + integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ== |
65 | 65 | dependencies: |
66 | 66 | "@babel/types" "^7.22.5" |
67 | 67 | "@jridgewell/gen-mapping" "^0.3.2" |
|
308 | 308 | chalk "^2.0.0" |
309 | 309 | js-tokens "^4.0.0" |
310 | 310 |
|
311 | | -"@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.6": |
312 | | - version "7.22.6" |
313 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.6.tgz#201f8b47be20c76c7c5743b9c16129760bf9a975" |
314 | | - integrity sha512-EIQu22vNkceq3LbjAq7knDf/UmtI2qbcNI8GRBlijez6TpQLvSodJPYfydQmNA5buwkxxxa/PVI44jjYZ+/cLw== |
| 311 | +"@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7": |
| 312 | + version "7.22.7" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" |
| 314 | + integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== |
315 | 315 |
|
316 | 316 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": |
317 | 317 | version "7.22.5" |
|
990 | 990 | "@babel/parser" "^7.22.5" |
991 | 991 | "@babel/types" "^7.22.5" |
992 | 992 |
|
993 | | -"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6": |
994 | | - version "7.22.6" |
995 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.6.tgz#8f2f83a5c588251584914debeee38f35f661a300" |
996 | | - integrity sha512-53CijMvKlLIDlOTrdWiHileRddlIiwUIyCKqYa7lYnnPldXCG5dUSN38uT0cA6i7rHWNKJLH0VU/Kxdr1GzB3w== |
| 993 | +"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": |
| 994 | + version "7.22.8" |
| 995 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" |
| 996 | + integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== |
997 | 997 | dependencies: |
998 | 998 | "@babel/code-frame" "^7.22.5" |
999 | | - "@babel/generator" "^7.22.5" |
| 999 | + "@babel/generator" "^7.22.7" |
1000 | 1000 | "@babel/helper-environment-visitor" "^7.22.5" |
1001 | 1001 | "@babel/helper-function-name" "^7.22.5" |
1002 | 1002 | "@babel/helper-hoist-variables" "^7.22.5" |
1003 | 1003 | "@babel/helper-split-export-declaration" "^7.22.6" |
1004 | | - "@babel/parser" "^7.22.6" |
| 1004 | + "@babel/parser" "^7.22.7" |
1005 | 1005 | "@babel/types" "^7.22.5" |
1006 | 1006 | debug "^4.1.0" |
1007 | 1007 | globals "^11.1.0" |
|
0 commit comments