|
48 | 48 | "@jridgewell/gen-mapping" "^0.3.5"
|
49 | 49 | "@jridgewell/trace-mapping" "^0.3.24"
|
50 | 50 |
|
51 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.7": |
| 51 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.25.7": |
52 | 52 | version "7.25.7"
|
53 | 53 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7"
|
54 | 54 | integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==
|
55 | 55 | dependencies:
|
56 | 56 | "@babel/highlight" "^7.25.7"
|
57 | 57 | picocolors "^1.0.0"
|
58 | 58 |
|
| 59 | +"@babel/code-frame@^7.12.13": |
| 60 | + version "7.25.9" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7" |
| 62 | + integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ== |
| 63 | + dependencies: |
| 64 | + "@babel/highlight" "^7.25.9" |
| 65 | + picocolors "^1.0.0" |
| 66 | + |
59 | 67 | "@babel/compat-data@^7.25.7":
|
60 | 68 | version "7.25.8"
|
61 | 69 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
|
|
139 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
|
140 | 148 | integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
|
141 | 149 |
|
142 |
| -"@babel/helper-validator-identifier@^7.25.7": |
143 |
| - version "7.25.7" |
144 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" |
145 |
| - integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== |
| 150 | +"@babel/helper-validator-identifier@^7.25.7", "@babel/helper-validator-identifier@^7.25.9": |
| 151 | + version "7.25.9" |
| 152 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 153 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
146 | 154 |
|
147 | 155 | "@babel/helper-validator-option@^7.25.7":
|
148 | 156 | version "7.25.7"
|
|
157 | 165 | "@babel/template" "^7.25.7"
|
158 | 166 | "@babel/types" "^7.25.7"
|
159 | 167 |
|
160 |
| -"@babel/highlight@^7.25.7": |
161 |
| - version "7.25.7" |
162 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" |
163 |
| - integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== |
| 168 | +"@babel/highlight@^7.25.7", "@babel/highlight@^7.25.9": |
| 169 | + version "7.25.9" |
| 170 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" |
| 171 | + integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== |
164 | 172 | dependencies:
|
165 |
| - "@babel/helper-validator-identifier" "^7.25.7" |
| 173 | + "@babel/helper-validator-identifier" "^7.25.9" |
166 | 174 | chalk "^2.4.2"
|
167 | 175 | js-tokens "^4.0.0"
|
168 | 176 | picocolors "^1.0.0"
|
|
1141 | 1149 | "@types/istanbul-lib-report" "*"
|
1142 | 1150 |
|
1143 | 1151 | "@types/jest@^29.5.2":
|
1144 |
| - version "29.5.13" |
1145 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc" |
1146 |
| - integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg== |
| 1152 | + version "29.5.14" |
| 1153 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5" |
| 1154 | + integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ== |
1147 | 1155 | dependencies:
|
1148 | 1156 | expect "^29.0.0"
|
1149 | 1157 | pretty-format "^29.0.0"
|
|
1165 | 1173 | dependencies:
|
1166 | 1174 | "@types/braces" "*"
|
1167 | 1175 |
|
1168 |
| -"@types/node@*", "@types/node@^22.0.0": |
| 1176 | +"@types/node@*": |
| 1177 | + version "22.7.9" |
| 1178 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.9.tgz#2bf2797b5e84702d8262ea2cf843c3c3c880d0e9" |
| 1179 | + integrity sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg== |
| 1180 | + dependencies: |
| 1181 | + undici-types "~6.19.2" |
| 1182 | + |
| 1183 | +"@types/node@^22.0.0": |
1169 | 1184 | version "22.7.8"
|
1170 | 1185 | resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.8.tgz#a1dbf0dc5f71bdd2642fc89caef65d58747ce825"
|
1171 | 1186 | integrity sha512-a922jJy31vqR5sk+kAdIENJjHblqcZ4RmERviFsER4WJcEONqxKcjNOlk0q7OUfrF5sddT+vng070cdfMlrPLg==
|
|
0 commit comments