diff options
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | package.json | 9 | ||||
-rw-r--r-- | public/assets/icons/README.md | 12 | ||||
-rw-r--r-- | public/assets/icons/apple-touch-icon.png | bin | 0 -> 13231 bytes | |||
-rw-r--r-- | public/assets/icons/favicon-16x16.png | bin | 790 -> 0 bytes | |||
-rw-r--r-- | public/assets/icons/favicon-32x32.png | bin | 2319 -> 0 bytes | |||
-rw-r--r-- | public/assets/icons/favicon.ico | bin | 0 -> 15086 bytes | |||
-rw-r--r-- | public/assets/icons/icon-any.png | bin | 76888 -> 0 bytes | |||
-rw-r--r-- | public/assets/icons/icon-any.svg | 1 | ||||
-rw-r--r-- | public/assets/icons/icon-maskable.png | bin | 126657 -> 0 bytes | |||
-rw-r--r-- | public/assets/icons/pwa-192x192.png | bin | 0 -> 14256 bytes | |||
-rw-r--r-- | public/assets/icons/pwa-512x512.png | bin | 0 -> 39220 bytes | |||
-rw-r--r-- | public/assets/icons/safari-pinned-tab.svg | 3 | ||||
-rw-r--r-- | public/assets/manifest.json | 42 | ||||
-rw-r--r-- | public/logo.png | bin | 37168 -> 0 bytes | |||
-rw-r--r-- | public/logo.svg | 1 | ||||
-rw-r--r-- | public/robots.txt | 2 | ||||
-rw-r--r-- | src/registerServiceWorker.js | 34 | ||||
-rw-r--r-- | vite.config.js | 31 | ||||
-rw-r--r-- | yarn.lock | 3546 |
20 files changed, 1357 insertions, 2330 deletions
@@ -2,10 +2,12 @@ | |||
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
5 | <link rel="icon" href="/favicon.ico" /> | 5 | <link rel="icon" href="assets/favicon.ico" /> |
6 | <link rel="apple-touch-icon" href="assets/apple-touch-icon.png" sizes="180x180"> | ||
7 | <meta name="theme-color" content="#3367D6"> | ||
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> | 8 | <meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> |
7 | <meta name="robots" content="noindex"> | ||
8 | <title>Homer</title> | 9 | <title>Homer</title> |
10 | <meta name="description" content="Home Server Dashboard"> | ||
9 | </head> | 11 | </head> |
10 | <body> | 12 | <body> |
11 | <div id="app"></div> | 13 | <div id="app"></div> |
diff --git a/package.json b/package.json index 9efa8a1..8643569 100644 --- a/package.json +++ b/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "homer", | 2 | "name": "homer", |
3 | "version": "21.09.1", | 3 | "version": "22.07.1", |
4 | "scripts": { | 4 | "scripts": { |
5 | "dev": "vite", | 5 | "dev": "vite", |
6 | "build": "vite build", | 6 | "build": "vite build", |
@@ -12,19 +12,18 @@ | |||
12 | "bulma": "^0.9.4", | 12 | "bulma": "^0.9.4", |
13 | "js-yaml": "^4.1.0", | 13 | "js-yaml": "^4.1.0", |
14 | "lodash.merge": "^4.6.2", | 14 | "lodash.merge": "^4.6.2", |
15 | "register-service-worker": "^1.7.2", | ||
16 | "vue": "^3.2.33" | 15 | "vue": "^3.2.33" |
17 | }, | 16 | }, |
18 | "devDependencies": { | 17 | "devDependencies": { |
19 | "@rushstack/eslint-patch": "^1.1.0", | 18 | "@rushstack/eslint-patch": "^1.1.0", |
20 | "@vitejs/plugin-vue": "^2.3.1", | 19 | "@vitejs/plugin-vue": "^2.3.1", |
21 | "@vue/cli-plugin-pwa": "^5.0.4", | ||
22 | "@vue/eslint-config-prettier": "^7.0.0", | 20 | "@vue/eslint-config-prettier": "^7.0.0", |
23 | "eslint": "^8.5.0", | 21 | "eslint": "^8.5.0", |
24 | "eslint-plugin-vue": "^8.2.0", | 22 | "eslint-plugin-vue": "^9.1.1", |
25 | "prettier": "^2.5.1", | 23 | "prettier": "^2.5.1", |
26 | "sass": "^1.52.2", | 24 | "sass": "^1.52.2", |
27 | "vite": "^2.9.9" | 25 | "vite": "^2.9.9", |
26 | "vite-plugin-pwa": "^0.12.2" | ||
28 | }, | 27 | }, |
29 | "license": "Apache-2.0" | 28 | "license": "Apache-2.0" |
30 | } | 29 | } |
diff --git a/public/assets/icons/README.md b/public/assets/icons/README.md new file mode 100644 index 0000000..015169b --- /dev/null +++ b/public/assets/icons/README.md | |||
@@ -0,0 +1,12 @@ | |||
1 | # PWA Icons / Images | ||
2 | |||
3 | We suggest you to create a svg or png icon (if it is a png icon, with the maximum resolution possible) for your application and use it to generate a favicon package in [Favicon Generator](https://realfavicongenerator.net/). | ||
4 | |||
5 | Once generated, download the ZIP and use android-* icons for pwa-*: | ||
6 | |||
7 | - use `android-chrome-192x192.png` for `pwa-192x192.png` | ||
8 | - use `android-chrome-512x512.png` for `pwa-512x512.png` | ||
9 | - `apple-touch-icon.png` is `apple-touch-icon.png` | ||
10 | - `favicon.ico` is `favicon.ico` | ||
11 | |||
12 | ` | ||
diff --git a/public/assets/icons/apple-touch-icon.png b/public/assets/icons/apple-touch-icon.png new file mode 100644 index 0000000..32b68eb --- /dev/null +++ b/public/assets/icons/apple-touch-icon.png | |||
Binary files differ | |||
diff --git a/public/assets/icons/favicon-16x16.png b/public/assets/icons/favicon-16x16.png deleted file mode 100644 index c3e9869..0000000 --- a/public/assets/icons/favicon-16x16.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/public/assets/icons/favicon-32x32.png b/public/assets/icons/favicon-32x32.png deleted file mode 100644 index ad5172e..0000000 --- a/public/assets/icons/favicon-32x32.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/public/assets/icons/favicon.ico b/public/assets/icons/favicon.ico new file mode 100644 index 0000000..c8d571f --- /dev/null +++ b/public/assets/icons/favicon.ico | |||
Binary files differ | |||
diff --git a/public/assets/icons/icon-any.png b/public/assets/icons/icon-any.png deleted file mode 100644 index c444c5c..0000000 --- a/public/assets/icons/icon-any.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/public/assets/icons/icon-any.svg b/public/assets/icons/icon-any.svg deleted file mode 100644 index 89f4ef7..0000000 --- a/public/assets/icons/icon-any.svg +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 458 458" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M228.515,7c122.257,0 221.515,99.258 221.515,221.515c-0,122.257 -99.258,221.515 -221.515,221.515c-122.257,-0 -221.515,-99.258 -221.515,-221.515c0,-122.257 99.258,-221.515 221.515,-221.515Zm0.602,155.453c36.865,0 66.795,29.93 66.795,66.795c-0,36.865 -29.93,66.795 -66.795,66.795c-36.865,-0 -66.795,-29.93 -66.795,-66.795c0,-36.865 29.93,-66.795 66.795,-66.795Z" style="fill:#fff;"/><path d="M210.443,0.454c-30.902,2.68 -57.723,10.284 -84.925,24.073c-44.377,22.496 -78.367,56.484 -100.84,100.837c-16.909,33.372 -24.413,65.036 -24.388,102.908c0.018,27.763 3.015,46.745 11.441,72.436c15.983,48.738 49.019,91.343 93.328,120.36c20.708,13.562 52.243,26.337 77.669,31.467c35.566,7.174 74.997,5.712 108.907,-4.038c82.411,-23.696 144.411,-91.178 161.485,-175.764c2.977,-14.751 5.421,-40.566 4.776,-50.456c-3.396,-52.026 -18.921,-95.168 -47.992,-133.355c-8.213,-10.79 -25.969,-28.975 -37.047,-37.942c-32.978,-26.695 -73.047,-43.844 -115.456,-49.414c-11.108,-1.459 -36.131,-2.052 -46.958,-1.112m0.701,18.027c-49.722,4.439 -95.627,25.944 -131.096,61.412c-32.648,32.649 -52.821,72.665 -59.999,119.02c-2.042,13.184 -2.335,42.995 -0.544,55.336c3.928,27.08 11.501,50.89 23.106,72.645c4.685,8.785 13.814,23.27 14.664,23.27c1.266,-0 6.104,-3.143 7.928,-5.151c1.172,-1.289 4.653,-6.452 7.736,-11.475c3.083,-5.021 7.273,-10.594 9.309,-12.382c13.587,-11.929 36.035,-10.822 47.948,2.364c4.888,5.411 8.349,13.509 13.225,30.946c5.377,19.225 8.333,26.997 12.691,33.369c6.278,9.178 14.497,11.32 24.281,6.329c5.001,-2.552 8.116,-6.867 15.215,-21.082c10.424,-20.871 20.719,-29.135 36.293,-29.135c13.179,0 20.531,4.828 31.467,20.663c8.435,12.215 11.783,14.772 19.487,14.884c4.206,0.061 6.278,-0.536 10.147,-2.917c6.234,-3.835 10.173,-9.77 15.381,-23.165c8.598,-22.117 15.209,-31.263 26.642,-36.856c4.829,-2.363 7.036,-2.828 13.289,-2.797c15.663,0.075 25.038,7.921 32.5,27.199c3.718,9.602 8.411,14.201 14.493,14.201c2.63,0 14.394,-18.033 22.485,-34.469c15.478,-31.439 22.339,-63.769 21.095,-99.412c-1.112,-31.871 -7.759,-58.287 -21.614,-85.895c-10.68,-21.282 -20.901,-35.697 -37.445,-52.806c-32.706,-33.825 -72.222,-54.528 -118.514,-62.091c-13.983,-2.284 -36.819,-3.197 -50.17,-2.005m-49.507,30.796c-1.456,1.564 -5.29,6.698 -8.519,11.41c-5.267,7.684 -5.803,8.93 -5.209,12.1c1.169,6.23 7.776,9.384 13.261,6.333c1.199,-0.668 5.235,-5.484 8.969,-10.704c5.572,-7.79 6.789,-10.181 6.789,-13.345c-0,-7.959 -9.811,-11.676 -15.291,-5.794m148.81,15.157c-12.212,4.523 -14.535,6.423 -14.535,11.898c-0,4.702 2.456,7.79 6.851,8.616c2.882,0.54 18.499,-4.204 25.215,-7.661c4.958,-2.551 5.693,-9.688 1.436,-13.945c-3.805,-3.805 -6.105,-3.672 -18.967,1.092m-87.687,42.34c-2.23,1.918 -2.781,3.232 -2.781,6.638c0,3.839 0.48,4.671 4.974,8.648c10.894,9.641 15.248,12.495 19.059,12.495c7.358,0 11.573,-8.986 6.742,-14.376c-2.517,-2.808 -15.322,-13.216 -18.015,-14.642c-3.413,-1.806 -6.95,-1.369 -9.979,1.237m-92.825,26.978c-1.817,0.805 -3.618,2.673 -4.402,4.565c-1.218,2.939 -1.006,4.163 2.558,14.857c2.161,6.482 4.871,12.653 6.106,13.903c4.348,4.401 13.195,1.795 14.735,-4.34c0.856,-3.413 -5.846,-24.052 -8.792,-27.072c-2.83,-2.901 -6.442,-3.578 -10.205,-1.913m201.4,11.879c-3.338,1.676 -12.616,24.055 -11.619,28.027c1.628,6.488 10.99,9.187 15.294,4.409c1.64,-1.82 6.379,-13.086 9.692,-23.036c0.817,-2.452 -1.746,-8.278 -4.225,-9.605c-2.654,-1.42 -6.057,-1.344 -9.142,0.205m-113.422,8.695c-8.28,1.217 -16.503,3.953 -24.955,8.306c-11.171,5.751 -24.412,18.993 -30.198,30.199c-10.071,19.506 -11.672,40.127 -4.706,60.61c8.081,23.759 27.762,41.419 53.357,47.881c7.099,1.793 10.398,2.057 20.482,1.648c20.224,-0.823 35.333,-7.426 49.57,-21.662c14.236,-14.236 20.839,-29.346 21.661,-49.57c0.41,-10.084 0.145,-13.383 -1.647,-20.482c-7.82,-30.974 -31.591,-52.548 -62.663,-56.869c-8.314,-1.156 -13.35,-1.171 -20.901,-0.061m1.869,18.033c-40.97,7.302 -60.962,53.331 -38.046,87.593c19.246,28.776 58.98,33.781 84.541,10.649c27.43,-24.821 24.714,-67.954 -5.58,-88.654c-11.965,-8.174 -27.896,-11.908 -40.915,-9.588m-163.947,16.405c-8.625,6.34 -10.235,7.961 -10.78,10.87c-0.716,3.818 1.39,9.003 4.076,10.034c4.568,1.752 8.223,0.56 16.537,-5.393c4.617,-3.308 9.408,-7.154 10.644,-8.548c5.126,-5.78 1.234,-14.413 -6.497,-14.413c-3.205,-0 -5.519,1.233 -13.98,7.45m341.896,6.992c-1.556,1.556 -2.453,3.592 -2.453,5.57c0,3.941 7.618,23.573 10.116,26.072c1.863,1.862 7.081,2.497 10.321,1.253c1.94,-0.745 4.541,-5.486 4.541,-8.275c0,-3.37 -8.046,-23.047 -10.272,-25.122c-3.07,-2.86 -9.14,-2.612 -12.253,0.502m-397.731,32.516c0,5.77 0.165,8.13 0.367,5.245c0.201,-2.884 0.201,-7.606 -0,-10.49c-0.202,-2.885 -0.367,-0.525 -0.367,5.245m338.495,35.695c-7.197,3.967 -10.777,6.568 -11.821,8.585c-2.908,5.624 1.25,12.669 7.478,12.669c5.149,0 23.685,-10.171 25.725,-14.116c3.056,-5.91 -1.254,-12.878 -7.945,-12.844c-1.888,0.009 -7.173,2.253 -13.437,5.706m-255.611,7.661c-2.222,1.911 -2.78,3.236 -2.78,6.6c-0,6.463 2.854,8.336 15.768,10.347c14.227,2.217 15.312,2.143 18.733,-1.278c3.625,-3.626 3.842,-7.886 0.594,-11.664c-2.019,-2.345 -3.781,-2.945 -13.239,-4.505c-14.331,-2.363 -15.793,-2.324 -19.076,0.5m13.401,59.625c-3.583,1.892 -5.285,4.087 -13.653,17.609c-3.147,5.084 -8.109,10.178 -13.073,13.416l-2.489,1.623l9.492,9.749c18.105,18.594 36.741,32.48 57.59,42.908c72.477,36.251 156.791,28.471 221.657,-20.455c9.035,-6.815 28.479,-24.48 28.479,-25.874c0,-0.41 -2.211,-2.178 -4.913,-3.93c-5.499,-3.562 -10.04,-9.763 -13.057,-17.825c-4.626,-12.365 -7.81,-16.256 -15.084,-18.435c-3.407,-1.021 -4.383,-0.862 -9.249,1.519c-6.961,3.406 -11.195,9.414 -17.012,24.135c-6.451,16.327 -10.25,23.204 -15.964,28.9c-13.514,13.474 -33.214,14.94 -47.604,3.542c-2.108,-1.669 -6.995,-7.681 -10.861,-13.361c-9.248,-13.586 -14.163,-16.747 -22.562,-14.512c-6.505,1.731 -12.195,8.535 -19.527,23.351c-10.729,21.679 -20.01,28.745 -37.977,28.915c-7.378,0.069 -9.241,-0.288 -14.201,-2.723c-13.015,-6.392 -18.582,-16.828 -30.216,-56.644c-2.006,-6.869 -4.749,-14.166 -6.093,-16.216c-4.797,-7.313 -15.664,-9.925 -23.683,-5.692" style="fill:url(#_Linear1);"/></g><defs><linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.79874e-14,457.069,-457.069,2.79874e-14,229.145,0)"><stop offset="0" style="stop-color:#206eff;stop-opacity:1"/><stop offset="1" style="stop-color:#c323ff;stop-opacity:1"/></linearGradient></defs></svg> \ No newline at end of file | ||
diff --git a/public/assets/icons/icon-maskable.png b/public/assets/icons/icon-maskable.png deleted file mode 100644 index 896ca66..0000000 --- a/public/assets/icons/icon-maskable.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/public/assets/icons/pwa-192x192.png b/public/assets/icons/pwa-192x192.png new file mode 100644 index 0000000..36d8775 --- /dev/null +++ b/public/assets/icons/pwa-192x192.png | |||
Binary files differ | |||
diff --git a/public/assets/icons/pwa-512x512.png b/public/assets/icons/pwa-512x512.png new file mode 100644 index 0000000..8f27647 --- /dev/null +++ b/public/assets/icons/pwa-512x512.png | |||
Binary files differ | |||
diff --git a/public/assets/icons/safari-pinned-tab.svg b/public/assets/icons/safari-pinned-tab.svg deleted file mode 100644 index 26dc0ef..0000000 --- a/public/assets/icons/safari-pinned-tab.svg +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | <svg xmlns="http://www.w3.org/2000/svg" width="458" height="458" viewBox="0 0 458 458" version="1.1"> | ||
2 | <path d="M 211 0.979 C 180.071 3.662, 153.226 11.272, 126 25.074 C 81.583 47.590, 47.563 81.608, 25.070 126 C 8.146 159.402, 0.635 191.094, 0.660 229 C 0.678 256.788, 3.678 275.786, 12.111 301.500 C 28.109 350.282, 61.174 392.925, 105.522 421.967 C 126.249 435.541, 157.812 448.328, 183.261 453.462 C 218.858 460.643, 258.324 459.179, 292.264 449.421 C 374.749 425.704, 436.804 358.162, 453.893 273.500 C 456.873 258.736, 459.319 232.898, 458.673 223 C 455.274 170.927, 439.735 127.747, 410.639 89.526 C 402.418 78.726, 384.646 60.525, 373.559 51.550 C 340.551 24.831, 300.447 7.667, 258 2.092 C 246.882 0.632, 221.837 0.038, 211 0.979 M 211.702 19.022 C 161.936 23.465, 115.990 44.989, 80.489 80.489 C 47.812 113.167, 27.621 153.219, 20.437 199.615 C 18.393 212.810, 18.100 242.648, 19.892 255 C 23.824 282.104, 31.404 305.935, 43.019 327.710 C 47.708 336.502, 56.845 351, 57.696 351 C 58.963 351, 63.805 347.854, 65.631 345.845 C 66.804 344.555, 70.288 339.387, 73.374 334.360 C 76.460 329.334, 80.653 323.756, 82.691 321.966 C 96.290 310.027, 118.758 311.135, 130.682 324.333 C 135.574 329.748, 139.038 337.854, 143.919 355.306 C 149.300 374.548, 152.259 382.327, 156.621 388.705 C 162.904 397.891, 171.131 400.035, 180.923 395.039 C 185.929 392.485, 189.047 388.166, 196.152 373.939 C 206.585 353.049, 216.889 344.778, 232.477 344.778 C 245.668 344.778, 253.027 349.610, 263.972 365.459 C 272.415 377.685, 275.766 380.244, 283.477 380.356 C 287.686 380.417, 289.760 379.820, 293.633 377.437 C 299.872 373.598, 303.815 367.658, 309.027 354.251 C 317.633 332.115, 324.250 322.960, 335.693 317.362 C 340.526 314.997, 342.735 314.532, 348.994 314.563 C 364.671 314.638, 374.054 322.491, 381.523 341.786 C 385.244 351.397, 389.941 356, 396.029 356 C 398.661 356, 410.435 337.951, 418.534 321.500 C 434.025 290.033, 440.892 257.674, 439.647 222 C 438.534 190.100, 431.881 163.661, 418.014 136.028 C 407.325 114.727, 397.095 100.300, 380.536 83.175 C 347.801 49.320, 308.250 28.599, 261.916 21.029 C 247.921 18.743, 225.065 17.829, 211.702 19.022 M 162.151 49.846 C 160.693 51.411, 156.856 56.550, 153.624 61.266 C 148.352 68.957, 147.816 70.204, 148.411 73.377 C 149.581 79.612, 156.193 82.769, 161.683 79.715 C 162.883 79.047, 166.923 74.226, 170.660 69.002 C 176.237 61.205, 177.455 58.812, 177.455 55.645 C 177.455 47.679, 167.636 43.958, 162.151 49.846 M 311.093 65.016 C 298.870 69.543, 296.545 71.445, 296.545 76.925 C 296.545 81.631, 299.003 84.722, 303.402 85.548 C 306.287 86.089, 321.918 81.341, 328.640 77.881 C 333.602 75.327, 334.338 68.184, 330.077 63.923 C 326.269 60.115, 323.967 60.248, 311.093 65.016 M 223.328 107.394 C 221.096 109.314, 220.545 110.629, 220.545 114.038 C 220.545 117.880, 221.025 118.713, 225.523 122.693 C 236.427 132.343, 240.785 135.200, 244.599 135.200 C 251.964 135.200, 256.182 126.206, 251.347 120.811 C 248.828 118, 236.011 107.583, 233.316 106.156 C 229.900 104.348, 226.360 104.786, 223.328 107.394 M 130.421 134.396 C 128.602 135.202, 126.799 137.071, 126.015 138.965 C 124.796 141.906, 125.008 143.132, 128.575 153.835 C 130.738 160.323, 133.450 166.499, 134.686 167.750 C 139.038 172.155, 147.893 169.547, 149.434 163.407 C 150.291 159.991, 143.583 139.333, 140.635 136.311 C 137.802 133.407, 134.187 132.729, 130.421 134.396 M 332 146.285 C 328.659 147.963, 319.372 170.362, 320.370 174.337 C 322 180.831, 331.370 183.532, 335.678 178.750 C 337.319 176.929, 342.063 165.653, 345.379 155.694 C 346.196 153.240, 343.631 147.408, 341.150 146.080 C 338.493 144.659, 335.087 144.735, 332 146.285 M 218.477 154.988 C 210.189 156.206, 201.959 158.945, 193.500 163.301 C 182.319 169.058, 169.066 182.311, 163.275 193.527 C 153.195 213.051, 151.592 233.690, 158.565 254.191 C 166.653 277.971, 186.351 295.647, 211.969 302.115 C 219.074 303.909, 222.376 304.174, 232.469 303.764 C 252.711 302.941, 267.834 296.332, 282.083 282.083 C 296.332 267.834, 302.941 252.711, 303.764 232.469 C 304.174 222.376, 303.909 219.074, 302.115 211.969 C 294.288 180.967, 270.496 159.374, 239.396 155.049 C 231.075 153.892, 226.035 153.877, 218.477 154.988 M 220.347 173.037 C 179.341 180.346, 159.331 226.416, 182.268 260.708 C 201.531 289.510, 241.300 294.519, 266.884 271.367 C 294.338 246.523, 291.620 203.352, 261.299 182.634 C 249.323 174.452, 233.378 170.715, 220.347 173.037 M 56.255 189.457 C 47.622 195.802, 46.011 197.425, 45.465 200.336 C 44.748 204.158, 46.856 209.347, 49.545 210.379 C 54.117 212.133, 57.775 210.940, 66.096 204.982 C 70.718 201.671, 75.513 197.821, 76.750 196.426 C 81.880 190.641, 77.985 182, 70.247 182 C 67.039 182, 64.723 183.234, 56.255 189.457 M 398.455 196.455 C 396.897 198.012, 396 200.050, 396 202.030 C 396 205.974, 403.624 225.624, 406.125 228.125 C 407.989 229.989, 413.212 230.624, 416.455 229.379 C 418.396 228.634, 421 223.888, 421 221.097 C 421 217.724, 412.947 198.029, 410.719 195.953 C 407.646 193.090, 401.571 193.338, 398.455 196.455 M 0.370 229 C 0.370 234.775, 0.535 237.137, 0.737 234.250 C 0.939 231.363, 0.939 226.637, 0.737 223.750 C 0.535 220.863, 0.370 223.225, 0.370 229 M 339.166 264.727 C 331.963 268.697, 328.379 271.300, 327.335 273.319 C 324.424 278.948, 328.586 286, 334.819 286 C 339.973 286, 358.525 275.819, 360.567 271.871 C 363.626 265.956, 359.312 258.982, 352.615 259.016 C 350.725 259.025, 345.436 261.271, 339.166 264.727 M 83.328 272.394 C 81.104 274.307, 80.545 275.633, 80.545 279 C 80.545 285.469, 83.402 287.344, 96.327 289.357 C 110.567 291.575, 111.653 291.501, 115.077 288.077 C 118.705 284.448, 118.922 280.184, 115.671 276.403 C 113.651 274.056, 111.887 273.455, 102.421 271.894 C 88.077 269.529, 86.614 269.568, 83.328 272.394 M 96.741 332.072 C 93.154 333.966, 91.451 336.163, 83.075 349.697 C 79.926 354.786, 74.959 359.884, 69.991 363.125 L 67.500 364.750 77 374.507 C 95.121 393.118, 113.774 407.016, 134.641 417.453 C 207.183 453.737, 291.572 445.950, 356.495 396.980 C 365.538 390.159, 385 372.478, 385 371.083 C 385 370.673, 382.787 368.903, 380.082 367.150 C 374.579 363.584, 370.033 357.378, 367.014 349.309 C 362.384 336.933, 359.197 333.038, 351.916 330.857 C 348.506 329.835, 347.529 329.995, 342.659 332.378 C 335.692 335.787, 331.454 341.800, 325.632 356.534 C 319.175 372.876, 315.373 379.759, 309.654 385.460 C 296.128 398.946, 276.410 400.413, 262.007 389.005 C 259.898 387.335, 255.006 381.317, 251.137 375.632 C 241.881 362.034, 236.961 358.870, 228.555 361.107 C 222.044 362.840, 216.349 369.650, 209.010 384.479 C 198.272 406.177, 188.983 413.250, 171 413.420 C 163.615 413.489, 161.750 413.132, 156.786 410.694 C 143.759 404.297, 138.187 393.851, 126.543 354 C 124.535 347.125, 121.790 339.821, 120.445 337.770 C 115.643 330.450, 104.767 327.836, 96.741 332.072" stroke="none" fill="black" fill-rule="evenodd"/> | ||
3 | </svg> \ No newline at end of file | ||
diff --git a/public/assets/manifest.json b/public/assets/manifest.json deleted file mode 100644 index 1c98730..0000000 --- a/public/assets/manifest.json +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | { | ||
2 | "name": "Homer Dashboard", | ||
3 | "short_name": "Homer", | ||
4 | "theme_color": "#3367D6", | ||
5 | "start_url": "../", | ||
6 | "icons": [ | ||
7 | { | ||
8 | "src": "./icons/favicon-16x16.png", | ||
9 | "sizes": "16x16", | ||
10 | "type": "image/png" | ||
11 | }, | ||
12 | { | ||
13 | "src": "./icons/favicon-32x32.png", | ||
14 | "sizes": "32x32", | ||
15 | "type": "image/png" | ||
16 | }, | ||
17 | { | ||
18 | "src": "./icons/icon-any.png", | ||
19 | "sizes": "512x512", | ||
20 | "type": "image/png", | ||
21 | "purpose": "any" | ||
22 | }, | ||
23 | { | ||
24 | "src": "./icons/icon-any.svg", | ||
25 | "sizes": "any", | ||
26 | "type": "image/svg+xml", | ||
27 | "purpose": "any" | ||
28 | }, | ||
29 | { | ||
30 | "src": "./icons/icon-maskable.png", | ||
31 | "sizes": "512x512", | ||
32 | "type": "image/png", | ||
33 | "purpose": "maskable" | ||
34 | }, | ||
35 | { | ||
36 | "src": "./icons/safari-pinned-tab.svg", | ||
37 | "sizes": "any", | ||
38 | "type": "image/svg+xml", | ||
39 | "purpose": "monochrome" | ||
40 | } | ||
41 | ] | ||
42 | } | ||
diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index e088a4a..0000000 --- a/public/logo.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..89b99a1 --- /dev/null +++ b/public/logo.svg | |||
@@ -0,0 +1 @@ | |||
<svg viewBox="0 0 458 458" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M228.515 7C350.772 7 450.03 106.258 450.03 228.515c0 122.257-99.258 221.515-221.515 221.515C106.258 450.03 7 350.772 7 228.515 7 106.258 106.258 7 228.515 7Zm.602 155.453c36.865 0 66.795 29.93 66.795 66.795s-29.93 66.795-66.795 66.795-66.795-29.93-66.795-66.795 29.93-66.795 66.795-66.795Z" style="fill:#fff"/><path d="M210.443.454c-30.902 2.68-57.723 10.284-84.925 24.073-44.377 22.496-78.367 56.484-100.84 100.837C7.769 158.736.265 190.4.29 228.272c.018 27.763 3.015 46.745 11.441 72.436 15.983 48.738 49.019 91.343 93.328 120.36 20.708 13.562 52.243 26.337 77.669 31.467 35.566 7.174 74.997 5.712 108.907-4.038 82.411-23.696 144.411-91.178 161.485-175.764 2.977-14.751 5.421-40.566 4.776-50.456-3.396-52.026-18.921-95.168-47.992-133.355-8.213-10.79-25.969-28.975-37.047-37.942C339.879 24.285 299.81 7.136 257.401 1.566 246.293.107 221.27-.486 210.443.454m.701 18.027c-49.722 4.439-95.627 25.944-131.096 61.412-32.648 32.649-52.821 72.665-59.999 119.02-2.042 13.184-2.335 42.995-.544 55.336 3.928 27.08 11.501 50.89 23.106 72.645 4.685 8.785 13.814 23.27 14.664 23.27 1.266 0 6.104-3.143 7.928-5.151 1.172-1.289 4.653-6.452 7.736-11.475 3.083-5.021 7.273-10.594 9.309-12.382 13.587-11.929 36.035-10.822 47.948 2.364 4.888 5.411 8.349 13.509 13.225 30.946 5.377 19.225 8.333 26.997 12.691 33.369 6.278 9.178 14.497 11.32 24.281 6.329 5.001-2.552 8.116-6.867 15.215-21.082 10.424-20.871 20.719-29.135 36.293-29.135 13.179 0 20.531 4.828 31.467 20.663 8.435 12.215 11.783 14.772 19.487 14.884 4.206.061 6.278-.536 10.147-2.917 6.234-3.835 10.173-9.77 15.381-23.165 8.598-22.117 15.209-31.263 26.642-36.856 4.829-2.363 7.036-2.828 13.289-2.797 15.663.075 25.038 7.921 32.5 27.199 3.718 9.602 8.411 14.201 14.493 14.201 2.63 0 14.394-18.033 22.485-34.469 15.478-31.439 22.339-63.769 21.095-99.412-1.112-31.871-7.759-58.287-21.614-85.895-10.68-21.282-20.901-35.697-37.445-52.806-32.706-33.825-72.222-54.528-118.514-62.091-13.983-2.284-36.819-3.197-50.17-2.005m-49.507 30.796c-1.456 1.564-5.29 6.698-8.519 11.41-5.267 7.684-5.803 8.93-5.209 12.1 1.169 6.23 7.776 9.384 13.261 6.333 1.199-.668 5.235-5.484 8.969-10.704 5.572-7.79 6.789-10.181 6.789-13.345 0-7.959-9.811-11.676-15.291-5.794m148.81 15.157c-12.212 4.523-14.535 6.423-14.535 11.898 0 4.702 2.456 7.79 6.851 8.616 2.882.54 18.499-4.204 25.215-7.661 4.958-2.551 5.693-9.688 1.436-13.945-3.805-3.805-6.105-3.672-18.967 1.092m-87.687 42.34c-2.23 1.918-2.781 3.232-2.781 6.638 0 3.839.48 4.671 4.974 8.648 10.894 9.641 15.248 12.495 19.059 12.495 7.358 0 11.573-8.986 6.742-14.376-2.517-2.808-15.322-13.216-18.015-14.642-3.413-1.806-6.95-1.369-9.979 1.237m-92.825 26.978c-1.817.805-3.618 2.673-4.402 4.565-1.218 2.939-1.006 4.163 2.558 14.857 2.161 6.482 4.871 12.653 6.106 13.903 4.348 4.401 13.195 1.795 14.735-4.34.856-3.413-5.846-24.052-8.792-27.072-2.83-2.901-6.442-3.578-10.205-1.913m201.4 11.879c-3.338 1.676-12.616 24.055-11.619 28.027 1.628 6.488 10.99 9.187 15.294 4.409 1.64-1.82 6.379-13.086 9.692-23.036.817-2.452-1.746-8.278-4.225-9.605-2.654-1.42-6.057-1.344-9.142.205m-113.422 8.695c-8.28 1.217-16.503 3.953-24.955 8.306-11.171 5.751-24.412 18.993-30.198 30.199-10.071 19.506-11.672 40.127-4.706 60.61 8.081 23.759 27.762 41.419 53.357 47.881 7.099 1.793 10.398 2.057 20.482 1.648 20.224-.823 35.333-7.426 49.57-21.662 14.236-14.236 20.839-29.346 21.661-49.57.41-10.084.145-13.383-1.647-20.482-7.82-30.974-31.591-52.548-62.663-56.869-8.314-1.156-13.35-1.171-20.901-.061m1.869 18.033c-40.97 7.302-60.962 53.331-38.046 87.593 19.246 28.776 58.98 33.781 84.541 10.649 27.43-24.821 24.714-67.954-5.58-88.654-11.965-8.174-27.896-11.908-40.915-9.588M55.835 188.764c-8.625 6.34-10.235 7.961-10.78 10.87-.716 3.818 1.39 9.003 4.076 10.034 4.568 1.752 8.223.56 16.537-5.393 4.617-3.308 9.408-7.154 10.644-8.548 5.126-5.78 1.234-14.413-6.497-14.413-3.205 0-5.519 1.233-13.98 7.45m341.896 6.992c-1.556 1.556-2.453 3.592-2.453 5.57 0 3.941 7.618 23.573 10.116 26.072 1.863 1.862 7.081 2.497 10.321 1.253 1.94-.745 4.541-5.486 4.541-8.275 0-3.37-8.046-23.047-10.272-25.122-3.07-2.86-9.14-2.612-12.253.502M0 228.272c0 5.77.165 8.13.367 5.245.201-2.884.201-7.606 0-10.49-.202-2.885-.367-.525-.367 5.245m338.495 35.695c-7.197 3.967-10.777 6.568-11.821 8.585-2.908 5.624 1.25 12.669 7.478 12.669 5.149 0 23.685-10.171 25.725-14.116 3.056-5.91-1.254-12.878-7.945-12.844-1.888.009-7.173 2.253-13.437 5.706m-255.611 7.661c-2.222 1.911-2.78 3.236-2.78 6.6 0 6.463 2.854 8.336 15.768 10.347 14.227 2.217 15.312 2.143 18.733-1.278 3.625-3.626 3.842-7.886.594-11.664-2.019-2.345-3.781-2.945-13.239-4.505-14.331-2.363-15.793-2.324-19.076.5m13.401 59.625c-3.583 1.892-5.285 4.087-13.653 17.609-3.147 5.084-8.109 10.178-13.073 13.416l-2.489 1.623 9.492 9.749c18.105 18.594 36.741 32.48 57.59 42.908 72.477 36.251 156.791 28.471 221.657-20.455 9.035-6.815 28.479-24.48 28.479-25.874 0-.41-2.211-2.178-4.913-3.93-5.499-3.562-10.04-9.763-13.057-17.825-4.626-12.365-7.81-16.256-15.084-18.435-3.407-1.021-4.383-.862-9.249 1.519-6.961 3.406-11.195 9.414-17.012 24.135-6.451 16.327-10.25 23.204-15.964 28.9-13.514 13.474-33.214 14.94-47.604 3.542-2.108-1.669-6.995-7.681-10.861-13.361-9.248-13.586-14.163-16.747-22.562-14.512-6.505 1.731-12.195 8.535-19.527 23.351-10.729 21.679-20.01 28.745-37.977 28.915-7.378.069-9.241-.288-14.201-2.723-13.015-6.392-18.582-16.828-30.216-56.644-2.006-6.869-4.749-14.166-6.093-16.216-4.797-7.313-15.664-9.925-23.683-5.692" style="fill:url(#a)"/><defs><linearGradient id="a" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(0 457.069 -457.069 0 229.145 0)"><stop offset="0" style="stop-color:#206eff;stop-opacity:1"/><stop offset="1" style="stop-color:#c323ff;stop-opacity:1"/></linearGradient></defs></svg> \ No newline at end of file | |||
diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index eb05362..0000000 --- a/public/robots.txt +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | User-agent: * | ||
2 | Disallow: | ||
diff --git a/src/registerServiceWorker.js b/src/registerServiceWorker.js deleted file mode 100644 index 1473a0a..0000000 --- a/src/registerServiceWorker.js +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | /* eslint-disable no-console */ | ||
2 | |||
3 | import { register } from "register-service-worker"; | ||
4 | |||
5 | if (process.env.NODE_ENV === "production") { | ||
6 | register(`${process.env.BASE_URL}service-worker.js`, { | ||
7 | ready() { | ||
8 | console.log( | ||
9 | "App is being served from cache by a service worker.\n" + | ||
10 | "For more details, visit https://goo.gl/AFskqB" | ||
11 | ); | ||
12 | }, | ||
13 | registered() { | ||
14 | console.log("Service worker has been registered."); | ||
15 | }, | ||
16 | cached() { | ||
17 | console.log("Content has been cached for offline use."); | ||
18 | }, | ||
19 | updatefound() { | ||
20 | console.log("New content is downloading."); | ||
21 | }, | ||
22 | updated() { | ||
23 | console.log("New content is available; please refresh."); | ||
24 | }, | ||
25 | offline() { | ||
26 | console.log( | ||
27 | "No internet connection found. App is running in offline mode." | ||
28 | ); | ||
29 | }, | ||
30 | error(error) { | ||
31 | console.error("Error during service worker registration:", error); | ||
32 | }, | ||
33 | }); | ||
34 | } | ||
diff --git a/vite.config.js b/vite.config.js index 87f098b..0400b78 100644 --- a/vite.config.js +++ b/vite.config.js | |||
@@ -1,3 +1,4 @@ | |||
1 | import { VitePWA } from 'vite-plugin-pwa' | ||
1 | import { fileURLToPath, URL } from "url"; | 2 | import { fileURLToPath, URL } from "url"; |
2 | 3 | ||
3 | import { defineConfig } from "vite"; | 4 | import { defineConfig } from "vite"; |
@@ -5,7 +6,35 @@ import vue from "@vitejs/plugin-vue"; | |||
5 | 6 | ||
6 | // https://vitejs.dev/config/ | 7 | // https://vitejs.dev/config/ |
7 | export default defineConfig({ | 8 | export default defineConfig({ |
8 | plugins: [vue()], | 9 | build: { |
10 | assetsDir: "resources", | ||
11 | }, | ||
12 | plugins: [ | ||
13 | vue(), | ||
14 | VitePWA({ | ||
15 | registerType: 'autoUpdate', | ||
16 | useCredentials: true, | ||
17 | manifestFilename: "assets/manifest.json", | ||
18 | manifest: { | ||
19 | name: 'Homer dashboard', | ||
20 | short_name: 'Homer', | ||
21 | description: 'Home Server Dashboard', | ||
22 | theme_color: '#3367D6', | ||
23 | icons: [ | ||
24 | { | ||
25 | src: 'pwa-192x192.png', | ||
26 | sizes: '192x192', | ||
27 | type: 'image/png' | ||
28 | }, | ||
29 | { | ||
30 | src: 'pwa-512x512.png', | ||
31 | sizes: '512x512', | ||
32 | type: 'image/png' | ||
33 | } | ||
34 | ], | ||
35 | }, | ||
36 | }) | ||
37 | ], | ||
9 | resolve: { | 38 | resolve: { |
10 | alias: { | 39 | alias: { |
11 | "@": fileURLToPath(new URL("./src", import.meta.url)), | 40 | "@": fileURLToPath(new URL("./src", import.meta.url)), |
@@ -2,123 +2,114 @@ | |||
2 | # yarn lockfile v1 | 2 | # yarn lockfile v1 |
3 | 3 | ||
4 | 4 | ||
5 | "@achrinza/node-ipc@9.2.2": | ||
6 | version "9.2.2" | ||
7 | resolved "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz" | ||
8 | integrity sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw== | ||
9 | dependencies: | ||
10 | "@node-ipc/js-queue" "2.0.3" | ||
11 | event-pubsub "4.3.0" | ||
12 | js-message "1.0.7" | ||
13 | |||
14 | "@ampproject/remapping@^2.1.0": | 5 | "@ampproject/remapping@^2.1.0": |
15 | version "2.2.0" | 6 | version "2.2.0" |
16 | resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz" | 7 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" |
17 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== | 8 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== |
18 | dependencies: | 9 | dependencies: |
19 | "@jridgewell/gen-mapping" "^0.1.0" | 10 | "@jridgewell/gen-mapping" "^0.1.0" |
20 | "@jridgewell/trace-mapping" "^0.3.9" | 11 | "@jridgewell/trace-mapping" "^0.3.9" |
21 | 12 | ||
22 | "@apideck/better-ajv-errors@^0.3.1": | 13 | "@apideck/better-ajv-errors@^0.3.1": |
23 | version "0.3.4" | 14 | version "0.3.6" |
24 | resolved "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.4.tgz" | 15 | resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz#957d4c28e886a64a8141f7522783be65733ff097" |
25 | integrity sha512-Ic2d8ZT6HJiSikGVQvSklaFyw1OUv4g8sDOxa0PXSlbmN/3gL5IO1WYY9DOwTDqOFmjWoqG1yaaKnPDqYCE9KA== | 16 | integrity sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA== |
26 | dependencies: | 17 | dependencies: |
27 | json-schema "^0.4.0" | 18 | json-schema "^0.4.0" |
28 | jsonpointer "^5.0.0" | 19 | jsonpointer "^5.0.0" |
29 | leven "^3.1.0" | 20 | leven "^3.1.0" |
30 | 21 | ||
31 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7": | 22 | "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.18.6": |
32 | version "7.16.7" | 23 | version "7.18.6" |
33 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz" | 24 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
34 | integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== | 25 | integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
35 | dependencies: | 26 | dependencies: |
36 | "@babel/highlight" "^7.16.7" | 27 | "@babel/highlight" "^7.18.6" |
37 | 28 | ||
38 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10": | 29 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.6": |
39 | version "7.17.10" | 30 | version "7.18.6" |
40 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz" | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53" |
41 | integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw== | 32 | integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ== |
42 | 33 | ||
43 | "@babel/core@^7.11.1": | 34 | "@babel/core@^7.11.1": |
44 | version "7.18.2" | 35 | version "7.18.6" |
45 | resolved "https://registry.npmjs.org/@babel/core/-/core-7.18.2.tgz" | 36 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d" |
46 | integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ== | 37 | integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== |
47 | dependencies: | 38 | dependencies: |
48 | "@ampproject/remapping" "^2.1.0" | 39 | "@ampproject/remapping" "^2.1.0" |
49 | "@babel/code-frame" "^7.16.7" | 40 | "@babel/code-frame" "^7.18.6" |
50 | "@babel/generator" "^7.18.2" | 41 | "@babel/generator" "^7.18.6" |
51 | "@babel/helper-compilation-targets" "^7.18.2" | 42 | "@babel/helper-compilation-targets" "^7.18.6" |
52 | "@babel/helper-module-transforms" "^7.18.0" | 43 | "@babel/helper-module-transforms" "^7.18.6" |
53 | "@babel/helpers" "^7.18.2" | 44 | "@babel/helpers" "^7.18.6" |
54 | "@babel/parser" "^7.18.0" | 45 | "@babel/parser" "^7.18.6" |
55 | "@babel/template" "^7.16.7" | 46 | "@babel/template" "^7.18.6" |
56 | "@babel/traverse" "^7.18.2" | 47 | "@babel/traverse" "^7.18.6" |
57 | "@babel/types" "^7.18.2" | 48 | "@babel/types" "^7.18.6" |
58 | convert-source-map "^1.7.0" | 49 | convert-source-map "^1.7.0" |
59 | debug "^4.1.0" | 50 | debug "^4.1.0" |
60 | gensync "^1.0.0-beta.2" | 51 | gensync "^1.0.0-beta.2" |
61 | json5 "^2.2.1" | 52 | json5 "^2.2.1" |
62 | semver "^6.3.0" | 53 | semver "^6.3.0" |
63 | 54 | ||
64 | "@babel/generator@^7.18.2": | 55 | "@babel/generator@^7.18.6": |
65 | version "7.18.2" | 56 | version "7.18.7" |
66 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz" | 57 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd" |
67 | integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw== | 58 | integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== |
68 | dependencies: | 59 | dependencies: |
69 | "@babel/types" "^7.18.2" | 60 | "@babel/types" "^7.18.7" |
70 | "@jridgewell/gen-mapping" "^0.3.0" | 61 | "@jridgewell/gen-mapping" "^0.3.2" |
71 | jsesc "^2.5.1" | 62 | jsesc "^2.5.1" |
72 | 63 | ||
73 | "@babel/helper-annotate-as-pure@^7.16.7": | 64 | "@babel/helper-annotate-as-pure@^7.18.6": |
74 | version "7.16.7" | 65 | version "7.18.6" |
75 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz" | 66 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
76 | integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== | 67 | integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
77 | dependencies: | 68 | dependencies: |
78 | "@babel/types" "^7.16.7" | 69 | "@babel/types" "^7.18.6" |
79 | 70 | ||
80 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": | 71 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": |
81 | version "7.16.7" | 72 | version "7.18.6" |
82 | resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz" | 73 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.6.tgz#f14d640ed1ee9246fb33b8255f08353acfe70e6a" |
83 | integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== | 74 | integrity sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw== |
84 | dependencies: | 75 | dependencies: |
85 | "@babel/helper-explode-assignable-expression" "^7.16.7" | 76 | "@babel/helper-explode-assignable-expression" "^7.18.6" |
86 | "@babel/types" "^7.16.7" | 77 | "@babel/types" "^7.18.6" |
87 | 78 | ||
88 | "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2": | 79 | "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.6": |
89 | version "7.18.2" | 80 | version "7.18.6" |
90 | resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz" | 81 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96" |
91 | integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ== | 82 | integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg== |
92 | dependencies: | 83 | dependencies: |
93 | "@babel/compat-data" "^7.17.10" | 84 | "@babel/compat-data" "^7.18.6" |
94 | "@babel/helper-validator-option" "^7.16.7" | 85 | "@babel/helper-validator-option" "^7.18.6" |
95 | browserslist "^4.20.2" | 86 | browserslist "^4.20.2" |
96 | semver "^6.3.0" | 87 | semver "^6.3.0" |
97 | 88 | ||
98 | "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0": | 89 | "@babel/helper-create-class-features-plugin@^7.18.6": |
99 | version "7.18.0" | 90 | version "7.18.6" |
100 | resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz" | 91 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz#6f15f8459f3b523b39e00a99982e2c040871ed72" |
101 | integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg== | 92 | integrity sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== |
102 | dependencies: | 93 | dependencies: |
103 | "@babel/helper-annotate-as-pure" "^7.16.7" | 94 | "@babel/helper-annotate-as-pure" "^7.18.6" |
104 | "@babel/helper-environment-visitor" "^7.16.7" | 95 | "@babel/helper-environment-visitor" "^7.18.6" |
105 | "@babel/helper-function-name" "^7.17.9" | 96 | "@babel/helper-function-name" "^7.18.6" |
106 | "@babel/helper-member-expression-to-functions" "^7.17.7" | 97 | "@babel/helper-member-expression-to-functions" "^7.18.6" |
107 | "@babel/helper-optimise-call-expression" "^7.16.7" | 98 | "@babel/helper-optimise-call-expression" "^7.18.6" |
108 | "@babel/helper-replace-supers" "^7.16.7" | 99 | "@babel/helper-replace-supers" "^7.18.6" |
109 | "@babel/helper-split-export-declaration" "^7.16.7" | 100 | "@babel/helper-split-export-declaration" "^7.18.6" |
110 | 101 | ||
111 | "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.12": | 102 | "@babel/helper-create-regexp-features-plugin@^7.18.6": |
112 | version "7.17.12" | 103 | version "7.18.6" |
113 | resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz" | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c" |
114 | integrity sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw== | 105 | integrity sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A== |
115 | dependencies: | 106 | dependencies: |
116 | "@babel/helper-annotate-as-pure" "^7.16.7" | 107 | "@babel/helper-annotate-as-pure" "^7.18.6" |
117 | regexpu-core "^5.0.1" | 108 | regexpu-core "^5.1.0" |
118 | 109 | ||
119 | "@babel/helper-define-polyfill-provider@^0.3.1": | 110 | "@babel/helper-define-polyfill-provider@^0.3.1": |
120 | version "0.3.1" | 111 | version "0.3.1" |
121 | resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz" | 112 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" |
122 | integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== | 113 | integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== |
123 | dependencies: | 114 | dependencies: |
124 | "@babel/helper-compilation-targets" "^7.13.0" | 115 | "@babel/helper-compilation-targets" "^7.13.0" |
@@ -130,690 +121,692 @@ | |||
130 | resolve "^1.14.2" | 121 | resolve "^1.14.2" |
131 | semver "^6.1.2" | 122 | semver "^6.1.2" |
132 | 123 | ||
133 | "@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": | 124 | "@babel/helper-environment-visitor@^7.18.6": |
134 | version "7.18.2" | 125 | version "7.18.6" |
135 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz" | 126 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7" |
136 | integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== | 127 | integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q== |
137 | 128 | ||
138 | "@babel/helper-explode-assignable-expression@^7.16.7": | 129 | "@babel/helper-explode-assignable-expression@^7.18.6": |
139 | version "7.16.7" | 130 | version "7.18.6" |
140 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz" | 131 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" |
141 | integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== | 132 | integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== |
142 | dependencies: | 133 | dependencies: |
143 | "@babel/types" "^7.16.7" | 134 | "@babel/types" "^7.18.6" |
144 | 135 | ||
145 | "@babel/helper-function-name@^7.16.7", "@babel/helper-function-name@^7.17.9": | 136 | "@babel/helper-function-name@^7.18.6": |
146 | version "7.17.9" | 137 | version "7.18.6" |
147 | resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz" | 138 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83" |
148 | integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== | 139 | integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw== |
149 | dependencies: | 140 | dependencies: |
150 | "@babel/template" "^7.16.7" | 141 | "@babel/template" "^7.18.6" |
151 | "@babel/types" "^7.17.0" | 142 | "@babel/types" "^7.18.6" |
152 | 143 | ||
153 | "@babel/helper-hoist-variables@^7.16.7": | 144 | "@babel/helper-hoist-variables@^7.18.6": |
154 | version "7.16.7" | 145 | version "7.18.6" |
155 | resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz" | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
156 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== | 147 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
157 | dependencies: | 148 | dependencies: |
158 | "@babel/types" "^7.16.7" | 149 | "@babel/types" "^7.18.6" |
159 | 150 | ||
160 | "@babel/helper-member-expression-to-functions@^7.17.7": | 151 | "@babel/helper-member-expression-to-functions@^7.18.6": |
161 | version "7.17.7" | 152 | version "7.18.6" |
162 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz" | 153 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.6.tgz#44802d7d602c285e1692db0bad9396d007be2afc" |
163 | integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== | 154 | integrity sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== |
164 | dependencies: | 155 | dependencies: |
165 | "@babel/types" "^7.17.0" | 156 | "@babel/types" "^7.18.6" |
166 | 157 | ||
167 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": | 158 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.18.6": |
168 | version "7.16.7" | 159 | version "7.18.6" |
169 | resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz" | 160 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
170 | integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== | 161 | integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
171 | dependencies: | 162 | dependencies: |
172 | "@babel/types" "^7.16.7" | 163 | "@babel/types" "^7.18.6" |
173 | 164 | ||
174 | "@babel/helper-module-transforms@^7.18.0": | 165 | "@babel/helper-module-transforms@^7.18.6": |
175 | version "7.18.0" | 166 | version "7.18.6" |
176 | resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz" | 167 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8" |
177 | integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA== | 168 | integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw== |
178 | dependencies: | 169 | dependencies: |
179 | "@babel/helper-environment-visitor" "^7.16.7" | 170 | "@babel/helper-environment-visitor" "^7.18.6" |
180 | "@babel/helper-module-imports" "^7.16.7" | 171 | "@babel/helper-module-imports" "^7.18.6" |
181 | "@babel/helper-simple-access" "^7.17.7" | 172 | "@babel/helper-simple-access" "^7.18.6" |
182 | "@babel/helper-split-export-declaration" "^7.16.7" | 173 | "@babel/helper-split-export-declaration" "^7.18.6" |
183 | "@babel/helper-validator-identifier" "^7.16.7" | 174 | "@babel/helper-validator-identifier" "^7.18.6" |
184 | "@babel/template" "^7.16.7" | 175 | "@babel/template" "^7.18.6" |
185 | "@babel/traverse" "^7.18.0" | 176 | "@babel/traverse" "^7.18.6" |
186 | "@babel/types" "^7.18.0" | 177 | "@babel/types" "^7.18.6" |
187 | 178 | ||
188 | "@babel/helper-optimise-call-expression@^7.16.7": | 179 | "@babel/helper-optimise-call-expression@^7.18.6": |
189 | version "7.16.7" | 180 | version "7.18.6" |
190 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz" | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
191 | integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== | 182 | integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== |
192 | dependencies: | 183 | dependencies: |
193 | "@babel/types" "^7.16.7" | 184 | "@babel/types" "^7.18.6" |
194 | 185 | ||
195 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": | 186 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
196 | version "7.17.12" | 187 | version "7.18.6" |
197 | resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz" | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.6.tgz#9448974dd4fb1d80fefe72e8a0af37809cd30d6d" |
198 | integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== | 189 | integrity sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== |
199 | 190 | ||
200 | "@babel/helper-remap-async-to-generator@^7.16.8": | 191 | "@babel/helper-remap-async-to-generator@^7.18.6": |
201 | version "7.16.8" | 192 | version "7.18.6" |
202 | resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz" | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.6.tgz#fa1f81acd19daee9d73de297c0308783cd3cfc23" |
203 | integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== | 194 | integrity sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ== |
204 | dependencies: | 195 | dependencies: |
205 | "@babel/helper-annotate-as-pure" "^7.16.7" | 196 | "@babel/helper-annotate-as-pure" "^7.18.6" |
206 | "@babel/helper-wrap-function" "^7.16.8" | 197 | "@babel/helper-environment-visitor" "^7.18.6" |
207 | "@babel/types" "^7.16.8" | 198 | "@babel/helper-wrap-function" "^7.18.6" |
208 | 199 | "@babel/types" "^7.18.6" | |
209 | "@babel/helper-replace-supers@^7.16.7": | 200 | |
210 | version "7.18.2" | 201 | "@babel/helper-replace-supers@^7.18.6": |
211 | resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.2.tgz" | 202 | version "7.18.6" |
212 | integrity sha512-XzAIyxx+vFnrOxiQrToSUOzUOn0e1J2Li40ntddek1Y69AXUTXoDJ40/D5RdjFu7s7qHiaeoTiempZcbuVXh2Q== | 203 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.6.tgz#efedf51cfccea7b7b8c0f00002ab317e7abfe420" |
213 | dependencies: | 204 | integrity sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== |
214 | "@babel/helper-environment-visitor" "^7.18.2" | 205 | dependencies: |
215 | "@babel/helper-member-expression-to-functions" "^7.17.7" | 206 | "@babel/helper-environment-visitor" "^7.18.6" |
216 | "@babel/helper-optimise-call-expression" "^7.16.7" | 207 | "@babel/helper-member-expression-to-functions" "^7.18.6" |
217 | "@babel/traverse" "^7.18.2" | 208 | "@babel/helper-optimise-call-expression" "^7.18.6" |
218 | "@babel/types" "^7.18.2" | 209 | "@babel/traverse" "^7.18.6" |
219 | 210 | "@babel/types" "^7.18.6" | |
220 | "@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2": | 211 | |
221 | version "7.18.2" | 212 | "@babel/helper-simple-access@^7.18.6": |
222 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz" | 213 | version "7.18.6" |
223 | integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea" |
224 | dependencies: | 215 | integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g== |
225 | "@babel/types" "^7.18.2" | 216 | dependencies: |
226 | 217 | "@babel/types" "^7.18.6" | |
227 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": | 218 | |
228 | version "7.16.0" | 219 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.6": |
229 | resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz" | 220 | version "7.18.6" |
230 | integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== | 221 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.6.tgz#7dff00a5320ca4cf63270e5a0eca4b268b7380d9" |
231 | dependencies: | 222 | integrity sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw== |
232 | "@babel/types" "^7.16.0" | 223 | dependencies: |
233 | 224 | "@babel/types" "^7.18.6" | |
234 | "@babel/helper-split-export-declaration@^7.16.7": | 225 | |
235 | version "7.16.7" | 226 | "@babel/helper-split-export-declaration@^7.18.6": |
236 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz" | 227 | version "7.18.6" |
237 | integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
238 | dependencies: | 229 | integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
239 | "@babel/types" "^7.16.7" | 230 | dependencies: |
240 | 231 | "@babel/types" "^7.18.6" | |
241 | "@babel/helper-validator-identifier@^7.16.7": | 232 | |
242 | version "7.16.7" | 233 | "@babel/helper-validator-identifier@^7.18.6": |
243 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz" | 234 | version "7.18.6" |
244 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== | 235 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
245 | 236 | integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== | |
246 | "@babel/helper-validator-option@^7.16.7": | 237 | |
247 | version "7.16.7" | 238 | "@babel/helper-validator-option@^7.18.6": |
248 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz" | 239 | version "7.18.6" |
249 | integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== | 240 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
250 | 241 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== | |
251 | "@babel/helper-wrap-function@^7.16.8": | 242 | |
252 | version "7.16.8" | 243 | "@babel/helper-wrap-function@^7.18.6": |
253 | resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz" | 244 | version "7.18.6" |
254 | integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== | 245 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.6.tgz#ec44ea4ad9d8988b90c3e465ba2382f4de81a073" |
255 | dependencies: | 246 | integrity sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw== |
256 | "@babel/helper-function-name" "^7.16.7" | 247 | dependencies: |
257 | "@babel/template" "^7.16.7" | 248 | "@babel/helper-function-name" "^7.18.6" |
258 | "@babel/traverse" "^7.16.8" | 249 | "@babel/template" "^7.18.6" |
259 | "@babel/types" "^7.16.8" | 250 | "@babel/traverse" "^7.18.6" |
260 | 251 | "@babel/types" "^7.18.6" | |
261 | "@babel/helpers@^7.18.2": | 252 | |
262 | version "7.18.2" | 253 | "@babel/helpers@^7.18.6": |
263 | resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz" | 254 | version "7.18.6" |
264 | integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg== | 255 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd" |
265 | dependencies: | 256 | integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ== |
266 | "@babel/template" "^7.16.7" | 257 | dependencies: |
267 | "@babel/traverse" "^7.18.2" | 258 | "@babel/template" "^7.18.6" |
268 | "@babel/types" "^7.18.2" | 259 | "@babel/traverse" "^7.18.6" |
269 | 260 | "@babel/types" "^7.18.6" | |
270 | "@babel/highlight@^7.16.7": | 261 | |
271 | version "7.17.12" | 262 | "@babel/highlight@^7.18.6": |
272 | resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz" | 263 | version "7.18.6" |
273 | integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg== | 264 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
274 | dependencies: | 265 | integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
275 | "@babel/helper-validator-identifier" "^7.16.7" | 266 | dependencies: |
267 | "@babel/helper-validator-identifier" "^7.18.6" | ||
276 | chalk "^2.0.0" | 268 | chalk "^2.0.0" |
277 | js-tokens "^4.0.0" | 269 | js-tokens "^4.0.0" |
278 | 270 | ||
279 | "@babel/parser@^7.16.4", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0": | 271 | "@babel/parser@^7.16.4", "@babel/parser@^7.18.6": |
280 | version "7.18.3" | 272 | version "7.18.6" |
281 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.3.tgz" | 273 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc" |
282 | integrity sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ== | 274 | integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== |
283 | 275 | ||
284 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12": | 276 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
285 | version "7.17.12" | 277 | version "7.18.6" |
286 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.17.12.tgz" | 278 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2" |
287 | integrity sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw== | 279 | integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== |
288 | dependencies: | 280 | dependencies: |
289 | "@babel/helper-plugin-utils" "^7.17.12" | 281 | "@babel/helper-plugin-utils" "^7.18.6" |
290 | 282 | ||
291 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.17.12": | 283 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.6": |
292 | version "7.17.12" | 284 | version "7.18.6" |
293 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.17.12.tgz" | 285 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.6.tgz#b4e4dbc2cd1acd0133479918f7c6412961c9adb8" |
294 | integrity sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ== | 286 | integrity sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw== |
295 | dependencies: | 287 | dependencies: |
296 | "@babel/helper-plugin-utils" "^7.17.12" | 288 | "@babel/helper-plugin-utils" "^7.18.6" |
297 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | 289 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" |
298 | "@babel/plugin-proposal-optional-chaining" "^7.17.12" | 290 | "@babel/plugin-proposal-optional-chaining" "^7.18.6" |
299 | 291 | ||
300 | "@babel/plugin-proposal-async-generator-functions@^7.17.12": | 292 | "@babel/plugin-proposal-async-generator-functions@^7.18.6": |
301 | version "7.17.12" | 293 | version "7.18.6" |
302 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz" | 294 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" |
303 | integrity sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ== | 295 | integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w== |
304 | dependencies: | 296 | dependencies: |
305 | "@babel/helper-plugin-utils" "^7.17.12" | 297 | "@babel/helper-environment-visitor" "^7.18.6" |
306 | "@babel/helper-remap-async-to-generator" "^7.16.8" | 298 | "@babel/helper-plugin-utils" "^7.18.6" |
299 | "@babel/helper-remap-async-to-generator" "^7.18.6" | ||
307 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 300 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
308 | 301 | ||
309 | "@babel/plugin-proposal-class-properties@^7.17.12": | 302 | "@babel/plugin-proposal-class-properties@^7.18.6": |
310 | version "7.17.12" | 303 | version "7.18.6" |
311 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz" | 304 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" |
312 | integrity sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw== | 305 | integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== |
313 | dependencies: | 306 | dependencies: |
314 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 307 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
315 | "@babel/helper-plugin-utils" "^7.17.12" | 308 | "@babel/helper-plugin-utils" "^7.18.6" |
316 | 309 | ||
317 | "@babel/plugin-proposal-class-static-block@^7.18.0": | 310 | "@babel/plugin-proposal-class-static-block@^7.18.6": |
318 | version "7.18.0" | 311 | version "7.18.6" |
319 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.0.tgz" | 312 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz#8aa81d403ab72d3962fc06c26e222dacfc9b9020" |
320 | integrity sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA== | 313 | integrity sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== |
321 | dependencies: | 314 | dependencies: |
322 | "@babel/helper-create-class-features-plugin" "^7.18.0" | 315 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
323 | "@babel/helper-plugin-utils" "^7.17.12" | 316 | "@babel/helper-plugin-utils" "^7.18.6" |
324 | "@babel/plugin-syntax-class-static-block" "^7.14.5" | 317 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
325 | 318 | ||
326 | "@babel/plugin-proposal-dynamic-import@^7.16.7": | 319 | "@babel/plugin-proposal-dynamic-import@^7.18.6": |
327 | version "7.16.7" | 320 | version "7.18.6" |
328 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz" | 321 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" |
329 | integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== | 322 | integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== |
330 | dependencies: | 323 | dependencies: |
331 | "@babel/helper-plugin-utils" "^7.16.7" | 324 | "@babel/helper-plugin-utils" "^7.18.6" |
332 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" | 325 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
333 | 326 | ||
334 | "@babel/plugin-proposal-export-namespace-from@^7.17.12": | 327 | "@babel/plugin-proposal-export-namespace-from@^7.18.6": |
335 | version "7.17.12" | 328 | version "7.18.6" |
336 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.17.12.tgz" | 329 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.6.tgz#1016f0aa5ab383bbf8b3a85a2dcaedf6c8ee7491" |
337 | integrity sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ== | 330 | integrity sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw== |
338 | dependencies: | 331 | dependencies: |
339 | "@babel/helper-plugin-utils" "^7.17.12" | 332 | "@babel/helper-plugin-utils" "^7.18.6" |
340 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 333 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
341 | 334 | ||
342 | "@babel/plugin-proposal-json-strings@^7.17.12": | 335 | "@babel/plugin-proposal-json-strings@^7.18.6": |
343 | version "7.17.12" | 336 | version "7.18.6" |
344 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.17.12.tgz" | 337 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" |
345 | integrity sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg== | 338 | integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== |
346 | dependencies: | 339 | dependencies: |
347 | "@babel/helper-plugin-utils" "^7.17.12" | 340 | "@babel/helper-plugin-utils" "^7.18.6" |
348 | "@babel/plugin-syntax-json-strings" "^7.8.3" | 341 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
349 | 342 | ||
350 | "@babel/plugin-proposal-logical-assignment-operators@^7.17.12": | 343 | "@babel/plugin-proposal-logical-assignment-operators@^7.18.6": |
351 | version "7.17.12" | 344 | version "7.18.6" |
352 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.17.12.tgz" | 345 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.6.tgz#3b9cac6f1ffc2aa459d111df80c12020dfc6b665" |
353 | integrity sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q== | 346 | integrity sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q== |
354 | dependencies: | 347 | dependencies: |
355 | "@babel/helper-plugin-utils" "^7.17.12" | 348 | "@babel/helper-plugin-utils" "^7.18.6" |
356 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 349 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
357 | 350 | ||
358 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.17.12": | 351 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": |
359 | version "7.17.12" | 352 | version "7.18.6" |
360 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.17.12.tgz" | 353 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" |
361 | integrity sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag== | 354 | integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== |
362 | dependencies: | 355 | dependencies: |
363 | "@babel/helper-plugin-utils" "^7.17.12" | 356 | "@babel/helper-plugin-utils" "^7.18.6" |
364 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | 357 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
365 | 358 | ||
366 | "@babel/plugin-proposal-numeric-separator@^7.16.7": | 359 | "@babel/plugin-proposal-numeric-separator@^7.18.6": |
367 | version "7.16.7" | 360 | version "7.18.6" |
368 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz" | 361 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" |
369 | integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== | 362 | integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== |
370 | dependencies: | 363 | dependencies: |
371 | "@babel/helper-plugin-utils" "^7.16.7" | 364 | "@babel/helper-plugin-utils" "^7.18.6" |
372 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" | 365 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
373 | 366 | ||
374 | "@babel/plugin-proposal-object-rest-spread@^7.18.0": | 367 | "@babel/plugin-proposal-object-rest-spread@^7.18.6": |
375 | version "7.18.0" | 368 | version "7.18.6" |
376 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.0.tgz" | 369 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.6.tgz#ec93bba06bfb3e15ebd7da73e953d84b094d5daf" |
377 | integrity sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw== | 370 | integrity sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw== |
378 | dependencies: | 371 | dependencies: |
379 | "@babel/compat-data" "^7.17.10" | 372 | "@babel/compat-data" "^7.18.6" |
380 | "@babel/helper-compilation-targets" "^7.17.10" | 373 | "@babel/helper-compilation-targets" "^7.18.6" |
381 | "@babel/helper-plugin-utils" "^7.17.12" | 374 | "@babel/helper-plugin-utils" "^7.18.6" |
382 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" | 375 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
383 | "@babel/plugin-transform-parameters" "^7.17.12" | 376 | "@babel/plugin-transform-parameters" "^7.18.6" |
384 | 377 | ||
385 | "@babel/plugin-proposal-optional-catch-binding@^7.16.7": | 378 | "@babel/plugin-proposal-optional-catch-binding@^7.18.6": |
386 | version "7.16.7" | 379 | version "7.18.6" |
387 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz" | 380 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb" |
388 | integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== | 381 | integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== |
389 | dependencies: | 382 | dependencies: |
390 | "@babel/helper-plugin-utils" "^7.16.7" | 383 | "@babel/helper-plugin-utils" "^7.18.6" |
391 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | 384 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
392 | 385 | ||
393 | "@babel/plugin-proposal-optional-chaining@^7.17.12": | 386 | "@babel/plugin-proposal-optional-chaining@^7.18.6": |
394 | version "7.17.12" | 387 | version "7.18.6" |
395 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz" | 388 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.6.tgz#46d4f2ffc20e87fad1d98bc4fa5d466366f6aa0b" |
396 | integrity sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ== | 389 | integrity sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA== |
397 | dependencies: | 390 | dependencies: |
398 | "@babel/helper-plugin-utils" "^7.17.12" | 391 | "@babel/helper-plugin-utils" "^7.18.6" |
399 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | 392 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" |
400 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" | 393 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
401 | 394 | ||
402 | "@babel/plugin-proposal-private-methods@^7.17.12": | 395 | "@babel/plugin-proposal-private-methods@^7.18.6": |
403 | version "7.17.12" | 396 | version "7.18.6" |
404 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.17.12.tgz" | 397 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" |
405 | integrity sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A== | 398 | integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== |
406 | dependencies: | 399 | dependencies: |
407 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 400 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
408 | "@babel/helper-plugin-utils" "^7.17.12" | 401 | "@babel/helper-plugin-utils" "^7.18.6" |
409 | 402 | ||
410 | "@babel/plugin-proposal-private-property-in-object@^7.17.12": | 403 | "@babel/plugin-proposal-private-property-in-object@^7.18.6": |
411 | version "7.17.12" | 404 | version "7.18.6" |
412 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.17.12.tgz" | 405 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz#a64137b232f0aca3733a67eb1a144c192389c503" |
413 | integrity sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg== | 406 | integrity sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== |
414 | dependencies: | 407 | dependencies: |
415 | "@babel/helper-annotate-as-pure" "^7.16.7" | 408 | "@babel/helper-annotate-as-pure" "^7.18.6" |
416 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 409 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
417 | "@babel/helper-plugin-utils" "^7.17.12" | 410 | "@babel/helper-plugin-utils" "^7.18.6" |
418 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" | 411 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
419 | 412 | ||
420 | "@babel/plugin-proposal-unicode-property-regex@^7.17.12", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": | 413 | "@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": |
421 | version "7.17.12" | 414 | version "7.18.6" |
422 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.17.12.tgz" | 415 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e" |
423 | integrity sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A== | 416 | integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== |
424 | dependencies: | 417 | dependencies: |
425 | "@babel/helper-create-regexp-features-plugin" "^7.17.12" | 418 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
426 | "@babel/helper-plugin-utils" "^7.17.12" | 419 | "@babel/helper-plugin-utils" "^7.18.6" |
427 | 420 | ||
428 | "@babel/plugin-syntax-async-generators@^7.8.4": | 421 | "@babel/plugin-syntax-async-generators@^7.8.4": |
429 | version "7.8.4" | 422 | version "7.8.4" |
430 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" | 423 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
431 | integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== | 424 | integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== |
432 | dependencies: | 425 | dependencies: |
433 | "@babel/helper-plugin-utils" "^7.8.0" | 426 | "@babel/helper-plugin-utils" "^7.8.0" |
434 | 427 | ||
435 | "@babel/plugin-syntax-class-properties@^7.12.13": | 428 | "@babel/plugin-syntax-class-properties@^7.12.13": |
436 | version "7.12.13" | 429 | version "7.12.13" |
437 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz" | 430 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" |
438 | integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== | 431 | integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== |
439 | dependencies: | 432 | dependencies: |
440 | "@babel/helper-plugin-utils" "^7.12.13" | 433 | "@babel/helper-plugin-utils" "^7.12.13" |
441 | 434 | ||
442 | "@babel/plugin-syntax-class-static-block@^7.14.5": | 435 | "@babel/plugin-syntax-class-static-block@^7.14.5": |
443 | version "7.14.5" | 436 | version "7.14.5" |
444 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz" | 437 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" |
445 | integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== | 438 | integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== |
446 | dependencies: | 439 | dependencies: |
447 | "@babel/helper-plugin-utils" "^7.14.5" | 440 | "@babel/helper-plugin-utils" "^7.14.5" |
448 | 441 | ||
449 | "@babel/plugin-syntax-dynamic-import@^7.8.3": | 442 | "@babel/plugin-syntax-dynamic-import@^7.8.3": |
450 | version "7.8.3" | 443 | version "7.8.3" |
451 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz" | 444 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" |
452 | integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== | 445 | integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== |
453 | dependencies: | 446 | dependencies: |
454 | "@babel/helper-plugin-utils" "^7.8.0" | 447 | "@babel/helper-plugin-utils" "^7.8.0" |
455 | 448 | ||
456 | "@babel/plugin-syntax-export-namespace-from@^7.8.3": | 449 | "@babel/plugin-syntax-export-namespace-from@^7.8.3": |
457 | version "7.8.3" | 450 | version "7.8.3" |
458 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" | 451 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" |
459 | integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== | 452 | integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== |
460 | dependencies: | 453 | dependencies: |
461 | "@babel/helper-plugin-utils" "^7.8.3" | 454 | "@babel/helper-plugin-utils" "^7.8.3" |
462 | 455 | ||
463 | "@babel/plugin-syntax-import-assertions@^7.17.12": | 456 | "@babel/plugin-syntax-import-assertions@^7.18.6": |
464 | version "7.17.12" | 457 | version "7.18.6" |
465 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.17.12.tgz" | 458 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz#cd6190500a4fa2fe31990a963ffab4b63e4505e4" |
466 | integrity sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw== | 459 | integrity sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ== |
467 | dependencies: | 460 | dependencies: |
468 | "@babel/helper-plugin-utils" "^7.17.12" | 461 | "@babel/helper-plugin-utils" "^7.18.6" |
469 | 462 | ||
470 | "@babel/plugin-syntax-json-strings@^7.8.3": | 463 | "@babel/plugin-syntax-json-strings@^7.8.3": |
471 | version "7.8.3" | 464 | version "7.8.3" |
472 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz" | 465 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" |
473 | integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== | 466 | integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== |
474 | dependencies: | 467 | dependencies: |
475 | "@babel/helper-plugin-utils" "^7.8.0" | 468 | "@babel/helper-plugin-utils" "^7.8.0" |
476 | 469 | ||
477 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": | 470 | "@babel/plugin-syntax-logical-assignment-operators@^7.10.4": |
478 | version "7.10.4" | 471 | version "7.10.4" |
479 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz" | 472 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" |
480 | integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== | 473 | integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== |
481 | dependencies: | 474 | dependencies: |
482 | "@babel/helper-plugin-utils" "^7.10.4" | 475 | "@babel/helper-plugin-utils" "^7.10.4" |
483 | 476 | ||
484 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": | 477 | "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": |
485 | version "7.8.3" | 478 | version "7.8.3" |
486 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz" | 479 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" |
487 | integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== | 480 | integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== |
488 | dependencies: | 481 | dependencies: |
489 | "@babel/helper-plugin-utils" "^7.8.0" | 482 | "@babel/helper-plugin-utils" "^7.8.0" |
490 | 483 | ||
491 | "@babel/plugin-syntax-numeric-separator@^7.10.4": | 484 | "@babel/plugin-syntax-numeric-separator@^7.10.4": |
492 | version "7.10.4" | 485 | version "7.10.4" |
493 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz" | 486 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" |
494 | integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== | 487 | integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== |
495 | dependencies: | 488 | dependencies: |
496 | "@babel/helper-plugin-utils" "^7.10.4" | 489 | "@babel/helper-plugin-utils" "^7.10.4" |
497 | 490 | ||
498 | "@babel/plugin-syntax-object-rest-spread@^7.8.3": | 491 | "@babel/plugin-syntax-object-rest-spread@^7.8.3": |
499 | version "7.8.3" | 492 | version "7.8.3" |
500 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz" | 493 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" |
501 | integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== | 494 | integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== |
502 | dependencies: | 495 | dependencies: |
503 | "@babel/helper-plugin-utils" "^7.8.0" | 496 | "@babel/helper-plugin-utils" "^7.8.0" |
504 | 497 | ||
505 | "@babel/plugin-syntax-optional-catch-binding@^7.8.3": | 498 | "@babel/plugin-syntax-optional-catch-binding@^7.8.3": |
506 | version "7.8.3" | 499 | version "7.8.3" |
507 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz" | 500 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" |
508 | integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== | 501 | integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== |
509 | dependencies: | 502 | dependencies: |
510 | "@babel/helper-plugin-utils" "^7.8.0" | 503 | "@babel/helper-plugin-utils" "^7.8.0" |
511 | 504 | ||
512 | "@babel/plugin-syntax-optional-chaining@^7.8.3": | 505 | "@babel/plugin-syntax-optional-chaining@^7.8.3": |
513 | version "7.8.3" | 506 | version "7.8.3" |
514 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz" | 507 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" |
515 | integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== | 508 | integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== |
516 | dependencies: | 509 | dependencies: |
517 | "@babel/helper-plugin-utils" "^7.8.0" | 510 | "@babel/helper-plugin-utils" "^7.8.0" |
518 | 511 | ||
519 | "@babel/plugin-syntax-private-property-in-object@^7.14.5": | 512 | "@babel/plugin-syntax-private-property-in-object@^7.14.5": |
520 | version "7.14.5" | 513 | version "7.14.5" |
521 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz" | 514 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" |
522 | integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== | 515 | integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== |
523 | dependencies: | 516 | dependencies: |
524 | "@babel/helper-plugin-utils" "^7.14.5" | 517 | "@babel/helper-plugin-utils" "^7.14.5" |
525 | 518 | ||
526 | "@babel/plugin-syntax-top-level-await@^7.14.5": | 519 | "@babel/plugin-syntax-top-level-await@^7.14.5": |
527 | version "7.14.5" | 520 | version "7.14.5" |
528 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz" | 521 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" |
529 | integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== | 522 | integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== |
530 | dependencies: | 523 | dependencies: |
531 | "@babel/helper-plugin-utils" "^7.14.5" | 524 | "@babel/helper-plugin-utils" "^7.14.5" |
532 | 525 | ||
533 | "@babel/plugin-transform-arrow-functions@^7.17.12": | 526 | "@babel/plugin-transform-arrow-functions@^7.18.6": |
534 | version "7.17.12" | 527 | version "7.18.6" |
535 | resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz" | 528 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz#19063fcf8771ec7b31d742339dac62433d0611fe" |
536 | integrity sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA== | 529 | integrity sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ== |
537 | dependencies: | 530 | dependencies: |
538 | "@babel/helper-plugin-utils" "^7.17.12" | 531 | "@babel/helper-plugin-utils" "^7.18.6" |
539 | 532 | ||
540 | "@babel/plugin-transform-async-to-generator@^7.17.12": | 533 | "@babel/plugin-transform-async-to-generator@^7.18.6": |
541 | version "7.17.12" | 534 | version "7.18.6" |
542 | resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.17.12.tgz" | 535 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz#ccda3d1ab9d5ced5265fdb13f1882d5476c71615" |
543 | integrity sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ== | 536 | integrity sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag== |
544 | dependencies: | 537 | dependencies: |
545 | "@babel/helper-module-imports" "^7.16.7" | 538 | "@babel/helper-module-imports" "^7.18.6" |
546 | "@babel/helper-plugin-utils" "^7.17.12" | 539 | "@babel/helper-plugin-utils" "^7.18.6" |
547 | "@babel/helper-remap-async-to-generator" "^7.16.8" | 540 | "@babel/helper-remap-async-to-generator" "^7.18.6" |
548 | 541 | ||
549 | "@babel/plugin-transform-block-scoped-functions@^7.16.7": | 542 | "@babel/plugin-transform-block-scoped-functions@^7.18.6": |
550 | version "7.16.7" | 543 | version "7.18.6" |
551 | resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz" | 544 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8" |
552 | integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== | 545 | integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== |
553 | dependencies: | 546 | dependencies: |
554 | "@babel/helper-plugin-utils" "^7.16.7" | 547 | "@babel/helper-plugin-utils" "^7.18.6" |
555 | 548 | ||
556 | "@babel/plugin-transform-block-scoping@^7.17.12": | 549 | "@babel/plugin-transform-block-scoping@^7.18.6": |
557 | version "7.17.12" | 550 | version "7.18.6" |
558 | resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.17.12.tgz" | 551 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.6.tgz#b5f78318914615397d86a731ef2cc668796a726c" |
559 | integrity sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ== | 552 | integrity sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ== |
560 | dependencies: | 553 | dependencies: |
561 | "@babel/helper-plugin-utils" "^7.17.12" | 554 | "@babel/helper-plugin-utils" "^7.18.6" |
562 | 555 | ||
563 | "@babel/plugin-transform-classes@^7.17.12": | 556 | "@babel/plugin-transform-classes@^7.18.6": |
564 | version "7.17.12" | 557 | version "7.18.6" |
565 | resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.17.12.tgz" | 558 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.6.tgz#3501a8f3f4c7d5697c27a3eedbee71d68312669f" |
566 | integrity sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw== | 559 | integrity sha512-XTg8XW/mKpzAF3actL554Jl/dOYoJtv3l8fxaEczpgz84IeeVf+T1u2CSvPHuZbt0w3JkIx4rdn/MRQI7mo0HQ== |
567 | dependencies: | 560 | dependencies: |
568 | "@babel/helper-annotate-as-pure" "^7.16.7" | 561 | "@babel/helper-annotate-as-pure" "^7.18.6" |
569 | "@babel/helper-environment-visitor" "^7.16.7" | 562 | "@babel/helper-environment-visitor" "^7.18.6" |
570 | "@babel/helper-function-name" "^7.17.9" | 563 | "@babel/helper-function-name" "^7.18.6" |
571 | "@babel/helper-optimise-call-expression" "^7.16.7" | 564 | "@babel/helper-optimise-call-expression" "^7.18.6" |
572 | "@babel/helper-plugin-utils" "^7.17.12" | 565 | "@babel/helper-plugin-utils" "^7.18.6" |
573 | "@babel/helper-replace-supers" "^7.16.7" | 566 | "@babel/helper-replace-supers" "^7.18.6" |
574 | "@babel/helper-split-export-declaration" "^7.16.7" | 567 | "@babel/helper-split-export-declaration" "^7.18.6" |
575 | globals "^11.1.0" | 568 | globals "^11.1.0" |
576 | 569 | ||
577 | "@babel/plugin-transform-computed-properties@^7.17.12": | 570 | "@babel/plugin-transform-computed-properties@^7.18.6": |
578 | version "7.17.12" | 571 | version "7.18.6" |
579 | resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz" | 572 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.6.tgz#5d15eb90e22e69604f3348344c91165c5395d032" |
580 | integrity sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ== | 573 | integrity sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A== |
581 | dependencies: | 574 | dependencies: |
582 | "@babel/helper-plugin-utils" "^7.17.12" | 575 | "@babel/helper-plugin-utils" "^7.18.6" |
583 | 576 | ||
584 | "@babel/plugin-transform-destructuring@^7.18.0": | 577 | "@babel/plugin-transform-destructuring@^7.18.6": |
585 | version "7.18.0" | 578 | version "7.18.6" |
586 | resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz" | 579 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.6.tgz#a98b0e42c7ffbf5eefcbcf33280430f230895c6f" |
587 | integrity sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw== | 580 | integrity sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ== |
588 | dependencies: | 581 | dependencies: |
589 | "@babel/helper-plugin-utils" "^7.17.12" | 582 | "@babel/helper-plugin-utils" "^7.18.6" |
590 | 583 | ||
591 | "@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": | 584 | "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": |
592 | version "7.16.7" | 585 | version "7.18.6" |
593 | resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz" | 586 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8" |
594 | integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== | 587 | integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== |
595 | dependencies: | 588 | dependencies: |
596 | "@babel/helper-create-regexp-features-plugin" "^7.16.7" | 589 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
597 | "@babel/helper-plugin-utils" "^7.16.7" | 590 | "@babel/helper-plugin-utils" "^7.18.6" |
598 | 591 | ||
599 | "@babel/plugin-transform-duplicate-keys@^7.17.12": | 592 | "@babel/plugin-transform-duplicate-keys@^7.18.6": |
600 | version "7.17.12" | 593 | version "7.18.6" |
601 | resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz" | 594 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.6.tgz#e6c94e8cd3c9dd8a88144f7b78ae22975a7ff473" |
602 | integrity sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw== | 595 | integrity sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg== |
603 | dependencies: | 596 | dependencies: |
604 | "@babel/helper-plugin-utils" "^7.17.12" | 597 | "@babel/helper-plugin-utils" "^7.18.6" |
605 | 598 | ||
606 | "@babel/plugin-transform-exponentiation-operator@^7.16.7": | 599 | "@babel/plugin-transform-exponentiation-operator@^7.18.6": |
607 | version "7.16.7" | 600 | version "7.18.6" |
608 | resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz" | 601 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd" |
609 | integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== | 602 | integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== |
610 | dependencies: | 603 | dependencies: |
611 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" | 604 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" |
612 | "@babel/helper-plugin-utils" "^7.16.7" | 605 | "@babel/helper-plugin-utils" "^7.18.6" |
613 | 606 | ||
614 | "@babel/plugin-transform-for-of@^7.18.1": | 607 | "@babel/plugin-transform-for-of@^7.18.6": |
615 | version "7.18.1" | 608 | version "7.18.6" |
616 | resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz" | 609 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.6.tgz#e0fdb813be908e91ccc9ec87b30cc2eabf046f7c" |
617 | integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg== | 610 | integrity sha512-WAjoMf4wIiSsy88KmG7tgj2nFdEK7E46tArVtcgED7Bkj6Fg/tG5SbvNIOKxbFS2VFgNh6+iaPswBeQZm4ox8w== |
618 | dependencies: | 611 | dependencies: |
619 | "@babel/helper-plugin-utils" "^7.17.12" | 612 | "@babel/helper-plugin-utils" "^7.18.6" |
620 | 613 | ||
621 | "@babel/plugin-transform-function-name@^7.16.7": | 614 | "@babel/plugin-transform-function-name@^7.18.6": |
622 | version "7.16.7" | 615 | version "7.18.6" |
623 | resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz" | 616 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.6.tgz#6a7e4ae2893d336fd1b8f64c9f92276391d0f1b4" |
624 | integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== | 617 | integrity sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA== |
625 | dependencies: | 618 | dependencies: |
626 | "@babel/helper-compilation-targets" "^7.16.7" | 619 | "@babel/helper-compilation-targets" "^7.18.6" |
627 | "@babel/helper-function-name" "^7.16.7" | 620 | "@babel/helper-function-name" "^7.18.6" |
628 | "@babel/helper-plugin-utils" "^7.16.7" | 621 | "@babel/helper-plugin-utils" "^7.18.6" |
629 | 622 | ||
630 | "@babel/plugin-transform-literals@^7.17.12": | 623 | "@babel/plugin-transform-literals@^7.18.6": |
631 | version "7.17.12" | 624 | version "7.18.6" |
632 | resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz" | 625 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.6.tgz#9d6af353b5209df72960baf4492722d56f39a205" |
633 | integrity sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ== | 626 | integrity sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q== |
634 | dependencies: | 627 | dependencies: |
635 | "@babel/helper-plugin-utils" "^7.17.12" | 628 | "@babel/helper-plugin-utils" "^7.18.6" |
636 | 629 | ||
637 | "@babel/plugin-transform-member-expression-literals@^7.16.7": | 630 | "@babel/plugin-transform-member-expression-literals@^7.18.6": |
638 | version "7.16.7" | 631 | version "7.18.6" |
639 | resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz" | 632 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e" |
640 | integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== | 633 | integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== |
641 | dependencies: | 634 | dependencies: |
642 | "@babel/helper-plugin-utils" "^7.16.7" | 635 | "@babel/helper-plugin-utils" "^7.18.6" |
643 | 636 | ||
644 | "@babel/plugin-transform-modules-amd@^7.18.0": | 637 | "@babel/plugin-transform-modules-amd@^7.18.6": |
645 | version "7.18.0" | 638 | version "7.18.6" |
646 | resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz" | 639 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21" |
647 | integrity sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA== | 640 | integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg== |
648 | dependencies: | 641 | dependencies: |
649 | "@babel/helper-module-transforms" "^7.18.0" | 642 | "@babel/helper-module-transforms" "^7.18.6" |
650 | "@babel/helper-plugin-utils" "^7.17.12" | 643 | "@babel/helper-plugin-utils" "^7.18.6" |
651 | babel-plugin-dynamic-import-node "^2.3.3" | 644 | babel-plugin-dynamic-import-node "^2.3.3" |
652 | 645 | ||
653 | "@babel/plugin-transform-modules-commonjs@^7.18.2": | 646 | "@babel/plugin-transform-modules-commonjs@^7.18.6": |
654 | version "7.18.2" | 647 | version "7.18.6" |
655 | resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz" | 648 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883" |
656 | integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ== | 649 | integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q== |
657 | dependencies: | 650 | dependencies: |
658 | "@babel/helper-module-transforms" "^7.18.0" | 651 | "@babel/helper-module-transforms" "^7.18.6" |
659 | "@babel/helper-plugin-utils" "^7.17.12" | 652 | "@babel/helper-plugin-utils" "^7.18.6" |
660 | "@babel/helper-simple-access" "^7.18.2" | 653 | "@babel/helper-simple-access" "^7.18.6" |
661 | babel-plugin-dynamic-import-node "^2.3.3" | 654 | babel-plugin-dynamic-import-node "^2.3.3" |
662 | 655 | ||
663 | "@babel/plugin-transform-modules-systemjs@^7.18.0": | 656 | "@babel/plugin-transform-modules-systemjs@^7.18.6": |
664 | version "7.18.0" | 657 | version "7.18.6" |
665 | resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.0.tgz" | 658 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.6.tgz#026511b7657d63bf5d4cf2fd4aeb963139914a54" |
666 | integrity sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ== | 659 | integrity sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g== |
667 | dependencies: | 660 | dependencies: |
668 | "@babel/helper-hoist-variables" "^7.16.7" | 661 | "@babel/helper-hoist-variables" "^7.18.6" |
669 | "@babel/helper-module-transforms" "^7.18.0" | 662 | "@babel/helper-module-transforms" "^7.18.6" |
670 | "@babel/helper-plugin-utils" "^7.17.12" | 663 | "@babel/helper-plugin-utils" "^7.18.6" |
671 | "@babel/helper-validator-identifier" "^7.16.7" | 664 | "@babel/helper-validator-identifier" "^7.18.6" |
672 | babel-plugin-dynamic-import-node "^2.3.3" | 665 | babel-plugin-dynamic-import-node "^2.3.3" |
673 | 666 | ||
674 | "@babel/plugin-transform-modules-umd@^7.18.0": | 667 | "@babel/plugin-transform-modules-umd@^7.18.6": |
675 | version "7.18.0" | 668 | version "7.18.6" |
676 | resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz" | 669 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9" |
677 | integrity sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA== | 670 | integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== |
678 | dependencies: | 671 | dependencies: |
679 | "@babel/helper-module-transforms" "^7.18.0" | 672 | "@babel/helper-module-transforms" "^7.18.6" |
680 | "@babel/helper-plugin-utils" "^7.17.12" | 673 | "@babel/helper-plugin-utils" "^7.18.6" |
681 | 674 | ||
682 | "@babel/plugin-transform-named-capturing-groups-regex@^7.17.12": | 675 | "@babel/plugin-transform-named-capturing-groups-regex@^7.18.6": |
683 | version "7.17.12" | 676 | version "7.18.6" |
684 | resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.12.tgz" | 677 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz#c89bfbc7cc6805d692f3a49bc5fc1b630007246d" |
685 | integrity sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA== | 678 | integrity sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg== |
686 | dependencies: | 679 | dependencies: |
687 | "@babel/helper-create-regexp-features-plugin" "^7.17.12" | 680 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
688 | "@babel/helper-plugin-utils" "^7.17.12" | 681 | "@babel/helper-plugin-utils" "^7.18.6" |
689 | 682 | ||
690 | "@babel/plugin-transform-new-target@^7.17.12": | 683 | "@babel/plugin-transform-new-target@^7.18.6": |
691 | version "7.17.12" | 684 | version "7.18.6" |
692 | resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.17.12.tgz" | 685 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8" |
693 | integrity sha512-CaOtzk2fDYisbjAD4Sd1MTKGVIpRtx9bWLyj24Y/k6p4s4gQ3CqDGJauFJxt8M/LEx003d0i3klVqnN73qvK3w== | 686 | integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== |
694 | dependencies: | 687 | dependencies: |
695 | "@babel/helper-plugin-utils" "^7.17.12" | 688 | "@babel/helper-plugin-utils" "^7.18.6" |
696 | 689 | ||
697 | "@babel/plugin-transform-object-super@^7.16.7": | 690 | "@babel/plugin-transform-object-super@^7.18.6": |
698 | version "7.16.7" | 691 | version "7.18.6" |
699 | resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz" | 692 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c" |
700 | integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== | 693 | integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== |
701 | dependencies: | 694 | dependencies: |
702 | "@babel/helper-plugin-utils" "^7.16.7" | 695 | "@babel/helper-plugin-utils" "^7.18.6" |
703 | "@babel/helper-replace-supers" "^7.16.7" | 696 | "@babel/helper-replace-supers" "^7.18.6" |
704 | 697 | ||
705 | "@babel/plugin-transform-parameters@^7.17.12": | 698 | "@babel/plugin-transform-parameters@^7.18.6": |
706 | version "7.17.12" | 699 | version "7.18.6" |
707 | resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz" | 700 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.6.tgz#cbe03d5a4c6385dd756034ac1baa63c04beab8dc" |
708 | integrity sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA== | 701 | integrity sha512-FjdqgMv37yVl/gwvzkcB+wfjRI8HQmc5EgOG9iGNvUY1ok+TjsoaMP7IqCDZBhkFcM5f3OPVMs6Dmp03C5k4/A== |
709 | dependencies: | 702 | dependencies: |
710 | "@babel/helper-plugin-utils" "^7.17.12" | 703 | "@babel/helper-plugin-utils" "^7.18.6" |
711 | 704 | ||
712 | "@babel/plugin-transform-property-literals@^7.16.7": | 705 | "@babel/plugin-transform-property-literals@^7.18.6": |
713 | version "7.16.7" | 706 | version "7.18.6" |
714 | resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz" | 707 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3" |
715 | integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== | 708 | integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== |
716 | dependencies: | 709 | dependencies: |
717 | "@babel/helper-plugin-utils" "^7.16.7" | 710 | "@babel/helper-plugin-utils" "^7.18.6" |
718 | 711 | ||
719 | "@babel/plugin-transform-regenerator@^7.18.0": | 712 | "@babel/plugin-transform-regenerator@^7.18.6": |
720 | version "7.18.0" | 713 | version "7.18.6" |
721 | resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.0.tgz" | 714 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz#585c66cb84d4b4bf72519a34cfce761b8676ca73" |
722 | integrity sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw== | 715 | integrity sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ== |
723 | dependencies: | 716 | dependencies: |
724 | "@babel/helper-plugin-utils" "^7.17.12" | 717 | "@babel/helper-plugin-utils" "^7.18.6" |
725 | regenerator-transform "^0.15.0" | 718 | regenerator-transform "^0.15.0" |
726 | 719 | ||
727 | "@babel/plugin-transform-reserved-words@^7.17.12": | 720 | "@babel/plugin-transform-reserved-words@^7.18.6": |
728 | version "7.17.12" | 721 | version "7.18.6" |
729 | resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz" | 722 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a" |
730 | integrity sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA== | 723 | integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== |
731 | dependencies: | 724 | dependencies: |
732 | "@babel/helper-plugin-utils" "^7.17.12" | 725 | "@babel/helper-plugin-utils" "^7.18.6" |
733 | 726 | ||
734 | "@babel/plugin-transform-shorthand-properties@^7.16.7": | 727 | "@babel/plugin-transform-shorthand-properties@^7.18.6": |
735 | version "7.16.7" | 728 | version "7.18.6" |
736 | resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz" | 729 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" |
737 | integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== | 730 | integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== |
738 | dependencies: | 731 | dependencies: |
739 | "@babel/helper-plugin-utils" "^7.16.7" | 732 | "@babel/helper-plugin-utils" "^7.18.6" |
740 | 733 | ||
741 | "@babel/plugin-transform-spread@^7.17.12": | 734 | "@babel/plugin-transform-spread@^7.18.6": |
742 | version "7.17.12" | 735 | version "7.18.6" |
743 | resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.17.12.tgz" | 736 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.6.tgz#82b080241965f1689f0a60ecc6f1f6575dbdb9d6" |
744 | integrity sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg== | 737 | integrity sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw== |
745 | dependencies: | 738 | dependencies: |
746 | "@babel/helper-plugin-utils" "^7.17.12" | 739 | "@babel/helper-plugin-utils" "^7.18.6" |
747 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | 740 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.6" |
748 | 741 | ||
749 | "@babel/plugin-transform-sticky-regex@^7.16.7": | 742 | "@babel/plugin-transform-sticky-regex@^7.18.6": |
750 | version "7.16.7" | 743 | version "7.18.6" |
751 | resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz" | 744 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc" |
752 | integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== | 745 | integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== |
753 | dependencies: | 746 | dependencies: |
754 | "@babel/helper-plugin-utils" "^7.16.7" | 747 | "@babel/helper-plugin-utils" "^7.18.6" |
755 | 748 | ||
756 | "@babel/plugin-transform-template-literals@^7.18.2": | 749 | "@babel/plugin-transform-template-literals@^7.18.6": |
757 | version "7.18.2" | 750 | version "7.18.6" |
758 | resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz" | 751 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.6.tgz#b763f4dc9d11a7cce58cf9a490d82e80547db9c2" |
759 | integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g== | 752 | integrity sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw== |
760 | dependencies: | 753 | dependencies: |
761 | "@babel/helper-plugin-utils" "^7.17.12" | 754 | "@babel/helper-plugin-utils" "^7.18.6" |
762 | 755 | ||
763 | "@babel/plugin-transform-typeof-symbol@^7.17.12": | 756 | "@babel/plugin-transform-typeof-symbol@^7.18.6": |
764 | version "7.17.12" | 757 | version "7.18.6" |
765 | resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz" | 758 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.6.tgz#486bb39d5a18047358e0d04dc0d2f322f0b92e92" |
766 | integrity sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw== | 759 | integrity sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g== |
767 | dependencies: | 760 | dependencies: |
768 | "@babel/helper-plugin-utils" "^7.17.12" | 761 | "@babel/helper-plugin-utils" "^7.18.6" |
769 | 762 | ||
770 | "@babel/plugin-transform-unicode-escapes@^7.16.7": | 763 | "@babel/plugin-transform-unicode-escapes@^7.18.6": |
771 | version "7.16.7" | 764 | version "7.18.6" |
772 | resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz" | 765 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" |
773 | integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== | 766 | integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw== |
774 | dependencies: | 767 | dependencies: |
775 | "@babel/helper-plugin-utils" "^7.16.7" | 768 | "@babel/helper-plugin-utils" "^7.18.6" |
776 | 769 | ||
777 | "@babel/plugin-transform-unicode-regex@^7.16.7": | 770 | "@babel/plugin-transform-unicode-regex@^7.18.6": |
778 | version "7.16.7" | 771 | version "7.18.6" |
779 | resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz" | 772 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca" |
780 | integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== | 773 | integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== |
781 | dependencies: | 774 | dependencies: |
782 | "@babel/helper-create-regexp-features-plugin" "^7.16.7" | 775 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
783 | "@babel/helper-plugin-utils" "^7.16.7" | 776 | "@babel/helper-plugin-utils" "^7.18.6" |
784 | 777 | ||
785 | "@babel/preset-env@^7.11.0": | 778 | "@babel/preset-env@^7.11.0": |
786 | version "7.18.2" | 779 | version "7.18.6" |
787 | resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.2.tgz" | 780 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.6.tgz#953422e98a5f66bc56cd0b9074eaea127ec86ace" |
788 | integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q== | 781 | integrity sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw== |
789 | dependencies: | 782 | dependencies: |
790 | "@babel/compat-data" "^7.17.10" | 783 | "@babel/compat-data" "^7.18.6" |
791 | "@babel/helper-compilation-targets" "^7.18.2" | 784 | "@babel/helper-compilation-targets" "^7.18.6" |
792 | "@babel/helper-plugin-utils" "^7.17.12" | 785 | "@babel/helper-plugin-utils" "^7.18.6" |
793 | "@babel/helper-validator-option" "^7.16.7" | 786 | "@babel/helper-validator-option" "^7.18.6" |
794 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12" | 787 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" |
795 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.17.12" | 788 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.6" |
796 | "@babel/plugin-proposal-async-generator-functions" "^7.17.12" | 789 | "@babel/plugin-proposal-async-generator-functions" "^7.18.6" |
797 | "@babel/plugin-proposal-class-properties" "^7.17.12" | 790 | "@babel/plugin-proposal-class-properties" "^7.18.6" |
798 | "@babel/plugin-proposal-class-static-block" "^7.18.0" | 791 | "@babel/plugin-proposal-class-static-block" "^7.18.6" |
799 | "@babel/plugin-proposal-dynamic-import" "^7.16.7" | 792 | "@babel/plugin-proposal-dynamic-import" "^7.18.6" |
800 | "@babel/plugin-proposal-export-namespace-from" "^7.17.12" | 793 | "@babel/plugin-proposal-export-namespace-from" "^7.18.6" |
801 | "@babel/plugin-proposal-json-strings" "^7.17.12" | 794 | "@babel/plugin-proposal-json-strings" "^7.18.6" |
802 | "@babel/plugin-proposal-logical-assignment-operators" "^7.17.12" | 795 | "@babel/plugin-proposal-logical-assignment-operators" "^7.18.6" |
803 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.17.12" | 796 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" |
804 | "@babel/plugin-proposal-numeric-separator" "^7.16.7" | 797 | "@babel/plugin-proposal-numeric-separator" "^7.18.6" |
805 | "@babel/plugin-proposal-object-rest-spread" "^7.18.0" | 798 | "@babel/plugin-proposal-object-rest-spread" "^7.18.6" |
806 | "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" | 799 | "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" |
807 | "@babel/plugin-proposal-optional-chaining" "^7.17.12" | 800 | "@babel/plugin-proposal-optional-chaining" "^7.18.6" |
808 | "@babel/plugin-proposal-private-methods" "^7.17.12" | 801 | "@babel/plugin-proposal-private-methods" "^7.18.6" |
809 | "@babel/plugin-proposal-private-property-in-object" "^7.17.12" | 802 | "@babel/plugin-proposal-private-property-in-object" "^7.18.6" |
810 | "@babel/plugin-proposal-unicode-property-regex" "^7.17.12" | 803 | "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" |
811 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 804 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
812 | "@babel/plugin-syntax-class-properties" "^7.12.13" | 805 | "@babel/plugin-syntax-class-properties" "^7.12.13" |
813 | "@babel/plugin-syntax-class-static-block" "^7.14.5" | 806 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
814 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" | 807 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
815 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 808 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
816 | "@babel/plugin-syntax-import-assertions" "^7.17.12" | 809 | "@babel/plugin-syntax-import-assertions" "^7.18.6" |
817 | "@babel/plugin-syntax-json-strings" "^7.8.3" | 810 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
818 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 811 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
819 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | 812 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
@@ -823,49 +816,49 @@ | |||
823 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" | 816 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
824 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" | 817 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
825 | "@babel/plugin-syntax-top-level-await" "^7.14.5" | 818 | "@babel/plugin-syntax-top-level-await" "^7.14.5" |
826 | "@babel/plugin-transform-arrow-functions" "^7.17.12" | 819 | "@babel/plugin-transform-arrow-functions" "^7.18.6" |
827 | "@babel/plugin-transform-async-to-generator" "^7.17.12" | 820 | "@babel/plugin-transform-async-to-generator" "^7.18.6" |
828 | "@babel/plugin-transform-block-scoped-functions" "^7.16.7" | 821 | "@babel/plugin-transform-block-scoped-functions" "^7.18.6" |
829 | "@babel/plugin-transform-block-scoping" "^7.17.12" | 822 | "@babel/plugin-transform-block-scoping" "^7.18.6" |
830 | "@babel/plugin-transform-classes" "^7.17.12" | 823 | "@babel/plugin-transform-classes" "^7.18.6" |
831 | "@babel/plugin-transform-computed-properties" "^7.17.12" | 824 | "@babel/plugin-transform-computed-properties" "^7.18.6" |
832 | "@babel/plugin-transform-destructuring" "^7.18.0" | 825 | "@babel/plugin-transform-destructuring" "^7.18.6" |
833 | "@babel/plugin-transform-dotall-regex" "^7.16.7" | 826 | "@babel/plugin-transform-dotall-regex" "^7.18.6" |
834 | "@babel/plugin-transform-duplicate-keys" "^7.17.12" | 827 | "@babel/plugin-transform-duplicate-keys" "^7.18.6" |
835 | "@babel/plugin-transform-exponentiation-operator" "^7.16.7" | 828 | "@babel/plugin-transform-exponentiation-operator" "^7.18.6" |
836 | "@babel/plugin-transform-for-of" "^7.18.1" | 829 | "@babel/plugin-transform-for-of" "^7.18.6" |
837 | "@babel/plugin-transform-function-name" "^7.16.7" | 830 | "@babel/plugin-transform-function-name" "^7.18.6" |
838 | "@babel/plugin-transform-literals" "^7.17.12" | 831 | "@babel/plugin-transform-literals" "^7.18.6" |
839 | "@babel/plugin-transform-member-expression-literals" "^7.16.7" | 832 | "@babel/plugin-transform-member-expression-literals" "^7.18.6" |
840 | "@babel/plugin-transform-modules-amd" "^7.18.0" | 833 | "@babel/plugin-transform-modules-amd" "^7.18.6" |
841 | "@babel/plugin-transform-modules-commonjs" "^7.18.2" | 834 | "@babel/plugin-transform-modules-commonjs" "^7.18.6" |
842 | "@babel/plugin-transform-modules-systemjs" "^7.18.0" | 835 | "@babel/plugin-transform-modules-systemjs" "^7.18.6" |
843 | "@babel/plugin-transform-modules-umd" "^7.18.0" | 836 | "@babel/plugin-transform-modules-umd" "^7.18.6" |
844 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12" | 837 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" |
845 | "@babel/plugin-transform-new-target" "^7.17.12" | 838 | "@babel/plugin-transform-new-target" "^7.18.6" |
846 | "@babel/plugin-transform-object-super" "^7.16.7" | 839 | "@babel/plugin-transform-object-super" "^7.18.6" |
847 | "@babel/plugin-transform-parameters" "^7.17.12" | 840 | "@babel/plugin-transform-parameters" "^7.18.6" |
848 | "@babel/plugin-transform-property-literals" "^7.16.7" | 841 | "@babel/plugin-transform-property-literals" "^7.18.6" |
849 | "@babel/plugin-transform-regenerator" "^7.18.0" | 842 | "@babel/plugin-transform-regenerator" "^7.18.6" |
850 | "@babel/plugin-transform-reserved-words" "^7.17.12" | 843 | "@babel/plugin-transform-reserved-words" "^7.18.6" |
851 | "@babel/plugin-transform-shorthand-properties" "^7.16.7" | 844 | "@babel/plugin-transform-shorthand-properties" "^7.18.6" |
852 | "@babel/plugin-transform-spread" "^7.17.12" | 845 | "@babel/plugin-transform-spread" "^7.18.6" |
853 | "@babel/plugin-transform-sticky-regex" "^7.16.7" | 846 | "@babel/plugin-transform-sticky-regex" "^7.18.6" |
854 | "@babel/plugin-transform-template-literals" "^7.18.2" | 847 | "@babel/plugin-transform-template-literals" "^7.18.6" |
855 | "@babel/plugin-transform-typeof-symbol" "^7.17.12" | 848 | "@babel/plugin-transform-typeof-symbol" "^7.18.6" |
856 | "@babel/plugin-transform-unicode-escapes" "^7.16.7" | 849 | "@babel/plugin-transform-unicode-escapes" "^7.18.6" |
857 | "@babel/plugin-transform-unicode-regex" "^7.16.7" | 850 | "@babel/plugin-transform-unicode-regex" "^7.18.6" |
858 | "@babel/preset-modules" "^0.1.5" | 851 | "@babel/preset-modules" "^0.1.5" |
859 | "@babel/types" "^7.18.2" | 852 | "@babel/types" "^7.18.6" |
860 | babel-plugin-polyfill-corejs2 "^0.3.0" | 853 | babel-plugin-polyfill-corejs2 "^0.3.1" |
861 | babel-plugin-polyfill-corejs3 "^0.5.0" | 854 | babel-plugin-polyfill-corejs3 "^0.5.2" |
862 | babel-plugin-polyfill-regenerator "^0.3.0" | 855 | babel-plugin-polyfill-regenerator "^0.3.1" |
863 | core-js-compat "^3.22.1" | 856 | core-js-compat "^3.22.1" |
864 | semver "^6.3.0" | 857 | semver "^6.3.0" |
865 | 858 | ||
866 | "@babel/preset-modules@^0.1.5": | 859 | "@babel/preset-modules@^0.1.5": |
867 | version "0.1.5" | 860 | version "0.1.5" |
868 | resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz" | 861 | resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" |
869 | integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== | 862 | integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== |
870 | dependencies: | 863 | dependencies: |
871 | "@babel/helper-plugin-utils" "^7.0.0" | 864 | "@babel/helper-plugin-utils" "^7.0.0" |
@@ -875,48 +868,48 @@ | |||
875 | esutils "^2.0.2" | 868 | esutils "^2.0.2" |
876 | 869 | ||
877 | "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": | 870 | "@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": |
878 | version "7.18.3" | 871 | version "7.18.6" |
879 | resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.3.tgz" | 872 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580" |
880 | integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug== | 873 | integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== |
881 | dependencies: | 874 | dependencies: |
882 | regenerator-runtime "^0.13.4" | 875 | regenerator-runtime "^0.13.4" |
883 | 876 | ||
884 | "@babel/template@^7.16.7": | 877 | "@babel/template@^7.18.6": |
885 | version "7.16.7" | 878 | version "7.18.6" |
886 | resolved "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz" | 879 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" |
887 | integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== | 880 | integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== |
888 | dependencies: | 881 | dependencies: |
889 | "@babel/code-frame" "^7.16.7" | 882 | "@babel/code-frame" "^7.18.6" |
890 | "@babel/parser" "^7.16.7" | 883 | "@babel/parser" "^7.18.6" |
891 | "@babel/types" "^7.16.7" | 884 | "@babel/types" "^7.18.6" |
892 | 885 | ||
893 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2": | 886 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.18.6": |
894 | version "7.18.2" | 887 | version "7.18.6" |
895 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz" | 888 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d" |
896 | integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA== | 889 | integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw== |
897 | dependencies: | 890 | dependencies: |
898 | "@babel/code-frame" "^7.16.7" | 891 | "@babel/code-frame" "^7.18.6" |
899 | "@babel/generator" "^7.18.2" | 892 | "@babel/generator" "^7.18.6" |
900 | "@babel/helper-environment-visitor" "^7.18.2" | 893 | "@babel/helper-environment-visitor" "^7.18.6" |
901 | "@babel/helper-function-name" "^7.17.9" | 894 | "@babel/helper-function-name" "^7.18.6" |
902 | "@babel/helper-hoist-variables" "^7.16.7" | 895 | "@babel/helper-hoist-variables" "^7.18.6" |
903 | "@babel/helper-split-export-declaration" "^7.16.7" | 896 | "@babel/helper-split-export-declaration" "^7.18.6" |
904 | "@babel/parser" "^7.18.0" | 897 | "@babel/parser" "^7.18.6" |
905 | "@babel/types" "^7.18.2" | 898 | "@babel/types" "^7.18.6" |
906 | debug "^4.1.0" | 899 | debug "^4.1.0" |
907 | globals "^11.1.0" | 900 | globals "^11.1.0" |
908 | 901 | ||
909 | "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4": | 902 | "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.4.4": |
910 | version "7.18.2" | 903 | version "7.18.7" |
911 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz" | 904 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726" |
912 | integrity sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q== | 905 | integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ== |
913 | dependencies: | 906 | dependencies: |
914 | "@babel/helper-validator-identifier" "^7.16.7" | 907 | "@babel/helper-validator-identifier" "^7.18.6" |
915 | to-fast-properties "^2.0.0" | 908 | to-fast-properties "^2.0.0" |
916 | 909 | ||
917 | "@eslint/eslintrc@^1.3.0": | 910 | "@eslint/eslintrc@^1.3.0": |
918 | version "1.3.0" | 911 | version "1.3.0" |
919 | resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz" | 912 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" |
920 | integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== | 913 | integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== |
921 | dependencies: | 914 | dependencies: |
922 | ajv "^6.12.4" | 915 | ajv "^6.12.4" |
@@ -931,24 +924,12 @@ | |||
931 | 924 | ||
932 | "@fortawesome/fontawesome-free@^6.1.1": | 925 | "@fortawesome/fontawesome-free@^6.1.1": |
933 | version "6.1.1" | 926 | version "6.1.1" |
934 | resolved "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.1.tgz" | 927 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.1.1.tgz#bf5d45611ab74890be386712a0e5d998c65ee2a1" |
935 | integrity sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg== | 928 | integrity sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg== |
936 | 929 | ||
937 | "@hapi/hoek@^9.0.0": | ||
938 | version "9.3.0" | ||
939 | resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz" | ||
940 | integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ== | ||
941 | |||
942 | "@hapi/topo@^5.0.0": | ||
943 | version "5.1.0" | ||
944 | resolved "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz" | ||
945 | integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== | ||
946 | dependencies: | ||
947 | "@hapi/hoek" "^9.0.0" | ||
948 | |||
949 | "@humanwhocodes/config-array@^0.9.2": | 930 | "@humanwhocodes/config-array@^0.9.2": |
950 | version "0.9.5" | 931 | version "0.9.5" |
951 | resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz" | 932 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" |
952 | integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== | 933 | integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== |
953 | dependencies: | 934 | dependencies: |
954 | "@humanwhocodes/object-schema" "^1.2.1" | 935 | "@humanwhocodes/object-schema" "^1.2.1" |
@@ -957,59 +938,81 @@ | |||
957 | 938 | ||
958 | "@humanwhocodes/object-schema@^1.2.1": | 939 | "@humanwhocodes/object-schema@^1.2.1": |
959 | version "1.2.1" | 940 | version "1.2.1" |
960 | resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz" | 941 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" |
961 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== | 942 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== |
962 | 943 | ||
963 | "@jridgewell/gen-mapping@^0.1.0": | 944 | "@jridgewell/gen-mapping@^0.1.0": |
964 | version "0.1.1" | 945 | version "0.1.1" |
965 | resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz" | 946 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" |
966 | integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== | 947 | integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== |
967 | dependencies: | 948 | dependencies: |
968 | "@jridgewell/set-array" "^1.0.0" | 949 | "@jridgewell/set-array" "^1.0.0" |
969 | "@jridgewell/sourcemap-codec" "^1.4.10" | 950 | "@jridgewell/sourcemap-codec" "^1.4.10" |
970 | 951 | ||
971 | "@jridgewell/gen-mapping@^0.3.0": | 952 | "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
972 | version "0.3.1" | 953 | version "0.3.2" |
973 | resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz" | 954 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
974 | integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg== | 955 | integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== |
975 | dependencies: | 956 | dependencies: |
976 | "@jridgewell/set-array" "^1.0.0" | 957 | "@jridgewell/set-array" "^1.0.1" |
977 | "@jridgewell/sourcemap-codec" "^1.4.10" | 958 | "@jridgewell/sourcemap-codec" "^1.4.10" |
978 | "@jridgewell/trace-mapping" "^0.3.9" | 959 | "@jridgewell/trace-mapping" "^0.3.9" |
979 | 960 | ||
980 | "@jridgewell/resolve-uri@^3.0.3": | 961 | "@jridgewell/resolve-uri@^3.0.3": |
981 | version "3.0.7" | 962 | version "3.0.8" |
982 | resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz" | 963 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz#687cc2bbf243f4e9a868ecf2262318e2658873a1" |
983 | integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA== | 964 | integrity sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w== |
984 | 965 | ||
985 | "@jridgewell/set-array@^1.0.0": | 966 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
986 | version "1.1.1" | 967 | version "1.1.2" |
987 | resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz" | 968 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
988 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== | 969 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
970 | |||
971 | "@jridgewell/source-map@^0.3.2": | ||
972 | version "0.3.2" | ||
973 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb" | ||
974 | integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== | ||
975 | dependencies: | ||
976 | "@jridgewell/gen-mapping" "^0.3.0" | ||
977 | "@jridgewell/trace-mapping" "^0.3.9" | ||
989 | 978 | ||
990 | "@jridgewell/sourcemap-codec@^1.4.10": | 979 | "@jridgewell/sourcemap-codec@^1.4.10": |
991 | version "1.4.13" | 980 | version "1.4.14" |
992 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz" | 981 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
993 | integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w== | 982 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
994 | 983 | ||
995 | "@jridgewell/trace-mapping@^0.3.9": | 984 | "@jridgewell/trace-mapping@^0.3.9": |
996 | version "0.3.13" | 985 | version "0.3.14" |
997 | resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz" | 986 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" |
998 | integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w== | 987 | integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== |
999 | dependencies: | 988 | dependencies: |
1000 | "@jridgewell/resolve-uri" "^3.0.3" | 989 | "@jridgewell/resolve-uri" "^3.0.3" |
1001 | "@jridgewell/sourcemap-codec" "^1.4.10" | 990 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1002 | 991 | ||
1003 | "@node-ipc/js-queue@2.0.3": | 992 | "@nodelib/fs.scandir@2.1.5": |
1004 | version "2.0.3" | 993 | version "2.1.5" |
1005 | resolved "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz" | 994 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
1006 | integrity sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw== | 995 | integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== |
1007 | dependencies: | 996 | dependencies: |
1008 | easy-stack "1.0.1" | 997 | "@nodelib/fs.stat" "2.0.5" |
998 | run-parallel "^1.1.9" | ||
999 | |||
1000 | "@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": | ||
1001 | version "2.0.5" | ||
1002 | resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" | ||
1003 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== | ||
1004 | |||
1005 | "@nodelib/fs.walk@^1.2.3": | ||
1006 | version "1.2.8" | ||
1007 | resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" | ||
1008 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== | ||
1009 | dependencies: | ||
1010 | "@nodelib/fs.scandir" "2.1.5" | ||
1011 | fastq "^1.6.0" | ||
1009 | 1012 | ||
1010 | "@rollup/plugin-babel@^5.2.0": | 1013 | "@rollup/plugin-babel@^5.2.0": |
1011 | version "5.3.1" | 1014 | version "5.3.1" |
1012 | resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz" | 1015 | resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" |
1013 | integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== | 1016 | integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== |
1014 | dependencies: | 1017 | dependencies: |
1015 | "@babel/helper-module-imports" "^7.10.4" | 1018 | "@babel/helper-module-imports" "^7.10.4" |
@@ -1017,7 +1020,7 @@ | |||
1017 | 1020 | ||
1018 | "@rollup/plugin-node-resolve@^11.2.1": | 1021 | "@rollup/plugin-node-resolve@^11.2.1": |
1019 | version "11.2.1" | 1022 | version "11.2.1" |
1020 | resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz" | 1023 | resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60" |
1021 | integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg== | 1024 | integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg== |
1022 | dependencies: | 1025 | dependencies: |
1023 | "@rollup/pluginutils" "^3.1.0" | 1026 | "@rollup/pluginutils" "^3.1.0" |
@@ -1029,7 +1032,7 @@ | |||
1029 | 1032 | ||
1030 | "@rollup/plugin-replace@^2.4.1": | 1033 | "@rollup/plugin-replace@^2.4.1": |
1031 | version "2.4.2" | 1034 | version "2.4.2" |
1032 | resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz" | 1035 | resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a" |
1033 | integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== | 1036 | integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== |
1034 | dependencies: | 1037 | dependencies: |
1035 | "@rollup/pluginutils" "^3.1.0" | 1038 | "@rollup/pluginutils" "^3.1.0" |
@@ -1037,7 +1040,7 @@ | |||
1037 | 1040 | ||
1038 | "@rollup/pluginutils@^3.1.0": | 1041 | "@rollup/pluginutils@^3.1.0": |
1039 | version "3.1.0" | 1042 | version "3.1.0" |
1040 | resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz" | 1043 | resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
1041 | integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== | 1044 | integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
1042 | dependencies: | 1045 | dependencies: |
1043 | "@types/estree" "0.0.39" | 1046 | "@types/estree" "0.0.39" |
@@ -1045,30 +1048,13 @@ | |||
1045 | picomatch "^2.2.2" | 1048 | picomatch "^2.2.2" |
1046 | 1049 | ||
1047 | "@rushstack/eslint-patch@^1.1.0": | 1050 | "@rushstack/eslint-patch@^1.1.0": |
1048 | version "1.1.3" | 1051 | version "1.1.4" |
1049 | resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz" | 1052 | resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.4.tgz#0c8b74c50f29ee44f423f7416829c0bf8bb5eb27" |
1050 | integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw== | 1053 | integrity sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA== |
1051 | |||
1052 | "@sideway/address@^4.1.3": | ||
1053 | version "4.1.4" | ||
1054 | resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz" | ||
1055 | integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw== | ||
1056 | dependencies: | ||
1057 | "@hapi/hoek" "^9.0.0" | ||
1058 | |||
1059 | "@sideway/formula@^3.0.0": | ||
1060 | version "3.0.0" | ||
1061 | resolved "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz" | ||
1062 | integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg== | ||
1063 | |||
1064 | "@sideway/pinpoint@^2.0.0": | ||
1065 | version "2.0.0" | ||
1066 | resolved "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz" | ||
1067 | integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== | ||
1068 | 1054 | ||
1069 | "@surma/rollup-plugin-off-main-thread@^2.2.3": | 1055 | "@surma/rollup-plugin-off-main-thread@^2.2.3": |
1070 | version "2.2.3" | 1056 | version "2.2.3" |
1071 | resolved "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz" | 1057 | resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053" |
1072 | integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ== | 1058 | integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ== |
1073 | dependencies: | 1059 | dependencies: |
1074 | ejs "^3.1.6" | 1060 | ejs "^3.1.6" |
@@ -1076,349 +1062,144 @@ | |||
1076 | magic-string "^0.25.0" | 1062 | magic-string "^0.25.0" |
1077 | string.prototype.matchall "^4.0.6" | 1063 | string.prototype.matchall "^4.0.6" |
1078 | 1064 | ||
1079 | "@types/eslint-scope@^3.7.3": | ||
1080 | version "3.7.3" | ||
1081 | resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz" | ||
1082 | integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== | ||
1083 | dependencies: | ||
1084 | "@types/eslint" "*" | ||
1085 | "@types/estree" "*" | ||
1086 | |||
1087 | "@types/eslint@*": | ||
1088 | version "8.4.2" | ||
1089 | resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.2.tgz" | ||
1090 | integrity sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA== | ||
1091 | dependencies: | ||
1092 | "@types/estree" "*" | ||
1093 | "@types/json-schema" "*" | ||
1094 | |||
1095 | "@types/estree@*", "@types/estree@^0.0.51": | ||
1096 | version "0.0.51" | ||
1097 | resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz" | ||
1098 | integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== | ||
1099 | |||
1100 | "@types/estree@0.0.39": | 1065 | "@types/estree@0.0.39": |
1101 | version "0.0.39" | 1066 | version "0.0.39" |
1102 | resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz" | 1067 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
1103 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== | 1068 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
1104 | 1069 | ||
1105 | "@types/html-minifier-terser@^6.0.0": | ||
1106 | version "6.1.0" | ||
1107 | resolved "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz" | ||
1108 | integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg== | ||
1109 | |||
1110 | "@types/json-schema@*", "@types/json-schema@^7.0.8": | ||
1111 | version "7.0.11" | ||
1112 | resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz" | ||
1113 | integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== | ||
1114 | |||
1115 | "@types/node@*": | 1070 | "@types/node@*": |
1116 | version "17.0.36" | 1071 | version "18.0.0" |
1117 | resolved "https://registry.npmjs.org/@types/node/-/node-17.0.36.tgz" | 1072 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a" |
1118 | integrity sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA== | 1073 | integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA== |
1119 | |||
1120 | "@types/normalize-package-data@^2.4.0": | ||
1121 | version "2.4.1" | ||
1122 | resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" | ||
1123 | integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== | ||
1124 | 1074 | ||
1125 | "@types/resolve@1.17.1": | 1075 | "@types/resolve@1.17.1": |
1126 | version "1.17.1" | 1076 | version "1.17.1" |
1127 | resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz" | 1077 | resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6" |
1128 | integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== | 1078 | integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== |
1129 | dependencies: | 1079 | dependencies: |
1130 | "@types/node" "*" | 1080 | "@types/node" "*" |
1131 | 1081 | ||
1132 | "@types/trusted-types@^2.0.2": | 1082 | "@types/trusted-types@^2.0.2": |
1133 | version "2.0.2" | 1083 | version "2.0.2" |
1134 | resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz" | 1084 | resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" |
1135 | integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== | 1085 | integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== |
1136 | 1086 | ||
1137 | "@vitejs/plugin-vue@^2.3.1": | 1087 | "@vitejs/plugin-vue@^2.3.1": |
1138 | version "2.3.3" | 1088 | version "2.3.3" |
1139 | resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz" | 1089 | resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600" |
1140 | integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw== | 1090 | integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw== |
1141 | 1091 | ||
1142 | "@vue/cli-plugin-pwa@^5.0.4": | 1092 | "@vue/compiler-core@3.2.37": |
1143 | version "5.0.4" | 1093 | version "3.2.37" |
1144 | resolved "https://registry.npmjs.org/@vue/cli-plugin-pwa/-/cli-plugin-pwa-5.0.4.tgz" | 1094 | resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.37.tgz#b3c42e04c0e0f2c496ff1784e543fbefe91e215a" |
1145 | integrity sha512-Pim6hx2Lf9kqslhveQ65K+iZhSzDy+IvGidJnpYiwcE9bSgQKG9vPSBgH4qww4u57prXVC8WRbdwupZPEpNhEw== | 1095 | integrity sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg== |
1146 | dependencies: | ||
1147 | "@vue/cli-shared-utils" "^5.0.4" | ||
1148 | html-webpack-plugin "^5.1.0" | ||
1149 | webpack "^5.54.0" | ||
1150 | workbox-webpack-plugin "^6.1.0" | ||
1151 | |||
1152 | "@vue/cli-shared-utils@^5.0.4": | ||
1153 | version "5.0.4" | ||
1154 | resolved "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.4.tgz" | ||
1155 | integrity sha512-nfAsj8Nopu5sVHMBIaut/YL7NaJFVmTBSTJD7LM17jc5uytrM9JwiRtzCiv3JWRBG78Xdb/s2Xb/1YR4fkdmkQ== | ||
1156 | dependencies: | ||
1157 | "@achrinza/node-ipc" "9.2.2" | ||
1158 | chalk "^4.1.2" | ||
1159 | execa "^1.0.0" | ||
1160 | joi "^17.4.0" | ||
1161 | launch-editor "^2.2.1" | ||
1162 | lru-cache "^6.0.0" | ||
1163 | node-fetch "^2.6.7" | ||
1164 | open "^8.0.2" | ||
1165 | ora "^5.3.0" | ||
1166 | read-pkg "^5.1.1" | ||
1167 | semver "^7.3.4" | ||
1168 | strip-ansi "^6.0.0" | ||
1169 | |||
1170 | "@vue/compiler-core@3.2.36": | ||
1171 | version "3.2.36" | ||
1172 | resolved "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.2.36.tgz" | ||
1173 | integrity sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw== | ||
1174 | dependencies: | 1096 | dependencies: |
1175 | "@babel/parser" "^7.16.4" | 1097 | "@babel/parser" "^7.16.4" |
1176 | "@vue/shared" "3.2.36" | 1098 | "@vue/shared" "3.2.37" |
1177 | estree-walker "^2.0.2" | 1099 | estree-walker "^2.0.2" |
1178 | source-map "^0.6.1" | 1100 | source-map "^0.6.1" |
1179 | 1101 | ||
1180 | "@vue/compiler-dom@3.2.36": | 1102 | "@vue/compiler-dom@3.2.37": |
1181 | version "3.2.36" | 1103 | version "3.2.37" |
1182 | resolved "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.2.36.tgz" | 1104 | resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz#10d2427a789e7c707c872da9d678c82a0c6582b5" |
1183 | integrity sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA== | 1105 | integrity sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ== |
1184 | dependencies: | 1106 | dependencies: |
1185 | "@vue/compiler-core" "3.2.36" | 1107 | "@vue/compiler-core" "3.2.37" |
1186 | "@vue/shared" "3.2.36" | 1108 | "@vue/shared" "3.2.37" |
1187 | 1109 | ||
1188 | "@vue/compiler-sfc@3.2.36": | 1110 | "@vue/compiler-sfc@3.2.37": |
1189 | version "3.2.36" | 1111 | version "3.2.37" |
1190 | resolved "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.2.36.tgz" | 1112 | resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz#3103af3da2f40286edcd85ea495dcb35bc7f5ff4" |
1191 | integrity sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA== | 1113 | integrity sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg== |
1192 | dependencies: | 1114 | dependencies: |
1193 | "@babel/parser" "^7.16.4" | 1115 | "@babel/parser" "^7.16.4" |
1194 | "@vue/compiler-core" "3.2.36" | 1116 | "@vue/compiler-core" "3.2.37" |
1195 | "@vue/compiler-dom" "3.2.36" | 1117 | "@vue/compiler-dom" "3.2.37" |
1196 | "@vue/compiler-ssr" "3.2.36" | 1118 | "@vue/compiler-ssr" "3.2.37" |
1197 | "@vue/reactivity-transform" "3.2.36" | 1119 | "@vue/reactivity-transform" "3.2.37" |
1198 | "@vue/shared" "3.2.36" | 1120 | "@vue/shared" "3.2.37" |
1199 | estree-walker "^2.0.2" | 1121 | estree-walker "^2.0.2" |
1200 | magic-string "^0.25.7" | 1122 | magic-string "^0.25.7" |
1201 | postcss "^8.1.10" | 1123 | postcss "^8.1.10" |
1202 | source-map "^0.6.1" | 1124 | source-map "^0.6.1" |
1203 | 1125 | ||
1204 | "@vue/compiler-ssr@3.2.36": | 1126 | "@vue/compiler-ssr@3.2.37": |
1205 | version "3.2.36" | 1127 | version "3.2.37" |
1206 | resolved "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.2.36.tgz" | 1128 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz#4899d19f3a5fafd61524a9d1aee8eb0505313cff" |
1207 | integrity sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw== | 1129 | integrity sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw== |
1208 | dependencies: | 1130 | dependencies: |
1209 | "@vue/compiler-dom" "3.2.36" | 1131 | "@vue/compiler-dom" "3.2.37" |
1210 | "@vue/shared" "3.2.36" | 1132 | "@vue/shared" "3.2.37" |
1211 | 1133 | ||
1212 | "@vue/eslint-config-prettier@^7.0.0": | 1134 | "@vue/eslint-config-prettier@^7.0.0": |
1213 | version "7.0.0" | 1135 | version "7.0.0" |
1214 | resolved "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz" | 1136 | resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#44ab55ca22401102b57795c59428e9dade72be34" |
1215 | integrity sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== | 1137 | integrity sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== |
1216 | dependencies: | 1138 | dependencies: |
1217 | eslint-config-prettier "^8.3.0" | 1139 | eslint-config-prettier "^8.3.0" |
1218 | eslint-plugin-prettier "^4.0.0" | 1140 | eslint-plugin-prettier "^4.0.0" |
1219 | 1141 | ||
1220 | "@vue/reactivity-transform@3.2.36": | 1142 | "@vue/reactivity-transform@3.2.37": |
1221 | version "3.2.36" | 1143 | version "3.2.37" |
1222 | resolved "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.2.36.tgz" | 1144 | resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz#0caa47c4344df4ae59f5a05dde2a8758829f8eca" |
1223 | integrity sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA== | 1145 | integrity sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg== |
1224 | dependencies: | 1146 | dependencies: |
1225 | "@babel/parser" "^7.16.4" | 1147 | "@babel/parser" "^7.16.4" |
1226 | "@vue/compiler-core" "3.2.36" | 1148 | "@vue/compiler-core" "3.2.37" |
1227 | "@vue/shared" "3.2.36" | 1149 | "@vue/shared" "3.2.37" |
1228 | estree-walker "^2.0.2" | 1150 | estree-walker "^2.0.2" |
1229 | magic-string "^0.25.7" | 1151 | magic-string "^0.25.7" |
1230 | 1152 | ||
1231 | "@vue/reactivity@3.2.36": | 1153 | "@vue/reactivity@3.2.37": |
1232 | version "3.2.36" | 1154 | version "3.2.37" |
1233 | resolved "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.36.tgz" | 1155 | resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.37.tgz#5bc3847ac58828e2b78526e08219e0a1089f8848" |
1234 | integrity sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA== | 1156 | integrity sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A== |
1235 | dependencies: | 1157 | dependencies: |
1236 | "@vue/shared" "3.2.36" | 1158 | "@vue/shared" "3.2.37" |
1237 | 1159 | ||
1238 | "@vue/runtime-core@3.2.36": | 1160 | "@vue/runtime-core@3.2.37": |
1239 | version "3.2.36" | 1161 | version "3.2.37" |
1240 | resolved "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.36.tgz" | 1162 | resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.37.tgz#7ba7c54bb56e5d70edfc2f05766e1ca8519966e3" |
1241 | integrity sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ== | 1163 | integrity sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ== |
1242 | dependencies: | 1164 | dependencies: |
1243 | "@vue/reactivity" "3.2.36" | 1165 | "@vue/reactivity" "3.2.37" |
1244 | "@vue/shared" "3.2.36" | 1166 | "@vue/shared" "3.2.37" |
1245 | 1167 | ||
1246 | "@vue/runtime-dom@3.2.36": | 1168 | "@vue/runtime-dom@3.2.37": |
1247 | version "3.2.36" | 1169 | version "3.2.37" |
1248 | resolved "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.36.tgz" | 1170 | resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.37.tgz#002bdc8228fa63949317756fb1e92cdd3f9f4bbd" |
1249 | integrity sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg== | 1171 | integrity sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw== |
1250 | dependencies: | 1172 | dependencies: |
1251 | "@vue/runtime-core" "3.2.36" | 1173 | "@vue/runtime-core" "3.2.37" |
1252 | "@vue/shared" "3.2.36" | 1174 | "@vue/shared" "3.2.37" |
1253 | csstype "^2.6.8" | 1175 | csstype "^2.6.8" |
1254 | 1176 | ||
1255 | "@vue/server-renderer@3.2.36": | 1177 | "@vue/server-renderer@3.2.37": |
1256 | version "3.2.36" | 1178 | version "3.2.37" |
1257 | resolved "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.2.36.tgz" | 1179 | resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.37.tgz#840a29c8dcc29bddd9b5f5ffa22b95c0e72afdfc" |
1258 | integrity sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg== | 1180 | integrity sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA== |
1259 | dependencies: | 1181 | dependencies: |
1260 | "@vue/compiler-ssr" "3.2.36" | 1182 | "@vue/compiler-ssr" "3.2.37" |
1261 | "@vue/shared" "3.2.36" | 1183 | "@vue/shared" "3.2.37" |
1262 | |||
1263 | "@vue/shared@3.2.36": | ||
1264 | version "3.2.36" | ||
1265 | resolved "https://registry.npmjs.org/@vue/shared/-/shared-3.2.36.tgz" | ||
1266 | integrity sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ== | ||
1267 | |||
1268 | "@webassemblyjs/ast@1.11.1": | ||
1269 | version "1.11.1" | ||
1270 | resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz" | ||
1271 | integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw== | ||
1272 | dependencies: | ||
1273 | "@webassemblyjs/helper-numbers" "1.11.1" | ||
1274 | "@webassemblyjs/helper-wasm-bytecode" "1.11.1" | ||
1275 | |||
1276 | "@webassemblyjs/floating-point-hex-parser@1.11.1": | ||
1277 | version "1.11.1" | ||
1278 | resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz" | ||
1279 | integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ== | ||
1280 | |||
1281 | "@webassemblyjs/helper-api-error@1.11.1": | ||
1282 | version "1.11.1" | ||
1283 | resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz" | ||
1284 | integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg== | ||
1285 | |||
1286 | "@webassemblyjs/helper-buffer@1.11.1": | ||
1287 | version "1.11.1" | ||
1288 | resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz" | ||
1289 | integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA== | ||
1290 | |||
1291 | "@webassemblyjs/helper-numbers@1.11.1": | ||
1292 | version "1.11.1" | ||
1293 | resolved "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz" | ||
1294 | integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ== | ||
1295 | dependencies: | ||
1296 | "@webassemblyjs/floating-point-hex-parser" "1.11.1" | ||
1297 | "@webassemblyjs/helper-api-error" "1.11.1" | ||
1298 | "@xtuc/long" "4.2.2" | ||
1299 | |||
1300 | "@webassemblyjs/helper-wasm-bytecode@1.11.1": | ||
1301 | version "1.11.1" | ||
1302 | resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz" | ||
1303 | integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q== | ||
1304 | |||
1305 | "@webassemblyjs/helper-wasm-section@1.11.1": | ||
1306 | version "1.11.1" | ||
1307 | resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz" | ||
1308 | integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg== | ||
1309 | dependencies: | ||
1310 | "@webassemblyjs/ast" "1.11.1" | ||
1311 | "@webassemblyjs/helper-buffer" "1.11.1" | ||
1312 | "@webassemblyjs/helper-wasm-bytecode" "1.11.1" | ||
1313 | "@webassemblyjs/wasm-gen" "1.11.1" | ||
1314 | |||
1315 | "@webassemblyjs/ieee754@1.11.1": | ||
1316 | version "1.11.1" | ||
1317 | resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz" | ||
1318 | integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ== | ||
1319 | dependencies: | ||
1320 | "@xtuc/ieee754" "^1.2.0" | ||
1321 | |||
1322 | "@webassemblyjs/leb128@1.11.1": | ||
1323 | version "1.11.1" | ||
1324 | resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz" | ||
1325 | integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw== | ||
1326 | dependencies: | ||
1327 | "@xtuc/long" "4.2.2" | ||
1328 | |||
1329 | "@webassemblyjs/utf8@1.11.1": | ||
1330 | version "1.11.1" | ||
1331 | resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz" | ||
1332 | integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ== | ||
1333 | |||
1334 | "@webassemblyjs/wasm-edit@1.11.1": | ||
1335 | version "1.11.1" | ||
1336 | resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz" | ||
1337 | integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA== | ||
1338 | dependencies: | ||
1339 | "@webassemblyjs/ast" "1.11.1" | ||
1340 | "@webassemblyjs/helper-buffer" "1.11.1" | ||
1341 | "@webassemblyjs/helper-wasm-bytecode" "1.11.1" | ||
1342 | "@webassemblyjs/helper-wasm-section" "1.11.1" | ||
1343 | "@webassemblyjs/wasm-gen" "1.11.1" | ||
1344 | "@webassemblyjs/wasm-opt" "1.11.1" | ||
1345 | "@webassemblyjs/wasm-parser" "1.11.1" | ||
1346 | "@webassemblyjs/wast-printer" "1.11.1" | ||
1347 | |||
1348 | "@webassemblyjs/wasm-gen@1.11.1": | ||
1349 | version "1.11.1" | ||
1350 | resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz" | ||
1351 | integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA== | ||
1352 | dependencies: | ||
1353 | "@webassemblyjs/ast" "1.11.1" | ||
1354 | "@webassemblyjs/helper-wasm-bytecode" "1.11.1" | ||
1355 | "@webassemblyjs/ieee754" "1.11.1" | ||
1356 | "@webassemblyjs/leb128" "1.11.1" | ||
1357 | "@webassemblyjs/utf8" "1.11.1" | ||
1358 | |||
1359 | "@webassemblyjs/wasm-opt@1.11.1": | ||
1360 | version "1.11.1" | ||
1361 | resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz" | ||
1362 | integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw== | ||
1363 | dependencies: | ||
1364 | "@webassemblyjs/ast" "1.11.1" | ||
1365 | "@webassemblyjs/helper-buffer" "1.11.1" | ||
1366 | "@webassemblyjs/wasm-gen" "1.11.1" | ||
1367 | "@webassemblyjs/wasm-parser" "1.11.1" | ||
1368 | |||
1369 | "@webassemblyjs/wasm-parser@1.11.1": | ||
1370 | version "1.11.1" | ||
1371 | resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz" | ||
1372 | integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA== | ||
1373 | dependencies: | ||
1374 | "@webassemblyjs/ast" "1.11.1" | ||
1375 | "@webassemblyjs/helper-api-error" "1.11.1" | ||
1376 | "@webassemblyjs/helper-wasm-bytecode" "1.11.1" | ||
1377 | "@webassemblyjs/ieee754" "1.11.1" | ||
1378 | "@webassemblyjs/leb128" "1.11.1" | ||
1379 | "@webassemblyjs/utf8" "1.11.1" | ||
1380 | |||
1381 | "@webassemblyjs/wast-printer@1.11.1": | ||
1382 | version "1.11.1" | ||
1383 | resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz" | ||
1384 | integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg== | ||
1385 | dependencies: | ||
1386 | "@webassemblyjs/ast" "1.11.1" | ||
1387 | "@xtuc/long" "4.2.2" | ||
1388 | |||
1389 | "@xtuc/ieee754@^1.2.0": | ||
1390 | version "1.2.0" | ||
1391 | resolved "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz" | ||
1392 | integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== | ||
1393 | 1184 | ||
1394 | "@xtuc/long@4.2.2": | 1185 | "@vue/shared@3.2.37": |
1395 | version "4.2.2" | 1186 | version "3.2.37" |
1396 | resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz" | 1187 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.37.tgz#8e6adc3f2759af52f0e85863dfb0b711ecc5c702" |
1397 | integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== | 1188 | integrity sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw== |
1398 | |||
1399 | acorn-import-assertions@^1.7.6: | ||
1400 | version "1.8.0" | ||
1401 | resolved "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz" | ||
1402 | integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw== | ||
1403 | 1189 | ||
1404 | acorn-jsx@^5.3.2: | 1190 | acorn-jsx@^5.3.2: |
1405 | version "5.3.2" | 1191 | version "5.3.2" |
1406 | resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" | 1192 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" |
1407 | integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== | 1193 | integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== |
1408 | 1194 | ||
1409 | acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1: | 1195 | acorn@^8.5.0, acorn@^8.7.1: |
1410 | version "8.7.1" | 1196 | version "8.7.1" |
1411 | resolved "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz" | 1197 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" |
1412 | integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== | 1198 | integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== |
1413 | 1199 | ||
1414 | ajv-keywords@^3.5.2: | 1200 | ajv@^6.10.0, ajv@^6.12.4: |
1415 | version "3.5.2" | ||
1416 | resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz" | ||
1417 | integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ== | ||
1418 | |||
1419 | ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5: | ||
1420 | version "6.12.6" | 1201 | version "6.12.6" |
1421 | resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz" | 1202 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" |
1422 | integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== | 1203 | integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== |
1423 | dependencies: | 1204 | dependencies: |
1424 | fast-deep-equal "^3.1.1" | 1205 | fast-deep-equal "^3.1.1" |
@@ -1428,7 +1209,7 @@ ajv@^6.10.0, ajv@^6.12.4, ajv@^6.12.5: | |||
1428 | 1209 | ||
1429 | ajv@^8.6.0: | 1210 | ajv@^8.6.0: |
1430 | version "8.11.0" | 1211 | version "8.11.0" |
1431 | resolved "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz" | 1212 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" |
1432 | integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== | 1213 | integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== |
1433 | dependencies: | 1214 | dependencies: |
1434 | fast-deep-equal "^3.1.1" | 1215 | fast-deep-equal "^3.1.1" |
@@ -1438,26 +1219,26 @@ ajv@^8.6.0: | |||
1438 | 1219 | ||
1439 | ansi-regex@^5.0.1: | 1220 | ansi-regex@^5.0.1: |
1440 | version "5.0.1" | 1221 | version "5.0.1" |
1441 | resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" | 1222 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" |
1442 | integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== | 1223 | integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== |
1443 | 1224 | ||
1444 | ansi-styles@^3.2.1: | 1225 | ansi-styles@^3.2.1: |
1445 | version "3.2.1" | 1226 | version "3.2.1" |
1446 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" | 1227 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
1447 | integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== | 1228 | integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== |
1448 | dependencies: | 1229 | dependencies: |
1449 | color-convert "^1.9.0" | 1230 | color-convert "^1.9.0" |
1450 | 1231 | ||
1451 | ansi-styles@^4.1.0: | 1232 | ansi-styles@^4.1.0: |
1452 | version "4.3.0" | 1233 | version "4.3.0" |
1453 | resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" | 1234 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" |
1454 | integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== | 1235 | integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== |
1455 | dependencies: | 1236 | dependencies: |
1456 | color-convert "^2.0.1" | 1237 | color-convert "^2.0.1" |
1457 | 1238 | ||
1458 | anymatch@~3.1.2: | 1239 | anymatch@~3.1.2: |
1459 | version "3.1.2" | 1240 | version "3.1.2" |
1460 | resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz" | 1241 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" |
1461 | integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== | 1242 | integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== |
1462 | dependencies: | 1243 | dependencies: |
1463 | normalize-path "^3.0.0" | 1244 | normalize-path "^3.0.0" |
@@ -1465,82 +1246,68 @@ anymatch@~3.1.2: | |||
1465 | 1246 | ||
1466 | argparse@^2.0.1: | 1247 | argparse@^2.0.1: |
1467 | version "2.0.1" | 1248 | version "2.0.1" |
1468 | resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" | 1249 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" |
1469 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== | 1250 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== |
1470 | 1251 | ||
1471 | async@^3.2.3: | 1252 | async@^3.2.3: |
1472 | version "3.2.3" | 1253 | version "3.2.4" |
1473 | resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz" | 1254 | resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c" |
1474 | integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== | 1255 | integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== |
1475 | 1256 | ||
1476 | at-least-node@^1.0.0: | 1257 | at-least-node@^1.0.0: |
1477 | version "1.0.0" | 1258 | version "1.0.0" |
1478 | resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz" | 1259 | resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" |
1479 | integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== | 1260 | integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== |
1480 | 1261 | ||
1481 | babel-plugin-dynamic-import-node@^2.3.3: | 1262 | babel-plugin-dynamic-import-node@^2.3.3: |
1482 | version "2.3.3" | 1263 | version "2.3.3" |
1483 | resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz" | 1264 | resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" |
1484 | integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== | 1265 | integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== |
1485 | dependencies: | 1266 | dependencies: |
1486 | object.assign "^4.1.0" | 1267 | object.assign "^4.1.0" |
1487 | 1268 | ||
1488 | babel-plugin-polyfill-corejs2@^0.3.0: | 1269 | babel-plugin-polyfill-corejs2@^0.3.1: |
1489 | version "0.3.1" | 1270 | version "0.3.1" |
1490 | resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz" | 1271 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" |
1491 | integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== | 1272 | integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== |
1492 | dependencies: | 1273 | dependencies: |
1493 | "@babel/compat-data" "^7.13.11" | 1274 | "@babel/compat-data" "^7.13.11" |
1494 | "@babel/helper-define-polyfill-provider" "^0.3.1" | 1275 | "@babel/helper-define-polyfill-provider" "^0.3.1" |
1495 | semver "^6.1.1" | 1276 | semver "^6.1.1" |
1496 | 1277 | ||
1497 | babel-plugin-polyfill-corejs3@^0.5.0: | 1278 | babel-plugin-polyfill-corejs3@^0.5.2: |
1498 | version "0.5.2" | 1279 | version "0.5.2" |
1499 | resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz" | 1280 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" |
1500 | integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== | 1281 | integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== |
1501 | dependencies: | 1282 | dependencies: |
1502 | "@babel/helper-define-polyfill-provider" "^0.3.1" | 1283 | "@babel/helper-define-polyfill-provider" "^0.3.1" |
1503 | core-js-compat "^3.21.0" | 1284 | core-js-compat "^3.21.0" |
1504 | 1285 | ||
1505 | babel-plugin-polyfill-regenerator@^0.3.0: | 1286 | babel-plugin-polyfill-regenerator@^0.3.1: |
1506 | version "0.3.1" | 1287 | version "0.3.1" |
1507 | resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz" | 1288 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" |
1508 | integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== | 1289 | integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== |
1509 | dependencies: | 1290 | dependencies: |
1510 | "@babel/helper-define-polyfill-provider" "^0.3.1" | 1291 | "@babel/helper-define-polyfill-provider" "^0.3.1" |
1511 | 1292 | ||
1512 | balanced-match@^1.0.0: | 1293 | balanced-match@^1.0.0: |
1513 | version "1.0.2" | 1294 | version "1.0.2" |
1514 | resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" | 1295 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" |
1515 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== | 1296 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== |
1516 | 1297 | ||
1517 | base64-js@^1.3.1: | ||
1518 | version "1.5.1" | ||
1519 | resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" | ||
1520 | integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== | ||
1521 | |||
1522 | binary-extensions@^2.0.0: | 1298 | binary-extensions@^2.0.0: |
1523 | version "2.2.0" | 1299 | version "2.2.0" |
1524 | resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" | 1300 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" |
1525 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== | 1301 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== |
1526 | 1302 | ||
1527 | bl@^4.1.0: | ||
1528 | version "4.1.0" | ||
1529 | resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz" | ||
1530 | integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== | ||
1531 | dependencies: | ||
1532 | buffer "^5.5.0" | ||
1533 | inherits "^2.0.4" | ||
1534 | readable-stream "^3.4.0" | ||
1535 | |||
1536 | boolbase@^1.0.0: | 1303 | boolbase@^1.0.0: |
1537 | version "1.0.0" | 1304 | version "1.0.0" |
1538 | resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz" | 1305 | resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" |
1539 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== | 1306 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== |
1540 | 1307 | ||
1541 | brace-expansion@^1.1.7: | 1308 | brace-expansion@^1.1.7: |
1542 | version "1.1.11" | 1309 | version "1.1.11" |
1543 | resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" | 1310 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" |
1544 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== | 1311 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== |
1545 | dependencies: | 1312 | dependencies: |
1546 | balanced-match "^1.0.0" | 1313 | balanced-match "^1.0.0" |
@@ -1548,55 +1315,46 @@ brace-expansion@^1.1.7: | |||
1548 | 1315 | ||
1549 | brace-expansion@^2.0.1: | 1316 | brace-expansion@^2.0.1: |
1550 | version "2.0.1" | 1317 | version "2.0.1" |
1551 | resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" | 1318 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" |
1552 | integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== | 1319 | integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== |
1553 | dependencies: | 1320 | dependencies: |
1554 | balanced-match "^1.0.0" | 1321 | balanced-match "^1.0.0" |
1555 | 1322 | ||
1556 | braces@~3.0.2: | 1323 | braces@^3.0.2, braces@~3.0.2: |
1557 | version "3.0.2" | 1324 | version "3.0.2" |
1558 | resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" | 1325 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" |
1559 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | 1326 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
1560 | dependencies: | 1327 | dependencies: |
1561 | fill-range "^7.0.1" | 1328 | fill-range "^7.0.1" |
1562 | 1329 | ||
1563 | browserslist@^4.14.5, browserslist@^4.20.2, browserslist@^4.20.3: | 1330 | browserslist@^4.20.2, browserslist@^4.21.0: |
1564 | version "4.20.3" | 1331 | version "4.21.1" |
1565 | resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz" | 1332 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.1.tgz#c9b9b0a54c7607e8dc3e01a0d311727188011a00" |
1566 | integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg== | 1333 | integrity sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ== |
1567 | dependencies: | 1334 | dependencies: |
1568 | caniuse-lite "^1.0.30001332" | 1335 | caniuse-lite "^1.0.30001359" |
1569 | electron-to-chromium "^1.4.118" | 1336 | electron-to-chromium "^1.4.172" |
1570 | escalade "^3.1.1" | 1337 | node-releases "^2.0.5" |
1571 | node-releases "^2.0.3" | 1338 | update-browserslist-db "^1.0.4" |
1572 | picocolors "^1.0.0" | ||
1573 | 1339 | ||
1574 | buffer-from@^1.0.0: | 1340 | buffer-from@^1.0.0: |
1575 | version "1.1.2" | 1341 | version "1.1.2" |
1576 | resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" | 1342 | resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" |
1577 | integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== | 1343 | integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== |
1578 | 1344 | ||
1579 | buffer@^5.5.0: | ||
1580 | version "5.7.1" | ||
1581 | resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" | ||
1582 | integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== | ||
1583 | dependencies: | ||
1584 | base64-js "^1.3.1" | ||
1585 | ieee754 "^1.1.13" | ||
1586 | |||
1587 | builtin-modules@^3.1.0: | 1345 | builtin-modules@^3.1.0: |
1588 | version "3.3.0" | 1346 | version "3.3.0" |
1589 | resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz" | 1347 | resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" |
1590 | integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== | 1348 | integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== |
1591 | 1349 | ||
1592 | bulma@^0.9.4: | 1350 | bulma@^0.9.4: |
1593 | version "0.9.4" | 1351 | version "0.9.4" |
1594 | resolved "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz" | 1352 | resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" |
1595 | integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== | 1353 | integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== |
1596 | 1354 | ||
1597 | call-bind@^1.0.0, call-bind@^1.0.2: | 1355 | call-bind@^1.0.0, call-bind@^1.0.2: |
1598 | version "1.0.2" | 1356 | version "1.0.2" |
1599 | resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" | 1357 | resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" |
1600 | integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== | 1358 | integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== |
1601 | dependencies: | 1359 | dependencies: |
1602 | function-bind "^1.1.1" | 1360 | function-bind "^1.1.1" |
@@ -1604,34 +1362,26 @@ call-bind@^1.0.0, call-bind@^1.0.2: | |||
1604 | 1362 | ||
1605 | callsites@^3.0.0: | 1363 | callsites@^3.0.0: |
1606 | version "3.1.0" | 1364 | version "3.1.0" |
1607 | resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" | 1365 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" |
1608 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== | 1366 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== |
1609 | 1367 | ||
1610 | camel-case@^4.1.2: | 1368 | caniuse-lite@^1.0.30001359: |
1611 | version "4.1.2" | 1369 | version "1.0.30001362" |
1612 | resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" | 1370 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001362.tgz#4a2a7136ca98313bee9b42f4f9a25bc2802e579d" |
1613 | integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== | 1371 | integrity sha512-PFykHuC7BQTzCGQFaV6wD8IDRM3HpI83BXr99nNJhoOyDufgSuKlt0QVlWYt5ZJtEYFeuNVF5QY3kJcu8hVFjQ== |
1614 | dependencies: | ||
1615 | pascal-case "^3.1.2" | ||
1616 | tslib "^2.0.3" | ||
1617 | |||
1618 | caniuse-lite@^1.0.30001332: | ||
1619 | version "1.0.30001344" | ||
1620 | resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001344.tgz" | ||
1621 | integrity sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g== | ||
1622 | 1372 | ||
1623 | chalk@^2.0.0: | 1373 | chalk@^2.0.0: |
1624 | version "2.4.2" | 1374 | version "2.4.2" |
1625 | resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" | 1375 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
1626 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== | 1376 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
1627 | dependencies: | 1377 | dependencies: |
1628 | ansi-styles "^3.2.1" | 1378 | ansi-styles "^3.2.1" |
1629 | escape-string-regexp "^1.0.5" | 1379 | escape-string-regexp "^1.0.5" |
1630 | supports-color "^5.3.0" | 1380 | supports-color "^5.3.0" |
1631 | 1381 | ||
1632 | chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2: | 1382 | chalk@^4.0.0, chalk@^4.0.2: |
1633 | version "4.1.2" | 1383 | version "4.1.2" |
1634 | resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" | 1384 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
1635 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== | 1385 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
1636 | dependencies: | 1386 | dependencies: |
1637 | ansi-styles "^4.1.0" | 1387 | ansi-styles "^4.1.0" |
@@ -1639,7 +1389,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2: | |||
1639 | 1389 | ||
1640 | "chokidar@>=3.0.0 <4.0.0": | 1390 | "chokidar@>=3.0.0 <4.0.0": |
1641 | version "3.5.3" | 1391 | version "3.5.3" |
1642 | resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" | 1392 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" |
1643 | integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== | 1393 | integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== |
1644 | dependencies: | 1394 | dependencies: |
1645 | anymatch "~3.1.2" | 1395 | anymatch "~3.1.2" |
@@ -1652,108 +1402,63 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2: | |||
1652 | optionalDependencies: | 1402 | optionalDependencies: |
1653 | fsevents "~2.3.2" | 1403 | fsevents "~2.3.2" |
1654 | 1404 | ||
1655 | chrome-trace-event@^1.0.2: | ||
1656 | version "1.0.3" | ||
1657 | resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz" | ||
1658 | integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== | ||
1659 | |||
1660 | clean-css@^5.2.2: | ||
1661 | version "5.3.0" | ||
1662 | resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz" | ||
1663 | integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ== | ||
1664 | dependencies: | ||
1665 | source-map "~0.6.0" | ||
1666 | |||
1667 | cli-cursor@^3.1.0: | ||
1668 | version "3.1.0" | ||
1669 | resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz" | ||
1670 | integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== | ||
1671 | dependencies: | ||
1672 | restore-cursor "^3.1.0" | ||
1673 | |||
1674 | cli-spinners@^2.5.0: | ||
1675 | version "2.6.1" | ||
1676 | resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz" | ||
1677 | integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== | ||
1678 | |||
1679 | clone@^1.0.2: | ||
1680 | version "1.0.4" | ||
1681 | resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" | ||
1682 | integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== | ||
1683 | |||
1684 | color-convert@^1.9.0: | 1405 | color-convert@^1.9.0: |
1685 | version "1.9.3" | 1406 | version "1.9.3" |
1686 | resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" | 1407 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" |
1687 | integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== | 1408 | integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== |
1688 | dependencies: | 1409 | dependencies: |
1689 | color-name "1.1.3" | 1410 | color-name "1.1.3" |
1690 | 1411 | ||
1691 | color-convert@^2.0.1: | 1412 | color-convert@^2.0.1: |
1692 | version "2.0.1" | 1413 | version "2.0.1" |
1693 | resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" | 1414 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
1694 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== | 1415 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
1695 | dependencies: | 1416 | dependencies: |
1696 | color-name "~1.1.4" | 1417 | color-name "~1.1.4" |
1697 | 1418 | ||
1698 | color-name@1.1.3: | 1419 | color-name@1.1.3: |
1699 | version "1.1.3" | 1420 | version "1.1.3" |
1700 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" | 1421 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
1701 | integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== | 1422 | integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== |
1702 | 1423 | ||
1703 | color-name@~1.1.4: | 1424 | color-name@~1.1.4: |
1704 | version "1.1.4" | 1425 | version "1.1.4" |
1705 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" | 1426 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
1706 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | 1427 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
1707 | 1428 | ||
1708 | commander@^2.20.0: | 1429 | commander@^2.20.0: |
1709 | version "2.20.3" | 1430 | version "2.20.3" |
1710 | resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz" | 1431 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" |
1711 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== | 1432 | integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== |
1712 | 1433 | ||
1713 | commander@^8.3.0: | ||
1714 | version "8.3.0" | ||
1715 | resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" | ||
1716 | integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== | ||
1717 | |||
1718 | common-tags@^1.8.0: | 1434 | common-tags@^1.8.0: |
1719 | version "1.8.2" | 1435 | version "1.8.2" |
1720 | resolved "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz" | 1436 | resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" |
1721 | integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA== | 1437 | integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA== |
1722 | 1438 | ||
1723 | concat-map@0.0.1: | 1439 | concat-map@0.0.1: |
1724 | version "0.0.1" | 1440 | version "0.0.1" |
1725 | resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" | 1441 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" |
1726 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== | 1442 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== |
1727 | 1443 | ||
1728 | convert-source-map@^1.7.0: | 1444 | convert-source-map@^1.7.0: |
1729 | version "1.8.0" | 1445 | version "1.8.0" |
1730 | resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz" | 1446 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" |
1731 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== | 1447 | integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== |
1732 | dependencies: | 1448 | dependencies: |
1733 | safe-buffer "~5.1.1" | 1449 | safe-buffer "~5.1.1" |
1734 | 1450 | ||
1735 | core-js-compat@^3.21.0, core-js-compat@^3.22.1: | 1451 | core-js-compat@^3.21.0, core-js-compat@^3.22.1: |
1736 | version "3.22.7" | 1452 | version "3.23.3" |
1737 | resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.7.tgz" | 1453 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.23.3.tgz#7d8503185be76bb6d8d592c291a4457a8e440aa9" |
1738 | integrity sha512-uI9DAQKKiiE/mclIC5g4AjRpio27g+VMRhe6rQoz+q4Wm4L6A/fJhiLtBw+sfOpDG9wZ3O0pxIw7GbfOlBgjOA== | 1454 | integrity sha512-WSzUs2h2vvmKsacLHNTdpyOC9k43AEhcGoFlVgCY4L7aw98oSBKtPL6vD0/TqZjRWRQYdDSLkzZIni4Crbbiqw== |
1739 | dependencies: | 1455 | dependencies: |
1740 | browserslist "^4.20.3" | 1456 | browserslist "^4.21.0" |
1741 | semver "7.0.0" | 1457 | semver "7.0.0" |
1742 | 1458 | ||
1743 | cross-spawn@^6.0.0: | ||
1744 | version "6.0.5" | ||
1745 | resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz" | ||
1746 | integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== | ||
1747 | dependencies: | ||
1748 | nice-try "^1.0.4" | ||
1749 | path-key "^2.0.1" | ||
1750 | semver "^5.5.0" | ||
1751 | shebang-command "^1.2.0" | ||
1752 | which "^1.2.9" | ||
1753 | |||
1754 | cross-spawn@^7.0.2: | 1459 | cross-spawn@^7.0.2: |
1755 | version "7.0.3" | 1460 | version "7.0.3" |
1756 | resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" | 1461 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" |
1757 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== | 1462 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== |
1758 | dependencies: | 1463 | dependencies: |
1759 | path-key "^3.1.0" | 1464 | path-key "^3.1.0" |
@@ -1762,67 +1467,39 @@ cross-spawn@^7.0.2: | |||
1762 | 1467 | ||
1763 | crypto-random-string@^2.0.0: | 1468 | crypto-random-string@^2.0.0: |
1764 | version "2.0.0" | 1469 | version "2.0.0" |
1765 | resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz" | 1470 | resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" |
1766 | integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== | 1471 | integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== |
1767 | 1472 | ||
1768 | css-select@^4.1.3: | ||
1769 | version "4.3.0" | ||
1770 | resolved "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz" | ||
1771 | integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ== | ||
1772 | dependencies: | ||
1773 | boolbase "^1.0.0" | ||
1774 | css-what "^6.0.1" | ||
1775 | domhandler "^4.3.1" | ||
1776 | domutils "^2.8.0" | ||
1777 | nth-check "^2.0.1" | ||
1778 | |||
1779 | css-what@^6.0.1: | ||
1780 | version "6.1.0" | ||
1781 | resolved "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz" | ||
1782 | integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== | ||
1783 | |||
1784 | cssesc@^3.0.0: | 1473 | cssesc@^3.0.0: |
1785 | version "3.0.0" | 1474 | version "3.0.0" |
1786 | resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" | 1475 | resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" |
1787 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== | 1476 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== |
1788 | 1477 | ||
1789 | csstype@^2.6.8: | 1478 | csstype@^2.6.8: |
1790 | version "2.6.20" | 1479 | version "2.6.20" |
1791 | resolved "https://registry.npmjs.org/csstype/-/csstype-2.6.20.tgz" | 1480 | resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.20.tgz#9229c65ea0b260cf4d3d997cb06288e36a8d6dda" |
1792 | integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== | 1481 | integrity sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA== |
1793 | 1482 | ||
1794 | debug@^4.1.0, debug@^4.1.1, debug@^4.3.2: | 1483 | debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
1795 | version "4.3.4" | 1484 | version "4.3.4" |
1796 | resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" | 1485 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
1797 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | 1486 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
1798 | dependencies: | 1487 | dependencies: |
1799 | ms "2.1.2" | 1488 | ms "2.1.2" |
1800 | 1489 | ||
1801 | deep-is@^0.1.3: | 1490 | deep-is@^0.1.3: |
1802 | version "0.1.4" | 1491 | version "0.1.4" |
1803 | resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" | 1492 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" |
1804 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== | 1493 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== |
1805 | 1494 | ||
1806 | deepmerge@^4.2.2: | 1495 | deepmerge@^4.2.2: |
1807 | version "4.2.2" | 1496 | version "4.2.2" |
1808 | resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz" | 1497 | resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" |
1809 | integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== | 1498 | integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== |
1810 | 1499 | ||
1811 | defaults@^1.0.3: | ||
1812 | version "1.0.3" | ||
1813 | resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz" | ||
1814 | integrity sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA== | ||
1815 | dependencies: | ||
1816 | clone "^1.0.2" | ||
1817 | |||
1818 | define-lazy-prop@^2.0.0: | ||
1819 | version "2.0.0" | ||
1820 | resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz" | ||
1821 | integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== | ||
1822 | |||
1823 | define-properties@^1.1.3, define-properties@^1.1.4: | 1500 | define-properties@^1.1.3, define-properties@^1.1.4: |
1824 | version "1.1.4" | 1501 | version "1.1.4" |
1825 | resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz" | 1502 | resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1" |
1826 | integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== | 1503 | integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA== |
1827 | dependencies: | 1504 | dependencies: |
1828 | has-property-descriptors "^1.0.0" | 1505 | has-property-descriptors "^1.0.0" |
@@ -1830,103 +1507,26 @@ define-properties@^1.1.3, define-properties@^1.1.4: | |||
1830 | 1507 | ||
1831 | doctrine@^3.0.0: | 1508 | doctrine@^3.0.0: |
1832 | version "3.0.0" | 1509 | version "3.0.0" |
1833 | resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" | 1510 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" |
1834 | integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== | 1511 | integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== |
1835 | dependencies: | 1512 | dependencies: |
1836 | esutils "^2.0.2" | 1513 | esutils "^2.0.2" |
1837 | 1514 | ||
1838 | dom-converter@^0.2.0: | ||
1839 | version "0.2.0" | ||
1840 | resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz" | ||
1841 | integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA== | ||
1842 | dependencies: | ||
1843 | utila "~0.4" | ||
1844 | |||
1845 | dom-serializer@^1.0.1: | ||
1846 | version "1.4.1" | ||
1847 | resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz" | ||
1848 | integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== | ||
1849 | dependencies: | ||
1850 | domelementtype "^2.0.1" | ||
1851 | domhandler "^4.2.0" | ||
1852 | entities "^2.0.0" | ||
1853 | |||
1854 | domelementtype@^2.0.1, domelementtype@^2.2.0: | ||
1855 | version "2.3.0" | ||
1856 | resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" | ||
1857 | integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== | ||
1858 | |||
1859 | domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1: | ||
1860 | version "4.3.1" | ||
1861 | resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz" | ||
1862 | integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== | ||
1863 | dependencies: | ||
1864 | domelementtype "^2.2.0" | ||
1865 | |||
1866 | domutils@^2.5.2, domutils@^2.8.0: | ||
1867 | version "2.8.0" | ||
1868 | resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz" | ||
1869 | integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== | ||
1870 | dependencies: | ||
1871 | dom-serializer "^1.0.1" | ||
1872 | domelementtype "^2.2.0" | ||
1873 | domhandler "^4.2.0" | ||
1874 | |||
1875 | dot-case@^3.0.4: | ||
1876 | version "3.0.4" | ||
1877 | resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" | ||
1878 | integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== | ||
1879 | dependencies: | ||
1880 | no-case "^3.0.4" | ||
1881 | tslib "^2.0.3" | ||
1882 | |||
1883 | easy-stack@1.0.1: | ||
1884 | version "1.0.1" | ||
1885 | resolved "https://registry.npmjs.org/easy-stack/-/easy-stack-1.0.1.tgz" | ||
1886 | integrity sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w== | ||
1887 | |||
1888 | ejs@^3.1.6: | 1515 | ejs@^3.1.6: |
1889 | version "3.1.8" | 1516 | version "3.1.8" |
1890 | resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz" | 1517 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b" |
1891 | integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ== | 1518 | integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ== |
1892 | dependencies: | 1519 | dependencies: |
1893 | jake "^10.8.5" | 1520 | jake "^10.8.5" |
1894 | 1521 | ||
1895 | electron-to-chromium@^1.4.118: | 1522 | electron-to-chromium@^1.4.172: |
1896 | version "1.4.141" | 1523 | version "1.4.177" |
1897 | resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.141.tgz" | 1524 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.177.tgz#b6a4436eb788ca732556cd69f384b8a3c82118c5" |
1898 | integrity sha512-mfBcbqc0qc6RlxrsIgLG2wCqkiPAjEezHxGTu7p3dHHFOurH4EjS9rFZndX5axC8264rI1Pcbw8uQP39oZckeA== | 1525 | integrity sha512-FYPir3NSBEGexSZUEeht81oVhHfLFl6mhUKSkjHN/iB/TwEIt/WHQrqVGfTLN5gQxwJCQkIJBe05eOXjI7omgg== |
1899 | |||
1900 | end-of-stream@^1.1.0: | ||
1901 | version "1.4.4" | ||
1902 | resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz" | ||
1903 | integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== | ||
1904 | dependencies: | ||
1905 | once "^1.4.0" | ||
1906 | |||
1907 | enhanced-resolve@^5.9.3: | ||
1908 | version "5.9.3" | ||
1909 | resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz" | ||
1910 | integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow== | ||
1911 | dependencies: | ||
1912 | graceful-fs "^4.2.4" | ||
1913 | tapable "^2.2.0" | ||
1914 | |||
1915 | entities@^2.0.0: | ||
1916 | version "2.2.0" | ||
1917 | resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" | ||
1918 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== | ||
1919 | |||
1920 | error-ex@^1.3.1: | ||
1921 | version "1.3.2" | ||
1922 | resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" | ||
1923 | integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== | ||
1924 | dependencies: | ||
1925 | is-arrayish "^0.2.1" | ||
1926 | 1526 | ||
1927 | es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5: | 1527 | es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5: |
1928 | version "1.20.1" | 1528 | version "1.20.1" |
1929 | resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz" | 1529 | resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.1.tgz#027292cd6ef44bd12b1913b828116f54787d1814" |
1930 | integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== | 1530 | integrity sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA== |
1931 | dependencies: | 1531 | dependencies: |
1932 | call-bind "^1.0.2" | 1532 | call-bind "^1.0.2" |
@@ -1953,196 +1553,184 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5: | |||
1953 | string.prototype.trimstart "^1.0.5" | 1553 | string.prototype.trimstart "^1.0.5" |
1954 | unbox-primitive "^1.0.2" | 1554 | unbox-primitive "^1.0.2" |
1955 | 1555 | ||
1956 | es-module-lexer@^0.9.0: | ||
1957 | version "0.9.3" | ||
1958 | resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz" | ||
1959 | integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ== | ||
1960 | |||
1961 | es-to-primitive@^1.2.1: | 1556 | es-to-primitive@^1.2.1: |
1962 | version "1.2.1" | 1557 | version "1.2.1" |
1963 | resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz" | 1558 | resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" |
1964 | integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== | 1559 | integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== |
1965 | dependencies: | 1560 | dependencies: |
1966 | is-callable "^1.1.4" | 1561 | is-callable "^1.1.4" |
1967 | is-date-object "^1.0.1" | 1562 | is-date-object "^1.0.1" |
1968 | is-symbol "^1.0.2" | 1563 | is-symbol "^1.0.2" |
1969 | 1564 | ||
1970 | esbuild-android-64@0.14.42: | 1565 | esbuild-android-64@0.14.48: |
1971 | version "0.14.42" | 1566 | version "0.14.48" |
1972 | resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.42.tgz#d7ab3d44d3671218d22bce52f65642b12908d954" | 1567 | resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.48.tgz#7e6394a0e517f738641385aaf553c7e4fb6d1ae3" |
1973 | integrity sha512-P4Y36VUtRhK/zivqGVMqhptSrFILAGlYp0Z8r9UQqHJ3iWztRCNWnlBzD9HRx0DbueXikzOiwyOri+ojAFfW6A== | 1568 | integrity sha512-3aMjboap/kqwCUpGWIjsk20TtxVoKck8/4Tu19rubh7t5Ra0Yrpg30Mt1QXXlipOazrEceGeWurXKeFJgkPOUg== |
1974 | 1569 | ||
1975 | esbuild-android-arm64@0.14.42: | 1570 | esbuild-android-arm64@0.14.48: |
1976 | version "0.14.42" | 1571 | version "0.14.48" |
1977 | resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.42.tgz#45336d8bec49abddb3a022996a23373f45a57c27" | 1572 | resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.48.tgz#6877566be0f82dd5a43030c0007d06ece7f7c02f" |
1978 | integrity sha512-0cOqCubq+RWScPqvtQdjXG3Czb3AWI2CaKw3HeXry2eoA2rrPr85HF7IpdU26UWdBXgPYtlTN1LUiuXbboROhg== | 1573 | integrity sha512-vptI3K0wGALiDq+EvRuZotZrJqkYkN5282iAfcffjI5lmGG9G1ta/CIVauhY42MBXwEgDJkweiDcDMRLzBZC4g== |
1979 | 1574 | ||
1980 | esbuild-darwin-64@0.14.42: | 1575 | esbuild-darwin-64@0.14.48: |
1981 | version "0.14.42" | 1576 | version "0.14.48" |
1982 | resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.42.tgz#6dff5e44cd70a88c33323e2f5fb598e40c68a9e0" | 1577 | resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.48.tgz#ea3caddb707d88f844b1aa1dea5ff3b0a71ef1fd" |
1983 | integrity sha512-ipiBdCA3ZjYgRfRLdQwP82rTiv/YVMtW36hTvAN5ZKAIfxBOyPXY7Cejp3bMXWgzKD8B6O+zoMzh01GZsCuEIA== | 1578 | integrity sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA== |
1984 | 1579 | ||
1985 | esbuild-darwin-arm64@0.14.42: | 1580 | esbuild-darwin-arm64@0.14.48: |
1986 | version "0.14.42" | 1581 | version "0.14.48" |
1987 | resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.42.tgz#2c7313e1b12d2fa5b889c03213d682fb92ca8c4f" | 1582 | resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.48.tgz#4e5eaab54df66cc319b76a2ac0e8af4e6f0d9c2f" |
1988 | integrity sha512-bU2tHRqTPOaoH/4m0zYHbFWpiYDmaA0gt90/3BMEFaM0PqVK/a6MA2V/ypV5PO0v8QxN6gH5hBPY4YJ2lopXgA== | 1583 | integrity sha512-bFjnNEXjhZT+IZ8RvRGNJthLWNHV5JkCtuOFOnjvo5pC0sk2/QVk0Qc06g2PV3J0TcU6kaPC3RN9yy9w2PSLEA== |
1989 | 1584 | ||
1990 | esbuild-freebsd-64@0.14.42: | 1585 | esbuild-freebsd-64@0.14.48: |
1991 | version "0.14.42" | 1586 | version "0.14.48" |
1992 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.42.tgz#ad1c5a564a7e473b8ce95ee7f76618d05d6daffc" | 1587 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.48.tgz#47b5abc7426eae66861490ffbb380acc67af5b15" |
1993 | integrity sha512-75h1+22Ivy07+QvxHyhVqOdekupiTZVLN1PMwCDonAqyXd8TVNJfIRFrdL8QmSJrOJJ5h8H1I9ETyl2L8LQDaw== | 1588 | integrity sha512-1NOlwRxmOsnPcWOGTB10JKAkYSb2nue0oM1AfHWunW/mv3wERfJmnYlGzL3UAOIUXZqW8GeA2mv+QGwq7DToqA== |
1994 | 1589 | ||
1995 | esbuild-freebsd-arm64@0.14.42: | 1590 | esbuild-freebsd-arm64@0.14.48: |
1996 | version "0.14.42" | 1591 | version "0.14.48" |
1997 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.42.tgz#4bdb480234144f944f1930829bace7561135ddc7" | 1592 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.48.tgz#e8c54c8637cd44feed967ea12338b0a4da3a7b11" |
1998 | integrity sha512-W6Jebeu5TTDQMJUJVarEzRU9LlKpNkPBbjqSu+GUPTHDCly5zZEQq9uHkmHHl7OKm+mQ2zFySN83nmfCeZCyNA== | 1593 | integrity sha512-gXqKdO8wabVcYtluAbikDH2jhXp+Klq5oCD5qbVyUG6tFiGhrC9oczKq3vIrrtwcxDQqK6+HDYK8Zrd4bCA9Gw== |
1999 | 1594 | ||
2000 | esbuild-linux-32@0.14.42: | 1595 | esbuild-linux-32@0.14.48: |
2001 | version "0.14.42" | 1596 | version "0.14.48" |
2002 | resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.42.tgz#ef18fd19f067e9d2b5f677d6b82fa81519f5a8c2" | 1597 | resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.48.tgz#229cf3246de2b7937c3ac13fac622d4d7a1344c5" |
2003 | integrity sha512-Ooy/Bj+mJ1z4jlWcK5Dl6SlPlCgQB9zg1UrTCeY8XagvuWZ4qGPyYEWGkT94HUsRi2hKsXvcs6ThTOjBaJSMfg== | 1598 | integrity sha512-ghGyDfS289z/LReZQUuuKq9KlTiTspxL8SITBFQFAFRA/IkIvDpnZnCAKTCjGXAmUqroMQfKJXMxyjJA69c/nQ== |
2004 | 1599 | ||
2005 | esbuild-linux-64@0.14.42: | 1600 | esbuild-linux-64@0.14.48: |
2006 | version "0.14.42" | 1601 | version "0.14.48" |
2007 | resolved "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.14.42.tgz" | 1602 | resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.48.tgz#7c0e7226c02c42aacc5656c36977493dc1e96c4f" |
2008 | integrity sha512-2L0HbzQfbTuemUWfVqNIjOfaTRt9zsvjnme6lnr7/MO9toz/MJ5tZhjqrG6uDWDxhsaHI2/nsDgrv8uEEN2eoA== | 1603 | integrity sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug== |
2009 | 1604 | ||
2010 | esbuild-linux-arm64@0.14.42: | 1605 | esbuild-linux-arm64@0.14.48: |
2011 | version "0.14.42" | 1606 | version "0.14.48" |
2012 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.42.tgz#dc19e282f8c4ffbaa470c02a4d171e4ae0180cca" | 1607 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.48.tgz#0af1eda474b5c6cc0cace8235b74d0cb8fcf57a7" |
2013 | integrity sha512-c3Ug3e9JpVr8jAcfbhirtpBauLxzYPpycjWulD71CF6ZSY26tvzmXMJYooQ2YKqDY4e/fPu5K8bm7MiXMnyxuA== | 1608 | integrity sha512-3CFsOlpoxlKPRevEHq8aAntgYGYkE1N9yRYAcPyng/p4Wyx0tPR5SBYsxLKcgPB9mR8chHEhtWYz6EZ+H199Zw== |
2014 | 1609 | ||
2015 | esbuild-linux-arm@0.14.42: | 1610 | esbuild-linux-arm@0.14.48: |
2016 | version "0.14.42" | 1611 | version "0.14.48" |
2017 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.42.tgz#d49870e63e2242b8156bf473f2ee5154226be328" | 1612 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.48.tgz#de4d1fa6b77cdcd00e2bb43dd0801e4680f0ab52" |
2018 | integrity sha512-STq69yzCMhdRaWnh29UYrLSr/qaWMm/KqwaRF1pMEK7kDiagaXhSL1zQGXbYv94GuGY/zAwzK98+6idCMUOOCg== | 1613 | integrity sha512-+VfSV7Akh1XUiDNXgqgY1cUP1i2vjI+BmlyXRfVz5AfV3jbpde8JTs5Q9sYgaoq5cWfuKfoZB/QkGOI+QcL1Tw== |
2019 | 1614 | ||
2020 | esbuild-linux-mips64le@0.14.42: | 1615 | esbuild-linux-mips64le@0.14.48: |
2021 | version "0.14.42" | 1616 | version "0.14.48" |
2022 | resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.42.tgz#f4e6ff9bf8a6f175470498826f48d093b054fc22" | 1617 | resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.48.tgz#822c1778495f7868e990d4da47ad7281df28fd15" |
2023 | integrity sha512-QuvpHGbYlkyXWf2cGm51LBCHx6eUakjaSrRpUqhPwjh/uvNUYvLmz2LgPTTPwCqaKt0iwL+OGVL0tXA5aDbAbg== | 1618 | integrity sha512-cs0uOiRlPp6ymknDnjajCgvDMSsLw5mST2UXh+ZIrXTj2Ifyf2aAP3Iw4DiqgnyYLV2O/v/yWBJx+WfmKEpNLA== |
2024 | 1619 | ||
2025 | esbuild-linux-ppc64le@0.14.42: | 1620 | esbuild-linux-ppc64le@0.14.48: |
2026 | version "0.14.42" | 1621 | version "0.14.48" |
2027 | resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.42.tgz#ac9c66fc80ba9f8fda15a4cc08f4e55f6c0aed63" | 1622 | resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.48.tgz#55de0a9ec4a48fedfe82a63e083164d001709447" |
2028 | integrity sha512-8ohIVIWDbDT+i7lCx44YCyIRrOW1MYlks9fxTo0ME2LS/fxxdoJBwHWzaDYhjvf8kNpA+MInZvyOEAGoVDrMHg== | 1623 | integrity sha512-+2F0vJMkuI0Wie/wcSPDCqXvSFEELH7Jubxb7mpWrA/4NpT+/byjxDz0gG6R1WJoeDefcrMfpBx4GFNN1JQorQ== |
2029 | 1624 | ||
2030 | esbuild-linux-riscv64@0.14.42: | 1625 | esbuild-linux-riscv64@0.14.48: |
2031 | version "0.14.42" | 1626 | version "0.14.48" |
2032 | resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.42.tgz#21e0ae492a3a9bf4eecbfc916339a66e204256d0" | 1627 | resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.48.tgz#cd2b7381880b2f4b21a5a598fb673492120f18a5" |
2033 | integrity sha512-DzDqK3TuoXktPyG1Lwx7vhaF49Onv3eR61KwQyxYo4y5UKTpL3NmuarHSIaSVlTFDDpcIajCDwz5/uwKLLgKiQ== | 1628 | integrity sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA== |
2034 | 1629 | ||
2035 | esbuild-linux-s390x@0.14.42: | 1630 | esbuild-linux-s390x@0.14.48: |
2036 | version "0.14.42" | 1631 | version "0.14.48" |
2037 | resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.42.tgz#06d40b957250ffd9a2183bfdfc9a03d6fd21b3e8" | 1632 | resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.48.tgz#4b319eca2a5c64637fc7397ffbd9671719cdb6bf" |
2038 | integrity sha512-YFRhPCxl8nb//Wn6SiS5pmtplBi4z9yC2gLrYoYI/tvwuB1jldir9r7JwAGy1Ck4D7sE7wBN9GFtUUX/DLdcEQ== | 1633 | integrity sha512-tndw/0B9jiCL+KWKo0TSMaUm5UWBLsfCKVdbfMlb3d5LeV9WbijZ8Ordia8SAYv38VSJWOEt6eDCdOx8LqkC4g== |
2039 | 1634 | ||
2040 | esbuild-netbsd-64@0.14.42: | 1635 | esbuild-netbsd-64@0.14.48: |
2041 | version "0.14.42" | 1636 | version "0.14.48" |
2042 | resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.42.tgz#185664f05f10914f14ed43bd9e22b7de584267f7" | 1637 | resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.48.tgz#c27cde8b5cb55dcc227943a18ab078fb98d0adbf" |
2043 | integrity sha512-QYSD2k+oT9dqB/4eEM9c+7KyNYsIPgzYOSrmfNGDIyJrbT1d+CFVKvnKahDKNJLfOYj8N4MgyFaU9/Ytc6w5Vw== | 1638 | integrity sha512-V9hgXfwf/T901Lr1wkOfoevtyNkrxmMcRHyticybBUHookznipMOHoF41Al68QBsqBxnITCEpjjd4yAos7z9Tw== |
2044 | 1639 | ||
2045 | esbuild-openbsd-64@0.14.42: | 1640 | esbuild-openbsd-64@0.14.48: |
2046 | version "0.14.42" | 1641 | version "0.14.48" |
2047 | resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.42.tgz#c29006f659eb4e55283044bbbd4eb4054fae8839" | 1642 | resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.48.tgz#af5ab2d1cb41f09064bba9465fc8bf1309150df1" |
2048 | integrity sha512-M2meNVIKWsm2HMY7+TU9AxM7ZVwI9havdsw6m/6EzdXysyCFFSoaTQ/Jg03izjCsK17FsVRHqRe26Llj6x0MNA== | 1643 | integrity sha512-+IHf4JcbnnBl4T52egorXMatil/za0awqzg2Vy6FBgPcBpisDWT2sVz/tNdrK9kAqj+GZG/jZdrOkj7wsrNTKA== |
2049 | 1644 | ||
2050 | esbuild-sunos-64@0.14.42: | 1645 | esbuild-sunos-64@0.14.48: |
2051 | version "0.14.42" | 1646 | version "0.14.48" |
2052 | resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.42.tgz#aa9eec112cd1e7105e7bb37000eca7d460083f8f" | 1647 | resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.48.tgz#db3ae20526055cf6fd5c4582676233814603ac54" |
2053 | integrity sha512-uXV8TAZEw36DkgW8Ak3MpSJs1ofBb3Smkc/6pZ29sCAN1KzCAQzsje4sUwugf+FVicrHvlamCOlFZIXgct+iqQ== | 1648 | integrity sha512-77m8bsr5wOpOWbGi9KSqDphcq6dFeJyun8TA+12JW/GAjyfTwVtOnN8DOt6DSPUfEV+ltVMNqtXUeTeMAxl5KA== |
2054 | 1649 | ||
2055 | esbuild-windows-32@0.14.42: | 1650 | esbuild-windows-32@0.14.48: |
2056 | version "0.14.42" | 1651 | version "0.14.48" |
2057 | resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.42.tgz#c3fc450853c61a74dacc5679de301db23b73e61e" | 1652 | resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.48.tgz#021ffceb0a3f83078262870da88a912293c57475" |
2058 | integrity sha512-4iw/8qWmRICWi9ZOnJJf9sYt6wmtp3hsN4TdI5NqgjfOkBVMxNdM9Vt3626G1Rda9ya2Q0hjQRD9W1o+m6Lz6g== | 1653 | integrity sha512-EPgRuTPP8vK9maxpTGDe5lSoIBHGKO/AuxDncg5O3NkrPeLNdvvK8oywB0zGaAZXxYWfNNSHskvvDgmfVTguhg== |
2059 | 1654 | ||
2060 | esbuild-windows-64@0.14.42: | 1655 | esbuild-windows-64@0.14.48: |
2061 | version "0.14.42" | 1656 | version "0.14.48" |
2062 | resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.42.tgz#b877aa37ff47d9fcf0ccb1ca6a24b31475a5e555" | 1657 | resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.48.tgz#a4d3407b580f9faac51f61eec095fa985fb3fee4" |
2063 | integrity sha512-j3cdK+Y3+a5H0wHKmLGTJcq0+/2mMBHPWkItR3vytp/aUGD/ua/t2BLdfBIzbNN9nLCRL9sywCRpOpFMx3CxzA== | 1658 | integrity sha512-YmpXjdT1q0b8ictSdGwH3M8VCoqPpK1/UArze3X199w6u8hUx3V8BhAi1WjbsfDYRBanVVtduAhh2sirImtAvA== |
2064 | 1659 | ||
2065 | esbuild-windows-arm64@0.14.42: | 1660 | esbuild-windows-arm64@0.14.48: |
2066 | version "0.14.42" | 1661 | version "0.14.48" |
2067 | resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.42.tgz#79da8744626f24bc016dc40d016950b5a4a2bac5" | 1662 | resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.48.tgz#762c0562127d8b09bfb70a3c816460742dd82880" |
2068 | integrity sha512-+lRAARnF+hf8J0mN27ujO+VbhPbDqJ8rCcJKye4y7YZLV6C4n3pTRThAb388k/zqF5uM0lS5O201u0OqoWSicw== | 1663 | integrity sha512-HHaOMCsCXp0rz5BT2crTka6MPWVno121NKApsGs/OIW5QC0ggC69YMGs1aJct9/9FSUF4A1xNE/cLvgB5svR4g== |
2069 | 1664 | ||
2070 | esbuild@^0.14.27: | 1665 | esbuild@^0.14.27: |
2071 | version "0.14.42" | 1666 | version "0.14.48" |
2072 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.14.42.tgz" | 1667 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.48.tgz#da5d8d25cd2d940c45ea0cfecdca727f7aee2b85" |
2073 | integrity sha512-V0uPZotCEHokJdNqyozH6qsaQXqmZEOiZWrXnds/zaH/0SyrIayRXWRB98CENO73MIZ9T3HBIOsmds5twWtmgw== | 1668 | integrity sha512-w6N1Yn5MtqK2U1/WZTX9ZqUVb8IOLZkZ5AdHkT6x3cHDMVsYWC7WPdiLmx19w3i4Rwzy5LqsEMtVihG3e4rFzA== |
2074 | optionalDependencies: | 1669 | optionalDependencies: |
2075 | esbuild-android-64 "0.14.42" | 1670 | esbuild-android-64 "0.14.48" |
2076 | esbuild-android-arm64 "0.14.42" | 1671 | esbuild-android-arm64 "0.14.48" |
2077 | esbuild-darwin-64 "0.14.42" | 1672 | esbuild-darwin-64 "0.14.48" |
2078 | esbuild-darwin-arm64 "0.14.42" | 1673 | esbuild-darwin-arm64 "0.14.48" |
2079 | esbuild-freebsd-64 "0.14.42" | 1674 | esbuild-freebsd-64 "0.14.48" |
2080 | esbuild-freebsd-arm64 "0.14.42" | 1675 | esbuild-freebsd-arm64 "0.14.48" |
2081 | esbuild-linux-32 "0.14.42" | 1676 | esbuild-linux-32 "0.14.48" |
2082 | esbuild-linux-64 "0.14.42" | 1677 | esbuild-linux-64 "0.14.48" |
2083 | esbuild-linux-arm "0.14.42" | 1678 | esbuild-linux-arm "0.14.48" |
2084 | esbuild-linux-arm64 "0.14.42" | 1679 | esbuild-linux-arm64 "0.14.48" |
2085 | esbuild-linux-mips64le "0.14.42" | 1680 | esbuild-linux-mips64le "0.14.48" |
2086 | esbuild-linux-ppc64le "0.14.42" | 1681 | esbuild-linux-ppc64le "0.14.48" |
2087 | esbuild-linux-riscv64 "0.14.42" | 1682 | esbuild-linux-riscv64 "0.14.48" |
2088 | esbuild-linux-s390x "0.14.42" | 1683 | esbuild-linux-s390x "0.14.48" |
2089 | esbuild-netbsd-64 "0.14.42" | 1684 | esbuild-netbsd-64 "0.14.48" |
2090 | esbuild-openbsd-64 "0.14.42" | 1685 | esbuild-openbsd-64 "0.14.48" |
2091 | esbuild-sunos-64 "0.14.42" | 1686 | esbuild-sunos-64 "0.14.48" |
2092 | esbuild-windows-32 "0.14.42" | 1687 | esbuild-windows-32 "0.14.48" |
2093 | esbuild-windows-64 "0.14.42" | 1688 | esbuild-windows-64 "0.14.48" |
2094 | esbuild-windows-arm64 "0.14.42" | 1689 | esbuild-windows-arm64 "0.14.48" |
2095 | 1690 | ||
2096 | escalade@^3.1.1: | 1691 | escalade@^3.1.1: |
2097 | version "3.1.1" | 1692 | version "3.1.1" |
2098 | resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" | 1693 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
2099 | integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== | 1694 | integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== |
2100 | 1695 | ||
2101 | escape-string-regexp@^1.0.5: | 1696 | escape-string-regexp@^1.0.5: |
2102 | version "1.0.5" | 1697 | version "1.0.5" |
2103 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" | 1698 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
2104 | integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== | 1699 | integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== |
2105 | 1700 | ||
2106 | escape-string-regexp@^4.0.0: | 1701 | escape-string-regexp@^4.0.0: |
2107 | version "4.0.0" | 1702 | version "4.0.0" |
2108 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" | 1703 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" |
2109 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== | 1704 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== |
2110 | 1705 | ||
2111 | eslint-config-prettier@^8.3.0: | 1706 | eslint-config-prettier@^8.3.0: |
2112 | version "8.5.0" | 1707 | version "8.5.0" |
2113 | resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz" | 1708 | resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" |
2114 | integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== | 1709 | integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== |
2115 | 1710 | ||
2116 | eslint-plugin-prettier@^4.0.0: | 1711 | eslint-plugin-prettier@^4.0.0: |
2117 | version "4.0.0" | 1712 | version "4.2.1" |
2118 | resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz" | 1713 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" |
2119 | integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== | 1714 | integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== |
2120 | dependencies: | 1715 | dependencies: |
2121 | prettier-linter-helpers "^1.0.0" | 1716 | prettier-linter-helpers "^1.0.0" |
2122 | 1717 | ||
2123 | eslint-plugin-vue@^8.2.0: | 1718 | eslint-plugin-vue@^9.1.1: |
2124 | version "8.7.1" | 1719 | version "9.1.1" |
2125 | resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.7.1.tgz" | 1720 | resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.1.1.tgz#341f7533cb041958455138834341d5be01f9f327" |
2126 | integrity sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg== | 1721 | integrity sha512-W9n5PB1X2jzC7CK6riG0oAcxjmKrjTF6+keL1rni8n57DZeilx/Fulz+IRJK3lYseLNAygN0I62L7DvioW40Tw== |
2127 | dependencies: | 1722 | dependencies: |
2128 | eslint-utils "^3.0.0" | 1723 | eslint-utils "^3.0.0" |
2129 | natural-compare "^1.4.0" | 1724 | natural-compare "^1.4.0" |
2130 | nth-check "^2.0.1" | 1725 | nth-check "^2.0.1" |
2131 | postcss-selector-parser "^6.0.9" | 1726 | postcss-selector-parser "^6.0.9" |
2132 | semver "^7.3.5" | 1727 | semver "^7.3.5" |
2133 | vue-eslint-parser "^8.0.1" | 1728 | vue-eslint-parser "^9.0.1" |
1729 | xml-name-validator "^4.0.0" | ||
2134 | 1730 | ||
2135 | eslint-scope@5.1.1: | 1731 | eslint-scope@^7.1.1: |
2136 | version "5.1.1" | ||
2137 | resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" | ||
2138 | integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== | ||
2139 | dependencies: | ||
2140 | esrecurse "^4.3.0" | ||
2141 | estraverse "^4.1.1" | ||
2142 | |||
2143 | eslint-scope@^7.0.0, eslint-scope@^7.1.1: | ||
2144 | version "7.1.1" | 1732 | version "7.1.1" |
2145 | resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz" | 1733 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" |
2146 | integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== | 1734 | integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== |
2147 | dependencies: | 1735 | dependencies: |
2148 | esrecurse "^4.3.0" | 1736 | esrecurse "^4.3.0" |
@@ -2150,25 +1738,25 @@ eslint-scope@^7.0.0, eslint-scope@^7.1.1: | |||
2150 | 1738 | ||
2151 | eslint-utils@^3.0.0: | 1739 | eslint-utils@^3.0.0: |
2152 | version "3.0.0" | 1740 | version "3.0.0" |
2153 | resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz" | 1741 | resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" |
2154 | integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== | 1742 | integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== |
2155 | dependencies: | 1743 | dependencies: |
2156 | eslint-visitor-keys "^2.0.0" | 1744 | eslint-visitor-keys "^2.0.0" |
2157 | 1745 | ||
2158 | eslint-visitor-keys@^2.0.0: | 1746 | eslint-visitor-keys@^2.0.0: |
2159 | version "2.1.0" | 1747 | version "2.1.0" |
2160 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz" | 1748 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" |
2161 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== | 1749 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== |
2162 | 1750 | ||
2163 | eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0: | 1751 | eslint-visitor-keys@^3.3.0: |
2164 | version "3.3.0" | 1752 | version "3.3.0" |
2165 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz" | 1753 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" |
2166 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== | 1754 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
2167 | 1755 | ||
2168 | eslint@^8.5.0: | 1756 | eslint@^8.5.0: |
2169 | version "8.16.0" | 1757 | version "8.19.0" |
2170 | resolved "https://registry.npmjs.org/eslint/-/eslint-8.16.0.tgz" | 1758 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.19.0.tgz#7342a3cbc4fbc5c106a1eefe0fd0b50b6b1a7d28" |
2171 | integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA== | 1759 | integrity sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw== |
2172 | dependencies: | 1760 | dependencies: |
2173 | "@eslint/eslintrc" "^1.3.0" | 1761 | "@eslint/eslintrc" "^1.3.0" |
2174 | "@humanwhocodes/config-array" "^0.9.2" | 1762 | "@humanwhocodes/config-array" "^0.9.2" |
@@ -2206,9 +1794,9 @@ eslint@^8.5.0: | |||
2206 | text-table "^0.2.0" | 1794 | text-table "^0.2.0" |
2207 | v8-compile-cache "^2.0.3" | 1795 | v8-compile-cache "^2.0.3" |
2208 | 1796 | ||
2209 | espree@^9.0.0, espree@^9.3.2: | 1797 | espree@^9.3.1, espree@^9.3.2: |
2210 | version "9.3.2" | 1798 | version "9.3.2" |
2211 | resolved "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz" | 1799 | resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596" |
2212 | integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA== | 1800 | integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA== |
2213 | dependencies: | 1801 | dependencies: |
2214 | acorn "^8.7.1" | 1802 | acorn "^8.7.1" |
@@ -2217,123 +1805,113 @@ espree@^9.0.0, espree@^9.3.2: | |||
2217 | 1805 | ||
2218 | esquery@^1.4.0: | 1806 | esquery@^1.4.0: |
2219 | version "1.4.0" | 1807 | version "1.4.0" |
2220 | resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz" | 1808 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
2221 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== | 1809 | integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
2222 | dependencies: | 1810 | dependencies: |
2223 | estraverse "^5.1.0" | 1811 | estraverse "^5.1.0" |
2224 | 1812 | ||
2225 | esrecurse@^4.3.0: | 1813 | esrecurse@^4.3.0: |
2226 | version "4.3.0" | 1814 | version "4.3.0" |
2227 | resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz" | 1815 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" |
2228 | integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== | 1816 | integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== |
2229 | dependencies: | 1817 | dependencies: |
2230 | estraverse "^5.2.0" | 1818 | estraverse "^5.2.0" |
2231 | 1819 | ||
2232 | estraverse@^4.1.1: | ||
2233 | version "4.3.0" | ||
2234 | resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" | ||
2235 | integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== | ||
2236 | |||
2237 | estraverse@^5.1.0, estraverse@^5.2.0: | 1820 | estraverse@^5.1.0, estraverse@^5.2.0: |
2238 | version "5.3.0" | 1821 | version "5.3.0" |
2239 | resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" | 1822 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" |
2240 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== | 1823 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== |
2241 | 1824 | ||
2242 | estree-walker@^1.0.1: | 1825 | estree-walker@^1.0.1: |
2243 | version "1.0.1" | 1826 | version "1.0.1" |
2244 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz" | 1827 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
2245 | integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== | 1828 | integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
2246 | 1829 | ||
2247 | estree-walker@^2.0.2: | 1830 | estree-walker@^2.0.2: |
2248 | version "2.0.2" | 1831 | version "2.0.2" |
2249 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" | 1832 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
2250 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== | 1833 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
2251 | 1834 | ||
2252 | esutils@^2.0.2: | 1835 | esutils@^2.0.2: |
2253 | version "2.0.3" | 1836 | version "2.0.3" |
2254 | resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" | 1837 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
2255 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== | 1838 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== |
2256 | 1839 | ||
2257 | event-pubsub@4.3.0: | ||
2258 | version "4.3.0" | ||
2259 | resolved "https://registry.npmjs.org/event-pubsub/-/event-pubsub-4.3.0.tgz" | ||
2260 | integrity sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ== | ||
2261 | |||
2262 | events@^3.2.0: | ||
2263 | version "3.3.0" | ||
2264 | resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" | ||
2265 | integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== | ||
2266 | |||
2267 | execa@^1.0.0: | ||
2268 | version "1.0.0" | ||
2269 | resolved "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz" | ||
2270 | integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== | ||
2271 | dependencies: | ||
2272 | cross-spawn "^6.0.0" | ||
2273 | get-stream "^4.0.0" | ||
2274 | is-stream "^1.1.0" | ||
2275 | npm-run-path "^2.0.0" | ||
2276 | p-finally "^1.0.0" | ||
2277 | signal-exit "^3.0.0" | ||
2278 | strip-eof "^1.0.0" | ||
2279 | |||
2280 | fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: | 1840 | fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
2281 | version "3.1.3" | 1841 | version "3.1.3" |
2282 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" | 1842 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
2283 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | 1843 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
2284 | 1844 | ||
2285 | fast-diff@^1.1.2: | 1845 | fast-diff@^1.1.2: |
2286 | version "1.2.0" | 1846 | version "1.2.0" |
2287 | resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz" | 1847 | resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" |
2288 | integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== | 1848 | integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== |
2289 | 1849 | ||
1850 | fast-glob@^3.2.11: | ||
1851 | version "3.2.11" | ||
1852 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" | ||
1853 | integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== | ||
1854 | dependencies: | ||
1855 | "@nodelib/fs.stat" "^2.0.2" | ||
1856 | "@nodelib/fs.walk" "^1.2.3" | ||
1857 | glob-parent "^5.1.2" | ||
1858 | merge2 "^1.3.0" | ||
1859 | micromatch "^4.0.4" | ||
1860 | |||
2290 | fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: | 1861 | fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: |
2291 | version "2.1.0" | 1862 | version "2.1.0" |
2292 | resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" | 1863 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" |
2293 | integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== | 1864 | integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== |
2294 | 1865 | ||
2295 | fast-levenshtein@^2.0.6: | 1866 | fast-levenshtein@^2.0.6: |
2296 | version "2.0.6" | 1867 | version "2.0.6" |
2297 | resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" | 1868 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
2298 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== | 1869 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== |
2299 | 1870 | ||
1871 | fastq@^1.6.0: | ||
1872 | version "1.13.0" | ||
1873 | resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" | ||
1874 | integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== | ||
1875 | dependencies: | ||
1876 | reusify "^1.0.4" | ||
1877 | |||
2300 | file-entry-cache@^6.0.1: | 1878 | file-entry-cache@^6.0.1: |
2301 | version "6.0.1" | 1879 | version "6.0.1" |
2302 | resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" | 1880 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" |
2303 | integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== | 1881 | integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== |
2304 | dependencies: | 1882 | dependencies: |
2305 | flat-cache "^3.0.4" | 1883 | flat-cache "^3.0.4" |
2306 | 1884 | ||
2307 | filelist@^1.0.1: | 1885 | filelist@^1.0.1: |
2308 | version "1.0.4" | 1886 | version "1.0.4" |
2309 | resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz" | 1887 | resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5" |
2310 | integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== | 1888 | integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== |
2311 | dependencies: | 1889 | dependencies: |
2312 | minimatch "^5.0.1" | 1890 | minimatch "^5.0.1" |
2313 | 1891 | ||
2314 | fill-range@^7.0.1: | 1892 | fill-range@^7.0.1: |
2315 | version "7.0.1" | 1893 | version "7.0.1" |
2316 | resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" | 1894 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" |
2317 | integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== | 1895 | integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== |
2318 | dependencies: | 1896 | dependencies: |
2319 | to-regex-range "^5.0.1" | 1897 | to-regex-range "^5.0.1" |
2320 | 1898 | ||
2321 | flat-cache@^3.0.4: | 1899 | flat-cache@^3.0.4: |
2322 | version "3.0.4" | 1900 | version "3.0.4" |
2323 | resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz" | 1901 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" |
2324 | integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== | 1902 | integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== |
2325 | dependencies: | 1903 | dependencies: |
2326 | flatted "^3.1.0" | 1904 | flatted "^3.1.0" |
2327 | rimraf "^3.0.2" | 1905 | rimraf "^3.0.2" |
2328 | 1906 | ||
2329 | flatted@^3.1.0: | 1907 | flatted@^3.1.0: |
2330 | version "3.2.5" | 1908 | version "3.2.6" |
2331 | resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz" | 1909 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" |
2332 | integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== | 1910 | integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== |
2333 | 1911 | ||
2334 | fs-extra@^9.0.1: | 1912 | fs-extra@^9.0.1: |
2335 | version "9.1.0" | 1913 | version "9.1.0" |
2336 | resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz" | 1914 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" |
2337 | integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== | 1915 | integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== |
2338 | dependencies: | 1916 | dependencies: |
2339 | at-least-node "^1.0.0" | 1917 | at-least-node "^1.0.0" |
@@ -2343,7 +1921,7 @@ fs-extra@^9.0.1: | |||
2343 | 1921 | ||
2344 | fs.realpath@^1.0.0: | 1922 | fs.realpath@^1.0.0: |
2345 | version "1.0.0" | 1923 | version "1.0.0" |
2346 | resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" | 1924 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" |
2347 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== | 1925 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== |
2348 | 1926 | ||
2349 | fsevents@~2.3.2: | 1927 | fsevents@~2.3.2: |
@@ -2353,12 +1931,12 @@ fsevents@~2.3.2: | |||
2353 | 1931 | ||
2354 | function-bind@^1.1.1: | 1932 | function-bind@^1.1.1: |
2355 | version "1.1.1" | 1933 | version "1.1.1" |
2356 | resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" | 1934 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" |
2357 | integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== | 1935 | integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== |
2358 | 1936 | ||
2359 | function.prototype.name@^1.1.5: | 1937 | function.prototype.name@^1.1.5: |
2360 | version "1.1.5" | 1938 | version "1.1.5" |
2361 | resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz" | 1939 | resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" |
2362 | integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== | 1940 | integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA== |
2363 | dependencies: | 1941 | dependencies: |
2364 | call-bind "^1.0.2" | 1942 | call-bind "^1.0.2" |
@@ -2368,70 +1946,58 @@ function.prototype.name@^1.1.5: | |||
2368 | 1946 | ||
2369 | functional-red-black-tree@^1.0.1: | 1947 | functional-red-black-tree@^1.0.1: |
2370 | version "1.0.1" | 1948 | version "1.0.1" |
2371 | resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz" | 1949 | resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" |
2372 | integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== | 1950 | integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== |
2373 | 1951 | ||
2374 | functions-have-names@^1.2.2: | 1952 | functions-have-names@^1.2.2: |
2375 | version "1.2.3" | 1953 | version "1.2.3" |
2376 | resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" | 1954 | resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" |
2377 | integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== | 1955 | integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== |
2378 | 1956 | ||
2379 | gensync@^1.0.0-beta.2: | 1957 | gensync@^1.0.0-beta.2: |
2380 | version "1.0.0-beta.2" | 1958 | version "1.0.0-beta.2" |
2381 | resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz" | 1959 | resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |
2382 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== | 1960 | integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== |
2383 | 1961 | ||
2384 | get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: | 1962 | get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: |
2385 | version "1.1.1" | 1963 | version "1.1.2" |
2386 | resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz" | 1964 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz#336975123e05ad0b7ba41f152ee4aadbea6cf598" |
2387 | integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== | 1965 | integrity sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA== |
2388 | dependencies: | 1966 | dependencies: |
2389 | function-bind "^1.1.1" | 1967 | function-bind "^1.1.1" |
2390 | has "^1.0.3" | 1968 | has "^1.0.3" |
2391 | has-symbols "^1.0.1" | 1969 | has-symbols "^1.0.3" |
2392 | 1970 | ||
2393 | get-own-enumerable-property-symbols@^3.0.0: | 1971 | get-own-enumerable-property-symbols@^3.0.0: |
2394 | version "3.0.2" | 1972 | version "3.0.2" |
2395 | resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz" | 1973 | resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" |
2396 | integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== | 1974 | integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== |
2397 | 1975 | ||
2398 | get-stream@^4.0.0: | ||
2399 | version "4.1.0" | ||
2400 | resolved "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz" | ||
2401 | integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== | ||
2402 | dependencies: | ||
2403 | pump "^3.0.0" | ||
2404 | |||
2405 | get-symbol-description@^1.0.0: | 1976 | get-symbol-description@^1.0.0: |
2406 | version "1.0.0" | 1977 | version "1.0.0" |
2407 | resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz" | 1978 | resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" |
2408 | integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== | 1979 | integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== |
2409 | dependencies: | 1980 | dependencies: |
2410 | call-bind "^1.0.2" | 1981 | call-bind "^1.0.2" |
2411 | get-intrinsic "^1.1.1" | 1982 | get-intrinsic "^1.1.1" |
2412 | 1983 | ||
2413 | glob-parent@^6.0.1: | 1984 | glob-parent@^5.1.2, glob-parent@~5.1.2: |
2414 | version "6.0.2" | ||
2415 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" | ||
2416 | integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== | ||
2417 | dependencies: | ||
2418 | is-glob "^4.0.3" | ||
2419 | |||
2420 | glob-parent@~5.1.2: | ||
2421 | version "5.1.2" | 1985 | version "5.1.2" |
2422 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" | 1986 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" |
2423 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== | 1987 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== |
2424 | dependencies: | 1988 | dependencies: |
2425 | is-glob "^4.0.1" | 1989 | is-glob "^4.0.1" |
2426 | 1990 | ||
2427 | glob-to-regexp@^0.4.1: | 1991 | glob-parent@^6.0.1: |
2428 | version "0.4.1" | 1992 | version "6.0.2" |
2429 | resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" | 1993 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" |
2430 | integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== | 1994 | integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== |
1995 | dependencies: | ||
1996 | is-glob "^4.0.3" | ||
2431 | 1997 | ||
2432 | glob@^7.1.3, glob@^7.1.6: | 1998 | glob@^7.1.3, glob@^7.1.6: |
2433 | version "7.2.3" | 1999 | version "7.2.3" |
2434 | resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" | 2000 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" |
2435 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== | 2001 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== |
2436 | dependencies: | 2002 | dependencies: |
2437 | fs.realpath "^1.0.0" | 2003 | fs.realpath "^1.0.0" |
@@ -2443,129 +2009,80 @@ glob@^7.1.3, glob@^7.1.6: | |||
2443 | 2009 | ||
2444 | globals@^11.1.0: | 2010 | globals@^11.1.0: |
2445 | version "11.12.0" | 2011 | version "11.12.0" |
2446 | resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" | 2012 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" |
2447 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== | 2013 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== |
2448 | 2014 | ||
2449 | globals@^13.15.0: | 2015 | globals@^13.15.0: |
2450 | version "13.15.0" | 2016 | version "13.15.0" |
2451 | resolved "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz" | 2017 | resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" |
2452 | integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== | 2018 | integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== |
2453 | dependencies: | 2019 | dependencies: |
2454 | type-fest "^0.20.2" | 2020 | type-fest "^0.20.2" |
2455 | 2021 | ||
2456 | graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: | 2022 | graceful-fs@^4.1.6, graceful-fs@^4.2.0: |
2457 | version "4.2.10" | 2023 | version "4.2.10" |
2458 | resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" | 2024 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" |
2459 | integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== | 2025 | integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== |
2460 | 2026 | ||
2461 | has-bigints@^1.0.1, has-bigints@^1.0.2: | 2027 | has-bigints@^1.0.1, has-bigints@^1.0.2: |
2462 | version "1.0.2" | 2028 | version "1.0.2" |
2463 | resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz" | 2029 | resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" |
2464 | integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== | 2030 | integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== |
2465 | 2031 | ||
2466 | has-flag@^3.0.0: | 2032 | has-flag@^3.0.0: |
2467 | version "3.0.0" | 2033 | version "3.0.0" |
2468 | resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" | 2034 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
2469 | integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== | 2035 | integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== |
2470 | 2036 | ||
2471 | has-flag@^4.0.0: | 2037 | has-flag@^4.0.0: |
2472 | version "4.0.0" | 2038 | version "4.0.0" |
2473 | resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" | 2039 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
2474 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== | 2040 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
2475 | 2041 | ||
2476 | has-property-descriptors@^1.0.0: | 2042 | has-property-descriptors@^1.0.0: |
2477 | version "1.0.0" | 2043 | version "1.0.0" |
2478 | resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz" | 2044 | resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" |
2479 | integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== | 2045 | integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== |
2480 | dependencies: | 2046 | dependencies: |
2481 | get-intrinsic "^1.1.1" | 2047 | get-intrinsic "^1.1.1" |
2482 | 2048 | ||
2483 | has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: | 2049 | has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: |
2484 | version "1.0.3" | 2050 | version "1.0.3" |
2485 | resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" | 2051 | resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" |
2486 | integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== | 2052 | integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== |
2487 | 2053 | ||
2488 | has-tostringtag@^1.0.0: | 2054 | has-tostringtag@^1.0.0: |
2489 | version "1.0.0" | 2055 | version "1.0.0" |
2490 | resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz" | 2056 | resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" |
2491 | integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== | 2057 | integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== |
2492 | dependencies: | 2058 | dependencies: |
2493 | has-symbols "^1.0.2" | 2059 | has-symbols "^1.0.2" |
2494 | 2060 | ||
2495 | has@^1.0.3: | 2061 | has@^1.0.3: |
2496 | version "1.0.3" | 2062 | version "1.0.3" |
2497 | resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" | 2063 | resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" |
2498 | integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== | 2064 | integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== |
2499 | dependencies: | 2065 | dependencies: |
2500 | function-bind "^1.1.1" | 2066 | function-bind "^1.1.1" |
2501 | 2067 | ||
2502 | he@^1.2.0: | ||
2503 | version "1.2.0" | ||
2504 | resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz" | ||
2505 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== | ||
2506 | |||
2507 | hosted-git-info@^2.1.4: | ||
2508 | version "2.8.9" | ||
2509 | resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" | ||
2510 | integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== | ||
2511 | |||
2512 | html-minifier-terser@^6.0.2: | ||
2513 | version "6.1.0" | ||
2514 | resolved "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz" | ||
2515 | integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== | ||
2516 | dependencies: | ||
2517 | camel-case "^4.1.2" | ||
2518 | clean-css "^5.2.2" | ||
2519 | commander "^8.3.0" | ||
2520 | he "^1.2.0" | ||
2521 | param-case "^3.0.4" | ||
2522 | relateurl "^0.2.7" | ||
2523 | terser "^5.10.0" | ||
2524 | |||
2525 | html-webpack-plugin@^5.1.0: | ||
2526 | version "5.5.0" | ||
2527 | resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz" | ||
2528 | integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw== | ||
2529 | dependencies: | ||
2530 | "@types/html-minifier-terser" "^6.0.0" | ||
2531 | html-minifier-terser "^6.0.2" | ||
2532 | lodash "^4.17.21" | ||
2533 | pretty-error "^4.0.0" | ||
2534 | tapable "^2.0.0" | ||
2535 | |||
2536 | htmlparser2@^6.1.0: | ||
2537 | version "6.1.0" | ||
2538 | resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz" | ||
2539 | integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== | ||
2540 | dependencies: | ||
2541 | domelementtype "^2.0.1" | ||
2542 | domhandler "^4.0.0" | ||
2543 | domutils "^2.5.2" | ||
2544 | entities "^2.0.0" | ||
2545 | |||
2546 | idb@^6.1.4: | 2068 | idb@^6.1.4: |
2547 | version "6.1.5" | 2069 | version "6.1.5" |
2548 | resolved "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz" | 2070 | resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b" |
2549 | integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw== | 2071 | integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw== |
2550 | 2072 | ||
2551 | ieee754@^1.1.13: | ||
2552 | version "1.2.1" | ||
2553 | resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" | ||
2554 | integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== | ||
2555 | |||
2556 | ignore@^5.2.0: | 2073 | ignore@^5.2.0: |
2557 | version "5.2.0" | 2074 | version "5.2.0" |
2558 | resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz" | 2075 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" |
2559 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== | 2076 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== |
2560 | 2077 | ||
2561 | immutable@^4.0.0: | 2078 | immutable@^4.0.0: |
2562 | version "4.1.0" | 2079 | version "4.1.0" |
2563 | resolved "https://registry.npmjs.org/immutable/-/immutable-4.1.0.tgz" | 2080 | resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef" |
2564 | integrity sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ== | 2081 | integrity sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ== |
2565 | 2082 | ||
2566 | import-fresh@^3.0.0, import-fresh@^3.2.1: | 2083 | import-fresh@^3.0.0, import-fresh@^3.2.1: |
2567 | version "3.3.0" | 2084 | version "3.3.0" |
2568 | resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" | 2085 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
2569 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== | 2086 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== |
2570 | dependencies: | 2087 | dependencies: |
2571 | parent-module "^1.0.0" | 2088 | parent-module "^1.0.0" |
@@ -2573,53 +2090,48 @@ import-fresh@^3.0.0, import-fresh@^3.2.1: | |||
2573 | 2090 | ||
2574 | imurmurhash@^0.1.4: | 2091 | imurmurhash@^0.1.4: |
2575 | version "0.1.4" | 2092 | version "0.1.4" |
2576 | resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" | 2093 | resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" |
2577 | integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== | 2094 | integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== |
2578 | 2095 | ||
2579 | inflight@^1.0.4: | 2096 | inflight@^1.0.4: |
2580 | version "1.0.6" | 2097 | version "1.0.6" |
2581 | resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" | 2098 | resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" |
2582 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== | 2099 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== |
2583 | dependencies: | 2100 | dependencies: |
2584 | once "^1.3.0" | 2101 | once "^1.3.0" |
2585 | wrappy "1" | 2102 | wrappy "1" |
2586 | 2103 | ||
2587 | inherits@2, inherits@^2.0.3, inherits@^2.0.4: | 2104 | inherits@2: |
2588 | version "2.0.4" | 2105 | version "2.0.4" |
2589 | resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" | 2106 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" |
2590 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== | 2107 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== |
2591 | 2108 | ||
2592 | internal-slot@^1.0.3: | 2109 | internal-slot@^1.0.3: |
2593 | version "1.0.3" | 2110 | version "1.0.3" |
2594 | resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz" | 2111 | resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" |
2595 | integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== | 2112 | integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== |
2596 | dependencies: | 2113 | dependencies: |
2597 | get-intrinsic "^1.1.0" | 2114 | get-intrinsic "^1.1.0" |
2598 | has "^1.0.3" | 2115 | has "^1.0.3" |
2599 | side-channel "^1.0.4" | 2116 | side-channel "^1.0.4" |
2600 | 2117 | ||
2601 | is-arrayish@^0.2.1: | ||
2602 | version "0.2.1" | ||
2603 | resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" | ||
2604 | integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== | ||
2605 | |||
2606 | is-bigint@^1.0.1: | 2118 | is-bigint@^1.0.1: |
2607 | version "1.0.4" | 2119 | version "1.0.4" |
2608 | resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz" | 2120 | resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" |
2609 | integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== | 2121 | integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== |
2610 | dependencies: | 2122 | dependencies: |
2611 | has-bigints "^1.0.1" | 2123 | has-bigints "^1.0.1" |
2612 | 2124 | ||
2613 | is-binary-path@~2.1.0: | 2125 | is-binary-path@~2.1.0: |
2614 | version "2.1.0" | 2126 | version "2.1.0" |
2615 | resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" | 2127 | resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" |
2616 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== | 2128 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== |
2617 | dependencies: | 2129 | dependencies: |
2618 | binary-extensions "^2.0.0" | 2130 | binary-extensions "^2.0.0" |
2619 | 2131 | ||
2620 | is-boolean-object@^1.1.0: | 2132 | is-boolean-object@^1.1.0: |
2621 | version "1.1.2" | 2133 | version "1.1.2" |
2622 | resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz" | 2134 | resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" |
2623 | integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== | 2135 | integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== |
2624 | dependencies: | 2136 | dependencies: |
2625 | call-bind "^1.0.2" | 2137 | call-bind "^1.0.2" |
@@ -2627,75 +2139,65 @@ is-boolean-object@^1.1.0: | |||
2627 | 2139 | ||
2628 | is-callable@^1.1.4, is-callable@^1.2.4: | 2140 | is-callable@^1.1.4, is-callable@^1.2.4: |
2629 | version "1.2.4" | 2141 | version "1.2.4" |
2630 | resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz" | 2142 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" |
2631 | integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== | 2143 | integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== |
2632 | 2144 | ||
2633 | is-core-module@^2.8.1: | 2145 | is-core-module@^2.9.0: |
2634 | version "2.9.0" | 2146 | version "2.9.0" |
2635 | resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz" | 2147 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" |
2636 | integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== | 2148 | integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== |
2637 | dependencies: | 2149 | dependencies: |
2638 | has "^1.0.3" | 2150 | has "^1.0.3" |
2639 | 2151 | ||
2640 | is-date-object@^1.0.1: | 2152 | is-date-object@^1.0.1: |
2641 | version "1.0.5" | 2153 | version "1.0.5" |
2642 | resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" | 2154 | resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" |
2643 | integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== | 2155 | integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== |
2644 | dependencies: | 2156 | dependencies: |
2645 | has-tostringtag "^1.0.0" | 2157 | has-tostringtag "^1.0.0" |
2646 | 2158 | ||
2647 | is-docker@^2.0.0, is-docker@^2.1.1: | ||
2648 | version "2.2.1" | ||
2649 | resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz" | ||
2650 | integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== | ||
2651 | |||
2652 | is-extglob@^2.1.1: | 2159 | is-extglob@^2.1.1: |
2653 | version "2.1.1" | 2160 | version "2.1.1" |
2654 | resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" | 2161 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" |
2655 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== | 2162 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== |
2656 | 2163 | ||
2657 | is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: | 2164 | is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: |
2658 | version "4.0.3" | 2165 | version "4.0.3" |
2659 | resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" | 2166 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" |
2660 | integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== | 2167 | integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== |
2661 | dependencies: | 2168 | dependencies: |
2662 | is-extglob "^2.1.1" | 2169 | is-extglob "^2.1.1" |
2663 | 2170 | ||
2664 | is-interactive@^1.0.0: | ||
2665 | version "1.0.0" | ||
2666 | resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz" | ||
2667 | integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== | ||
2668 | |||
2669 | is-module@^1.0.0: | 2171 | is-module@^1.0.0: |
2670 | version "1.0.0" | 2172 | version "1.0.0" |
2671 | resolved "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz" | 2173 | resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" |
2672 | integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== | 2174 | integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== |
2673 | 2175 | ||
2674 | is-negative-zero@^2.0.2: | 2176 | is-negative-zero@^2.0.2: |
2675 | version "2.0.2" | 2177 | version "2.0.2" |
2676 | resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz" | 2178 | resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" |
2677 | integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== | 2179 | integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== |
2678 | 2180 | ||
2679 | is-number-object@^1.0.4: | 2181 | is-number-object@^1.0.4: |
2680 | version "1.0.7" | 2182 | version "1.0.7" |
2681 | resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz" | 2183 | resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" |
2682 | integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== | 2184 | integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== |
2683 | dependencies: | 2185 | dependencies: |
2684 | has-tostringtag "^1.0.0" | 2186 | has-tostringtag "^1.0.0" |
2685 | 2187 | ||
2686 | is-number@^7.0.0: | 2188 | is-number@^7.0.0: |
2687 | version "7.0.0" | 2189 | version "7.0.0" |
2688 | resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" | 2190 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" |
2689 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== | 2191 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== |
2690 | 2192 | ||
2691 | is-obj@^1.0.1: | 2193 | is-obj@^1.0.1: |
2692 | version "1.0.1" | 2194 | version "1.0.1" |
2693 | resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz" | 2195 | resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" |
2694 | integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== | 2196 | integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== |
2695 | 2197 | ||
2696 | is-regex@^1.1.4: | 2198 | is-regex@^1.1.4: |
2697 | version "1.1.4" | 2199 | version "1.1.4" |
2698 | resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" | 2200 | resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" |
2699 | integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== | 2201 | integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== |
2700 | dependencies: | 2202 | dependencies: |
2701 | call-bind "^1.0.2" | 2203 | call-bind "^1.0.2" |
@@ -2703,67 +2205,50 @@ is-regex@^1.1.4: | |||
2703 | 2205 | ||
2704 | is-regexp@^1.0.0: | 2206 | is-regexp@^1.0.0: |
2705 | version "1.0.0" | 2207 | version "1.0.0" |
2706 | resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz" | 2208 | resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" |
2707 | integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== | 2209 | integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== |
2708 | 2210 | ||
2709 | is-shared-array-buffer@^1.0.2: | 2211 | is-shared-array-buffer@^1.0.2: |
2710 | version "1.0.2" | 2212 | version "1.0.2" |
2711 | resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz" | 2213 | resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" |
2712 | integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== | 2214 | integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== |
2713 | dependencies: | 2215 | dependencies: |
2714 | call-bind "^1.0.2" | 2216 | call-bind "^1.0.2" |
2715 | 2217 | ||
2716 | is-stream@^1.1.0: | ||
2717 | version "1.1.0" | ||
2718 | resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz" | ||
2719 | integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== | ||
2720 | |||
2721 | is-stream@^2.0.0: | 2218 | is-stream@^2.0.0: |
2722 | version "2.0.1" | 2219 | version "2.0.1" |
2723 | resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" | 2220 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" |
2724 | integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== | 2221 | integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== |
2725 | 2222 | ||
2726 | is-string@^1.0.5, is-string@^1.0.7: | 2223 | is-string@^1.0.5, is-string@^1.0.7: |
2727 | version "1.0.7" | 2224 | version "1.0.7" |
2728 | resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz" | 2225 | resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" |
2729 | integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== | 2226 | integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== |
2730 | dependencies: | 2227 | dependencies: |
2731 | has-tostringtag "^1.0.0" | 2228 | has-tostringtag "^1.0.0" |
2732 | 2229 | ||
2733 | is-symbol@^1.0.2, is-symbol@^1.0.3: | 2230 | is-symbol@^1.0.2, is-symbol@^1.0.3: |
2734 | version "1.0.4" | 2231 | version "1.0.4" |
2735 | resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz" | 2232 | resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" |
2736 | integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== | 2233 | integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== |
2737 | dependencies: | 2234 | dependencies: |
2738 | has-symbols "^1.0.2" | 2235 | has-symbols "^1.0.2" |
2739 | 2236 | ||
2740 | is-unicode-supported@^0.1.0: | ||
2741 | version "0.1.0" | ||
2742 | resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz" | ||
2743 | integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== | ||
2744 | |||
2745 | is-weakref@^1.0.2: | 2237 | is-weakref@^1.0.2: |
2746 | version "1.0.2" | 2238 | version "1.0.2" |
2747 | resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz" | 2239 | resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" |
2748 | integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== | 2240 | integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== |
2749 | dependencies: | 2241 | dependencies: |
2750 | call-bind "^1.0.2" | 2242 | call-bind "^1.0.2" |
2751 | 2243 | ||
2752 | is-wsl@^2.2.0: | ||
2753 | version "2.2.0" | ||
2754 | resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz" | ||
2755 | integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== | ||
2756 | dependencies: | ||
2757 | is-docker "^2.0.0" | ||
2758 | |||
2759 | isexe@^2.0.0: | 2244 | isexe@^2.0.0: |
2760 | version "2.0.0" | 2245 | version "2.0.0" |
2761 | resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" | 2246 | resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" |
2762 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== | 2247 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== |
2763 | 2248 | ||
2764 | jake@^10.8.5: | 2249 | jake@^10.8.5: |
2765 | version "10.8.5" | 2250 | version "10.8.5" |
2766 | resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz" | 2251 | resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46" |
2767 | integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw== | 2252 | integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw== |
2768 | dependencies: | 2253 | dependencies: |
2769 | async "^3.2.3" | 2254 | async "^3.2.3" |
@@ -2773,93 +2258,63 @@ jake@^10.8.5: | |||
2773 | 2258 | ||
2774 | jest-worker@^26.2.1: | 2259 | jest-worker@^26.2.1: |
2775 | version "26.6.2" | 2260 | version "26.6.2" |
2776 | resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz" | 2261 | resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" |
2777 | integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== | 2262 | integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== |
2778 | dependencies: | 2263 | dependencies: |
2779 | "@types/node" "*" | 2264 | "@types/node" "*" |
2780 | merge-stream "^2.0.0" | 2265 | merge-stream "^2.0.0" |
2781 | supports-color "^7.0.0" | 2266 | supports-color "^7.0.0" |
2782 | 2267 | ||
2783 | jest-worker@^27.4.5: | ||
2784 | version "27.5.1" | ||
2785 | resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz" | ||
2786 | integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== | ||
2787 | dependencies: | ||
2788 | "@types/node" "*" | ||
2789 | merge-stream "^2.0.0" | ||
2790 | supports-color "^8.0.0" | ||
2791 | |||
2792 | joi@^17.4.0: | ||
2793 | version "17.6.0" | ||
2794 | resolved "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz" | ||
2795 | integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw== | ||
2796 | dependencies: | ||
2797 | "@hapi/hoek" "^9.0.0" | ||
2798 | "@hapi/topo" "^5.0.0" | ||
2799 | "@sideway/address" "^4.1.3" | ||
2800 | "@sideway/formula" "^3.0.0" | ||
2801 | "@sideway/pinpoint" "^2.0.0" | ||
2802 | |||
2803 | js-message@1.0.7: | ||
2804 | version "1.0.7" | ||
2805 | resolved "https://registry.npmjs.org/js-message/-/js-message-1.0.7.tgz" | ||
2806 | integrity sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA== | ||
2807 | |||
2808 | js-tokens@^4.0.0: | 2268 | js-tokens@^4.0.0: |
2809 | version "4.0.0" | 2269 | version "4.0.0" |
2810 | resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" | 2270 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
2811 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== | 2271 | integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== |
2812 | 2272 | ||
2813 | js-yaml@^4.1.0: | 2273 | js-yaml@^4.1.0: |
2814 | version "4.1.0" | 2274 | version "4.1.0" |
2815 | resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" | 2275 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" |
2816 | integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== | 2276 | integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== |
2817 | dependencies: | 2277 | dependencies: |
2818 | argparse "^2.0.1" | 2278 | argparse "^2.0.1" |
2819 | 2279 | ||
2820 | jsesc@^2.5.1: | 2280 | jsesc@^2.5.1: |
2821 | version "2.5.2" | 2281 | version "2.5.2" |
2822 | resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" | 2282 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
2823 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== | 2283 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
2824 | 2284 | ||
2825 | jsesc@~0.5.0: | 2285 | jsesc@~0.5.0: |
2826 | version "0.5.0" | 2286 | version "0.5.0" |
2827 | resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" | 2287 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
2828 | integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= | 2288 | integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== |
2829 | |||
2830 | json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1: | ||
2831 | version "2.3.1" | ||
2832 | resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" | ||
2833 | integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== | ||
2834 | 2289 | ||
2835 | json-schema-traverse@^0.4.1: | 2290 | json-schema-traverse@^0.4.1: |
2836 | version "0.4.1" | 2291 | version "0.4.1" |
2837 | resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" | 2292 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" |
2838 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== | 2293 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== |
2839 | 2294 | ||
2840 | json-schema-traverse@^1.0.0: | 2295 | json-schema-traverse@^1.0.0: |
2841 | version "1.0.0" | 2296 | version "1.0.0" |
2842 | resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" | 2297 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" |
2843 | integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== | 2298 | integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== |
2844 | 2299 | ||
2845 | json-schema@^0.4.0: | 2300 | json-schema@^0.4.0: |
2846 | version "0.4.0" | 2301 | version "0.4.0" |
2847 | resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz" | 2302 | resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" |
2848 | integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== | 2303 | integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== |
2849 | 2304 | ||
2850 | json-stable-stringify-without-jsonify@^1.0.1: | 2305 | json-stable-stringify-without-jsonify@^1.0.1: |
2851 | version "1.0.1" | 2306 | version "1.0.1" |
2852 | resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" | 2307 | resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" |
2853 | integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= | 2308 | integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== |
2854 | 2309 | ||
2855 | json5@^2.2.0, json5@^2.2.1: | 2310 | json5@^2.2.0, json5@^2.2.1: |
2856 | version "2.2.1" | 2311 | version "2.2.1" |
2857 | resolved "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz" | 2312 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
2858 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== | 2313 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
2859 | 2314 | ||
2860 | jsonfile@^6.0.1: | 2315 | jsonfile@^6.0.1: |
2861 | version "6.1.0" | 2316 | version "6.1.0" |
2862 | resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" | 2317 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" |
2863 | integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== | 2318 | integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== |
2864 | dependencies: | 2319 | dependencies: |
2865 | universalify "^2.0.0" | 2320 | universalify "^2.0.0" |
@@ -2868,212 +2323,133 @@ jsonfile@^6.0.1: | |||
2868 | 2323 | ||
2869 | jsonpointer@^5.0.0: | 2324 | jsonpointer@^5.0.0: |
2870 | version "5.0.0" | 2325 | version "5.0.0" |
2871 | resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.0.tgz" | 2326 | resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.0.tgz#f802669a524ec4805fa7389eadbc9921d5dc8072" |
2872 | integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== | 2327 | integrity sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg== |
2873 | 2328 | ||
2874 | launch-editor@^2.2.1: | ||
2875 | version "2.4.0" | ||
2876 | resolved "https://registry.npmjs.org/launch-editor/-/launch-editor-2.4.0.tgz" | ||
2877 | integrity sha512-mZ0BHeSn/ohL+Ib+b+JnxC59vcNz6v5IR9d0CuM8f0x8ni8oK3IIG6G0vMkpxc0gFsmvINkztGOHiWTaX4BmAg== | ||
2878 | dependencies: | ||
2879 | picocolors "^1.0.0" | ||
2880 | shell-quote "^1.6.1" | ||
2881 | |||
2882 | leven@^3.1.0: | 2329 | leven@^3.1.0: |
2883 | version "3.1.0" | 2330 | version "3.1.0" |
2884 | resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz" | 2331 | resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" |
2885 | integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== | 2332 | integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== |
2886 | 2333 | ||
2887 | levn@^0.4.1: | 2334 | levn@^0.4.1: |
2888 | version "0.4.1" | 2335 | version "0.4.1" |
2889 | resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz" | 2336 | resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" |
2890 | integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== | 2337 | integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== |
2891 | dependencies: | 2338 | dependencies: |
2892 | prelude-ls "^1.2.1" | 2339 | prelude-ls "^1.2.1" |
2893 | type-check "~0.4.0" | 2340 | type-check "~0.4.0" |
2894 | 2341 | ||
2895 | lines-and-columns@^1.1.6: | ||
2896 | version "1.2.4" | ||
2897 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" | ||
2898 | integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== | ||
2899 | |||
2900 | loader-runner@^4.2.0: | ||
2901 | version "4.3.0" | ||
2902 | resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz" | ||
2903 | integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== | ||
2904 | |||
2905 | lodash.debounce@^4.0.8: | 2342 | lodash.debounce@^4.0.8: |
2906 | version "4.0.8" | 2343 | version "4.0.8" |
2907 | resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" | 2344 | resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
2908 | integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= | 2345 | integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== |
2909 | 2346 | ||
2910 | lodash.merge@^4.6.2: | 2347 | lodash.merge@^4.6.2: |
2911 | version "4.6.2" | 2348 | version "4.6.2" |
2912 | resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz" | 2349 | resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" |
2913 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== | 2350 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== |
2914 | 2351 | ||
2915 | lodash.sortby@^4.7.0: | 2352 | lodash.sortby@^4.7.0: |
2916 | version "4.7.0" | 2353 | version "4.7.0" |
2917 | resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz" | 2354 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" |
2918 | integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= | 2355 | integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== |
2919 | 2356 | ||
2920 | lodash@^4.17.20, lodash@^4.17.21: | 2357 | lodash@^4.17.20, lodash@^4.17.21: |
2921 | version "4.17.21" | 2358 | version "4.17.21" |
2922 | resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" | 2359 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
2923 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | 2360 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
2924 | 2361 | ||
2925 | log-symbols@^4.1.0: | ||
2926 | version "4.1.0" | ||
2927 | resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz" | ||
2928 | integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== | ||
2929 | dependencies: | ||
2930 | chalk "^4.1.0" | ||
2931 | is-unicode-supported "^0.1.0" | ||
2932 | |||
2933 | lower-case@^2.0.2: | ||
2934 | version "2.0.2" | ||
2935 | resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" | ||
2936 | integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== | ||
2937 | dependencies: | ||
2938 | tslib "^2.0.3" | ||
2939 | |||
2940 | lru-cache@^6.0.0: | 2362 | lru-cache@^6.0.0: |
2941 | version "6.0.0" | 2363 | version "6.0.0" |
2942 | resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" | 2364 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
2943 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== | 2365 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
2944 | dependencies: | 2366 | dependencies: |
2945 | yallist "^4.0.0" | 2367 | yallist "^4.0.0" |
2946 | 2368 | ||
2947 | magic-string@^0.25.0, magic-string@^0.25.7: | 2369 | magic-string@^0.25.0, magic-string@^0.25.7: |
2948 | version "0.25.9" | 2370 | version "0.25.9" |
2949 | resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz" | 2371 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" |
2950 | integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ== | 2372 | integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ== |
2951 | dependencies: | 2373 | dependencies: |
2952 | sourcemap-codec "^1.4.8" | 2374 | sourcemap-codec "^1.4.8" |
2953 | 2375 | ||
2954 | merge-stream@^2.0.0: | 2376 | merge-stream@^2.0.0: |
2955 | version "2.0.0" | 2377 | version "2.0.0" |
2956 | resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz" | 2378 | resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" |
2957 | integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== | 2379 | integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== |
2958 | 2380 | ||
2959 | mime-db@1.52.0: | 2381 | merge2@^1.3.0: |
2960 | version "1.52.0" | 2382 | version "1.4.1" |
2961 | resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" | 2383 | resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" |
2962 | integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== | 2384 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== |
2963 | 2385 | ||
2964 | mime-types@^2.1.27: | 2386 | micromatch@^4.0.4: |
2965 | version "2.1.35" | 2387 | version "4.0.5" |
2966 | resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" | 2388 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" |
2967 | integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== | 2389 | integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== |
2968 | dependencies: | 2390 | dependencies: |
2969 | mime-db "1.52.0" | 2391 | braces "^3.0.2" |
2970 | 2392 | picomatch "^2.3.1" | |
2971 | mimic-fn@^2.1.0: | ||
2972 | version "2.1.0" | ||
2973 | resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz" | ||
2974 | integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== | ||
2975 | 2393 | ||
2976 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: | 2394 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
2977 | version "3.1.2" | 2395 | version "3.1.2" |
2978 | resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" | 2396 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
2979 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== | 2397 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
2980 | dependencies: | 2398 | dependencies: |
2981 | brace-expansion "^1.1.7" | 2399 | brace-expansion "^1.1.7" |
2982 | 2400 | ||
2983 | minimatch@^5.0.1: | 2401 | minimatch@^5.0.1: |
2984 | version "5.1.0" | 2402 | version "5.1.0" |
2985 | resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz" | 2403 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" |
2986 | integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== | 2404 | integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== |
2987 | dependencies: | 2405 | dependencies: |
2988 | brace-expansion "^2.0.1" | 2406 | brace-expansion "^2.0.1" |
2989 | 2407 | ||
2990 | ms@2.1.2: | 2408 | ms@2.1.2: |
2991 | version "2.1.2" | 2409 | version "2.1.2" |
2992 | resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" | 2410 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
2993 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | 2411 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
2994 | 2412 | ||
2995 | nanoid@^3.3.4: | 2413 | nanoid@^3.3.4: |
2996 | version "3.3.4" | 2414 | version "3.3.4" |
2997 | resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz" | 2415 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" |
2998 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== | 2416 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== |
2999 | 2417 | ||
3000 | natural-compare@^1.4.0: | 2418 | natural-compare@^1.4.0: |
3001 | version "1.4.0" | 2419 | version "1.4.0" |
3002 | resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" | 2420 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
3003 | integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= | 2421 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== |
3004 | |||
3005 | neo-async@^2.6.2: | ||
3006 | version "2.6.2" | ||
3007 | resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" | ||
3008 | integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== | ||
3009 | 2422 | ||
3010 | nice-try@^1.0.4: | 2423 | node-releases@^2.0.5: |
3011 | version "1.0.5" | ||
3012 | resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz" | ||
3013 | integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== | ||
3014 | |||
3015 | no-case@^3.0.4: | ||
3016 | version "3.0.4" | ||
3017 | resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" | ||
3018 | integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== | ||
3019 | dependencies: | ||
3020 | lower-case "^2.0.2" | ||
3021 | tslib "^2.0.3" | ||
3022 | |||
3023 | node-fetch@^2.6.7: | ||
3024 | version "2.6.7" | ||
3025 | resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" | ||
3026 | integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== | ||
3027 | dependencies: | ||
3028 | whatwg-url "^5.0.0" | ||
3029 | |||
3030 | node-releases@^2.0.3: | ||
3031 | version "2.0.5" | 2424 | version "2.0.5" |
3032 | resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz" | 2425 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" |
3033 | integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== | 2426 | integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== |
3034 | 2427 | ||
3035 | normalize-package-data@^2.5.0: | ||
3036 | version "2.5.0" | ||
3037 | resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" | ||
3038 | integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== | ||
3039 | dependencies: | ||
3040 | hosted-git-info "^2.1.4" | ||
3041 | resolve "^1.10.0" | ||
3042 | semver "2 || 3 || 4 || 5" | ||
3043 | validate-npm-package-license "^3.0.1" | ||
3044 | |||
3045 | normalize-path@^3.0.0, normalize-path@~3.0.0: | 2428 | normalize-path@^3.0.0, normalize-path@~3.0.0: |
3046 | version "3.0.0" | 2429 | version "3.0.0" |
3047 | resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" | 2430 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" |
3048 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== | 2431 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== |
3049 | 2432 | ||
3050 | npm-run-path@^2.0.0: | ||
3051 | version "2.0.2" | ||
3052 | resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz" | ||
3053 | integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= | ||
3054 | dependencies: | ||
3055 | path-key "^2.0.0" | ||
3056 | |||
3057 | nth-check@^2.0.1: | 2433 | nth-check@^2.0.1: |
3058 | version "2.1.1" | 2434 | version "2.1.1" |
3059 | resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz" | 2435 | resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" |
3060 | integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== | 2436 | integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== |
3061 | dependencies: | 2437 | dependencies: |
3062 | boolbase "^1.0.0" | 2438 | boolbase "^1.0.0" |
3063 | 2439 | ||
3064 | object-inspect@^1.12.0, object-inspect@^1.9.0: | 2440 | object-inspect@^1.12.0, object-inspect@^1.9.0: |
3065 | version "1.12.2" | 2441 | version "1.12.2" |
3066 | resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz" | 2442 | resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea" |
3067 | integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== | 2443 | integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== |
3068 | 2444 | ||
3069 | object-keys@^1.1.1: | 2445 | object-keys@^1.1.1: |
3070 | version "1.1.1" | 2446 | version "1.1.1" |
3071 | resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" | 2447 | resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" |
3072 | integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== | 2448 | integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== |
3073 | 2449 | ||
3074 | object.assign@^4.1.0, object.assign@^4.1.2: | 2450 | object.assign@^4.1.0, object.assign@^4.1.2: |
3075 | version "4.1.2" | 2451 | version "4.1.2" |
3076 | resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz" | 2452 | resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" |
3077 | integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== | 2453 | integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== |
3078 | dependencies: | 2454 | dependencies: |
3079 | call-bind "^1.0.0" | 2455 | call-bind "^1.0.0" |
@@ -3081,32 +2457,16 @@ object.assign@^4.1.0, object.assign@^4.1.2: | |||
3081 | has-symbols "^1.0.1" | 2457 | has-symbols "^1.0.1" |
3082 | object-keys "^1.1.1" | 2458 | object-keys "^1.1.1" |
3083 | 2459 | ||
3084 | once@^1.3.0, once@^1.3.1, once@^1.4.0: | 2460 | once@^1.3.0: |
3085 | version "1.4.0" | 2461 | version "1.4.0" |
3086 | resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" | 2462 | resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" |
3087 | integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= | 2463 | integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== |
3088 | dependencies: | 2464 | dependencies: |
3089 | wrappy "1" | 2465 | wrappy "1" |
3090 | 2466 | ||
3091 | onetime@^5.1.0: | ||
3092 | version "5.1.2" | ||
3093 | resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz" | ||
3094 | integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== | ||
3095 | dependencies: | ||
3096 | mimic-fn "^2.1.0" | ||
3097 | |||
3098 | open@^8.0.2: | ||
3099 | version "8.4.0" | ||
3100 | resolved "https://registry.npmjs.org/open/-/open-8.4.0.tgz" | ||
3101 | integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== | ||
3102 | dependencies: | ||
3103 | define-lazy-prop "^2.0.0" | ||
3104 | is-docker "^2.1.1" | ||
3105 | is-wsl "^2.2.0" | ||
3106 | |||
3107 | optionator@^0.9.1: | 2467 | optionator@^0.9.1: |
3108 | version "0.9.1" | 2468 | version "0.9.1" |
3109 | resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz" | 2469 | resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" |
3110 | integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== | 2470 | integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== |
3111 | dependencies: | 2471 | dependencies: |
3112 | deep-is "^0.1.3" | 2472 | deep-is "^0.1.3" |
@@ -3116,92 +2476,41 @@ optionator@^0.9.1: | |||
3116 | type-check "^0.4.0" | 2476 | type-check "^0.4.0" |
3117 | word-wrap "^1.2.3" | 2477 | word-wrap "^1.2.3" |
3118 | 2478 | ||
3119 | ora@^5.3.0: | ||
3120 | version "5.4.1" | ||
3121 | resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz" | ||
3122 | integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== | ||
3123 | dependencies: | ||
3124 | bl "^4.1.0" | ||
3125 | chalk "^4.1.0" | ||
3126 | cli-cursor "^3.1.0" | ||
3127 | cli-spinners "^2.5.0" | ||
3128 | is-interactive "^1.0.0" | ||
3129 | is-unicode-supported "^0.1.0" | ||
3130 | log-symbols "^4.1.0" | ||
3131 | strip-ansi "^6.0.0" | ||
3132 | wcwidth "^1.0.1" | ||
3133 | |||
3134 | p-finally@^1.0.0: | ||
3135 | version "1.0.0" | ||
3136 | resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz" | ||
3137 | integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= | ||
3138 | |||
3139 | param-case@^3.0.4: | ||
3140 | version "3.0.4" | ||
3141 | resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" | ||
3142 | integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== | ||
3143 | dependencies: | ||
3144 | dot-case "^3.0.4" | ||
3145 | tslib "^2.0.3" | ||
3146 | |||
3147 | parent-module@^1.0.0: | 2479 | parent-module@^1.0.0: |
3148 | version "1.0.1" | 2480 | version "1.0.1" |
3149 | resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" | 2481 | resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" |
3150 | integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== | 2482 | integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== |
3151 | dependencies: | 2483 | dependencies: |
3152 | callsites "^3.0.0" | 2484 | callsites "^3.0.0" |
3153 | 2485 | ||
3154 | parse-json@^5.0.0: | ||
3155 | version "5.2.0" | ||
3156 | resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" | ||
3157 | integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== | ||
3158 | dependencies: | ||
3159 | "@babel/code-frame" "^7.0.0" | ||
3160 | error-ex "^1.3.1" | ||
3161 | json-parse-even-better-errors "^2.3.0" | ||
3162 | lines-and-columns "^1.1.6" | ||
3163 | |||
3164 | pascal-case@^3.1.2: | ||
3165 | version "3.1.2" | ||
3166 | resolved "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz" | ||
3167 | integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== | ||
3168 | dependencies: | ||
3169 | no-case "^3.0.4" | ||
3170 | tslib "^2.0.3" | ||
3171 | |||
3172 | path-is-absolute@^1.0.0: | 2486 | path-is-absolute@^1.0.0: |
3173 | version "1.0.1" | 2487 | version "1.0.1" |
3174 | resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" | 2488 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" |
3175 | integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= | 2489 | integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== |
3176 | |||
3177 | path-key@^2.0.0, path-key@^2.0.1: | ||
3178 | version "2.0.1" | ||
3179 | resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz" | ||
3180 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= | ||
3181 | 2490 | ||
3182 | path-key@^3.1.0: | 2491 | path-key@^3.1.0: |
3183 | version "3.1.1" | 2492 | version "3.1.1" |
3184 | resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" | 2493 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" |
3185 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== | 2494 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
3186 | 2495 | ||
3187 | path-parse@^1.0.7: | 2496 | path-parse@^1.0.7: |
3188 | version "1.0.7" | 2497 | version "1.0.7" |
3189 | resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" | 2498 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
3190 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | 2499 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
3191 | 2500 | ||
3192 | picocolors@^1.0.0: | 2501 | picocolors@^1.0.0: |
3193 | version "1.0.0" | 2502 | version "1.0.0" |
3194 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" | 2503 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
3195 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | 2504 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
3196 | 2505 | ||
3197 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2: | 2506 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: |
3198 | version "2.3.1" | 2507 | version "2.3.1" |
3199 | resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" | 2508 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
3200 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== | 2509 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
3201 | 2510 | ||
3202 | postcss-selector-parser@^6.0.9: | 2511 | postcss-selector-parser@^6.0.9: |
3203 | version "6.0.10" | 2512 | version "6.0.10" |
3204 | resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz" | 2513 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" |
3205 | integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== | 2514 | integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== |
3206 | dependencies: | 2515 | dependencies: |
3207 | cssesc "^3.0.0" | 2516 | cssesc "^3.0.0" |
@@ -3209,7 +2518,7 @@ postcss-selector-parser@^6.0.9: | |||
3209 | 2518 | ||
3210 | postcss@^8.1.10, postcss@^8.4.13: | 2519 | postcss@^8.1.10, postcss@^8.4.13: |
3211 | version "8.4.14" | 2520 | version "8.4.14" |
3212 | resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz" | 2521 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" |
3213 | integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== | 2522 | integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== |
3214 | dependencies: | 2523 | dependencies: |
3215 | nanoid "^3.3.4" | 2524 | nanoid "^3.3.4" |
@@ -3218,107 +2527,82 @@ postcss@^8.1.10, postcss@^8.4.13: | |||
3218 | 2527 | ||
3219 | prelude-ls@^1.2.1: | 2528 | prelude-ls@^1.2.1: |
3220 | version "1.2.1" | 2529 | version "1.2.1" |
3221 | resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" | 2530 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" |
3222 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== | 2531 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== |
3223 | 2532 | ||
3224 | prettier-linter-helpers@^1.0.0: | 2533 | prettier-linter-helpers@^1.0.0: |
3225 | version "1.0.0" | 2534 | version "1.0.0" |
3226 | resolved "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" | 2535 | resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" |
3227 | integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== | 2536 | integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== |
3228 | dependencies: | 2537 | dependencies: |
3229 | fast-diff "^1.1.2" | 2538 | fast-diff "^1.1.2" |
3230 | 2539 | ||
3231 | prettier@^2.5.1: | 2540 | prettier@^2.5.1: |
3232 | version "2.6.2" | 2541 | version "2.7.1" |
3233 | resolved "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz" | 2542 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" |
3234 | integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== | 2543 | integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== |
3235 | 2544 | ||
3236 | pretty-bytes@^5.3.0, pretty-bytes@^5.4.1: | 2545 | pretty-bytes@^5.3.0: |
3237 | version "5.6.0" | 2546 | version "5.6.0" |
3238 | resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz" | 2547 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" |
3239 | integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== | 2548 | integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== |
3240 | 2549 | ||
3241 | pretty-error@^4.0.0: | 2550 | pretty-bytes@^6.0.0: |
3242 | version "4.0.0" | 2551 | version "6.0.0" |
3243 | resolved "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz" | 2552 | resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-6.0.0.tgz#928be2ad1f51a2e336add8ba764739f9776a8140" |
3244 | integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw== | 2553 | integrity sha512-6UqkYefdogmzqAZWzJ7laYeJnaXDy2/J+ZqiiMtS7t7OfpXWTlaeGMwX8U6EFvPV/YWWEKRkS8hKS4k60WHTOg== |
3245 | dependencies: | ||
3246 | lodash "^4.17.20" | ||
3247 | renderkid "^3.0.0" | ||
3248 | |||
3249 | pump@^3.0.0: | ||
3250 | version "3.0.0" | ||
3251 | resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz" | ||
3252 | integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== | ||
3253 | dependencies: | ||
3254 | end-of-stream "^1.1.0" | ||
3255 | once "^1.3.1" | ||
3256 | 2554 | ||
3257 | punycode@^2.1.0: | 2555 | punycode@^2.1.0: |
3258 | version "2.1.1" | 2556 | version "2.1.1" |
3259 | resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz" | 2557 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" |
3260 | integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== | 2558 | integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== |
3261 | 2559 | ||
2560 | queue-microtask@^1.2.2: | ||
2561 | version "1.2.3" | ||
2562 | resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" | ||
2563 | integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== | ||
2564 | |||
3262 | randombytes@^2.1.0: | 2565 | randombytes@^2.1.0: |
3263 | version "2.1.0" | 2566 | version "2.1.0" |
3264 | resolved "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz" | 2567 | resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" |
3265 | integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== | 2568 | integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== |
3266 | dependencies: | 2569 | dependencies: |
3267 | safe-buffer "^5.1.0" | 2570 | safe-buffer "^5.1.0" |
3268 | 2571 | ||
3269 | read-pkg@^5.1.1: | ||
3270 | version "5.2.0" | ||
3271 | resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" | ||
3272 | integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== | ||
3273 | dependencies: | ||
3274 | "@types/normalize-package-data" "^2.4.0" | ||
3275 | normalize-package-data "^2.5.0" | ||
3276 | parse-json "^5.0.0" | ||
3277 | type-fest "^0.6.0" | ||
3278 | |||
3279 | readable-stream@^3.4.0: | ||
3280 | version "3.6.0" | ||
3281 | resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz" | ||
3282 | integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== | ||
3283 | dependencies: | ||
3284 | inherits "^2.0.3" | ||
3285 | string_decoder "^1.1.1" | ||
3286 | util-deprecate "^1.0.1" | ||
3287 | |||
3288 | readdirp@~3.6.0: | 2572 | readdirp@~3.6.0: |
3289 | version "3.6.0" | 2573 | version "3.6.0" |
3290 | resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" | 2574 | resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" |
3291 | integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== | 2575 | integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== |
3292 | dependencies: | 2576 | dependencies: |
3293 | picomatch "^2.2.1" | 2577 | picomatch "^2.2.1" |
3294 | 2578 | ||
3295 | regenerate-unicode-properties@^10.0.1: | 2579 | regenerate-unicode-properties@^10.0.1: |
3296 | version "10.0.1" | 2580 | version "10.0.1" |
3297 | resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz" | 2581 | resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56" |
3298 | integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== | 2582 | integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== |
3299 | dependencies: | 2583 | dependencies: |
3300 | regenerate "^1.4.2" | 2584 | regenerate "^1.4.2" |
3301 | 2585 | ||
3302 | regenerate@^1.4.2: | 2586 | regenerate@^1.4.2: |
3303 | version "1.4.2" | 2587 | version "1.4.2" |
3304 | resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz" | 2588 | resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" |
3305 | integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== | 2589 | integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== |
3306 | 2590 | ||
3307 | regenerator-runtime@^0.13.4: | 2591 | regenerator-runtime@^0.13.4: |
3308 | version "0.13.9" | 2592 | version "0.13.9" |
3309 | resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz" | 2593 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" |
3310 | integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== | 2594 | integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== |
3311 | 2595 | ||
3312 | regenerator-transform@^0.15.0: | 2596 | regenerator-transform@^0.15.0: |
3313 | version "0.15.0" | 2597 | version "0.15.0" |
3314 | resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz" | 2598 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537" |
3315 | integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== | 2599 | integrity sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg== |
3316 | dependencies: | 2600 | dependencies: |
3317 | "@babel/runtime" "^7.8.4" | 2601 | "@babel/runtime" "^7.8.4" |
3318 | 2602 | ||
3319 | regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: | 2603 | regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: |
3320 | version "1.4.3" | 2604 | version "1.4.3" |
3321 | resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz" | 2605 | resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" |
3322 | integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== | 2606 | integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== |
3323 | dependencies: | 2607 | dependencies: |
3324 | call-bind "^1.0.2" | 2608 | call-bind "^1.0.2" |
@@ -3327,13 +2611,13 @@ regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3: | |||
3327 | 2611 | ||
3328 | regexpp@^3.2.0: | 2612 | regexpp@^3.2.0: |
3329 | version "3.2.0" | 2613 | version "3.2.0" |
3330 | resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz" | 2614 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" |
3331 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== | 2615 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== |
3332 | 2616 | ||
3333 | regexpu-core@^5.0.1: | 2617 | regexpu-core@^5.1.0: |
3334 | version "5.0.1" | 2618 | version "5.1.0" |
3335 | resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz" | 2619 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.1.0.tgz#2f8504c3fd0ebe11215783a41541e21c79942c6d" |
3336 | integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== | 2620 | integrity sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA== |
3337 | dependencies: | 2621 | dependencies: |
3338 | regenerate "^1.4.2" | 2622 | regenerate "^1.4.2" |
3339 | regenerate-unicode-properties "^10.0.1" | 2623 | regenerate-unicode-properties "^10.0.1" |
@@ -3342,76 +2626,52 @@ regexpu-core@^5.0.1: | |||
3342 | unicode-match-property-ecmascript "^2.0.0" | 2626 | unicode-match-property-ecmascript "^2.0.0" |
3343 | unicode-match-property-value-ecmascript "^2.0.0" | 2627 | unicode-match-property-value-ecmascript "^2.0.0" |
3344 | 2628 | ||
3345 | register-service-worker@^1.7.2: | ||
3346 | version "1.7.2" | ||
3347 | resolved "https://registry.npmjs.org/register-service-worker/-/register-service-worker-1.7.2.tgz" | ||
3348 | integrity sha512-CiD3ZSanZqcMPRhtfct5K9f7i3OLCcBBWsJjLh1gW9RO/nS94sVzY59iS+fgYBOBqaBpf4EzfqUF3j9IG+xo8A== | ||
3349 | |||
3350 | regjsgen@^0.6.0: | 2629 | regjsgen@^0.6.0: |
3351 | version "0.6.0" | 2630 | version "0.6.0" |
3352 | resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz" | 2631 | resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" |
3353 | integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== | 2632 | integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== |
3354 | 2633 | ||
3355 | regjsparser@^0.8.2: | 2634 | regjsparser@^0.8.2: |
3356 | version "0.8.4" | 2635 | version "0.8.4" |
3357 | resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz" | 2636 | resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f" |
3358 | integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== | 2637 | integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== |
3359 | dependencies: | 2638 | dependencies: |
3360 | jsesc "~0.5.0" | 2639 | jsesc "~0.5.0" |
3361 | 2640 | ||
3362 | relateurl@^0.2.7: | ||
3363 | version "0.2.7" | ||
3364 | resolved "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz" | ||
3365 | integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= | ||
3366 | |||
3367 | renderkid@^3.0.0: | ||
3368 | version "3.0.0" | ||
3369 | resolved "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz" | ||
3370 | integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg== | ||
3371 | dependencies: | ||
3372 | css-select "^4.1.3" | ||
3373 | dom-converter "^0.2.0" | ||
3374 | htmlparser2 "^6.1.0" | ||
3375 | lodash "^4.17.21" | ||
3376 | strip-ansi "^6.0.1" | ||
3377 | |||
3378 | require-from-string@^2.0.2: | 2641 | require-from-string@^2.0.2: |
3379 | version "2.0.2" | 2642 | version "2.0.2" |
3380 | resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" | 2643 | resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" |
3381 | integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== | 2644 | integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== |
3382 | 2645 | ||
3383 | resolve-from@^4.0.0: | 2646 | resolve-from@^4.0.0: |
3384 | version "4.0.0" | 2647 | version "4.0.0" |
3385 | resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" | 2648 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" |
3386 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== | 2649 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== |
3387 | 2650 | ||
3388 | resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.22.0: | 2651 | resolve@^1.14.2, resolve@^1.19.0, resolve@^1.22.0: |
3389 | version "1.22.0" | 2652 | version "1.22.1" |
3390 | resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz" | 2653 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" |
3391 | integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== | 2654 | integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== |
3392 | dependencies: | 2655 | dependencies: |
3393 | is-core-module "^2.8.1" | 2656 | is-core-module "^2.9.0" |
3394 | path-parse "^1.0.7" | 2657 | path-parse "^1.0.7" |
3395 | supports-preserve-symlinks-flag "^1.0.0" | 2658 | supports-preserve-symlinks-flag "^1.0.0" |
3396 | 2659 | ||
3397 | restore-cursor@^3.1.0: | 2660 | reusify@^1.0.4: |
3398 | version "3.1.0" | 2661 | version "1.0.4" |
3399 | resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz" | 2662 | resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" |
3400 | integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== | 2663 | integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== |
3401 | dependencies: | ||
3402 | onetime "^5.1.0" | ||
3403 | signal-exit "^3.0.2" | ||
3404 | 2664 | ||
3405 | rimraf@^3.0.2: | 2665 | rimraf@^3.0.2: |
3406 | version "3.0.2" | 2666 | version "3.0.2" |
3407 | resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" | 2667 | resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" |
3408 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== | 2668 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== |
3409 | dependencies: | 2669 | dependencies: |
3410 | glob "^7.1.3" | 2670 | glob "^7.1.3" |
3411 | 2671 | ||
3412 | rollup-plugin-terser@^7.0.0: | 2672 | rollup-plugin-terser@^7.0.0: |
3413 | version "7.0.2" | 2673 | version "7.0.2" |
3414 | resolved "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz" | 2674 | resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d" |
3415 | integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== | 2675 | integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== |
3416 | dependencies: | 2676 | dependencies: |
3417 | "@babel/code-frame" "^7.10.4" | 2677 | "@babel/code-frame" "^7.10.4" |
@@ -3419,184 +2679,117 @@ rollup-plugin-terser@^7.0.0: | |||
3419 | serialize-javascript "^4.0.0" | 2679 | serialize-javascript "^4.0.0" |
3420 | terser "^5.0.0" | 2680 | terser "^5.0.0" |
3421 | 2681 | ||
3422 | rollup@^2.43.1, rollup@^2.59.0: | 2682 | rollup@^2.43.1, rollup@^2.59.0, rollup@^2.75.5: |
3423 | version "2.75.3" | 2683 | version "2.75.7" |
3424 | resolved "https://registry.npmjs.org/rollup/-/rollup-2.75.3.tgz" | 2684 | resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9" |
3425 | integrity sha512-YA29fLU6MAYSaDxIQYrGGOcbXlDmG96h0krGGYObroezcQ0KgEPM3+7MtKD/qeuUbFuAJXvKZee5dA1dpwq1PQ== | 2685 | integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ== |
3426 | optionalDependencies: | 2686 | optionalDependencies: |
3427 | fsevents "~2.3.2" | 2687 | fsevents "~2.3.2" |
3428 | 2688 | ||
3429 | safe-buffer@^5.1.0, safe-buffer@~5.2.0: | 2689 | run-parallel@^1.1.9: |
2690 | version "1.2.0" | ||
2691 | resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" | ||
2692 | integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== | ||
2693 | dependencies: | ||
2694 | queue-microtask "^1.2.2" | ||
2695 | |||
2696 | safe-buffer@^5.1.0: | ||
3430 | version "5.2.1" | 2697 | version "5.2.1" |
3431 | resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" | 2698 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" |
3432 | integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== | 2699 | integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== |
3433 | 2700 | ||
3434 | safe-buffer@~5.1.1: | 2701 | safe-buffer@~5.1.1: |
3435 | version "5.1.2" | 2702 | version "5.1.2" |
3436 | resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" | 2703 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" |
3437 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== | 2704 | integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== |
3438 | 2705 | ||
3439 | sass@^1.52.2: | 2706 | sass@^1.52.2: |
3440 | version "1.52.2" | 2707 | version "1.53.0" |
3441 | resolved "https://registry.npmjs.org/sass/-/sass-1.52.2.tgz" | 2708 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.53.0.tgz#eab73a7baac045cc57ddc1d1ff501ad2659952eb" |
3442 | integrity sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ== | 2709 | integrity sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ== |
3443 | dependencies: | 2710 | dependencies: |
3444 | chokidar ">=3.0.0 <4.0.0" | 2711 | chokidar ">=3.0.0 <4.0.0" |
3445 | immutable "^4.0.0" | 2712 | immutable "^4.0.0" |
3446 | source-map-js ">=0.6.2 <2.0.0" | 2713 | source-map-js ">=0.6.2 <2.0.0" |
3447 | 2714 | ||
3448 | schema-utils@^3.1.0, schema-utils@^3.1.1: | ||
3449 | version "3.1.1" | ||
3450 | resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz" | ||
3451 | integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw== | ||
3452 | dependencies: | ||
3453 | "@types/json-schema" "^7.0.8" | ||
3454 | ajv "^6.12.5" | ||
3455 | ajv-keywords "^3.5.2" | ||
3456 | |||
3457 | "semver@2 || 3 || 4 || 5", semver@^5.5.0: | ||
3458 | version "5.7.1" | ||
3459 | resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" | ||
3460 | integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== | ||
3461 | |||
3462 | semver@7.0.0: | 2715 | semver@7.0.0: |
3463 | version "7.0.0" | 2716 | version "7.0.0" |
3464 | resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz" | 2717 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" |
3465 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== | 2718 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== |
3466 | 2719 | ||
3467 | semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: | 2720 | semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: |
3468 | version "6.3.0" | 2721 | version "6.3.0" |
3469 | resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" | 2722 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" |
3470 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== | 2723 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== |
3471 | 2724 | ||
3472 | semver@^7.3.4, semver@^7.3.5: | 2725 | semver@^7.3.5, semver@^7.3.6: |
3473 | version "7.3.7" | 2726 | version "7.3.7" |
3474 | resolved "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz" | 2727 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" |
3475 | integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== | 2728 | integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== |
3476 | dependencies: | 2729 | dependencies: |
3477 | lru-cache "^6.0.0" | 2730 | lru-cache "^6.0.0" |
3478 | 2731 | ||
3479 | serialize-javascript@^4.0.0: | 2732 | serialize-javascript@^4.0.0: |
3480 | version "4.0.0" | 2733 | version "4.0.0" |
3481 | resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz" | 2734 | resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa" |
3482 | integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== | 2735 | integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw== |
3483 | dependencies: | 2736 | dependencies: |
3484 | randombytes "^2.1.0" | 2737 | randombytes "^2.1.0" |
3485 | 2738 | ||
3486 | serialize-javascript@^6.0.0: | ||
3487 | version "6.0.0" | ||
3488 | resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz" | ||
3489 | integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag== | ||
3490 | dependencies: | ||
3491 | randombytes "^2.1.0" | ||
3492 | |||
3493 | shebang-command@^1.2.0: | ||
3494 | version "1.2.0" | ||
3495 | resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz" | ||
3496 | integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= | ||
3497 | dependencies: | ||
3498 | shebang-regex "^1.0.0" | ||
3499 | |||
3500 | shebang-command@^2.0.0: | 2739 | shebang-command@^2.0.0: |
3501 | version "2.0.0" | 2740 | version "2.0.0" |
3502 | resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" | 2741 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
3503 | integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== | 2742 | integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
3504 | dependencies: | 2743 | dependencies: |
3505 | shebang-regex "^3.0.0" | 2744 | shebang-regex "^3.0.0" |
3506 | 2745 | ||
3507 | shebang-regex@^1.0.0: | ||
3508 | version "1.0.0" | ||
3509 | resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz" | ||
3510 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= | ||
3511 | |||
3512 | shebang-regex@^3.0.0: | 2746 | shebang-regex@^3.0.0: |
3513 | version "3.0.0" | 2747 | version "3.0.0" |
3514 | resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" | 2748 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
3515 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== | 2749 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
3516 | 2750 | ||
3517 | shell-quote@^1.6.1: | ||
3518 | version "1.7.3" | ||
3519 | resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz" | ||
3520 | integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== | ||
3521 | |||
3522 | side-channel@^1.0.4: | 2751 | side-channel@^1.0.4: |
3523 | version "1.0.4" | 2752 | version "1.0.4" |
3524 | resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" | 2753 | resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" |
3525 | integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== | 2754 | integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== |
3526 | dependencies: | 2755 | dependencies: |
3527 | call-bind "^1.0.0" | 2756 | call-bind "^1.0.0" |
3528 | get-intrinsic "^1.0.2" | 2757 | get-intrinsic "^1.0.2" |
3529 | object-inspect "^1.9.0" | 2758 | object-inspect "^1.9.0" |
3530 | 2759 | ||
3531 | signal-exit@^3.0.0, signal-exit@^3.0.2: | ||
3532 | version "3.0.7" | ||
3533 | resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" | ||
3534 | integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== | ||
3535 | |||
3536 | source-list-map@^2.0.0: | ||
3537 | version "2.0.1" | ||
3538 | resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz" | ||
3539 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw== | ||
3540 | |||
3541 | "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: | 2760 | "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: |
3542 | version "1.0.2" | 2761 | version "1.0.2" |
3543 | resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" | 2762 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
3544 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== | 2763 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
3545 | 2764 | ||
3546 | source-map-support@~0.5.20: | 2765 | source-map-support@~0.5.20: |
3547 | version "0.5.21" | 2766 | version "0.5.21" |
3548 | resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz" | 2767 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" |
3549 | integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== | 2768 | integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== |
3550 | dependencies: | 2769 | dependencies: |
3551 | buffer-from "^1.0.0" | 2770 | buffer-from "^1.0.0" |
3552 | source-map "^0.6.0" | 2771 | source-map "^0.6.0" |
3553 | 2772 | ||
3554 | source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1: | 2773 | source-map@^0.6.0, source-map@^0.6.1: |
3555 | version "0.6.1" | 2774 | version "0.6.1" |
3556 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" | 2775 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" |
3557 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== | 2776 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== |
3558 | 2777 | ||
3559 | source-map@^0.8.0-beta.0, source-map@~0.8.0-beta.0: | 2778 | source-map@^0.8.0-beta.0: |
3560 | version "0.8.0-beta.0" | 2779 | version "0.8.0-beta.0" |
3561 | resolved "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz" | 2780 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" |
3562 | integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== | 2781 | integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== |
3563 | dependencies: | 2782 | dependencies: |
3564 | whatwg-url "^7.0.0" | 2783 | whatwg-url "^7.0.0" |
3565 | 2784 | ||
3566 | sourcemap-codec@^1.4.8: | 2785 | sourcemap-codec@^1.4.8: |
3567 | version "1.4.8" | 2786 | version "1.4.8" |
3568 | resolved "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz" | 2787 | resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
3569 | integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== | 2788 | integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== |
3570 | 2789 | ||
3571 | spdx-correct@^3.0.0: | ||
3572 | version "3.1.1" | ||
3573 | resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz" | ||
3574 | integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== | ||
3575 | dependencies: | ||
3576 | spdx-expression-parse "^3.0.0" | ||
3577 | spdx-license-ids "^3.0.0" | ||
3578 | |||
3579 | spdx-exceptions@^2.1.0: | ||
3580 | version "2.3.0" | ||
3581 | resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" | ||
3582 | integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== | ||
3583 | |||
3584 | spdx-expression-parse@^3.0.0: | ||
3585 | version "3.0.1" | ||
3586 | resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" | ||
3587 | integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== | ||
3588 | dependencies: | ||
3589 | spdx-exceptions "^2.1.0" | ||
3590 | spdx-license-ids "^3.0.0" | ||
3591 | |||
3592 | spdx-license-ids@^3.0.0: | ||
3593 | version "3.0.11" | ||
3594 | resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz" | ||
3595 | integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== | ||
3596 | |||
3597 | string.prototype.matchall@^4.0.6: | 2790 | string.prototype.matchall@^4.0.6: |
3598 | version "4.0.7" | 2791 | version "4.0.7" |
3599 | resolved "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz" | 2792 | resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" |
3600 | integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== | 2793 | integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== |
3601 | dependencies: | 2794 | dependencies: |
3602 | call-bind "^1.0.2" | 2795 | call-bind "^1.0.2" |
@@ -3610,7 +2803,7 @@ string.prototype.matchall@^4.0.6: | |||
3610 | 2803 | ||
3611 | string.prototype.trimend@^1.0.5: | 2804 | string.prototype.trimend@^1.0.5: |
3612 | version "1.0.5" | 2805 | version "1.0.5" |
3613 | resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz" | 2806 | resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz#914a65baaab25fbdd4ee291ca7dde57e869cb8d0" |
3614 | integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog== | 2807 | integrity sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog== |
3615 | dependencies: | 2808 | dependencies: |
3616 | call-bind "^1.0.2" | 2809 | call-bind "^1.0.2" |
@@ -3619,90 +2812,66 @@ string.prototype.trimend@^1.0.5: | |||
3619 | 2812 | ||
3620 | string.prototype.trimstart@^1.0.5: | 2813 | string.prototype.trimstart@^1.0.5: |
3621 | version "1.0.5" | 2814 | version "1.0.5" |
3622 | resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz" | 2815 | resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz#5466d93ba58cfa2134839f81d7f42437e8c01fef" |
3623 | integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg== | 2816 | integrity sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg== |
3624 | dependencies: | 2817 | dependencies: |
3625 | call-bind "^1.0.2" | 2818 | call-bind "^1.0.2" |
3626 | define-properties "^1.1.4" | 2819 | define-properties "^1.1.4" |
3627 | es-abstract "^1.19.5" | 2820 | es-abstract "^1.19.5" |
3628 | 2821 | ||
3629 | string_decoder@^1.1.1: | ||
3630 | version "1.3.0" | ||
3631 | resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" | ||
3632 | integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== | ||
3633 | dependencies: | ||
3634 | safe-buffer "~5.2.0" | ||
3635 | |||
3636 | stringify-object@^3.3.0: | 2822 | stringify-object@^3.3.0: |
3637 | version "3.3.0" | 2823 | version "3.3.0" |
3638 | resolved "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz" | 2824 | resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" |
3639 | integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== | 2825 | integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== |
3640 | dependencies: | 2826 | dependencies: |
3641 | get-own-enumerable-property-symbols "^3.0.0" | 2827 | get-own-enumerable-property-symbols "^3.0.0" |
3642 | is-obj "^1.0.1" | 2828 | is-obj "^1.0.1" |
3643 | is-regexp "^1.0.0" | 2829 | is-regexp "^1.0.0" |
3644 | 2830 | ||
3645 | strip-ansi@^6.0.0, strip-ansi@^6.0.1: | 2831 | strip-ansi@^6.0.1: |
3646 | version "6.0.1" | 2832 | version "6.0.1" |
3647 | resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" | 2833 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" |
3648 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== | 2834 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
3649 | dependencies: | 2835 | dependencies: |
3650 | ansi-regex "^5.0.1" | 2836 | ansi-regex "^5.0.1" |
3651 | 2837 | ||
3652 | strip-comments@^2.0.1: | 2838 | strip-comments@^2.0.1: |
3653 | version "2.0.1" | 2839 | version "2.0.1" |
3654 | resolved "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz" | 2840 | resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b" |
3655 | integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw== | 2841 | integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw== |
3656 | 2842 | ||
3657 | strip-eof@^1.0.0: | ||
3658 | version "1.0.0" | ||
3659 | resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz" | ||
3660 | integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= | ||
3661 | |||
3662 | strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: | 2843 | strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: |
3663 | version "3.1.1" | 2844 | version "3.1.1" |
3664 | resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" | 2845 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" |
3665 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== | 2846 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== |
3666 | 2847 | ||
3667 | supports-color@^5.3.0: | 2848 | supports-color@^5.3.0: |
3668 | version "5.5.0" | 2849 | version "5.5.0" |
3669 | resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" | 2850 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |
3670 | integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== | 2851 | integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== |
3671 | dependencies: | 2852 | dependencies: |
3672 | has-flag "^3.0.0" | 2853 | has-flag "^3.0.0" |
3673 | 2854 | ||
3674 | supports-color@^7.0.0, supports-color@^7.1.0: | 2855 | supports-color@^7.0.0, supports-color@^7.1.0: |
3675 | version "7.2.0" | 2856 | version "7.2.0" |
3676 | resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" | 2857 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" |
3677 | integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== | 2858 | integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== |
3678 | dependencies: | 2859 | dependencies: |
3679 | has-flag "^4.0.0" | 2860 | has-flag "^4.0.0" |
3680 | 2861 | ||
3681 | supports-color@^8.0.0: | ||
3682 | version "8.1.1" | ||
3683 | resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz" | ||
3684 | integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== | ||
3685 | dependencies: | ||
3686 | has-flag "^4.0.0" | ||
3687 | |||
3688 | supports-preserve-symlinks-flag@^1.0.0: | 2862 | supports-preserve-symlinks-flag@^1.0.0: |
3689 | version "1.0.0" | 2863 | version "1.0.0" |
3690 | resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" | 2864 | resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" |
3691 | integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== | 2865 | integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== |
3692 | 2866 | ||
3693 | tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0: | ||
3694 | version "2.2.1" | ||
3695 | resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz" | ||
3696 | integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== | ||
3697 | |||
3698 | temp-dir@^2.0.0: | 2867 | temp-dir@^2.0.0: |
3699 | version "2.0.0" | 2868 | version "2.0.0" |
3700 | resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz" | 2869 | resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" |
3701 | integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== | 2870 | integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== |
3702 | 2871 | ||
3703 | tempy@^0.6.0: | 2872 | tempy@^0.6.0: |
3704 | version "0.6.0" | 2873 | version "0.6.0" |
3705 | resolved "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz" | 2874 | resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3" |
3706 | integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== | 2875 | integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== |
3707 | dependencies: | 2876 | dependencies: |
3708 | is-stream "^2.0.0" | 2877 | is-stream "^2.0.0" |
@@ -3710,86 +2879,60 @@ tempy@^0.6.0: | |||
3710 | type-fest "^0.16.0" | 2879 | type-fest "^0.16.0" |
3711 | unique-string "^2.0.0" | 2880 | unique-string "^2.0.0" |
3712 | 2881 | ||
3713 | terser-webpack-plugin@^5.1.3: | 2882 | terser@^5.0.0: |
3714 | version "5.3.1" | 2883 | version "5.14.1" |
3715 | resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz" | 2884 | resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.1.tgz#7c95eec36436cb11cf1902cc79ac564741d19eca" |
3716 | integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g== | 2885 | integrity sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ== |
3717 | dependencies: | ||
3718 | jest-worker "^27.4.5" | ||
3719 | schema-utils "^3.1.1" | ||
3720 | serialize-javascript "^6.0.0" | ||
3721 | source-map "^0.6.1" | ||
3722 | terser "^5.7.2" | ||
3723 | |||
3724 | terser@^5.0.0, terser@^5.10.0, terser@^5.7.2: | ||
3725 | version "5.13.1" | ||
3726 | resolved "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz" | ||
3727 | integrity sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA== | ||
3728 | dependencies: | 2886 | dependencies: |
2887 | "@jridgewell/source-map" "^0.3.2" | ||
3729 | acorn "^8.5.0" | 2888 | acorn "^8.5.0" |
3730 | commander "^2.20.0" | 2889 | commander "^2.20.0" |
3731 | source-map "~0.8.0-beta.0" | ||
3732 | source-map-support "~0.5.20" | 2890 | source-map-support "~0.5.20" |
3733 | 2891 | ||
3734 | text-table@^0.2.0: | 2892 | text-table@^0.2.0: |
3735 | version "0.2.0" | 2893 | version "0.2.0" |
3736 | resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" | 2894 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
3737 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= | 2895 | integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== |
3738 | 2896 | ||
3739 | to-fast-properties@^2.0.0: | 2897 | to-fast-properties@^2.0.0: |
3740 | version "2.0.0" | 2898 | version "2.0.0" |
3741 | resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" | 2899 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
3742 | integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= | 2900 | integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== |
3743 | 2901 | ||
3744 | to-regex-range@^5.0.1: | 2902 | to-regex-range@^5.0.1: |
3745 | version "5.0.1" | 2903 | version "5.0.1" |
3746 | resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" | 2904 | resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" |
3747 | integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== | 2905 | integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== |
3748 | dependencies: | 2906 | dependencies: |
3749 | is-number "^7.0.0" | 2907 | is-number "^7.0.0" |
3750 | 2908 | ||
3751 | tr46@^1.0.1: | 2909 | tr46@^1.0.1: |
3752 | version "1.0.1" | 2910 | version "1.0.1" |
3753 | resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz" | 2911 | resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" |
3754 | integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= | 2912 | integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA== |
3755 | dependencies: | 2913 | dependencies: |
3756 | punycode "^2.1.0" | 2914 | punycode "^2.1.0" |
3757 | 2915 | ||
3758 | tr46@~0.0.3: | ||
3759 | version "0.0.3" | ||
3760 | resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" | ||
3761 | integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= | ||
3762 | |||
3763 | tslib@^2.0.3: | ||
3764 | version "2.4.0" | ||
3765 | resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz" | ||
3766 | integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== | ||
3767 | |||
3768 | type-check@^0.4.0, type-check@~0.4.0: | 2916 | type-check@^0.4.0, type-check@~0.4.0: |
3769 | version "0.4.0" | 2917 | version "0.4.0" |
3770 | resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz" | 2918 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" |
3771 | integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== | 2919 | integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== |
3772 | dependencies: | 2920 | dependencies: |
3773 | prelude-ls "^1.2.1" | 2921 | prelude-ls "^1.2.1" |
3774 | 2922 | ||
3775 | type-fest@^0.16.0: | 2923 | type-fest@^0.16.0: |
3776 | version "0.16.0" | 2924 | version "0.16.0" |
3777 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz" | 2925 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.16.0.tgz#3240b891a78b0deae910dbeb86553e552a148860" |
3778 | integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== | 2926 | integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== |
3779 | 2927 | ||
3780 | type-fest@^0.20.2: | 2928 | type-fest@^0.20.2: |
3781 | version "0.20.2" | 2929 | version "0.20.2" |
3782 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" | 2930 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" |
3783 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== | 2931 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
3784 | 2932 | ||
3785 | type-fest@^0.6.0: | ||
3786 | version "0.6.0" | ||
3787 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" | ||
3788 | integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== | ||
3789 | |||
3790 | unbox-primitive@^1.0.2: | 2933 | unbox-primitive@^1.0.2: |
3791 | version "1.0.2" | 2934 | version "1.0.2" |
3792 | resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz" | 2935 | resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" |
3793 | integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== | 2936 | integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== |
3794 | dependencies: | 2937 | dependencies: |
3795 | call-bind "^1.0.2" | 2938 | call-bind "^1.0.2" |
@@ -3799,12 +2942,12 @@ unbox-primitive@^1.0.2: | |||
3799 | 2942 | ||
3800 | unicode-canonical-property-names-ecmascript@^2.0.0: | 2943 | unicode-canonical-property-names-ecmascript@^2.0.0: |
3801 | version "2.0.0" | 2944 | version "2.0.0" |
3802 | resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz" | 2945 | resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" |
3803 | integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== | 2946 | integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== |
3804 | 2947 | ||
3805 | unicode-match-property-ecmascript@^2.0.0: | 2948 | unicode-match-property-ecmascript@^2.0.0: |
3806 | version "2.0.0" | 2949 | version "2.0.0" |
3807 | resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz" | 2950 | resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" |
3808 | integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== | 2951 | integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== |
3809 | dependencies: | 2952 | dependencies: |
3810 | unicode-canonical-property-names-ecmascript "^2.0.0" | 2953 | unicode-canonical-property-names-ecmascript "^2.0.0" |
@@ -3812,65 +2955,72 @@ unicode-match-property-ecmascript@^2.0.0: | |||
3812 | 2955 | ||
3813 | unicode-match-property-value-ecmascript@^2.0.0: | 2956 | unicode-match-property-value-ecmascript@^2.0.0: |
3814 | version "2.0.0" | 2957 | version "2.0.0" |
3815 | resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz" | 2958 | resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" |
3816 | integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== | 2959 | integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== |
3817 | 2960 | ||
3818 | unicode-property-aliases-ecmascript@^2.0.0: | 2961 | unicode-property-aliases-ecmascript@^2.0.0: |
3819 | version "2.0.0" | 2962 | version "2.0.0" |
3820 | resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz" | 2963 | resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" |
3821 | integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== | 2964 | integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== |
3822 | 2965 | ||
3823 | unique-string@^2.0.0: | 2966 | unique-string@^2.0.0: |
3824 | version "2.0.0" | 2967 | version "2.0.0" |
3825 | resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz" | 2968 | resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" |
3826 | integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== | 2969 | integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== |
3827 | dependencies: | 2970 | dependencies: |
3828 | crypto-random-string "^2.0.0" | 2971 | crypto-random-string "^2.0.0" |
3829 | 2972 | ||
3830 | universalify@^2.0.0: | 2973 | universalify@^2.0.0: |
3831 | version "2.0.0" | 2974 | version "2.0.0" |
3832 | resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" | 2975 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" |
3833 | integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== | 2976 | integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== |
3834 | 2977 | ||
3835 | upath@^1.2.0: | 2978 | upath@^1.2.0: |
3836 | version "1.2.0" | 2979 | version "1.2.0" |
3837 | resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz" | 2980 | resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" |
3838 | integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== | 2981 | integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== |
3839 | 2982 | ||
2983 | update-browserslist-db@^1.0.4: | ||
2984 | version "1.0.4" | ||
2985 | resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824" | ||
2986 | integrity sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA== | ||
2987 | dependencies: | ||
2988 | escalade "^3.1.1" | ||
2989 | picocolors "^1.0.0" | ||
2990 | |||
3840 | uri-js@^4.2.2: | 2991 | uri-js@^4.2.2: |
3841 | version "4.4.1" | 2992 | version "4.4.1" |
3842 | resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" | 2993 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" |
3843 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== | 2994 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== |
3844 | dependencies: | 2995 | dependencies: |
3845 | punycode "^2.1.0" | 2996 | punycode "^2.1.0" |
3846 | 2997 | ||
3847 | util-deprecate@^1.0.1, util-deprecate@^1.0.2: | 2998 | util-deprecate@^1.0.2: |
3848 | version "1.0.2" | 2999 | version "1.0.2" |
3849 | resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" | 3000 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" |
3850 | integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= | 3001 | integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== |
3851 | |||
3852 | utila@~0.4: | ||
3853 | version "0.4.0" | ||
3854 | resolved "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz" | ||
3855 | integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw= | ||
3856 | 3002 | ||
3857 | v8-compile-cache@^2.0.3: | 3003 | v8-compile-cache@^2.0.3: |
3858 | version "2.3.0" | 3004 | version "2.3.0" |
3859 | resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz" | 3005 | resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" |
3860 | integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== | 3006 | integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== |
3861 | 3007 | ||
3862 | validate-npm-package-license@^3.0.1: | 3008 | vite-plugin-pwa@^0.12.2: |
3863 | version "3.0.4" | 3009 | version "0.12.2" |
3864 | resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" | 3010 | resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.12.2.tgz#d0ec1cd3088260bdc5bf2b10ba753def0b8f3280" |
3865 | integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== | 3011 | integrity sha512-XK2oi1YZkoc1J8fyerNYxyh/yfb+INdrdOW/mOOD5DBLq7jVPxHQuncIhqiREbGOMlY/xMe9CSE7QZ9xIAEf7A== |
3866 | dependencies: | 3012 | dependencies: |
3867 | spdx-correct "^3.0.0" | 3013 | debug "^4.3.4" |
3868 | spdx-expression-parse "^3.0.0" | 3014 | fast-glob "^3.2.11" |
3015 | pretty-bytes "^6.0.0" | ||
3016 | rollup "^2.75.5" | ||
3017 | workbox-build "^6.5.3" | ||
3018 | workbox-window "^6.5.3" | ||
3869 | 3019 | ||
3870 | vite@^2.9.9: | 3020 | vite@^2.9.9: |
3871 | version "2.9.9" | 3021 | version "2.9.13" |
3872 | resolved "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz" | 3022 | resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc" |
3873 | integrity sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew== | 3023 | integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw== |
3874 | dependencies: | 3024 | dependencies: |
3875 | esbuild "^0.14.27" | 3025 | esbuild "^0.14.27" |
3876 | postcss "^8.4.13" | 3026 | postcss "^8.4.13" |
@@ -3879,109 +3029,38 @@ vite@^2.9.9: | |||
3879 | optionalDependencies: | 3029 | optionalDependencies: |
3880 | fsevents "~2.3.2" | 3030 | fsevents "~2.3.2" |
3881 | 3031 | ||
3882 | vue-eslint-parser@^8.0.1: | 3032 | vue-eslint-parser@^9.0.1: |
3883 | version "8.3.0" | 3033 | version "9.0.3" |
3884 | resolved "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz" | 3034 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.0.3.tgz#0c17a89e0932cc94fa6a79f0726697e13bfe3c96" |
3885 | integrity sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g== | 3035 | integrity sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og== |
3886 | dependencies: | 3036 | dependencies: |
3887 | debug "^4.3.2" | 3037 | debug "^4.3.4" |
3888 | eslint-scope "^7.0.0" | 3038 | eslint-scope "^7.1.1" |
3889 | eslint-visitor-keys "^3.1.0" | 3039 | eslint-visitor-keys "^3.3.0" |
3890 | espree "^9.0.0" | 3040 | espree "^9.3.1" |
3891 | esquery "^1.4.0" | 3041 | esquery "^1.4.0" |
3892 | lodash "^4.17.21" | 3042 | lodash "^4.17.21" |
3893 | semver "^7.3.5" | 3043 | semver "^7.3.6" |
3894 | 3044 | ||
3895 | vue@^3.2.33: | 3045 | vue@^3.2.33: |
3896 | version "3.2.36" | 3046 | version "3.2.37" |
3897 | resolved "https://registry.npmjs.org/vue/-/vue-3.2.36.tgz" | 3047 | resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.37.tgz#da220ccb618d78579d25b06c7c21498ca4e5452e" |
3898 | integrity sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw== | 3048 | integrity sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ== |
3899 | dependencies: | 3049 | dependencies: |
3900 | "@vue/compiler-dom" "3.2.36" | 3050 | "@vue/compiler-dom" "3.2.37" |
3901 | "@vue/compiler-sfc" "3.2.36" | 3051 | "@vue/compiler-sfc" "3.2.37" |
3902 | "@vue/runtime-dom" "3.2.36" | 3052 | "@vue/runtime-dom" "3.2.37" |
3903 | "@vue/server-renderer" "3.2.36" | 3053 | "@vue/server-renderer" "3.2.37" |
3904 | "@vue/shared" "3.2.36" | 3054 | "@vue/shared" "3.2.37" |
3905 | |||
3906 | watchpack@^2.3.1: | ||
3907 | version "2.3.1" | ||
3908 | resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz" | ||
3909 | integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA== | ||
3910 | dependencies: | ||
3911 | glob-to-regexp "^0.4.1" | ||
3912 | graceful-fs "^4.1.2" | ||
3913 | |||
3914 | wcwidth@^1.0.1: | ||
3915 | version "1.0.1" | ||
3916 | resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" | ||
3917 | integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= | ||
3918 | dependencies: | ||
3919 | defaults "^1.0.3" | ||
3920 | |||
3921 | webidl-conversions@^3.0.0: | ||
3922 | version "3.0.1" | ||
3923 | resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" | ||
3924 | integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= | ||
3925 | 3055 | ||
3926 | webidl-conversions@^4.0.2: | 3056 | webidl-conversions@^4.0.2: |
3927 | version "4.0.2" | 3057 | version "4.0.2" |
3928 | resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz" | 3058 | resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" |
3929 | integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== | 3059 | integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== |
3930 | 3060 | ||
3931 | webpack-sources@^1.4.3: | ||
3932 | version "1.4.3" | ||
3933 | resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz" | ||
3934 | integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ== | ||
3935 | dependencies: | ||
3936 | source-list-map "^2.0.0" | ||
3937 | source-map "~0.6.1" | ||
3938 | |||
3939 | webpack-sources@^3.2.3: | ||
3940 | version "3.2.3" | ||
3941 | resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz" | ||
3942 | integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== | ||
3943 | |||
3944 | webpack@^5.54.0: | ||
3945 | version "5.72.1" | ||
3946 | resolved "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz" | ||
3947 | integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung== | ||
3948 | dependencies: | ||
3949 | "@types/eslint-scope" "^3.7.3" | ||
3950 | "@types/estree" "^0.0.51" | ||
3951 | "@webassemblyjs/ast" "1.11.1" | ||
3952 | "@webassemblyjs/wasm-edit" "1.11.1" | ||
3953 | "@webassemblyjs/wasm-parser" "1.11.1" | ||
3954 | acorn "^8.4.1" | ||
3955 | acorn-import-assertions "^1.7.6" | ||
3956 | browserslist "^4.14.5" | ||
3957 | chrome-trace-event "^1.0.2" | ||
3958 | enhanced-resolve "^5.9.3" | ||
3959 | es-module-lexer "^0.9.0" | ||
3960 | eslint-scope "5.1.1" | ||
3961 | events "^3.2.0" | ||
3962 | glob-to-regexp "^0.4.1" | ||
3963 | graceful-fs "^4.2.9" | ||
3964 | json-parse-even-better-errors "^2.3.1" | ||
3965 | loader-runner "^4.2.0" | ||
3966 | mime-types "^2.1.27" | ||
3967 | neo-async "^2.6.2" | ||
3968 | schema-utils "^3.1.0" | ||
3969 | tapable "^2.1.1" | ||
3970 | terser-webpack-plugin "^5.1.3" | ||
3971 | watchpack "^2.3.1" | ||
3972 | webpack-sources "^3.2.3" | ||
3973 | |||
3974 | whatwg-url@^5.0.0: | ||
3975 | version "5.0.0" | ||
3976 | resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" | ||
3977 | integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= | ||
3978 | dependencies: | ||
3979 | tr46 "~0.0.3" | ||
3980 | webidl-conversions "^3.0.0" | ||
3981 | |||
3982 | whatwg-url@^7.0.0: | 3061 | whatwg-url@^7.0.0: |
3983 | version "7.1.0" | 3062 | version "7.1.0" |
3984 | resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz" | 3063 | resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" |
3985 | integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== | 3064 | integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== |
3986 | dependencies: | 3065 | dependencies: |
3987 | lodash.sortby "^4.7.0" | 3066 | lodash.sortby "^4.7.0" |
@@ -3990,7 +3069,7 @@ whatwg-url@^7.0.0: | |||
3990 | 3069 | ||
3991 | which-boxed-primitive@^1.0.2: | 3070 | which-boxed-primitive@^1.0.2: |
3992 | version "1.0.2" | 3071 | version "1.0.2" |
3993 | resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz" | 3072 | resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" |
3994 | integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== | 3073 | integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== |
3995 | dependencies: | 3074 | dependencies: |
3996 | is-bigint "^1.0.1" | 3075 | is-bigint "^1.0.1" |
@@ -3999,28 +3078,21 @@ which-boxed-primitive@^1.0.2: | |||
3999 | is-string "^1.0.5" | 3078 | is-string "^1.0.5" |
4000 | is-symbol "^1.0.3" | 3079 | is-symbol "^1.0.3" |
4001 | 3080 | ||
4002 | which@^1.2.9: | ||
4003 | version "1.3.1" | ||
4004 | resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz" | ||
4005 | integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== | ||
4006 | dependencies: | ||
4007 | isexe "^2.0.0" | ||
4008 | |||
4009 | which@^2.0.1: | 3081 | which@^2.0.1: |
4010 | version "2.0.2" | 3082 | version "2.0.2" |
4011 | resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" | 3083 | resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
4012 | integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== | 3084 | integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
4013 | dependencies: | 3085 | dependencies: |
4014 | isexe "^2.0.0" | 3086 | isexe "^2.0.0" |
4015 | 3087 | ||
4016 | word-wrap@^1.2.3: | 3088 | word-wrap@^1.2.3: |
4017 | version "1.2.3" | 3089 | version "1.2.3" |
4018 | resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" | 3090 | resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" |
4019 | integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== | 3091 | integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== |
4020 | 3092 | ||
4021 | workbox-background-sync@6.5.3: | 3093 | workbox-background-sync@6.5.3: |
4022 | version "6.5.3" | 3094 | version "6.5.3" |
4023 | resolved "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz" | 3095 | resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.5.3.tgz#7c66c1836aeca6f3762dc48d17a1852a33b3168c" |
4024 | integrity sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw== | 3096 | integrity sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw== |
4025 | dependencies: | 3097 | dependencies: |
4026 | idb "^6.1.4" | 3098 | idb "^6.1.4" |
@@ -4028,14 +3100,14 @@ workbox-background-sync@6.5.3: | |||
4028 | 3100 | ||
4029 | workbox-broadcast-update@6.5.3: | 3101 | workbox-broadcast-update@6.5.3: |
4030 | version "6.5.3" | 3102 | version "6.5.3" |
4031 | resolved "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz" | 3103 | resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.5.3.tgz#fc2ad79cf507e22950cda9baf1e9a0ccc43f31bc" |
4032 | integrity sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg== | 3104 | integrity sha512-4AwCIA5DiDrYhlN+Miv/fp5T3/whNmSL+KqhTwRBTZIL6pvTgE4lVuRzAt1JltmqyMcQ3SEfCdfxczuI4kwFQg== |
4033 | dependencies: | 3105 | dependencies: |
4034 | workbox-core "6.5.3" | 3106 | workbox-core "6.5.3" |
4035 | 3107 | ||
4036 | workbox-build@6.5.3: | 3108 | workbox-build@^6.5.3: |
4037 | version "6.5.3" | 3109 | version "6.5.3" |
4038 | resolved "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.3.tgz" | 3110 | resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.5.3.tgz#38e3f286d63d2745bff4d1478bb3a6ab5c8b1170" |
4039 | integrity sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w== | 3111 | integrity sha512-8JNHHS7u13nhwIYCDea9MNXBNPHXCs5KDZPKI/ZNTr3f4sMGoD7hgFGecbyjX1gw4z6e9bMpMsOEJNyH5htA/w== |
4040 | dependencies: | 3112 | dependencies: |
4041 | "@apideck/better-ajv-errors" "^0.3.1" | 3113 | "@apideck/better-ajv-errors" "^0.3.1" |
@@ -4078,19 +3150,19 @@ workbox-build@6.5.3: | |||
4078 | 3150 | ||
4079 | workbox-cacheable-response@6.5.3: | 3151 | workbox-cacheable-response@6.5.3: |
4080 | version "6.5.3" | 3152 | version "6.5.3" |
4081 | resolved "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz" | 3153 | resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.5.3.tgz#b1f8c2bc599a7be8f7e3c262535629c558738e47" |
4082 | integrity sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ== | 3154 | integrity sha512-6JE/Zm05hNasHzzAGKDkqqgYtZZL2H06ic2GxuRLStA4S/rHUfm2mnLFFXuHAaGR1XuuYyVCEey1M6H3PdZ7SQ== |
4083 | dependencies: | 3155 | dependencies: |
4084 | workbox-core "6.5.3" | 3156 | workbox-core "6.5.3" |
4085 | 3157 | ||
4086 | workbox-core@6.5.3: | 3158 | workbox-core@6.5.3: |
4087 | version "6.5.3" | 3159 | version "6.5.3" |
4088 | resolved "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.3.tgz" | 3160 | resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.5.3.tgz#bca038a9ef0d7a634a6db2a60f45313ed22ac249" |
4089 | integrity sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q== | 3161 | integrity sha512-Bb9ey5n/M9x+l3fBTlLpHt9ASTzgSGj6vxni7pY72ilB/Pb3XtN+cZ9yueboVhD5+9cNQrC9n/E1fSrqWsUz7Q== |
4090 | 3162 | ||
4091 | workbox-expiration@6.5.3: | 3163 | workbox-expiration@6.5.3: |
4092 | version "6.5.3" | 3164 | version "6.5.3" |
4093 | resolved "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.3.tgz" | 3165 | resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.5.3.tgz#efc0811f371a2ede1052b9de1c4f072b71d50503" |
4094 | integrity sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw== | 3166 | integrity sha512-jzYopYR1zD04ZMdlbn/R2Ik6ixiXbi15c9iX5H8CTi6RPDz7uhvMLZPKEndZTpfgmUk8mdmT9Vx/AhbuCl5Sqw== |
4095 | dependencies: | 3167 | dependencies: |
4096 | idb "^6.1.4" | 3168 | idb "^6.1.4" |
@@ -4098,7 +3170,7 @@ workbox-expiration@6.5.3: | |||
4098 | 3170 | ||
4099 | workbox-google-analytics@6.5.3: | 3171 | workbox-google-analytics@6.5.3: |
4100 | version "6.5.3" | 3172 | version "6.5.3" |
4101 | resolved "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz" | 3173 | resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.5.3.tgz#cc8c3a61f449131660a4ed2f5362d9a3599b18fe" |
4102 | integrity sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw== | 3174 | integrity sha512-3GLCHotz5umoRSb4aNQeTbILETcrTVEozSfLhHSBaegHs1PnqCmN0zbIy2TjTpph2AGXiNwDrWGF0AN+UgDNTw== |
4103 | dependencies: | 3175 | dependencies: |
4104 | workbox-background-sync "6.5.3" | 3176 | workbox-background-sync "6.5.3" |
@@ -4108,14 +3180,14 @@ workbox-google-analytics@6.5.3: | |||
4108 | 3180 | ||
4109 | workbox-navigation-preload@6.5.3: | 3181 | workbox-navigation-preload@6.5.3: |
4110 | version "6.5.3" | 3182 | version "6.5.3" |
4111 | resolved "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz" | 3183 | resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.5.3.tgz#81b74f598b11aa07e2cf1c21af7a826a4f0f70b3" |
4112 | integrity sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg== | 3184 | integrity sha512-bK1gDFTc5iu6lH3UQ07QVo+0ovErhRNGvJJO/1ngknT0UQ702nmOUhoN9qE5mhuQSrnK+cqu7O7xeaJ+Rd9Tmg== |
4113 | dependencies: | 3185 | dependencies: |
4114 | workbox-core "6.5.3" | 3186 | workbox-core "6.5.3" |
4115 | 3187 | ||
4116 | workbox-precaching@6.5.3: | 3188 | workbox-precaching@6.5.3: |
4117 | version "6.5.3" | 3189 | version "6.5.3" |
4118 | resolved "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.3.tgz" | 3190 | resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.5.3.tgz#c870312b2ef901d790ab9e48da084e776c62af47" |
4119 | integrity sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ== | 3191 | integrity sha512-sjNfgNLSsRX5zcc63H/ar/hCf+T19fRtTqvWh795gdpghWb5xsfEkecXEvZ8biEi1QD7X/ljtHphdaPvXDygMQ== |
4120 | dependencies: | 3192 | dependencies: |
4121 | workbox-core "6.5.3" | 3193 | workbox-core "6.5.3" |
@@ -4124,14 +3196,14 @@ workbox-precaching@6.5.3: | |||
4124 | 3196 | ||
4125 | workbox-range-requests@6.5.3: | 3197 | workbox-range-requests@6.5.3: |
4126 | version "6.5.3" | 3198 | version "6.5.3" |
4127 | resolved "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz" | 3199 | resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.5.3.tgz#e624ac82ff266a5e4f236d055797def07949d941" |
4128 | integrity sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA== | 3200 | integrity sha512-pGCP80Bpn/0Q0MQsfETSfmtXsQcu3M2QCJwSFuJ6cDp8s2XmbUXkzbuQhCUzKR86ZH2Vex/VUjb2UaZBGamijA== |
4129 | dependencies: | 3201 | dependencies: |
4130 | workbox-core "6.5.3" | 3202 | workbox-core "6.5.3" |
4131 | 3203 | ||
4132 | workbox-recipes@6.5.3: | 3204 | workbox-recipes@6.5.3: |
4133 | version "6.5.3" | 3205 | version "6.5.3" |
4134 | resolved "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.3.tgz" | 3206 | resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.5.3.tgz#15beac9d8ae7a3a1c100218094a824b4dd3fd59a" |
4135 | integrity sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig== | 3207 | integrity sha512-IcgiKYmbGiDvvf3PMSEtmwqxwfQ5zwI7OZPio3GWu4PfehA8jI8JHI3KZj+PCfRiUPZhjQHJ3v1HbNs+SiSkig== |
4136 | dependencies: | 3208 | dependencies: |
4137 | workbox-cacheable-response "6.5.3" | 3209 | workbox-cacheable-response "6.5.3" |
@@ -4143,21 +3215,21 @@ workbox-recipes@6.5.3: | |||
4143 | 3215 | ||
4144 | workbox-routing@6.5.3: | 3216 | workbox-routing@6.5.3: |
4145 | version "6.5.3" | 3217 | version "6.5.3" |
4146 | resolved "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.3.tgz" | 3218 | resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.5.3.tgz#a0a699d8cc90b5692bd3df24679acbbda3913777" |
4147 | integrity sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg== | 3219 | integrity sha512-DFjxcuRAJjjt4T34RbMm3MCn+xnd36UT/2RfPRfa8VWJGItGJIn7tG+GwVTdHmvE54i/QmVTJepyAGWtoLPTmg== |
4148 | dependencies: | 3220 | dependencies: |
4149 | workbox-core "6.5.3" | 3221 | workbox-core "6.5.3" |
4150 | 3222 | ||
4151 | workbox-strategies@6.5.3: | 3223 | workbox-strategies@6.5.3: |
4152 | version "6.5.3" | 3224 | version "6.5.3" |
4153 | resolved "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.3.tgz" | 3225 | resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.5.3.tgz#4bea9a48fee16cf43766e0d8138296773c8a9783" |
4154 | integrity sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w== | 3226 | integrity sha512-MgmGRrDVXs7rtSCcetZgkSZyMpRGw8HqL2aguszOc3nUmzGZsT238z/NN9ZouCxSzDu3PQ3ZSKmovAacaIhu1w== |
4155 | dependencies: | 3227 | dependencies: |
4156 | workbox-core "6.5.3" | 3228 | workbox-core "6.5.3" |
4157 | 3229 | ||
4158 | workbox-streams@6.5.3: | 3230 | workbox-streams@6.5.3: |
4159 | version "6.5.3" | 3231 | version "6.5.3" |
4160 | resolved "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.3.tgz" | 3232 | resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.5.3.tgz#b6860290031caa7d0e46ad7142315c94359c780b" |
4161 | integrity sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w== | 3233 | integrity sha512-vN4Qi8o+b7zj1FDVNZ+PlmAcy1sBoV7SC956uhqYvZ9Sg1fViSbOpydULOssVJ4tOyKRifH/eoi6h99d+sJ33w== |
4162 | dependencies: | 3234 | dependencies: |
4163 | workbox-core "6.5.3" | 3235 | workbox-core "6.5.3" |
@@ -4165,23 +3237,12 @@ workbox-streams@6.5.3: | |||
4165 | 3237 | ||
4166 | workbox-sw@6.5.3: | 3238 | workbox-sw@6.5.3: |
4167 | version "6.5.3" | 3239 | version "6.5.3" |
4168 | resolved "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.3.tgz" | 3240 | resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.5.3.tgz#cd2f0c086f4496acd25774ed02c48504189bebdd" |
4169 | integrity sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A== | 3241 | integrity sha512-BQBzm092w+NqdIEF2yhl32dERt9j9MDGUTa2Eaa+o3YKL4Qqw55W9yQC6f44FdAHdAJrJvp0t+HVrfh8AiGj8A== |
4170 | 3242 | ||
4171 | workbox-webpack-plugin@^6.1.0: | 3243 | workbox-window@6.5.3, workbox-window@^6.5.3: |
4172 | version "6.5.3" | ||
4173 | resolved "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.3.tgz" | ||
4174 | integrity sha512-Es8Xr02Gi6Kc3zaUwR691ZLy61hz3vhhs5GztcklQ7kl5k2qAusPh0s6LF3wEtlpfs9ZDErnmy5SErwoll7jBA== | ||
4175 | dependencies: | ||
4176 | fast-json-stable-stringify "^2.1.0" | ||
4177 | pretty-bytes "^5.4.1" | ||
4178 | upath "^1.2.0" | ||
4179 | webpack-sources "^1.4.3" | ||
4180 | workbox-build "6.5.3" | ||
4181 | |||
4182 | workbox-window@6.5.3: | ||
4183 | version "6.5.3" | 3244 | version "6.5.3" |
4184 | resolved "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.3.tgz" | 3245 | resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.5.3.tgz#4ade70056cb73477ef1cd8fea7cfd0ecbd825c7f" |
4185 | integrity sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw== | 3246 | integrity sha512-GnJbx1kcKXDtoJBVZs/P7ddP0Yt52NNy4nocjBpYPiRhMqTpJCNrSL+fGHZ/i/oP6p/vhE8II0sA6AZGKGnssw== |
4186 | dependencies: | 3247 | dependencies: |
4187 | "@types/trusted-types" "^2.0.2" | 3248 | "@types/trusted-types" "^2.0.2" |
@@ -4189,10 +3250,15 @@ workbox-window@6.5.3: | |||
4189 | 3250 | ||
4190 | wrappy@1: | 3251 | wrappy@1: |
4191 | version "1.0.2" | 3252 | version "1.0.2" |
4192 | resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" | 3253 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" |
4193 | integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= | 3254 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== |
3255 | |||
3256 | xml-name-validator@^4.0.0: | ||
3257 | version "4.0.0" | ||
3258 | resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" | ||
3259 | integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== | ||
4194 | 3260 | ||
4195 | yallist@^4.0.0: | 3261 | yallist@^4.0.0: |
4196 | version "4.0.0" | 3262 | version "4.0.0" |
4197 | resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" | 3263 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
4198 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== | 3264 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |