|
9 | 9 | dependencies:
|
10 | 10 | "@babel/highlight" "^7.10.4"
|
11 | 11 |
|
12 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6": |
| 12 | +"@babel/code-frame@^7.0.0": |
13 | 13 | version "7.18.6"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
|
15 | 15 | integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.18.6"
|
18 | 18 |
|
19 |
| -"@babel/generator@^7.20.7": |
20 |
| - version "7.20.14" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce" |
22 |
| - integrity sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg== |
| 19 | +"@babel/code-frame@^7.22.13": |
| 20 | + version "7.22.13" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 22 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
23 | 23 | dependencies:
|
24 |
| - "@babel/types" "^7.20.7" |
| 24 | + "@babel/highlight" "^7.22.13" |
| 25 | + chalk "^2.4.2" |
| 26 | + |
| 27 | +"@babel/generator@^7.23.0": |
| 28 | + version "7.23.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 30 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 31 | + dependencies: |
| 32 | + "@babel/types" "^7.23.0" |
25 | 33 | "@jridgewell/gen-mapping" "^0.3.2"
|
| 34 | + "@jridgewell/trace-mapping" "^0.3.17" |
26 | 35 | jsesc "^2.5.1"
|
27 | 36 |
|
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== |
| 37 | +"@babel/helper-environment-visitor@^7.22.20": |
| 38 | + version "7.22.20" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 40 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
32 | 41 |
|
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== |
| 42 | +"@babel/helper-function-name@^7.23.0": |
| 43 | + version "7.23.0" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 45 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
37 | 46 | dependencies:
|
38 |
| - "@babel/template" "^7.18.10" |
39 |
| - "@babel/types" "^7.19.0" |
| 47 | + "@babel/template" "^7.22.15" |
| 48 | + "@babel/types" "^7.23.0" |
40 | 49 |
|
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== |
| 50 | +"@babel/helper-hoist-variables@^7.22.5": |
| 51 | + version "7.22.5" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 53 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
45 | 54 | dependencies:
|
46 |
| - "@babel/types" "^7.18.6" |
| 55 | + "@babel/types" "^7.22.5" |
47 | 56 |
|
48 |
| -"@babel/helper-split-export-declaration@^7.18.6": |
49 |
| - version "7.18.6" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
51 |
| - 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== |
52 | 61 | dependencies:
|
53 |
| - "@babel/types" "^7.18.6" |
| 62 | + "@babel/types" "^7.22.5" |
54 | 63 |
|
55 | 64 | "@babel/helper-string-parser@^7.19.4":
|
56 | 65 | version "7.19.4"
|
57 | 66 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
58 | 67 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
59 | 68 |
|
| 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 | + |
60 | 74 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
61 | 75 | version "7.19.1"
|
62 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
63 | 77 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
64 | 78 |
|
| 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 | + |
65 | 84 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
|
66 | 85 | version "7.18.6"
|
67 | 86 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
|
|
71 | 90 | chalk "^2.0.0"
|
72 | 91 | js-tokens "^4.0.0"
|
73 | 92 |
|
74 |
| -"@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.7.0": |
| 93 | +"@babel/highlight@^7.22.13": |
| 94 | + version "7.22.20" |
| 95 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 96 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 97 | + dependencies: |
| 98 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 99 | + chalk "^2.4.2" |
| 100 | + js-tokens "^4.0.0" |
| 101 | + |
| 102 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 103 | + version "7.23.0" |
| 104 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 105 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 106 | + |
| 107 | +"@babel/parser@^7.7.0": |
75 | 108 | version "7.20.15"
|
76 | 109 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
|
77 | 110 | integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
|
|
83 | 116 | dependencies:
|
84 | 117 | regenerator-runtime "^0.13.11"
|
85 | 118 |
|
86 |
| -"@babel/template@^7.18.10": |
87 |
| - version "7.20.7" |
88 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
89 |
| - integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 119 | +"@babel/template@^7.22.15": |
| 120 | + version "7.22.15" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 122 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
90 | 123 | dependencies:
|
91 |
| - "@babel/code-frame" "^7.18.6" |
92 |
| - "@babel/parser" "^7.20.7" |
93 |
| - "@babel/types" "^7.20.7" |
| 124 | + "@babel/code-frame" "^7.22.13" |
| 125 | + "@babel/parser" "^7.22.15" |
| 126 | + "@babel/types" "^7.22.15" |
94 | 127 |
|
95 | 128 | "@babel/traverse@^7.7.0":
|
96 |
| - version "7.20.13" |
97 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" |
98 |
| - integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== |
99 |
| - dependencies: |
100 |
| - "@babel/code-frame" "^7.18.6" |
101 |
| - "@babel/generator" "^7.20.7" |
102 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
103 |
| - "@babel/helper-function-name" "^7.19.0" |
104 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
105 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
106 |
| - "@babel/parser" "^7.20.13" |
107 |
| - "@babel/types" "^7.20.7" |
| 129 | + version "7.23.2" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 131 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 132 | + dependencies: |
| 133 | + "@babel/code-frame" "^7.22.13" |
| 134 | + "@babel/generator" "^7.23.0" |
| 135 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 136 | + "@babel/helper-function-name" "^7.23.0" |
| 137 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 138 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 139 | + "@babel/parser" "^7.23.0" |
| 140 | + "@babel/types" "^7.23.0" |
108 | 141 | debug "^4.1.0"
|
109 | 142 | globals "^11.1.0"
|
110 | 143 |
|
111 |
| -"@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.7", "@babel/types@^7.7.0": |
| 144 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 145 | + version "7.23.0" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 147 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 148 | + dependencies: |
| 149 | + "@babel/helper-string-parser" "^7.22.5" |
| 150 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 151 | + to-fast-properties "^2.0.0" |
| 152 | + |
| 153 | +"@babel/types@^7.7.0": |
112 | 154 | version "7.20.7"
|
113 | 155 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
|
114 | 156 | integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
|
|
191 | 233 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
192 | 234 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
193 | 235 |
|
| 236 | +"@jridgewell/resolve-uri@^3.1.0": |
| 237 | + version "3.1.1" |
| 238 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 239 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 240 | + |
194 | 241 | "@jridgewell/set-array@^1.0.1":
|
195 | 242 | version "1.1.2"
|
196 | 243 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
201 | 248 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
202 | 249 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
203 | 250 |
|
| 251 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 252 | + version "1.4.15" |
| 253 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 254 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 255 | + |
204 | 256 |
|
205 | 257 | version "0.3.9"
|
206 | 258 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
209 | 261 | "@jridgewell/resolve-uri" "^3.0.3"
|
210 | 262 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
211 | 263 |
|
| 264 | +"@jridgewell/trace-mapping@^0.3.17": |
| 265 | + version "0.3.19" |
| 266 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 267 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 268 | + dependencies: |
| 269 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 270 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 271 | + |
212 | 272 | "@jridgewell/trace-mapping@^0.3.9":
|
213 | 273 | version "0.3.17"
|
214 | 274 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
@@ -883,7 +943,7 @@ chai@^4.3.7:
|
883 | 943 | pathval "^1.1.1"
|
884 | 944 | type-detect "^4.0.8"
|
885 | 945 |
|
886 |
| -chalk@^2.0.0: |
| 946 | +chalk@^2.0.0, chalk@^2.4.2: |
887 | 947 | version "2.4.2"
|
888 | 948 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
889 | 949 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments