|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/code-frame@^7.18.6": |
6 | | - version "7.18.6" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
8 | | - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
| 5 | +"@babel/code-frame@^7.22.13": |
| 6 | + version "7.22.13" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 8 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
9 | 9 | dependencies: |
10 | | - "@babel/highlight" "^7.18.6" |
| 10 | + "@babel/highlight" "^7.22.13" |
| 11 | + chalk "^2.4.2" |
11 | 12 |
|
12 | | -"@babel/generator@^7.20.1": |
13 | | - version "7.20.4" |
14 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.4.tgz#4d9f8f0c30be75fd90a0562099a26e5839602ab8" |
15 | | - integrity sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA== |
| 13 | +"@babel/generator@^7.23.0": |
| 14 | + version "7.23.0" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 16 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
16 | 17 | dependencies: |
17 | | - "@babel/types" "^7.20.2" |
| 18 | + "@babel/types" "^7.23.0" |
18 | 19 | "@jridgewell/gen-mapping" "^0.3.2" |
| 20 | + "@jridgewell/trace-mapping" "^0.3.17" |
19 | 21 | jsesc "^2.5.1" |
20 | 22 |
|
21 | 23 | "@babel/helper-annotate-as-pure@^7.16.0": |
|
25 | 27 | dependencies: |
26 | 28 | "@babel/types" "^7.18.6" |
27 | 29 |
|
28 | | -"@babel/helper-environment-visitor@^7.18.9": |
29 | | - version "7.18.9" |
30 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
31 | | - integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 30 | +"@babel/helper-environment-visitor@^7.22.20": |
| 31 | + version "7.22.20" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 33 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
32 | 34 |
|
33 | | -"@babel/helper-function-name@^7.19.0": |
34 | | - version "7.19.0" |
35 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
36 | | - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 35 | +"@babel/helper-function-name@^7.23.0": |
| 36 | + version "7.23.0" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 38 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
37 | 39 | dependencies: |
38 | | - "@babel/template" "^7.18.10" |
39 | | - "@babel/types" "^7.19.0" |
| 40 | + "@babel/template" "^7.22.15" |
| 41 | + "@babel/types" "^7.23.0" |
40 | 42 |
|
41 | | -"@babel/helper-hoist-variables@^7.18.6": |
42 | | - version "7.18.6" |
43 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
44 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 43 | +"@babel/helper-hoist-variables@^7.22.5": |
| 44 | + version "7.22.5" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 46 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
45 | 47 | dependencies: |
46 | | - "@babel/types" "^7.18.6" |
| 48 | + "@babel/types" "^7.22.5" |
47 | 49 |
|
48 | 50 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.0": |
49 | 51 | version "7.18.6" |
|
52 | 54 | dependencies: |
53 | 55 | "@babel/types" "^7.18.6" |
54 | 56 |
|
55 | | -"@babel/helper-split-export-declaration@^7.18.6": |
56 | | - version "7.18.6" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
58 | | - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
| 57 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 58 | + version "7.22.6" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 60 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
59 | 61 | dependencies: |
60 | | - "@babel/types" "^7.18.6" |
| 62 | + "@babel/types" "^7.22.5" |
61 | 63 |
|
62 | 64 | "@babel/helper-string-parser@^7.19.4": |
63 | 65 | version "7.19.4" |
64 | 66 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
65 | 67 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
66 | 68 |
|
67 | | -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
| 69 | +"@babel/helper-string-parser@^7.22.5": |
| 70 | + version "7.22.5" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 72 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 73 | + |
| 74 | +"@babel/helper-validator-identifier@^7.19.1": |
68 | 75 | version "7.19.1" |
69 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
70 | 77 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
71 | 78 |
|
72 | | -"@babel/highlight@^7.18.6": |
73 | | - version "7.18.6" |
74 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
75 | | - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 79 | +"@babel/helper-validator-identifier@^7.22.20": |
| 80 | + version "7.22.20" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 82 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 83 | + |
| 84 | +"@babel/highlight@^7.22.13": |
| 85 | + version "7.22.20" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 87 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
76 | 88 | dependencies: |
77 | | - "@babel/helper-validator-identifier" "^7.18.6" |
78 | | - chalk "^2.0.0" |
| 89 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 90 | + chalk "^2.4.2" |
79 | 91 | js-tokens "^4.0.0" |
80 | 92 |
|
81 | | -"@babel/parser@^7.18.10", "@babel/parser@^7.20.1": |
82 | | - version "7.20.3" |
83 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2" |
84 | | - integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg== |
| 93 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 94 | + version "7.23.0" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 96 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
85 | 97 |
|
86 | 98 | "@babel/runtime@^7.17.8": |
87 | 99 | version "7.20.1" |
|
90 | 102 | dependencies: |
91 | 103 | regenerator-runtime "^0.13.10" |
92 | 104 |
|
93 | | -"@babel/template@^7.18.10": |
94 | | - version "7.18.10" |
95 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
96 | | - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 105 | +"@babel/template@^7.22.15": |
| 106 | + version "7.22.15" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 108 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
97 | 109 | dependencies: |
98 | | - "@babel/code-frame" "^7.18.6" |
99 | | - "@babel/parser" "^7.18.10" |
100 | | - "@babel/types" "^7.18.10" |
| 110 | + "@babel/code-frame" "^7.22.13" |
| 111 | + "@babel/parser" "^7.22.15" |
| 112 | + "@babel/types" "^7.22.15" |
101 | 113 |
|
102 | 114 | "@babel/traverse@^7.4.5": |
103 | | - version "7.20.1" |
104 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8" |
105 | | - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
106 | | - dependencies: |
107 | | - "@babel/code-frame" "^7.18.6" |
108 | | - "@babel/generator" "^7.20.1" |
109 | | - "@babel/helper-environment-visitor" "^7.18.9" |
110 | | - "@babel/helper-function-name" "^7.19.0" |
111 | | - "@babel/helper-hoist-variables" "^7.18.6" |
112 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
113 | | - "@babel/parser" "^7.20.1" |
114 | | - "@babel/types" "^7.20.0" |
| 115 | + version "7.23.2" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 117 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 118 | + dependencies: |
| 119 | + "@babel/code-frame" "^7.22.13" |
| 120 | + "@babel/generator" "^7.23.0" |
| 121 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 122 | + "@babel/helper-function-name" "^7.23.0" |
| 123 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 124 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 125 | + "@babel/parser" "^7.23.0" |
| 126 | + "@babel/types" "^7.23.0" |
115 | 127 | debug "^4.1.0" |
116 | 128 | globals "^11.1.0" |
117 | 129 |
|
118 | | -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2": |
| 130 | +"@babel/types@^7.18.6": |
119 | 131 | version "7.20.2" |
120 | 132 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" |
121 | 133 | integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== |
|
124 | 136 | "@babel/helper-validator-identifier" "^7.19.1" |
125 | 137 | to-fast-properties "^2.0.0" |
126 | 138 |
|
| 139 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 140 | + version "7.23.0" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 142 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 143 | + dependencies: |
| 144 | + "@babel/helper-string-parser" "^7.22.5" |
| 145 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 146 | + to-fast-properties "^2.0.0" |
| 147 | + |
127 | 148 | "@discoveryjs/json-ext@^0.5.0": |
128 | 149 | version "0.5.7" |
129 | 150 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" |
|
170 | 191 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
171 | 192 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
172 | 193 |
|
| 194 | +"@jridgewell/resolve-uri@^3.1.0": |
| 195 | + version "3.1.1" |
| 196 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 197 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 198 | + |
173 | 199 | "@jridgewell/set-array@^1.0.1": |
174 | 200 | version "1.1.2" |
175 | 201 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
188 | 214 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
189 | 215 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
190 | 216 |
|
| 217 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 218 | + version "1.4.15" |
| 219 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 220 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 221 | + |
191 | 222 | "@jridgewell/trace-mapping@^0.3.14", "@jridgewell/trace-mapping@^0.3.9": |
192 | 223 | version "0.3.17" |
193 | 224 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
|
196 | 227 | "@jridgewell/resolve-uri" "3.1.0" |
197 | 228 | "@jridgewell/sourcemap-codec" "1.4.14" |
198 | 229 |
|
| 230 | +"@jridgewell/trace-mapping@^0.3.17": |
| 231 | + version "0.3.20" |
| 232 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 233 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 234 | + dependencies: |
| 235 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 236 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 237 | + |
199 | 238 | "@redocly/ajv@^8.11.0": |
200 | 239 | version "8.11.0" |
201 | 240 | resolved "https://registry.yarnpkg.com/@redocly/ajv/-/ajv-8.11.0.tgz#2fad322888dc0113af026e08fceb3e71aae495ae" |
@@ -986,7 +1025,7 @@ caniuse-lite@^1.0.30001400: |
986 | 1025 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz#ec1ec1cfb0a93a34a0600d37903853030520a4e5" |
987 | 1026 | integrity sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA== |
988 | 1027 |
|
989 | | -chalk@^2.0.0: |
| 1028 | +chalk@^2.4.2: |
990 | 1029 | version "2.4.2" |
991 | 1030 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
992 | 1031 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
|
0 commit comments