|
330 | 330 | js-tokens "^4.0.0"
|
331 | 331 | picocolors "^1.0.0"
|
332 | 332 |
|
333 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0": |
334 |
| - version "7.25.0" |
335 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad" |
336 |
| - integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA== |
| 333 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.10", "@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
| 334 | + version "7.25.3" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
| 336 | + integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
| 337 | + dependencies: |
| 338 | + "@babel/types" "^7.25.2" |
337 | 339 |
|
338 |
| -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0": |
339 |
| - version "7.25.0" |
340 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz#328275f22d809b962978d998c6eba22a233ac8aa" |
341 |
| - integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw== |
| 340 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
| 341 | + version "7.25.3" |
| 342 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
| 343 | + integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA== |
342 | 344 | dependencies:
|
343 | 345 | "@babel/helper-plugin-utils" "^7.24.8"
|
344 |
| - "@babel/traverse" "^7.25.0" |
| 346 | + "@babel/traverse" "^7.25.3" |
345 | 347 |
|
346 | 348 | "@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
|
347 | 349 | version "7.25.0"
|
|
1109 | 1111 | semver "^6.3.1"
|
1110 | 1112 |
|
1111 | 1113 | "@babel/preset-env@^7.19.4":
|
1112 |
| - version "7.25.2" |
1113 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e" |
1114 |
| - integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw== |
| 1114 | + version "7.25.3" |
| 1115 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c" |
| 1116 | + integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g== |
1115 | 1117 | dependencies:
|
1116 | 1118 | "@babel/compat-data" "^7.25.2"
|
1117 | 1119 | "@babel/helper-compilation-targets" "^7.25.2"
|
1118 | 1120 | "@babel/helper-plugin-utils" "^7.24.8"
|
1119 | 1121 | "@babel/helper-validator-option" "^7.24.8"
|
1120 |
| - "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0" |
| 1122 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3" |
1121 | 1123 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
|
1122 | 1124 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
|
1123 | 1125 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
|
|
1281 | 1283 | "@babel/parser" "^7.25.0"
|
1282 | 1284 | "@babel/types" "^7.25.0"
|
1283 | 1285 |
|
1284 |
| -"@babel/traverse@^7.22.10", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2": |
1285 |
| - version "7.25.2" |
1286 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" |
1287 |
| - integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== |
| 1286 | +"@babel/traverse@^7.22.10", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3": |
| 1287 | + version "7.25.3" |
| 1288 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
| 1289 | + integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
1288 | 1290 | dependencies:
|
1289 | 1291 | "@babel/code-frame" "^7.24.7"
|
1290 | 1292 | "@babel/generator" "^7.25.0"
|
1291 |
| - "@babel/parser" "^7.25.0" |
| 1293 | + "@babel/parser" "^7.25.3" |
1292 | 1294 | "@babel/template" "^7.25.0"
|
1293 | 1295 | "@babel/types" "^7.25.2"
|
1294 | 1296 | debug "^4.3.1"
|
|
2300 | 2302 | "@types/node" "*"
|
2301 | 2303 |
|
2302 | 2304 | "@types/node@*":
|
2303 |
| - version "22.0.0" |
2304 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.0.tgz#04862a2a71e62264426083abe1e27e87cac05a30" |
2305 |
| - integrity sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw== |
| 2305 | + version "22.0.2" |
| 2306 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.2.tgz#9fb1a2b31970871e8bf696f0e8a40d2e6d2bd04e" |
| 2307 | + integrity sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ== |
2306 | 2308 | dependencies:
|
2307 | 2309 | undici-types "~6.11.1"
|
2308 | 2310 |
|
@@ -3772,9 +3774,9 @@ caniuse-api@^3.0.0:
|
3772 | 3774 | lodash.uniq "^4.5.0"
|
3773 | 3775 |
|
3774 | 3776 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001640:
|
3775 |
| - version "1.0.30001644" |
3776 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001644.tgz#bcd4212a7a03bdedba1ea850b8a72bfe4bec2395" |
3777 |
| - integrity sha512-YGvlOZB4QhZuiis+ETS0VXR+MExbFf4fZYYeMTEE0aTQd/RdIjkTyZjLrbYVKnHzppDvnOhritRVv+i7Go6mHw== |
| 3777 | + version "1.0.30001646" |
| 3778 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz#d472f2882259ba032dd73ee069ff01bfd059b25d" |
| 3779 | + integrity sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw== |
3778 | 3780 |
|
3779 | 3781 | chai-nightwatch@~0.1.x:
|
3780 | 3782 | version "0.1.1"
|
@@ -4938,9 +4940,9 @@ ejs@^2.6.1:
|
4938 | 4940 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
|
4939 | 4941 |
|
4940 | 4942 | electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.820:
|
4941 |
| - version "1.5.3" |
4942 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.3.tgz#032bbb8661c0449656fd896e805c8f7150229a0f" |
4943 |
| - integrity sha512-QNdYSS5i8D9axWp/6XIezRObRHqaav/ur9z1VzCDUCH1XIFOr9WQk5xmgunhsTpjjgDy3oLxO/WMOVZlpUQrlA== |
| 4943 | + version "1.5.4" |
| 4944 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343" |
| 4945 | + integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA== |
4944 | 4946 |
|
4945 | 4947 | emittery@^0.13.1:
|
4946 | 4948 | version "0.13.1"
|
|
0 commit comments