diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:03:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-27 15:24:51 +0200 |
commit | bfcaa9c1947304c9f90843bc288d3d8f64a71097 (patch) | |
tree | ea17066ce4e24e1985f6da6061fc246ca4cf445d /client | |
parent | b4890f214948fbb1796861c563b8329c1daf2d29 (diff) | |
download | PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.tar.gz PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.tar.zst PeerTube-bfcaa9c1947304c9f90843bc288d3d8f64a71097.zip |
Upgrade client dependencies
Diffstat (limited to 'client')
-rw-r--r-- | client/angular.json | 8 | ||||
-rw-r--r-- | client/package.json | 24 | ||||
-rw-r--r-- | client/src/sass/bootstrap.scss | 6 | ||||
-rw-r--r-- | client/src/sass/include/_bootstrap-variables.scss | 2 | ||||
-rw-r--r-- | client/yarn.lock | 4075 |
5 files changed, 1940 insertions, 2175 deletions
diff --git a/client/angular.json b/client/angular.json index 1a891acfa..47f7ab7dd 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -183,6 +183,14 @@ | |||
183 | "video.js", | 183 | "video.js", |
184 | "sha.js", | 184 | "sha.js", |
185 | "postcss", | 185 | "postcss", |
186 | "focus-visible", | ||
187 | "path-browserify", | ||
188 | "deep-merge", | ||
189 | "escape-string-regexp", | ||
190 | "mousetrap", | ||
191 | "is-plain-object", | ||
192 | "parse-srcset", | ||
193 | "deepmerge", | ||
186 | "core-js/features/reflect" | 194 | "core-js/features/reflect" |
187 | ], | 195 | ], |
188 | "scripts": [], | 196 | "scripts": [], |
diff --git a/client/package.json b/client/package.json index 0b7c041ed..79e8d25b6 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -27,11 +27,11 @@ | |||
27 | "typings": "*.d.ts", | 27 | "typings": "*.d.ts", |
28 | "devDependencies": { | 28 | "devDependencies": { |
29 | "@angular-devkit/build-angular": "^14.0.1", | 29 | "@angular-devkit/build-angular": "^14.0.1", |
30 | "@angular-eslint/builder": "13.5.0", | 30 | "@angular-eslint/builder": "14.0.2", |
31 | "@angular-eslint/eslint-plugin": "13.5.0", | 31 | "@angular-eslint/eslint-plugin": "14.0.2", |
32 | "@angular-eslint/eslint-plugin-template": "13.5.0", | 32 | "@angular-eslint/eslint-plugin-template": "14.0.2", |
33 | "@angular-eslint/schematics": "13.5.0", | 33 | "@angular-eslint/schematics": "14.0.2", |
34 | "@angular-eslint/template-parser": "13.5.0", | 34 | "@angular-eslint/template-parser": "14.0.2", |
35 | "@angular/animations": "^14.0.1", | 35 | "@angular/animations": "^14.0.1", |
36 | "@angular/cdk": "^14.0.1", | 36 | "@angular/cdk": "^14.0.1", |
37 | "@angular/cli": "^14.0.1", | 37 | "@angular/cli": "^14.0.1", |
@@ -69,8 +69,8 @@ | |||
69 | "@types/sha.js": "^2.4.0", | 69 | "@types/sha.js": "^2.4.0", |
70 | "@types/video.js": "^7.3.40", | 70 | "@types/video.js": "^7.3.40", |
71 | "@types/webtorrent": "^0.109.0", | 71 | "@types/webtorrent": "^0.109.0", |
72 | "@typescript-eslint/eslint-plugin": "5.27.1", | 72 | "@typescript-eslint/eslint-plugin": "5.31.0", |
73 | "@typescript-eslint/parser": "5.27.1", | 73 | "@typescript-eslint/parser": "5.31.0", |
74 | "@wdio/browserstack-service": "^7.20.2", | 74 | "@wdio/browserstack-service": "^7.20.2", |
75 | "@wdio/cli": "^7.20.2", | 75 | "@wdio/cli": "^7.20.2", |
76 | "@wdio/local-runner": "^7.20.2", | 76 | "@wdio/local-runner": "^7.20.2", |
@@ -84,7 +84,7 @@ | |||
84 | "cache-chunk-store": "^3.0.0", | 84 | "cache-chunk-store": "^3.0.0", |
85 | "chart.js": "^3.8.0", | 85 | "chart.js": "^3.8.0", |
86 | "chartjs-plugin-zoom": "^1.2.1", | 86 | "chartjs-plugin-zoom": "^1.2.1", |
87 | "chromedriver": "^102.0.0", | 87 | "chromedriver": "^103.0.0", |
88 | "core-js": "^3.22.8", | 88 | "core-js": "^3.22.8", |
89 | "css-loader": "^6.2.0", | 89 | "css-loader": "^6.2.0", |
90 | "debug": "^4.3.1", | 90 | "debug": "^4.3.1", |
@@ -96,8 +96,8 @@ | |||
96 | "expect-webdriverio": "^3.4.0", | 96 | "expect-webdriverio": "^3.4.0", |
97 | "focus-visible": "^5.0.2", | 97 | "focus-visible": "^5.0.2", |
98 | "geckodriver": "^3.0.1", | 98 | "geckodriver": "^3.0.1", |
99 | "hls.js": "1.2.0-beta.2", | 99 | "hls.js": "1.2.0", |
100 | "html-loader": "^3.0.1", | 100 | "html-loader": "^4.1.0", |
101 | "html-webpack-plugin": "^5.3.1", | 101 | "html-webpack-plugin": "^5.3.1", |
102 | "https-browserify": "^1.0.0", | 102 | "https-browserify": "^1.0.0", |
103 | "intl-messageformat": "^10.1.0", | 103 | "intl-messageformat": "^10.1.0", |
@@ -111,7 +111,7 @@ | |||
111 | "ngx-uploadx": "^5.1.0", | 111 | "ngx-uploadx": "^5.1.0", |
112 | "path-browserify": "^1.0.0", | 112 | "path-browserify": "^1.0.0", |
113 | "postcss": "^8.4.14", | 113 | "postcss": "^8.4.14", |
114 | "primeng": "^13.4.1", | 114 | "primeng": "^14.0.0", |
115 | "process": "^0.11.10", | 115 | "process": "^0.11.10", |
116 | "purify-css": "^1.2.5", | 116 | "purify-css": "^1.2.5", |
117 | "querystring": "^0.2.1", | 117 | "querystring": "^0.2.1", |
@@ -133,7 +133,7 @@ | |||
133 | "video.js": "^7.19.2", | 133 | "video.js": "^7.19.2", |
134 | "videostream": "~3.2.1", | 134 | "videostream": "~3.2.1", |
135 | "wdio-chromedriver-service": "^7.3.2", | 135 | "wdio-chromedriver-service": "^7.3.2", |
136 | "wdio-geckodriver-service": "^2.1.1", | 136 | "wdio-geckodriver-service": "^3.0.2", |
137 | "webpack": "^5.73.0", | 137 | "webpack": "^5.73.0", |
138 | "webpack-bundle-analyzer": "^4.4.2", | 138 | "webpack-bundle-analyzer": "^4.4.2", |
139 | "webpack-cli": "^4.10.0", | 139 | "webpack-cli": "^4.10.0", |
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index eed6abe41..97f72c41f 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | @import '~bootstrap/scss/functions'; | 6 | @import '~bootstrap/scss/functions'; |
7 | @import '~bootstrap/scss/variables'; | 7 | @import '~bootstrap/scss/variables'; |
8 | @import '~bootstrap/scss/maps'; | ||
8 | @import '~bootstrap/scss/mixins'; | 9 | @import '~bootstrap/scss/mixins'; |
9 | @import '~bootstrap/scss/utilities'; | 10 | @import '~bootstrap/scss/utilities'; |
10 | 11 | ||
@@ -29,6 +30,11 @@ | |||
29 | @import '~bootstrap/scss/helpers'; | 30 | @import '~bootstrap/scss/helpers'; |
30 | @import '~bootstrap/scss/utilities/api'; | 31 | @import '~bootstrap/scss/utilities/api'; |
31 | 32 | ||
33 | .accordion { | ||
34 | --bs-accordion-color: #{pvar(--mainForegroundColor)}; | ||
35 | --bs-accordion-bg: #{pvar(--mainBackgroundColor)}; | ||
36 | } | ||
37 | |||
32 | .flex-auto { | 38 | .flex-auto { |
33 | flex: auto; | 39 | flex: auto; |
34 | } | 40 | } |
diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index 5c6a56283..1c05f467a 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss | |||
@@ -51,8 +51,6 @@ $dropdown-link-hover-bg: pvar(--mainBackgroundHoverColor); | |||
51 | $dropdown-color: pvar(--mainForegroundColor); | 51 | $dropdown-color: pvar(--mainForegroundColor); |
52 | $dropdown-bg: pvar(--mainBackgroundColor); | 52 | $dropdown-bg: pvar(--mainBackgroundColor); |
53 | 53 | ||
54 | $accordion-color: pvar(--mainForegroundColor); | ||
55 | $accordion-bg: pvar(--mainBackgroundColor); | ||
56 | $accordion-button-active-bg: pvar(--mainColorVeryLight); | 54 | $accordion-button-active-bg: pvar(--mainColorVeryLight); |
57 | $accordion-button-active-color: pvar(--mainForegroundColor); | 55 | $accordion-button-active-color: pvar(--mainForegroundColor); |
58 | $accordion-button-focus-border-color: pvar(--mainColorLightest); | 56 | $accordion-button-focus-border-color: pvar(--mainColorLightest); |
diff --git a/client/yarn.lock b/client/yarn.lock index 573497376..29df57254 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -10,224 +10,225 @@ | |||
10 | "@jridgewell/gen-mapping" "^0.1.0" | 10 | "@jridgewell/gen-mapping" "^0.1.0" |
11 | "@jridgewell/trace-mapping" "^0.3.9" | 11 | "@jridgewell/trace-mapping" "^0.3.9" |
12 | 12 | ||
13 | "@angular-devkit/architect@0.1400.1": | 13 | "@angular-devkit/architect@0.1401.0": |
14 | version "0.1400.1" | 14 | version "0.1401.0" |
15 | resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1400.1.tgz#f0929a2f534e66345fc6b004738f8f5ffc9b4e4b" | 15 | resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1401.0.tgz#7cd9b2bb6567ca1d5284e487885838328aabfdae" |
16 | integrity sha512-GJ4hWLIJmhCq4nKNN9c4xocKtCt28muJxN88Wna292SOIaNQuNY5MP9860/4IWRGCJTeJH7LyCc4j/3V0zWrSQ== | 16 | integrity sha512-dHgP2/5EXkJpdf6Y1QHQX2RP8xTli/CFZH3uNnTh+EuAib/kwu+Z6K3UttZWB5VGhAF1u/xf97Vly/UkXvjKAg== |
17 | dependencies: | 17 | dependencies: |
18 | "@angular-devkit/core" "14.0.1" | 18 | "@angular-devkit/core" "14.1.0" |
19 | rxjs "6.6.7" | 19 | rxjs "6.6.7" |
20 | 20 | ||
21 | "@angular-devkit/build-angular@^14.0.1": | 21 | "@angular-devkit/build-angular@^14.0.1": |
22 | version "14.0.1" | 22 | version "14.1.0" |
23 | resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.0.1.tgz#4f7b4fdd575c9340fc4482c76cec1fdb25d21ba2" | 23 | resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-14.1.0.tgz#f2aaaa4d28c0f39fdcfee6c0241e1bedb576b2d4" |
24 | integrity sha512-qglGJV4IH4VOsTXTErYdjtKQLChS4k+tdY22A7CYnZKXR5v+jh4tX8/idb4UfA8ScVONgsBQKRO9VIGK425Hww== | 24 | integrity sha512-AtecSuDEPLYd3p7uFVKpoA0XNcq+NvVYFJK8h90BG+IRZtzEm7ZJeYdohXVeVfTO5GvpNFN1XoHxR5rxiXeBhg== |
25 | dependencies: | 25 | dependencies: |
26 | "@ampproject/remapping" "2.2.0" | 26 | "@ampproject/remapping" "2.2.0" |
27 | "@angular-devkit/architect" "0.1400.1" | 27 | "@angular-devkit/architect" "0.1401.0" |
28 | "@angular-devkit/build-webpack" "0.1400.1" | 28 | "@angular-devkit/build-webpack" "0.1401.0" |
29 | "@angular-devkit/core" "14.0.1" | 29 | "@angular-devkit/core" "14.1.0" |
30 | "@babel/core" "7.17.10" | 30 | "@babel/core" "7.18.6" |
31 | "@babel/generator" "7.17.10" | 31 | "@babel/generator" "7.18.7" |
32 | "@babel/helper-annotate-as-pure" "7.16.7" | 32 | "@babel/helper-annotate-as-pure" "7.18.6" |
33 | "@babel/plugin-proposal-async-generator-functions" "7.16.8" | 33 | "@babel/plugin-proposal-async-generator-functions" "7.18.6" |
34 | "@babel/plugin-transform-async-to-generator" "7.16.8" | 34 | "@babel/plugin-transform-async-to-generator" "7.18.6" |
35 | "@babel/plugin-transform-runtime" "7.17.10" | 35 | "@babel/plugin-transform-runtime" "7.18.6" |
36 | "@babel/preset-env" "7.17.10" | 36 | "@babel/preset-env" "7.18.6" |
37 | "@babel/runtime" "7.17.9" | 37 | "@babel/runtime" "7.18.6" |
38 | "@babel/template" "7.16.7" | 38 | "@babel/template" "7.18.6" |
39 | "@discoveryjs/json-ext" "0.5.7" | 39 | "@discoveryjs/json-ext" "0.5.7" |
40 | "@ngtools/webpack" "14.0.1" | 40 | "@ngtools/webpack" "14.1.0" |
41 | ansi-colors "4.1.1" | 41 | ansi-colors "4.1.3" |
42 | babel-loader "8.2.5" | 42 | babel-loader "8.2.5" |
43 | babel-plugin-istanbul "6.1.1" | 43 | babel-plugin-istanbul "6.1.1" |
44 | browserslist "^4.9.1" | 44 | browserslist "^4.9.1" |
45 | cacache "16.0.7" | 45 | cacache "16.1.1" |
46 | copy-webpack-plugin "10.2.4" | 46 | copy-webpack-plugin "11.0.0" |
47 | critters "0.0.16" | 47 | critters "0.0.16" |
48 | css-loader "6.7.1" | 48 | css-loader "6.7.1" |
49 | esbuild-wasm "0.14.38" | 49 | esbuild-wasm "0.14.49" |
50 | glob "8.0.1" | 50 | glob "8.0.3" |
51 | https-proxy-agent "5.0.1" | 51 | https-proxy-agent "5.0.1" |
52 | inquirer "8.2.4" | 52 | inquirer "8.2.4" |
53 | jsonc-parser "3.0.0" | 53 | jsonc-parser "3.1.0" |
54 | karma-source-map-support "1.4.0" | 54 | karma-source-map-support "1.4.0" |
55 | less "4.1.2" | 55 | less "4.1.3" |
56 | less-loader "10.2.0" | 56 | less-loader "11.0.0" |
57 | license-webpack-plugin "4.0.2" | 57 | license-webpack-plugin "4.0.2" |
58 | loader-utils "3.2.0" | 58 | loader-utils "3.2.0" |
59 | mini-css-extract-plugin "2.6.0" | 59 | mini-css-extract-plugin "2.6.1" |
60 | minimatch "5.0.1" | 60 | minimatch "5.1.0" |
61 | open "8.4.0" | 61 | open "8.4.0" |
62 | ora "5.4.1" | 62 | ora "5.4.1" |
63 | parse5-html-rewriting-stream "6.0.1" | 63 | parse5-html-rewriting-stream "6.0.1" |
64 | piscina "3.2.0" | 64 | piscina "3.2.0" |
65 | postcss "8.4.13" | 65 | postcss "8.4.14" |
66 | postcss-import "14.1.0" | 66 | postcss-import "14.1.0" |
67 | postcss-loader "6.2.1" | 67 | postcss-loader "7.0.1" |
68 | postcss-preset-env "7.5.0" | 68 | postcss-preset-env "7.7.2" |
69 | regenerator-runtime "0.13.9" | 69 | regenerator-runtime "0.13.9" |
70 | resolve-url-loader "5.0.0" | 70 | resolve-url-loader "5.0.0" |
71 | rxjs "6.6.7" | 71 | rxjs "6.6.7" |
72 | sass "1.51.0" | 72 | sass "1.53.0" |
73 | sass-loader "12.6.0" | 73 | sass-loader "13.0.2" |
74 | semver "7.3.7" | 74 | semver "7.3.7" |
75 | source-map-loader "3.0.1" | 75 | source-map-loader "4.0.0" |
76 | source-map-support "0.5.21" | 76 | source-map-support "0.5.21" |
77 | stylus "0.57.0" | 77 | stylus "0.58.1" |
78 | stylus-loader "6.2.0" | 78 | stylus-loader "7.0.0" |
79 | terser "5.13.1" | 79 | terser "5.14.2" |
80 | text-table "0.2.0" | 80 | text-table "0.2.0" |
81 | tree-kill "1.2.2" | 81 | tree-kill "1.2.2" |
82 | tslib "2.4.0" | 82 | tslib "2.4.0" |
83 | webpack "5.72.1" | 83 | webpack "5.73.0" |
84 | webpack-dev-middleware "5.3.1" | 84 | webpack-dev-middleware "5.3.3" |
85 | webpack-dev-server "4.9.0" | 85 | webpack-dev-server "4.9.3" |
86 | webpack-merge "5.8.0" | 86 | webpack-merge "5.8.0" |
87 | webpack-subresource-integrity "5.1.0" | 87 | webpack-subresource-integrity "5.1.0" |
88 | optionalDependencies: | 88 | optionalDependencies: |
89 | esbuild "0.14.38" | 89 | esbuild "0.14.49" |
90 | 90 | ||
91 | "@angular-devkit/build-webpack@0.1400.1": | 91 | "@angular-devkit/build-webpack@0.1401.0": |
92 | version "0.1400.1" | 92 | version "0.1401.0" |
93 | resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1400.1.tgz#3caba9d089e3b8587f4a7fb2e3796c06cb7a7659" | 93 | resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1401.0.tgz#18c1917a11e9efd7d4fbb2ad7c1495f92b2af657" |
94 | integrity sha512-Q5KMw/7y34GonSx3rEByMvnwu3JLeSAP94Th2PzVD2NZFmINujuzbZ35FnduuxAjNDFWGcrykfMwZyIew7selw== | 94 | integrity sha512-jKfnHal09mVnEapmNrAHXL/00LfafmfEUtlOPzQMgGJL7MWCeMcFthsbcOnGuzUerbiiquRk/KmLTERYjH+ZrQ== |
95 | dependencies: | 95 | dependencies: |
96 | "@angular-devkit/architect" "0.1400.1" | 96 | "@angular-devkit/architect" "0.1401.0" |
97 | rxjs "6.6.7" | 97 | rxjs "6.6.7" |
98 | 98 | ||
99 | "@angular-devkit/core@14.0.1": | 99 | "@angular-devkit/core@14.1.0": |
100 | version "14.0.1" | 100 | version "14.1.0" |
101 | resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.0.1.tgz#085108714a7b65246cefe3e065d5bd848ed982b3" | 101 | resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-14.1.0.tgz#e3f6f0b8e8b6780229e582eb730b8662938b4c85" |
102 | integrity sha512-yiduPSPRp4s4yYKc3BOvbL5gOzaOPvRCMcJ3jeQbitLIXD/xwSHO8OmmsLsN/PnM1RzA8vVHsK7lN4v1JvhqPA== | 102 | integrity sha512-Y2d/+nFmjjY4eatc3cwdDDAnpnhG3KTX2OVW7dXSUxW3eY5e3vdMlVUbFiKwvwAshlrJy85Y6RMvZSBN4VrpnA== |
103 | dependencies: | 103 | dependencies: |
104 | ajv "8.11.0" | 104 | ajv "8.11.0" |
105 | ajv-formats "2.1.1" | 105 | ajv-formats "2.1.1" |
106 | jsonc-parser "3.0.0" | 106 | jsonc-parser "3.1.0" |
107 | rxjs "6.6.7" | 107 | rxjs "6.6.7" |
108 | source-map "0.7.3" | 108 | source-map "0.7.4" |
109 | 109 | ||
110 | "@angular-devkit/schematics@14.0.1": | 110 | "@angular-devkit/schematics@14.1.0": |
111 | version "14.0.1" | 111 | version "14.1.0" |
112 | resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.0.1.tgz#5a8c2cf14f89f5cd00bc7abafbd545c4701555fe" | 112 | resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-14.1.0.tgz#7db408070701580a85cdc0b77fdab246a3add40c" |
113 | integrity sha512-Ub9W2SIgmYs9+SWCW117/N+wSThOWWDo1j+JiZlh9jML7ZRc9HCTEzo8Yic+6/ZuouVcKExCUO90z0InVkOB7g== | 113 | integrity sha512-5QC01k9eznuQSiqxijKhVkAEmA8sioYuLhBzyffaPszSySH8kPMNxhAc8zJhBTNLumbS6iDaGkSqTQl5Kv9fOw== |
114 | dependencies: | 114 | dependencies: |
115 | "@angular-devkit/core" "14.0.1" | 115 | "@angular-devkit/core" "14.1.0" |
116 | jsonc-parser "3.0.0" | 116 | jsonc-parser "3.1.0" |
117 | magic-string "0.26.1" | 117 | magic-string "0.26.2" |
118 | ora "5.4.1" | 118 | ora "5.4.1" |
119 | rxjs "6.6.7" | 119 | rxjs "6.6.7" |
120 | 120 | ||
121 | "@angular-eslint/builder@13.5.0": | 121 | "@angular-eslint/builder@14.0.2": |
122 | version "13.5.0" | 122 | version "14.0.2" |
123 | resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-13.5.0.tgz#84480d7d02e4ac0dbee86d4533a4d1626eb1279e" | 123 | resolved "https://registry.yarnpkg.com/@angular-eslint/builder/-/builder-14.0.2.tgz#0bb6f05488546c58aa0017431307766c093868ab" |
124 | integrity sha512-IYY/HYS4fSddJLs2pAkMkKhHL07driUILPxGnGLblfWuoJBhRspyrVL3uZc3Q4iJXc1RJfaOno9oRw11FGyL6Q== | 124 | integrity sha512-RY/1fKNewm3Wt3ILe9Ue5jTiQRtPR8q+eAmV89EYl07jEQ4RA7oND+vYD0UT9IJDVVHZYs6nlEnb0JmwCQI8kA== |
125 | dependencies: | 125 | dependencies: |
126 | "@nrwl/devkit" "13.1.3" | 126 | "@nrwl/devkit" "^14.2.4" |
127 | nx "^14.2.4" | ||
127 | 128 | ||
128 | "@angular-eslint/bundled-angular-compiler@13.5.0": | 129 | "@angular-eslint/bundled-angular-compiler@14.0.2": |
129 | version "13.5.0" | 130 | version "14.0.2" |
130 | resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz#5b417f7f4503b5588957bb4b963b752e0b76a158" | 131 | resolved "https://registry.yarnpkg.com/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.2.tgz#16aed25430b96fac50d069b2e44dae89fa4b12ad" |
131 | integrity sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg== | 132 | integrity sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg== |
132 | 133 | ||
133 | "@angular-eslint/eslint-plugin-template@13.5.0": | 134 | "@angular-eslint/eslint-plugin-template@14.0.2": |
134 | version "13.5.0" | 135 | version "14.0.2" |
135 | resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-13.5.0.tgz#c7769d045ba792891199f1c9fd1be37ba54c5a49" | 136 | resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.0.2.tgz#ff888b51f6df73469b7237f430571746d05ce2c6" |
136 | integrity sha512-ZVSXayn8MqYOhYomH2Cjc0azhuUQbY9fp9dKjJZOD64KhP8BYHw8+Ogc9E/FU5oZQ9fKw6A+23NAYKmLNqSAgA== | 137 | integrity sha512-egan0a2GVkubST4H7x2mPMTz3Ee9QXeLEchJyWXdFBZ6Nrpfjaki5dOQYhLU7KyxqhrSW4XugMWPGj2KW2gMxQ== |
137 | dependencies: | 138 | dependencies: |
138 | "@angular-eslint/bundled-angular-compiler" "13.5.0" | 139 | "@angular-eslint/bundled-angular-compiler" "14.0.2" |
139 | "@typescript-eslint/experimental-utils" "5.27.1" | 140 | "@typescript-eslint/utils" "5.29.0" |
140 | aria-query "^4.2.2" | 141 | aria-query "5.0.0" |
141 | axobject-query "^2.2.0" | 142 | axobject-query "3.0.1" |
142 | 143 | ||
143 | "@angular-eslint/eslint-plugin@13.5.0": | 144 | "@angular-eslint/eslint-plugin@14.0.2": |
144 | version "13.5.0" | 145 | version "14.0.2" |
145 | resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-13.5.0.tgz#7af8414e2e51421079f3f92eccf1e548090adba0" | 146 | resolved "https://registry.yarnpkg.com/@angular-eslint/eslint-plugin/-/eslint-plugin-14.0.2.tgz#8bd852aa6d5f709e43972308dddbd1f604735f67" |
146 | integrity sha512-k9o9WIqUkdO8tdYFCJ54PUWsNd9HHflih/GmA13EWciBYx8QxciwBh0u4NSAnbtOwp4Y7juGZ/Dta5ZrT/2VBA== | 147 | integrity sha512-TfiXWqaWGysnPB6JstZouvA9tNwIsCLvSIGqniE1U90kX6p5nL8Z09JOiv/9jlYfgAIEgUD48BGMZzDi86voGA== |
147 | dependencies: | 148 | dependencies: |
148 | "@angular-eslint/utils" "13.5.0" | 149 | "@angular-eslint/utils" "14.0.2" |
149 | "@typescript-eslint/experimental-utils" "5.27.1" | 150 | "@typescript-eslint/utils" "5.29.0" |
150 | 151 | ||
151 | "@angular-eslint/schematics@13.5.0": | 152 | "@angular-eslint/schematics@14.0.2": |
152 | version "13.5.0" | 153 | version "14.0.2" |
153 | resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-13.5.0.tgz#b02045a6202fb453bb87084b66e9f77869ed6af0" | 154 | resolved "https://registry.yarnpkg.com/@angular-eslint/schematics/-/schematics-14.0.2.tgz#0fc0d1bc61f170bde8cef122ea31080f244556b7" |
154 | integrity sha512-0LvdalNpYb0oWwptwkeK2PVokfQ9itMIp8/aMjbOLH1RQ3eHFZgBtVvVm3G5EpPKzbL0llaeTifZvH2z70qVYQ== | 155 | integrity sha512-aLS13eaJmQZe02J3oZywvGOKonEhnHRIoJcVYovT4YRQ/QWmDzd7Ye81ta7C2x8YhKUWgU/7YQagBDGEP8XORw== |
155 | dependencies: | 156 | dependencies: |
156 | "@angular-eslint/eslint-plugin" "13.5.0" | 157 | "@angular-eslint/eslint-plugin" "14.0.2" |
157 | "@angular-eslint/eslint-plugin-template" "13.5.0" | 158 | "@angular-eslint/eslint-plugin-template" "14.0.2" |
158 | ignore "5.2.0" | 159 | ignore "5.2.0" |
159 | strip-json-comments "3.1.1" | 160 | strip-json-comments "3.1.1" |
160 | tmp "0.2.1" | 161 | tmp "0.2.1" |
161 | 162 | ||
162 | "@angular-eslint/template-parser@13.5.0": | 163 | "@angular-eslint/template-parser@14.0.2": |
163 | version "13.5.0" | 164 | version "14.0.2" |
164 | resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz#9930b4d7618ae7bd2d3783ce9840ef4a9b45fdc9" | 165 | resolved "https://registry.yarnpkg.com/@angular-eslint/template-parser/-/template-parser-14.0.2.tgz#00fbe0a30f06f3e40bbb414db26349152dd46e27" |
165 | integrity sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA== | 166 | integrity sha512-NTXSfL97WVs4GTKPtPcRZfWtvNbhgcIZUvKUTk5ieYiVLqsHF9Y+NlAKBh44AGldM5oCNO4HUfnvOedtqkQ+MA== |
166 | dependencies: | 167 | dependencies: |
167 | "@angular-eslint/bundled-angular-compiler" "13.5.0" | 168 | "@angular-eslint/bundled-angular-compiler" "14.0.2" |
168 | eslint-scope "^5.1.0" | 169 | eslint-scope "^5.1.0" |
169 | 170 | ||
170 | "@angular-eslint/utils@13.5.0": | 171 | "@angular-eslint/utils@14.0.2": |
171 | version "13.5.0" | 172 | version "14.0.2" |
172 | resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-13.5.0.tgz#bb4aefc2f1259084e9dfe6c2ac3e266acd929e6f" | 173 | resolved "https://registry.yarnpkg.com/@angular-eslint/utils/-/utils-14.0.2.tgz#15cbbf142eebab66fc887f0d85b0518a2989d832" |
173 | integrity sha512-wX3W6STSDJDJ7ZyEsUdBp4HUPwmillMmKcdnFsy+qxbpJFzFOxOFpK1zet4ELsq1XpB89i9vRvC3vYbpHn3CSw== | 174 | integrity sha512-8cHyQFG3jIHMHBjlqMU9ExAgOFGqbvxUa5EUvdc8wJUXtwhYx5NCQupdSpy/qG8gHiXjxvxinEtACZJQ9/SOwQ== |
174 | dependencies: | 175 | dependencies: |
175 | "@angular-eslint/bundled-angular-compiler" "13.5.0" | 176 | "@angular-eslint/bundled-angular-compiler" "14.0.2" |
176 | "@typescript-eslint/experimental-utils" "5.27.1" | 177 | "@typescript-eslint/utils" "5.29.0" |
177 | 178 | ||
178 | "@angular/animations@^14.0.1": | 179 | "@angular/animations@^14.0.1": |
179 | version "14.0.1" | 180 | version "14.1.0" |
180 | resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.0.1.tgz#56f95e5281586ed3deba918bf7d5fe8c8efccbdf" | 181 | resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-14.1.0.tgz#a819b2c012ce507d6260c86b089f73fd00c3bf59" |
181 | integrity sha512-fHHZeimKweVDMGaKazgoPLEc3g+v7OgpMI7m2SzREOug2++qoA7UsJ/IEjxXY1LKiVKeb4sjyC8E0ziGmYl6+w== | 182 | integrity sha512-OhEXi1u/M4QyltDCxSqo7YzF7ELgNDWNqbbM7vtWIcrc4c+Yiu1GXhW/GQRosF3WAuQVfdQzEI0VTeNoo98Kvw== |
182 | dependencies: | 183 | dependencies: |
183 | tslib "^2.3.0" | 184 | tslib "^2.3.0" |
184 | 185 | ||
185 | "@angular/cdk@^14.0.1": | 186 | "@angular/cdk@^14.0.1": |
186 | version "14.0.1" | 187 | version "14.1.0" |
187 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.0.1.tgz#fda9480461f4e37e6b514f0aaef6500503b89d59" | 188 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-14.1.0.tgz#abf5ad3cdd96e42666bce949833ac1c2405ab031" |
188 | integrity sha512-kiCzcNaUjJ/muxUk1OyIl9tuSlt2PzY3vO6A0/mRUGk7ejXbiN07jZCgNAQuWNcvaLpAtqTi7sWOVNUNooCgxw== | 189 | integrity sha512-EOQZmlTgj5Tc6/s50kEQUYKWH0S748rzbymBYkvyJs864lP9A8khz83IINmm+PD2sMADKtBETD3aEa5yQRhVAA== |
189 | dependencies: | 190 | dependencies: |
190 | tslib "^2.3.0" | 191 | tslib "^2.3.0" |
191 | optionalDependencies: | 192 | optionalDependencies: |
192 | parse5 "^5.0.0" | 193 | parse5 "^5.0.0" |
193 | 194 | ||
194 | "@angular/cli@^14.0.1": | 195 | "@angular/cli@^14.0.1": |
195 | version "14.0.1" | 196 | version "14.1.0" |
196 | resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.0.1.tgz#3cfefc32155140812ce6145e3d1021026d971aed" | 197 | resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-14.1.0.tgz#15085e007f642d58461b7b9251b9256645c998a3" |
197 | integrity sha512-5NUfpHlIQ+BipsHIMHImP2bXu5nJcyr4sbs8Otf5ReCcqculJGfKwX0gYYgLfExbw1r4JtCTDggYanUcVgqkdw== | 198 | integrity sha512-W/t2PkGHu9r87po1ZXQRYU81VtjzNMuGsP5tmoW1pGuibK7Kj+25G+jrXK/WADTi+pjTMXHNXYn8PlMNAIrZ/w== |
198 | dependencies: | 199 | dependencies: |
199 | "@angular-devkit/architect" "0.1400.1" | 200 | "@angular-devkit/architect" "0.1401.0" |
200 | "@angular-devkit/core" "14.0.1" | 201 | "@angular-devkit/core" "14.1.0" |
201 | "@angular-devkit/schematics" "14.0.1" | 202 | "@angular-devkit/schematics" "14.1.0" |
202 | "@schematics/angular" "14.0.1" | 203 | "@schematics/angular" "14.1.0" |
203 | "@yarnpkg/lockfile" "1.1.0" | 204 | "@yarnpkg/lockfile" "1.1.0" |
204 | ansi-colors "4.1.1" | 205 | ansi-colors "4.1.3" |
205 | debug "4.3.4" | 206 | debug "4.3.4" |
206 | ini "3.0.0" | 207 | ini "3.0.0" |
207 | inquirer "8.2.4" | 208 | inquirer "8.2.4" |
208 | jsonc-parser "3.0.0" | 209 | jsonc-parser "3.1.0" |
209 | npm-package-arg "9.0.2" | 210 | npm-package-arg "9.1.0" |
210 | npm-pick-manifest "7.0.1" | 211 | npm-pick-manifest "7.0.1" |
211 | open "8.4.0" | 212 | open "8.4.0" |
212 | ora "5.4.1" | 213 | ora "5.4.1" |
213 | pacote "13.3.0" | 214 | pacote "13.6.1" |
214 | resolve "1.22.0" | 215 | resolve "1.22.1" |
215 | semver "7.3.7" | 216 | semver "7.3.7" |
216 | symbol-observable "4.0.0" | 217 | symbol-observable "4.0.0" |
217 | uuid "8.3.2" | 218 | uuid "8.3.2" |
218 | yargs "17.4.1" | 219 | yargs "17.5.1" |
219 | 220 | ||
220 | "@angular/common@^14.0.1": | 221 | "@angular/common@^14.0.1": |
221 | version "14.0.1" | 222 | version "14.1.0" |
222 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.0.1.tgz#23326ed0d3750d52f186260aee175a175f463c4c" | 223 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-14.1.0.tgz#84886e7f74c6e475377fdc9150d0d184583ca8f5" |
223 | integrity sha512-6yT95daze55H0KLag+LgQQMGV7jGy3ggcdIEEU9H+cM4rp37kz97RNGaig5p34c1f/VMg6LaDXOK4LjAebbnBw== | 224 | integrity sha512-leethDtLbA3qySaOEBUto602DF0qH1maK9u2zHncrUFOpnHAYUEd7N9MFMdIYASurTnwOSglEoIDCML94qzImQ== |
224 | dependencies: | 225 | dependencies: |
225 | tslib "^2.3.0" | 226 | tslib "^2.3.0" |
226 | 227 | ||
227 | "@angular/compiler-cli@^14.0.1": | 228 | "@angular/compiler-cli@^14.0.1": |
228 | version "14.0.1" | 229 | version "14.1.0" |
229 | resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.0.1.tgz#6b88318e66e4f1d3bb8a5340e6b3a3722bcff52d" | 230 | resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-14.1.0.tgz#83adac3432dbc2b362fac258facc8ca9f06783eb" |
230 | integrity sha512-cDldWH5Xu+nscUw1B71Lt+//TylRqSP8lDRCXxdX0TJeAtxhWTn8TLDy+Cc+YRiccwtuVXQuyCrdeWCR5hJt+Q== | 231 | integrity sha512-llJkDnv0+riTdRPdOJv/FToz4X9ZO1URnalW+tIe2RyfOzkEqM+VLD/x+3cVgnsaFKuoPxIjZEkMoppGwVB4kg== |
231 | dependencies: | 232 | dependencies: |
232 | "@babel/core" "^7.17.2" | 233 | "@babel/core" "^7.17.2" |
233 | chokidar "^3.0.0" | 234 | chokidar "^3.0.0" |
@@ -241,60 +242,60 @@ | |||
241 | yargs "^17.2.1" | 242 | yargs "^17.2.1" |
242 | 243 | ||
243 | "@angular/compiler@^14.0.1": | 244 | "@angular/compiler@^14.0.1": |
244 | version "14.0.1" | 245 | version "14.1.0" |
245 | resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.0.1.tgz#4c6bec6f385d93ce5d6fee8b53228b2270f4f385" | 246 | resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-14.1.0.tgz#25f1eb12e3fdf49223bf6cdf7c0637d149860633" |
246 | integrity sha512-8A7xNm5eIjovMjDKqOj0Ba15BB/A6sWruR0Tt+vSzuUmJD6mWc1BZAPXIByJkZOrusuc5FKnoicJ0aV/U8lkAg== | 247 | integrity sha512-aLbtpFDF3fp/DOEsWSdpszmoNZAb0To/zoKhHVmEReuUKkMtlPNd3+e6wkR2vrvR/cWgbKwdb7RQ1IQtGDu74A== |
247 | dependencies: | 248 | dependencies: |
248 | tslib "^2.3.0" | 249 | tslib "^2.3.0" |
249 | 250 | ||
250 | "@angular/core@^14.0.1": | 251 | "@angular/core@^14.0.1": |
251 | version "14.0.1" | 252 | version "14.1.0" |
252 | resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.0.1.tgz#415128247b9273abfe9dd13f6c0c2583cabd9b07" | 253 | resolved "https://registry.yarnpkg.com/@angular/core/-/core-14.1.0.tgz#5a0fa164ca180027d4c54a5b70e7357918f9af9b" |
253 | integrity sha512-72/VathVpDVEIm/T87eGF9Ng9JYOfrRVJCGhPwKvbIQZzCrg07acPwjDvtifkhKEKyMxLXv+F3bClr8WYP6c4Q== | 254 | integrity sha512-3quEsHmQifJOQ2oij5K+cjGjmhsKsyZI1+OTHWNZ6IXeuYviZv4U/Cui9fUJ1RN3CZxH3NzWB3gB/5qYFQfOgg== |
254 | dependencies: | 255 | dependencies: |
255 | tslib "^2.3.0" | 256 | tslib "^2.3.0" |
256 | 257 | ||
257 | "@angular/forms@^14.0.1": | 258 | "@angular/forms@^14.0.1": |
258 | version "14.0.1" | 259 | version "14.1.0" |
259 | resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.0.1.tgz#9286b25ac59de8ba8355bf200eabfaae40cf1d2d" | 260 | resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-14.1.0.tgz#17a7ec211a11b75572d89359f08c277cfcdb1210" |
260 | integrity sha512-QueehWD0ghfYw3TQS9DN62i6gnc+xLeJ6NFJ8fVfh9Ny4V9zFB24bUwBmwcIiZhkw/5G42tjcuUIDO9KlNtBbA== | 261 | integrity sha512-y7VQ2t+/ASEjzt8zXg4y5b03lMSPHmnhy4XzjDT14ZFrALaSxyhkSqoBfAksPkTeKmsFMnP/VgLboRsE8TLs0Q== |
261 | dependencies: | 262 | dependencies: |
262 | tslib "^2.3.0" | 263 | tslib "^2.3.0" |
263 | 264 | ||
264 | "@angular/localize@^14.0.1": | 265 | "@angular/localize@^14.0.1": |
265 | version "14.0.1" | 266 | version "14.1.0" |
266 | resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-14.0.1.tgz#2f51e24c7285275898e8cd69fa985cf0ff5c7f00" | 267 | resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-14.1.0.tgz#cceaf47af06edbb4058f109f68bb82cd720c82a6" |
267 | integrity sha512-AMZB3cAefNns1rcwrq7en12vAZ8Jv8plR+hwAjVvphOOfDAAKRL6j1Qzhdv5SC8W7/17HxPdHhsMqCpYsEJHmg== | 268 | integrity sha512-kGiSLDhYCCYyHgXFjy6P9VCCD9dI/IqM0V6Vn/cCL+ZCVUz6pcsGtnhfU6bycMYwyv72py51hMYKMEVR+nfIhQ== |
268 | dependencies: | 269 | dependencies: |
269 | "@babel/core" "7.17.12" | 270 | "@babel/core" "7.18.9" |
270 | glob "8.0.3" | 271 | glob "8.0.3" |
271 | yargs "^17.2.1" | 272 | yargs "^17.2.1" |
272 | 273 | ||
273 | "@angular/platform-browser-dynamic@^14.0.1": | 274 | "@angular/platform-browser-dynamic@^14.0.1": |
274 | version "14.0.1" | 275 | version "14.1.0" |
275 | resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.0.1.tgz#e93438e6b27bf2bb8f8dc64702ec8b366ce3b6b6" | 276 | resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.1.0.tgz#9e30c5c4d2ff507402dcb36a5878068d8d900b81" |
276 | integrity sha512-aYErZUfHnyhWrZYI/Aq9aXE2pJWXiqtSfs41GM+L2SgD9dF/463sOIw/+gOhE/Os7Fwd1OSmo6GlFwMkfZNTeg== | 277 | integrity sha512-0Lxz3HJ9qTOyMTp5Qud2tycP7wqe+tnHOSUqDywrbNRozTKGX0z3i+l0KMku3BtUbuMi3tJomqV914/dtbCvIw== |
277 | dependencies: | 278 | dependencies: |
278 | tslib "^2.3.0" | 279 | tslib "^2.3.0" |
279 | 280 | ||
280 | "@angular/platform-browser@^14.0.1": | 281 | "@angular/platform-browser@^14.0.1": |
281 | version "14.0.1" | 282 | version "14.1.0" |
282 | resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.0.1.tgz#fed9b5192c23152b4b2e6c5455410eb6f21fe0c6" | 283 | resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-14.1.0.tgz#6259e3fe7eacaffa18679dd588116e23eac7cf6d" |
283 | integrity sha512-/0xdsCbVaanP7urgMrA+9E4XYRx4Bc/AABUKy/m3C9nbl7T0C2jzuX3yGZsBpr9rzEwmImyBqExX3bKuAlMwPQ== | 284 | integrity sha512-axNXUSqxsP0QSdNskd1pFo2uMo1UNoFaSAB02eDWwLkWQ1pWel+T78HiQY2bNeI3elgzjwPTT4vCCDQKNVTNig== |
284 | dependencies: | 285 | dependencies: |
285 | tslib "^2.3.0" | 286 | tslib "^2.3.0" |
286 | 287 | ||
287 | "@angular/router@^14.0.1": | 288 | "@angular/router@^14.0.1": |
288 | version "14.0.1" | 289 | version "14.1.0" |
289 | resolved "https://registry.yarnpkg.com/@angular/router/-/router-14.0.1.tgz#ad0f1f31a1f8617222f24be99a87e76b7ca55e2b" | 290 | resolved "https://registry.yarnpkg.com/@angular/router/-/router-14.1.0.tgz#a377dc8fee53f84657af260442183c7b9526a4d0" |
290 | integrity sha512-FtJIe7acU6MuxoBlrl33VHKKVxePgOGnyPkRrxEHxrq8Dw6Y9JkW45Nk1t54CjcEhkkmPgSuJ2h2Jfn2fa6Vcw== | 291 | integrity sha512-WBC1E+d9RS8vy57zJ6LVtWT3AM12mEHY7SCMBRJNBcrmBYJwojxeV8IVkUoW4Ds910gG/w3LjIN0eNHg5qRtNA== |
291 | dependencies: | 292 | dependencies: |
292 | tslib "^2.3.0" | 293 | tslib "^2.3.0" |
293 | 294 | ||
294 | "@angular/service-worker@^14.0.1": | 295 | "@angular/service-worker@^14.0.1": |
295 | version "14.0.1" | 296 | version "14.1.0" |
296 | resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-14.0.1.tgz#4e64b4e26dc853b3c328e114048fd63b3028b769" | 297 | resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-14.1.0.tgz#5a2e97f5d39fda88748329f3e850e27cbfd76020" |
297 | integrity sha512-vcVEsf5oY/ebgyFoWscTrgsE4NKZ3hLTFI/nYw3RNNERim/10BWiT/nUFmuza6G4s7eUbF7e7Ng/yK8VcIgtZw== | 298 | integrity sha512-kwMHduhZqWzOZbt9xhRbEtixZAdppdW4NtUVpzBJAfDC/7l3cEwLhTgcwwC9rP1E1LIFXWKJUARKXOCjMD9lQQ== |
298 | dependencies: | 299 | dependencies: |
299 | tslib "^2.3.0" | 300 | tslib "^2.3.0" |
300 | 301 | ||
@@ -303,462 +304,432 @@ | |||
303 | resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.10.1.tgz#70e45678f06c72fa2e350e8553ec4a4d72b92e06" | 304 | resolved "https://registry.yarnpkg.com/@assemblyscript/loader/-/loader-0.10.1.tgz#70e45678f06c72fa2e350e8553ec4a4d72b92e06" |
304 | integrity sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg== | 305 | integrity sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg== |
305 | 306 | ||
306 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7": | 307 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6": |
307 | version "7.16.7" | 308 | version "7.18.6" |
308 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" | 309 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
309 | integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== | 310 | integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
310 | dependencies: | 311 | dependencies: |
311 | "@babel/highlight" "^7.16.7" | 312 | "@babel/highlight" "^7.18.6" |
312 | 313 | ||
313 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10": | 314 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.6", "@babel/compat-data@^7.18.8": |
314 | version "7.18.5" | 315 | version "7.18.8" |
315 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.5.tgz#acac0c839e317038c73137fbb6ef71a1d6238471" | 316 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" |
316 | integrity sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg== | 317 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== |
317 | 318 | ||
318 | "@babel/core@7.17.10": | 319 | "@babel/core@7.18.6": |
319 | version "7.17.10" | 320 | version "7.18.6" |
320 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05" | 321 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d" |
321 | integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA== | 322 | integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== |
322 | dependencies: | 323 | dependencies: |
323 | "@ampproject/remapping" "^2.1.0" | 324 | "@ampproject/remapping" "^2.1.0" |
324 | "@babel/code-frame" "^7.16.7" | 325 | "@babel/code-frame" "^7.18.6" |
325 | "@babel/generator" "^7.17.10" | 326 | "@babel/generator" "^7.18.6" |
326 | "@babel/helper-compilation-targets" "^7.17.10" | 327 | "@babel/helper-compilation-targets" "^7.18.6" |
327 | "@babel/helper-module-transforms" "^7.17.7" | 328 | "@babel/helper-module-transforms" "^7.18.6" |
328 | "@babel/helpers" "^7.17.9" | 329 | "@babel/helpers" "^7.18.6" |
329 | "@babel/parser" "^7.17.10" | 330 | "@babel/parser" "^7.18.6" |
330 | "@babel/template" "^7.16.7" | 331 | "@babel/template" "^7.18.6" |
331 | "@babel/traverse" "^7.17.10" | 332 | "@babel/traverse" "^7.18.6" |
332 | "@babel/types" "^7.17.10" | 333 | "@babel/types" "^7.18.6" |
333 | convert-source-map "^1.7.0" | 334 | convert-source-map "^1.7.0" |
334 | debug "^4.1.0" | 335 | debug "^4.1.0" |
335 | gensync "^1.0.0-beta.2" | 336 | gensync "^1.0.0-beta.2" |
336 | json5 "^2.2.1" | 337 | json5 "^2.2.1" |
337 | semver "^6.3.0" | 338 | semver "^6.3.0" |
338 | 339 | ||
339 | "@babel/core@7.17.12": | 340 | "@babel/core@7.18.9", "@babel/core@^7.12.3", "@babel/core@^7.17.2", "@babel/core@^7.18.5": |
340 | version "7.17.12" | 341 | version "7.18.9" |
341 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee" | 342 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" |
342 | integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w== | 343 | integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== |
343 | dependencies: | 344 | dependencies: |
344 | "@ampproject/remapping" "^2.1.0" | 345 | "@ampproject/remapping" "^2.1.0" |
345 | "@babel/code-frame" "^7.16.7" | 346 | "@babel/code-frame" "^7.18.6" |
346 | "@babel/generator" "^7.17.12" | 347 | "@babel/generator" "^7.18.9" |
347 | "@babel/helper-compilation-targets" "^7.17.10" | 348 | "@babel/helper-compilation-targets" "^7.18.9" |
348 | "@babel/helper-module-transforms" "^7.17.12" | 349 | "@babel/helper-module-transforms" "^7.18.9" |
349 | "@babel/helpers" "^7.17.9" | 350 | "@babel/helpers" "^7.18.9" |
350 | "@babel/parser" "^7.17.12" | 351 | "@babel/parser" "^7.18.9" |
351 | "@babel/template" "^7.16.7" | 352 | "@babel/template" "^7.18.6" |
352 | "@babel/traverse" "^7.17.12" | 353 | "@babel/traverse" "^7.18.9" |
353 | "@babel/types" "^7.17.12" | 354 | "@babel/types" "^7.18.9" |
354 | convert-source-map "^1.7.0" | 355 | convert-source-map "^1.7.0" |
355 | debug "^4.1.0" | 356 | debug "^4.1.0" |
356 | gensync "^1.0.0-beta.2" | 357 | gensync "^1.0.0-beta.2" |
357 | json5 "^2.2.1" | 358 | json5 "^2.2.1" |
358 | semver "^6.3.0" | 359 | semver "^6.3.0" |
359 | 360 | ||
360 | "@babel/core@^7.12.3", "@babel/core@^7.17.2", "@babel/core@^7.18.5": | 361 | "@babel/generator@7.18.7": |
361 | version "7.18.5" | 362 | version "7.18.7" |
362 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.5.tgz#c597fa680e58d571c28dda9827669c78cdd7f000" | 363 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd" |
363 | integrity sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ== | 364 | integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== |
364 | dependencies: | 365 | dependencies: |
365 | "@ampproject/remapping" "^2.1.0" | 366 | "@babel/types" "^7.18.7" |
366 | "@babel/code-frame" "^7.16.7" | 367 | "@jridgewell/gen-mapping" "^0.3.2" |
367 | "@babel/generator" "^7.18.2" | ||
368 | "@babel/helper-compilation-targets" "^7.18.2" | ||
369 | "@babel/helper-module-transforms" "^7.18.0" | ||
370 | "@babel/helpers" "^7.18.2" | ||
371 | "@babel/parser" "^7.18.5" | ||
372 | "@babel/template" "^7.16.7" | ||
373 | "@babel/traverse" "^7.18.5" | ||
374 | "@babel/types" "^7.18.4" | ||
375 | convert-source-map "^1.7.0" | ||
376 | debug "^4.1.0" | ||
377 | gensync "^1.0.0-beta.2" | ||
378 | json5 "^2.2.1" | ||
379 | semver "^6.3.0" | ||
380 | |||
381 | "@babel/generator@7.17.10": | ||
382 | version "7.17.10" | ||
383 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189" | ||
384 | integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg== | ||
385 | dependencies: | ||
386 | "@babel/types" "^7.17.10" | ||
387 | "@jridgewell/gen-mapping" "^0.1.0" | ||
388 | jsesc "^2.5.1" | 368 | jsesc "^2.5.1" |
389 | 369 | ||
390 | "@babel/generator@^7.17.10", "@babel/generator@^7.17.12", "@babel/generator@^7.18.2": | 370 | "@babel/generator@^7.18.6", "@babel/generator@^7.18.9": |
391 | version "7.18.2" | 371 | version "7.18.9" |
392 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d" | 372 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" |
393 | integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw== | 373 | integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug== |
394 | dependencies: | 374 | dependencies: |
395 | "@babel/types" "^7.18.2" | 375 | "@babel/types" "^7.18.9" |
396 | "@jridgewell/gen-mapping" "^0.3.0" | 376 | "@jridgewell/gen-mapping" "^0.3.2" |
397 | jsesc "^2.5.1" | 377 | jsesc "^2.5.1" |
398 | 378 | ||
399 | "@babel/helper-annotate-as-pure@7.16.7", "@babel/helper-annotate-as-pure@^7.16.7": | 379 | "@babel/helper-annotate-as-pure@7.18.6", "@babel/helper-annotate-as-pure@^7.18.6": |
400 | version "7.16.7" | 380 | version "7.18.6" |
401 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" | 381 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
402 | integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== | 382 | integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
403 | dependencies: | 383 | dependencies: |
404 | "@babel/types" "^7.16.7" | 384 | "@babel/types" "^7.18.6" |
405 | 385 | ||
406 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": | 386 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": |
407 | version "7.16.7" | 387 | version "7.18.9" |
408 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" | 388 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" |
409 | integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== | 389 | integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw== |
410 | dependencies: | 390 | dependencies: |
411 | "@babel/helper-explode-assignable-expression" "^7.16.7" | 391 | "@babel/helper-explode-assignable-expression" "^7.18.6" |
412 | "@babel/types" "^7.16.7" | 392 | "@babel/types" "^7.18.9" |
413 | 393 | ||
414 | "@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": | 394 | "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.6", "@babel/helper-compilation-targets@^7.18.9": |
415 | version "7.18.2" | 395 | version "7.18.9" |
416 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b" | 396 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" |
417 | integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ== | 397 | integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg== |
418 | dependencies: | 398 | dependencies: |
419 | "@babel/compat-data" "^7.17.10" | 399 | "@babel/compat-data" "^7.18.8" |
420 | "@babel/helper-validator-option" "^7.16.7" | 400 | "@babel/helper-validator-option" "^7.18.6" |
421 | browserslist "^4.20.2" | 401 | browserslist "^4.20.2" |
422 | semver "^6.3.0" | 402 | semver "^6.3.0" |
423 | 403 | ||
424 | "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0": | 404 | "@babel/helper-create-class-features-plugin@^7.18.6": |
425 | version "7.18.0" | 405 | version "7.18.9" |
426 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19" | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz#d802ee16a64a9e824fcbf0a2ffc92f19d58550ce" |
427 | integrity sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg== | 407 | integrity sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw== |
428 | dependencies: | 408 | dependencies: |
429 | "@babel/helper-annotate-as-pure" "^7.16.7" | 409 | "@babel/helper-annotate-as-pure" "^7.18.6" |
430 | "@babel/helper-environment-visitor" "^7.16.7" | 410 | "@babel/helper-environment-visitor" "^7.18.9" |
431 | "@babel/helper-function-name" "^7.17.9" | 411 | "@babel/helper-function-name" "^7.18.9" |
432 | "@babel/helper-member-expression-to-functions" "^7.17.7" | 412 | "@babel/helper-member-expression-to-functions" "^7.18.9" |
433 | "@babel/helper-optimise-call-expression" "^7.16.7" | 413 | "@babel/helper-optimise-call-expression" "^7.18.6" |
434 | "@babel/helper-replace-supers" "^7.16.7" | 414 | "@babel/helper-replace-supers" "^7.18.9" |
435 | "@babel/helper-split-export-declaration" "^7.16.7" | 415 | "@babel/helper-split-export-declaration" "^7.18.6" |
436 | 416 | ||
437 | "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.12": | 417 | "@babel/helper-create-regexp-features-plugin@^7.18.6": |
438 | version "7.17.12" | 418 | version "7.18.6" |
439 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.12.tgz#bb37ca467f9694bbe55b884ae7a5cc1e0084e4fd" | 419 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz#3e35f4e04acbbf25f1b3534a657610a000543d3c" |
440 | integrity sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw== | 420 | integrity sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A== |
441 | dependencies: | 421 | dependencies: |
442 | "@babel/helper-annotate-as-pure" "^7.16.7" | 422 | "@babel/helper-annotate-as-pure" "^7.18.6" |
443 | regexpu-core "^5.0.1" | 423 | regexpu-core "^5.1.0" |
444 | 424 | ||
445 | "@babel/helper-define-polyfill-provider@^0.3.1": | 425 | "@babel/helper-define-polyfill-provider@^0.3.1", "@babel/helper-define-polyfill-provider@^0.3.2": |
446 | version "0.3.1" | 426 | version "0.3.2" |
447 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" | 427 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" |
448 | integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== | 428 | integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== |
449 | dependencies: | 429 | dependencies: |
450 | "@babel/helper-compilation-targets" "^7.13.0" | 430 | "@babel/helper-compilation-targets" "^7.17.7" |
451 | "@babel/helper-module-imports" "^7.12.13" | 431 | "@babel/helper-plugin-utils" "^7.16.7" |
452 | "@babel/helper-plugin-utils" "^7.13.0" | ||
453 | "@babel/traverse" "^7.13.0" | ||
454 | debug "^4.1.1" | 432 | debug "^4.1.1" |
455 | lodash.debounce "^4.0.8" | 433 | lodash.debounce "^4.0.8" |
456 | resolve "^1.14.2" | 434 | resolve "^1.14.2" |
457 | semver "^6.1.2" | 435 | semver "^6.1.2" |
458 | 436 | ||
459 | "@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2": | 437 | "@babel/helper-environment-visitor@^7.18.6", "@babel/helper-environment-visitor@^7.18.9": |
460 | version "7.18.2" | 438 | version "7.18.9" |
461 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd" | 439 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
462 | integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ== | 440 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
463 | 441 | ||
464 | "@babel/helper-explode-assignable-expression@^7.16.7": | 442 | "@babel/helper-explode-assignable-expression@^7.18.6": |
465 | version "7.16.7" | 443 | version "7.18.6" |
466 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" | 444 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" |
467 | integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== | 445 | integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg== |
468 | dependencies: | 446 | dependencies: |
469 | "@babel/types" "^7.16.7" | 447 | "@babel/types" "^7.18.6" |
470 | 448 | ||
471 | "@babel/helper-function-name@^7.16.7", "@babel/helper-function-name@^7.17.9": | 449 | "@babel/helper-function-name@^7.18.9": |
472 | version "7.17.9" | 450 | version "7.18.9" |
473 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12" | 451 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" |
474 | integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== | 452 | integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== |
475 | dependencies: | 453 | dependencies: |
476 | "@babel/template" "^7.16.7" | 454 | "@babel/template" "^7.18.6" |
477 | "@babel/types" "^7.17.0" | 455 | "@babel/types" "^7.18.9" |
478 | 456 | ||
479 | "@babel/helper-hoist-variables@^7.16.7": | 457 | "@babel/helper-hoist-variables@^7.18.6": |
480 | version "7.16.7" | 458 | version "7.18.6" |
481 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" | 459 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
482 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== | 460 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
483 | dependencies: | 461 | dependencies: |
484 | "@babel/types" "^7.16.7" | 462 | "@babel/types" "^7.18.6" |
485 | 463 | ||
486 | "@babel/helper-member-expression-to-functions@^7.17.7": | 464 | "@babel/helper-member-expression-to-functions@^7.18.9": |
487 | version "7.17.7" | 465 | version "7.18.9" |
488 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4" | 466 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz#1531661e8375af843ad37ac692c132841e2fd815" |
489 | integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== | 467 | integrity sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg== |
490 | dependencies: | 468 | dependencies: |
491 | "@babel/types" "^7.17.0" | 469 | "@babel/types" "^7.18.9" |
492 | 470 | ||
493 | "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": | 471 | "@babel/helper-module-imports@^7.18.6": |
494 | version "7.16.7" | 472 | version "7.18.6" |
495 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" | 473 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
496 | integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== | 474 | integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== |
497 | dependencies: | 475 | dependencies: |
498 | "@babel/types" "^7.16.7" | 476 | "@babel/types" "^7.18.6" |
499 | 477 | ||
500 | "@babel/helper-module-transforms@^7.17.12", "@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.18.0": | 478 | "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.18.9": |
501 | version "7.18.0" | 479 | version "7.18.9" |
502 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd" | 480 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712" |
503 | integrity sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA== | 481 | integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g== |
504 | dependencies: | 482 | dependencies: |
505 | "@babel/helper-environment-visitor" "^7.16.7" | 483 | "@babel/helper-environment-visitor" "^7.18.9" |
506 | "@babel/helper-module-imports" "^7.16.7" | 484 | "@babel/helper-module-imports" "^7.18.6" |
507 | "@babel/helper-simple-access" "^7.17.7" | 485 | "@babel/helper-simple-access" "^7.18.6" |
508 | "@babel/helper-split-export-declaration" "^7.16.7" | 486 | "@babel/helper-split-export-declaration" "^7.18.6" |
509 | "@babel/helper-validator-identifier" "^7.16.7" | 487 | "@babel/helper-validator-identifier" "^7.18.6" |
510 | "@babel/template" "^7.16.7" | 488 | "@babel/template" "^7.18.6" |
511 | "@babel/traverse" "^7.18.0" | 489 | "@babel/traverse" "^7.18.9" |
512 | "@babel/types" "^7.18.0" | 490 | "@babel/types" "^7.18.9" |
513 | 491 | ||
514 | "@babel/helper-optimise-call-expression@^7.16.7": | 492 | "@babel/helper-optimise-call-expression@^7.18.6": |
515 | version "7.16.7" | 493 | version "7.18.6" |
516 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" | 494 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
517 | integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== | 495 | integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== |
518 | dependencies: | 496 | dependencies: |
519 | "@babel/types" "^7.16.7" | 497 | "@babel/types" "^7.18.6" |
520 | 498 | ||
521 | "@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": | 499 | "@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.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
522 | version "7.17.12" | 500 | version "7.18.9" |
523 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96" | 501 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" |
524 | integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA== | 502 | integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
525 | 503 | ||
526 | "@babel/helper-remap-async-to-generator@^7.16.8": | 504 | "@babel/helper-remap-async-to-generator@^7.18.6": |
527 | version "7.16.8" | 505 | version "7.18.9" |
528 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" | 506 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519" |
529 | integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== | 507 | integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA== |
530 | dependencies: | 508 | dependencies: |
531 | "@babel/helper-annotate-as-pure" "^7.16.7" | 509 | "@babel/helper-annotate-as-pure" "^7.18.6" |
532 | "@babel/helper-wrap-function" "^7.16.8" | 510 | "@babel/helper-environment-visitor" "^7.18.9" |
533 | "@babel/types" "^7.16.8" | 511 | "@babel/helper-wrap-function" "^7.18.9" |
534 | 512 | "@babel/types" "^7.18.9" | |
535 | "@babel/helper-replace-supers@^7.16.7", "@babel/helper-replace-supers@^7.18.2": | 513 | |
536 | version "7.18.2" | 514 | "@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9": |
537 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.2.tgz#41fdfcc9abaf900e18ba6e5931816d9062a7b2e0" | 515 | version "7.18.9" |
538 | integrity sha512-XzAIyxx+vFnrOxiQrToSUOzUOn0e1J2Li40ntddek1Y69AXUTXoDJ40/D5RdjFu7s7qHiaeoTiempZcbuVXh2Q== | 516 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz#1092e002feca980fbbb0bd4d51b74a65c6a500e6" |
539 | dependencies: | 517 | integrity sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ== |
540 | "@babel/helper-environment-visitor" "^7.18.2" | 518 | dependencies: |
541 | "@babel/helper-member-expression-to-functions" "^7.17.7" | 519 | "@babel/helper-environment-visitor" "^7.18.9" |
542 | "@babel/helper-optimise-call-expression" "^7.16.7" | 520 | "@babel/helper-member-expression-to-functions" "^7.18.9" |
543 | "@babel/traverse" "^7.18.2" | 521 | "@babel/helper-optimise-call-expression" "^7.18.6" |
544 | "@babel/types" "^7.18.2" | 522 | "@babel/traverse" "^7.18.9" |
545 | 523 | "@babel/types" "^7.18.9" | |
546 | "@babel/helper-simple-access@^7.17.7", "@babel/helper-simple-access@^7.18.2": | 524 | |
547 | version "7.18.2" | 525 | "@babel/helper-simple-access@^7.18.6": |
548 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9" | 526 | version "7.18.6" |
549 | integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ== | 527 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea" |
550 | dependencies: | 528 | integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g== |
551 | "@babel/types" "^7.18.2" | 529 | dependencies: |
552 | 530 | "@babel/types" "^7.18.6" | |
553 | "@babel/helper-skip-transparent-expression-wrappers@^7.16.0": | 531 | |
554 | version "7.16.0" | 532 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9": |
555 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" | 533 | version "7.18.9" |
556 | integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== | 534 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" |
557 | dependencies: | 535 | integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw== |
558 | "@babel/types" "^7.16.0" | 536 | dependencies: |
559 | 537 | "@babel/types" "^7.18.9" | |
560 | "@babel/helper-split-export-declaration@^7.16.7": | 538 | |
561 | version "7.16.7" | 539 | "@babel/helper-split-export-declaration@^7.18.6": |
562 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" | 540 | version "7.18.6" |
563 | integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== | 541 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
564 | dependencies: | 542 | integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
565 | "@babel/types" "^7.16.7" | 543 | dependencies: |
566 | 544 | "@babel/types" "^7.18.6" | |
567 | "@babel/helper-validator-identifier@^7.16.7": | 545 | |
568 | version "7.16.7" | 546 | "@babel/helper-validator-identifier@^7.18.6": |
569 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" | 547 | version "7.18.6" |
570 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== | 548 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
571 | 549 | integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== | |
572 | "@babel/helper-validator-option@^7.16.7": | 550 | |
573 | version "7.16.7" | 551 | "@babel/helper-validator-option@^7.18.6": |
574 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" | 552 | version "7.18.6" |
575 | integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== | 553 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
576 | 554 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== | |
577 | "@babel/helper-wrap-function@^7.16.8": | 555 | |
578 | version "7.16.8" | 556 | "@babel/helper-wrap-function@^7.18.9": |
579 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" | 557 | version "7.18.9" |
580 | integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== | 558 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz#ae1feddc6ebbaa2fd79346b77821c3bd73a39646" |
581 | dependencies: | 559 | integrity sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ== |
582 | "@babel/helper-function-name" "^7.16.7" | 560 | dependencies: |
583 | "@babel/template" "^7.16.7" | 561 | "@babel/helper-function-name" "^7.18.9" |
584 | "@babel/traverse" "^7.16.8" | 562 | "@babel/template" "^7.18.6" |
585 | "@babel/types" "^7.16.8" | 563 | "@babel/traverse" "^7.18.9" |
586 | 564 | "@babel/types" "^7.18.9" | |
587 | "@babel/helpers@^7.17.9", "@babel/helpers@^7.18.2": | 565 | |
588 | version "7.18.2" | 566 | "@babel/helpers@^7.18.6", "@babel/helpers@^7.18.9": |
589 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384" | 567 | version "7.18.9" |
590 | integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg== | 568 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" |
591 | dependencies: | 569 | integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== |
592 | "@babel/template" "^7.16.7" | 570 | dependencies: |
593 | "@babel/traverse" "^7.18.2" | 571 | "@babel/template" "^7.18.6" |
594 | "@babel/types" "^7.18.2" | 572 | "@babel/traverse" "^7.18.9" |
595 | 573 | "@babel/types" "^7.18.9" | |
596 | "@babel/highlight@^7.16.7": | 574 | |
597 | version "7.17.12" | 575 | "@babel/highlight@^7.18.6": |
598 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.17.12.tgz#257de56ee5afbd20451ac0a75686b6b404257351" | 576 | version "7.18.6" |
599 | integrity sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg== | 577 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
600 | dependencies: | 578 | integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
601 | "@babel/helper-validator-identifier" "^7.16.7" | 579 | dependencies: |
580 | "@babel/helper-validator-identifier" "^7.18.6" | ||
602 | chalk "^2.0.0" | 581 | chalk "^2.0.0" |
603 | js-tokens "^4.0.0" | 582 | js-tokens "^4.0.0" |
604 | 583 | ||
605 | "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10", "@babel/parser@^7.17.12", "@babel/parser@^7.18.5": | 584 | "@babel/parser@^7.14.7", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9": |
606 | version "7.18.5" | 585 | version "7.18.9" |
607 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.5.tgz#337062363436a893a2d22faa60be5bb37091c83c" | 586 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" |
608 | integrity sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw== | 587 | integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== |
609 | |||
610 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12": | ||
611 | version "7.17.12" | ||
612 | 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.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e" | ||
613 | integrity sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw== | ||
614 | dependencies: | ||
615 | "@babel/helper-plugin-utils" "^7.17.12" | ||
616 | 588 | ||
617 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.17.12": | 589 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
618 | version "7.17.12" | 590 | version "7.18.6" |
619 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.17.12.tgz#0d498ec8f0374b1e2eb54b9cb2c4c78714c77753" | 591 | 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" |
620 | integrity sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ== | 592 | integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ== |
621 | dependencies: | 593 | dependencies: |
622 | "@babel/helper-plugin-utils" "^7.17.12" | 594 | "@babel/helper-plugin-utils" "^7.18.6" |
623 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | ||
624 | "@babel/plugin-proposal-optional-chaining" "^7.17.12" | ||
625 | 595 | ||
626 | "@babel/plugin-proposal-async-generator-functions@7.16.8": | 596 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.6", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9": |
627 | version "7.16.8" | 597 | version "7.18.9" |
628 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8" | 598 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz#a11af19aa373d68d561f08e0a57242350ed0ec50" |
629 | integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ== | 599 | integrity sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg== |
630 | dependencies: | 600 | dependencies: |
631 | "@babel/helper-plugin-utils" "^7.16.7" | 601 | "@babel/helper-plugin-utils" "^7.18.9" |
632 | "@babel/helper-remap-async-to-generator" "^7.16.8" | 602 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" |
633 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 603 | "@babel/plugin-proposal-optional-chaining" "^7.18.9" |
634 | 604 | ||
635 | "@babel/plugin-proposal-async-generator-functions@^7.16.8", "@babel/plugin-proposal-async-generator-functions@^7.17.12": | 605 | "@babel/plugin-proposal-async-generator-functions@7.18.6", "@babel/plugin-proposal-async-generator-functions@^7.18.6": |
636 | version "7.17.12" | 606 | version "7.18.6" |
637 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz#094a417e31ce7e692d84bab06c8e2a607cbeef03" | 607 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" |
638 | integrity sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ== | 608 | integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w== |
639 | dependencies: | 609 | dependencies: |
640 | "@babel/helper-plugin-utils" "^7.17.12" | 610 | "@babel/helper-environment-visitor" "^7.18.6" |
641 | "@babel/helper-remap-async-to-generator" "^7.16.8" | 611 | "@babel/helper-plugin-utils" "^7.18.6" |
612 | "@babel/helper-remap-async-to-generator" "^7.18.6" | ||
642 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 613 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
643 | 614 | ||
644 | "@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.17.12": | 615 | "@babel/plugin-proposal-class-properties@^7.18.6": |
645 | version "7.17.12" | 616 | version "7.18.6" |
646 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.17.12.tgz#84f65c0cc247d46f40a6da99aadd6438315d80a4" | 617 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" |
647 | integrity sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw== | 618 | integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== |
648 | dependencies: | 619 | dependencies: |
649 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 620 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
650 | "@babel/helper-plugin-utils" "^7.17.12" | 621 | "@babel/helper-plugin-utils" "^7.18.6" |
651 | 622 | ||
652 | "@babel/plugin-proposal-class-static-block@^7.17.6", "@babel/plugin-proposal-class-static-block@^7.18.0": | 623 | "@babel/plugin-proposal-class-static-block@^7.18.6": |
653 | version "7.18.0" | 624 | version "7.18.6" |
654 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.0.tgz#7d02253156e3c3793bdb9f2faac3a1c05f0ba710" | 625 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz#8aa81d403ab72d3962fc06c26e222dacfc9b9020" |
655 | integrity sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA== | 626 | integrity sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw== |
656 | dependencies: | 627 | dependencies: |
657 | "@babel/helper-create-class-features-plugin" "^7.18.0" | 628 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
658 | "@babel/helper-plugin-utils" "^7.17.12" | 629 | "@babel/helper-plugin-utils" "^7.18.6" |
659 | "@babel/plugin-syntax-class-static-block" "^7.14.5" | 630 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
660 | 631 | ||
661 | "@babel/plugin-proposal-dynamic-import@^7.16.7": | 632 | "@babel/plugin-proposal-dynamic-import@^7.18.6": |
662 | version "7.16.7" | 633 | version "7.18.6" |
663 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2" | 634 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94" |
664 | integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg== | 635 | integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== |
665 | dependencies: | 636 | dependencies: |
666 | "@babel/helper-plugin-utils" "^7.16.7" | 637 | "@babel/helper-plugin-utils" "^7.18.6" |
667 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" | 638 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
668 | 639 | ||
669 | "@babel/plugin-proposal-export-namespace-from@^7.16.7", "@babel/plugin-proposal-export-namespace-from@^7.17.12": | 640 | "@babel/plugin-proposal-export-namespace-from@^7.18.6", "@babel/plugin-proposal-export-namespace-from@^7.18.9": |
670 | version "7.17.12" | 641 | version "7.18.9" |
671 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.17.12.tgz#b22864ccd662db9606edb2287ea5fd1709f05378" | 642 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" |
672 | integrity sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ== | 643 | integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== |
673 | dependencies: | 644 | dependencies: |
674 | "@babel/helper-plugin-utils" "^7.17.12" | 645 | "@babel/helper-plugin-utils" "^7.18.9" |
675 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 646 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
676 | 647 | ||
677 | "@babel/plugin-proposal-json-strings@^7.16.7", "@babel/plugin-proposal-json-strings@^7.17.12": | 648 | "@babel/plugin-proposal-json-strings@^7.18.6": |
678 | version "7.17.12" | 649 | version "7.18.6" |
679 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.17.12.tgz#f4642951792437233216d8c1af370bb0fbff4664" | 650 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b" |
680 | integrity sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg== | 651 | integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== |
681 | dependencies: | 652 | dependencies: |
682 | "@babel/helper-plugin-utils" "^7.17.12" | 653 | "@babel/helper-plugin-utils" "^7.18.6" |
683 | "@babel/plugin-syntax-json-strings" "^7.8.3" | 654 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
684 | 655 | ||
685 | "@babel/plugin-proposal-logical-assignment-operators@^7.16.7", "@babel/plugin-proposal-logical-assignment-operators@^7.17.12": | 656 | "@babel/plugin-proposal-logical-assignment-operators@^7.18.6", "@babel/plugin-proposal-logical-assignment-operators@^7.18.9": |
686 | version "7.17.12" | 657 | version "7.18.9" |
687 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.17.12.tgz#c64a1bcb2b0a6d0ed2ff674fd120f90ee4b88a23" | 658 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23" |
688 | integrity sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q== | 659 | integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q== |
689 | dependencies: | 660 | dependencies: |
690 | "@babel/helper-plugin-utils" "^7.17.12" | 661 | "@babel/helper-plugin-utils" "^7.18.9" |
691 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 662 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
692 | 663 | ||
693 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator@^7.17.12": | 664 | "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": |
694 | version "7.17.12" | 665 | version "7.18.6" |
695 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.17.12.tgz#1e93079bbc2cbc756f6db6a1925157c4a92b94be" | 666 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" |
696 | integrity sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag== | 667 | integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== |
697 | dependencies: | 668 | dependencies: |
698 | "@babel/helper-plugin-utils" "^7.17.12" | 669 | "@babel/helper-plugin-utils" "^7.18.6" |
699 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | 670 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
700 | 671 | ||
701 | "@babel/plugin-proposal-numeric-separator@^7.16.7": | 672 | "@babel/plugin-proposal-numeric-separator@^7.18.6": |
702 | version "7.16.7" | 673 | version "7.18.6" |
703 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9" | 674 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" |
704 | integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw== | 675 | integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== |
705 | dependencies: | 676 | dependencies: |
706 | "@babel/helper-plugin-utils" "^7.16.7" | 677 | "@babel/helper-plugin-utils" "^7.18.6" |
707 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" | 678 | "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
708 | 679 | ||
709 | "@babel/plugin-proposal-object-rest-spread@^7.17.3", "@babel/plugin-proposal-object-rest-spread@^7.18.0": | 680 | "@babel/plugin-proposal-object-rest-spread@^7.18.6", "@babel/plugin-proposal-object-rest-spread@^7.18.9": |
710 | version "7.18.0" | 681 | version "7.18.9" |
711 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.0.tgz#79f2390c892ba2a68ec112eb0d895cfbd11155e8" | 682 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz#f9434f6beb2c8cae9dfcf97d2a5941bbbf9ad4e7" |
712 | integrity sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw== | 683 | integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q== |
713 | dependencies: | 684 | dependencies: |
714 | "@babel/compat-data" "^7.17.10" | 685 | "@babel/compat-data" "^7.18.8" |
715 | "@babel/helper-compilation-targets" "^7.17.10" | 686 | "@babel/helper-compilation-targets" "^7.18.9" |
716 | "@babel/helper-plugin-utils" "^7.17.12" | 687 | "@babel/helper-plugin-utils" "^7.18.9" |
717 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" | 688 | "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
718 | "@babel/plugin-transform-parameters" "^7.17.12" | 689 | "@babel/plugin-transform-parameters" "^7.18.8" |
719 | 690 | ||
720 | "@babel/plugin-proposal-optional-catch-binding@^7.16.7": | 691 | "@babel/plugin-proposal-optional-catch-binding@^7.18.6": |
721 | version "7.16.7" | 692 | version "7.18.6" |
722 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" | 693 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb" |
723 | integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== | 694 | integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== |
724 | dependencies: | 695 | dependencies: |
725 | "@babel/helper-plugin-utils" "^7.16.7" | 696 | "@babel/helper-plugin-utils" "^7.18.6" |
726 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" | 697 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
727 | 698 | ||
728 | "@babel/plugin-proposal-optional-chaining@^7.16.7", "@babel/plugin-proposal-optional-chaining@^7.17.12": | 699 | "@babel/plugin-proposal-optional-chaining@^7.18.6", "@babel/plugin-proposal-optional-chaining@^7.18.9": |
729 | version "7.17.12" | 700 | version "7.18.9" |
730 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.17.12.tgz#f96949e9bacace3a9066323a5cf90cfb9de67174" | 701 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993" |
731 | integrity sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ== | 702 | integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w== |
732 | dependencies: | 703 | dependencies: |
733 | "@babel/helper-plugin-utils" "^7.17.12" | 704 | "@babel/helper-plugin-utils" "^7.18.9" |
734 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | 705 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" |
735 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" | 706 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
736 | 707 | ||
737 | "@babel/plugin-proposal-private-methods@^7.16.11", "@babel/plugin-proposal-private-methods@^7.17.12": | 708 | "@babel/plugin-proposal-private-methods@^7.18.6": |
738 | version "7.17.12" | 709 | version "7.18.6" |
739 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.17.12.tgz#c2ca3a80beb7539289938da005ad525a038a819c" | 710 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea" |
740 | integrity sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A== | 711 | integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== |
741 | dependencies: | 712 | dependencies: |
742 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 713 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
743 | "@babel/helper-plugin-utils" "^7.17.12" | 714 | "@babel/helper-plugin-utils" "^7.18.6" |
744 | 715 | ||
745 | "@babel/plugin-proposal-private-property-in-object@^7.16.7", "@babel/plugin-proposal-private-property-in-object@^7.17.12": | 716 | "@babel/plugin-proposal-private-property-in-object@^7.18.6": |
746 | version "7.17.12" | 717 | version "7.18.6" |
747 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.17.12.tgz#b02efb7f106d544667d91ae97405a9fd8c93952d" | 718 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz#a64137b232f0aca3733a67eb1a144c192389c503" |
748 | integrity sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg== | 719 | integrity sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw== |
749 | dependencies: | 720 | dependencies: |
750 | "@babel/helper-annotate-as-pure" "^7.16.7" | 721 | "@babel/helper-annotate-as-pure" "^7.18.6" |
751 | "@babel/helper-create-class-features-plugin" "^7.17.12" | 722 | "@babel/helper-create-class-features-plugin" "^7.18.6" |
752 | "@babel/helper-plugin-utils" "^7.17.12" | 723 | "@babel/helper-plugin-utils" "^7.18.6" |
753 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" | 724 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
754 | 725 | ||
755 | "@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.17.12", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": | 726 | "@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": |
756 | version "7.17.12" | 727 | version "7.18.6" |
757 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.17.12.tgz#3dbd7a67bd7f94c8238b394da112d86aaf32ad4d" | 728 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e" |
758 | integrity sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A== | 729 | integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== |
759 | dependencies: | 730 | dependencies: |
760 | "@babel/helper-create-regexp-features-plugin" "^7.17.12" | 731 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
761 | "@babel/helper-plugin-utils" "^7.17.12" | 732 | "@babel/helper-plugin-utils" "^7.18.6" |
762 | 733 | ||
763 | "@babel/plugin-syntax-async-generators@^7.8.4": | 734 | "@babel/plugin-syntax-async-generators@^7.8.4": |
764 | version "7.8.4" | 735 | version "7.8.4" |
@@ -795,12 +766,12 @@ | |||
795 | dependencies: | 766 | dependencies: |
796 | "@babel/helper-plugin-utils" "^7.8.3" | 767 | "@babel/helper-plugin-utils" "^7.8.3" |
797 | 768 | ||
798 | "@babel/plugin-syntax-import-assertions@^7.17.12": | 769 | "@babel/plugin-syntax-import-assertions@^7.18.6": |
799 | version "7.17.12" | 770 | version "7.18.6" |
800 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.17.12.tgz#58096a92b11b2e4e54b24c6a0cc0e5e607abcedd" | 771 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz#cd6190500a4fa2fe31990a963ffab4b63e4505e4" |
801 | integrity sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw== | 772 | integrity sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ== |
802 | dependencies: | 773 | dependencies: |
803 | "@babel/helper-plugin-utils" "^7.17.12" | 774 | "@babel/helper-plugin-utils" "^7.18.6" |
804 | 775 | ||
805 | "@babel/plugin-syntax-json-strings@^7.8.3": | 776 | "@babel/plugin-syntax-json-strings@^7.8.3": |
806 | version "7.8.3" | 777 | version "7.8.3" |
@@ -865,310 +836,302 @@ | |||
865 | dependencies: | 836 | dependencies: |
866 | "@babel/helper-plugin-utils" "^7.14.5" | 837 | "@babel/helper-plugin-utils" "^7.14.5" |
867 | 838 | ||
868 | "@babel/plugin-transform-arrow-functions@^7.16.7", "@babel/plugin-transform-arrow-functions@^7.17.12": | 839 | "@babel/plugin-transform-arrow-functions@^7.18.6": |
869 | version "7.17.12" | 840 | version "7.18.6" |
870 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.17.12.tgz#dddd783b473b1b1537ef46423e3944ff24898c45" | 841 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz#19063fcf8771ec7b31d742339dac62433d0611fe" |
871 | integrity sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA== | 842 | integrity sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ== |
872 | dependencies: | 843 | dependencies: |
873 | "@babel/helper-plugin-utils" "^7.17.12" | 844 | "@babel/helper-plugin-utils" "^7.18.6" |
874 | 845 | ||
875 | "@babel/plugin-transform-async-to-generator@7.16.8": | 846 | "@babel/plugin-transform-async-to-generator@7.18.6", "@babel/plugin-transform-async-to-generator@^7.18.6": |
876 | version "7.16.8" | 847 | version "7.18.6" |
877 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" | 848 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz#ccda3d1ab9d5ced5265fdb13f1882d5476c71615" |
878 | integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== | 849 | integrity sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag== |
879 | dependencies: | 850 | dependencies: |
880 | "@babel/helper-module-imports" "^7.16.7" | 851 | "@babel/helper-module-imports" "^7.18.6" |
881 | "@babel/helper-plugin-utils" "^7.16.7" | 852 | "@babel/helper-plugin-utils" "^7.18.6" |
882 | "@babel/helper-remap-async-to-generator" "^7.16.8" | 853 | "@babel/helper-remap-async-to-generator" "^7.18.6" |
883 | 854 | ||
884 | "@babel/plugin-transform-async-to-generator@^7.16.8", "@babel/plugin-transform-async-to-generator@^7.17.12": | 855 | "@babel/plugin-transform-block-scoped-functions@^7.18.6": |
885 | version "7.17.12" | 856 | version "7.18.6" |
886 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.17.12.tgz#dbe5511e6b01eee1496c944e35cdfe3f58050832" | 857 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8" |
887 | integrity sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ== | 858 | integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ== |
888 | dependencies: | 859 | dependencies: |
889 | "@babel/helper-module-imports" "^7.16.7" | 860 | "@babel/helper-plugin-utils" "^7.18.6" |
890 | "@babel/helper-plugin-utils" "^7.17.12" | ||
891 | "@babel/helper-remap-async-to-generator" "^7.16.8" | ||
892 | 861 | ||
893 | "@babel/plugin-transform-block-scoped-functions@^7.16.7": | 862 | "@babel/plugin-transform-block-scoping@^7.18.6", "@babel/plugin-transform-block-scoping@^7.18.9": |
894 | version "7.16.7" | 863 | version "7.18.9" |
895 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" | 864 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz#f9b7e018ac3f373c81452d6ada8bd5a18928926d" |
896 | integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== | 865 | integrity sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw== |
897 | dependencies: | 866 | dependencies: |
898 | "@babel/helper-plugin-utils" "^7.16.7" | 867 | "@babel/helper-plugin-utils" "^7.18.9" |
899 | 868 | ||
900 | "@babel/plugin-transform-block-scoping@^7.16.7", "@babel/plugin-transform-block-scoping@^7.17.12": | 869 | "@babel/plugin-transform-classes@^7.18.6", "@babel/plugin-transform-classes@^7.18.9": |
901 | version "7.18.4" | 870 | version "7.18.9" |
902 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz#7988627b3e9186a13e4d7735dc9c34a056613fb9" | 871 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz#90818efc5b9746879b869d5ce83eb2aa48bbc3da" |
903 | integrity sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw== | 872 | integrity sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g== |
904 | dependencies: | 873 | dependencies: |
905 | "@babel/helper-plugin-utils" "^7.17.12" | 874 | "@babel/helper-annotate-as-pure" "^7.18.6" |
906 | 875 | "@babel/helper-environment-visitor" "^7.18.9" | |
907 | "@babel/plugin-transform-classes@^7.16.7", "@babel/plugin-transform-classes@^7.17.12": | 876 | "@babel/helper-function-name" "^7.18.9" |
908 | version "7.18.4" | 877 | "@babel/helper-optimise-call-expression" "^7.18.6" |
909 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.4.tgz#51310b812a090b846c784e47087fa6457baef814" | 878 | "@babel/helper-plugin-utils" "^7.18.9" |
910 | integrity sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A== | 879 | "@babel/helper-replace-supers" "^7.18.9" |
911 | dependencies: | 880 | "@babel/helper-split-export-declaration" "^7.18.6" |
912 | "@babel/helper-annotate-as-pure" "^7.16.7" | ||
913 | "@babel/helper-environment-visitor" "^7.18.2" | ||
914 | "@babel/helper-function-name" "^7.17.9" | ||
915 | "@babel/helper-optimise-call-expression" "^7.16.7" | ||
916 | "@babel/helper-plugin-utils" "^7.17.12" | ||
917 | "@babel/helper-replace-supers" "^7.18.2" | ||
918 | "@babel/helper-split-export-declaration" "^7.16.7" | ||
919 | globals "^11.1.0" | 881 | globals "^11.1.0" |
920 | 882 | ||
921 | "@babel/plugin-transform-computed-properties@^7.16.7", "@babel/plugin-transform-computed-properties@^7.17.12": | 883 | "@babel/plugin-transform-computed-properties@^7.18.6", "@babel/plugin-transform-computed-properties@^7.18.9": |
922 | version "7.17.12" | 884 | version "7.18.9" |
923 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.17.12.tgz#bca616a83679698f3258e892ed422546e531387f" | 885 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz#2357a8224d402dad623caf6259b611e56aec746e" |
924 | integrity sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ== | 886 | integrity sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw== |
925 | dependencies: | 887 | dependencies: |
926 | "@babel/helper-plugin-utils" "^7.17.12" | 888 | "@babel/helper-plugin-utils" "^7.18.9" |
927 | 889 | ||
928 | "@babel/plugin-transform-destructuring@^7.17.7", "@babel/plugin-transform-destructuring@^7.18.0": | 890 | "@babel/plugin-transform-destructuring@^7.18.6", "@babel/plugin-transform-destructuring@^7.18.9": |
929 | version "7.18.0" | 891 | version "7.18.9" |
930 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.0.tgz#dc4f92587e291b4daa78aa20cc2d7a63aa11e858" | 892 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz#68906549c021cb231bee1db21d3b5b095f8ee292" |
931 | integrity sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw== | 893 | integrity sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA== |
932 | dependencies: | 894 | dependencies: |
933 | "@babel/helper-plugin-utils" "^7.17.12" | 895 | "@babel/helper-plugin-utils" "^7.18.9" |
934 | 896 | ||
935 | "@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4": | 897 | "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4": |
936 | version "7.16.7" | 898 | version "7.18.6" |
937 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241" | 899 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8" |
938 | integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ== | 900 | integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg== |
939 | dependencies: | 901 | dependencies: |
940 | "@babel/helper-create-regexp-features-plugin" "^7.16.7" | 902 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
941 | "@babel/helper-plugin-utils" "^7.16.7" | 903 | "@babel/helper-plugin-utils" "^7.18.6" |
942 | 904 | ||
943 | "@babel/plugin-transform-duplicate-keys@^7.16.7", "@babel/plugin-transform-duplicate-keys@^7.17.12": | 905 | "@babel/plugin-transform-duplicate-keys@^7.18.6", "@babel/plugin-transform-duplicate-keys@^7.18.9": |
944 | version "7.17.12" | 906 | version "7.18.9" |
945 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.17.12.tgz#a09aa709a3310013f8e48e0e23bc7ace0f21477c" | 907 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e" |
946 | integrity sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw== | 908 | integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw== |
947 | dependencies: | 909 | dependencies: |
948 | "@babel/helper-plugin-utils" "^7.17.12" | 910 | "@babel/helper-plugin-utils" "^7.18.9" |
949 | 911 | ||
950 | "@babel/plugin-transform-exponentiation-operator@^7.16.7": | 912 | "@babel/plugin-transform-exponentiation-operator@^7.18.6": |
951 | version "7.16.7" | 913 | version "7.18.6" |
952 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" | 914 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd" |
953 | integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== | 915 | integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw== |
954 | dependencies: | 916 | dependencies: |
955 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" | 917 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6" |
956 | "@babel/helper-plugin-utils" "^7.16.7" | 918 | "@babel/helper-plugin-utils" "^7.18.6" |
957 | 919 | ||
958 | "@babel/plugin-transform-for-of@^7.16.7", "@babel/plugin-transform-for-of@^7.18.1": | 920 | "@babel/plugin-transform-for-of@^7.18.6", "@babel/plugin-transform-for-of@^7.18.8": |
959 | version "7.18.1" | 921 | version "7.18.8" |
960 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036" | 922 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz#6ef8a50b244eb6a0bdbad0c7c61877e4e30097c1" |
961 | integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg== | 923 | integrity sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ== |
962 | dependencies: | 924 | dependencies: |
963 | "@babel/helper-plugin-utils" "^7.17.12" | 925 | "@babel/helper-plugin-utils" "^7.18.6" |
964 | 926 | ||
965 | "@babel/plugin-transform-function-name@^7.16.7": | 927 | "@babel/plugin-transform-function-name@^7.18.6", "@babel/plugin-transform-function-name@^7.18.9": |
966 | version "7.16.7" | 928 | version "7.18.9" |
967 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" | 929 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0" |
968 | integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== | 930 | integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ== |
969 | dependencies: | 931 | dependencies: |
970 | "@babel/helper-compilation-targets" "^7.16.7" | 932 | "@babel/helper-compilation-targets" "^7.18.9" |
971 | "@babel/helper-function-name" "^7.16.7" | 933 | "@babel/helper-function-name" "^7.18.9" |
972 | "@babel/helper-plugin-utils" "^7.16.7" | 934 | "@babel/helper-plugin-utils" "^7.18.9" |
973 | 935 | ||
974 | "@babel/plugin-transform-literals@^7.16.7", "@babel/plugin-transform-literals@^7.17.12": | 936 | "@babel/plugin-transform-literals@^7.18.6", "@babel/plugin-transform-literals@^7.18.9": |
975 | version "7.17.12" | 937 | version "7.18.9" |
976 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.17.12.tgz#97131fbc6bbb261487105b4b3edbf9ebf9c830ae" | 938 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc" |
977 | integrity sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ== | 939 | integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg== |
978 | dependencies: | 940 | dependencies: |
979 | "@babel/helper-plugin-utils" "^7.17.12" | 941 | "@babel/helper-plugin-utils" "^7.18.9" |
980 | 942 | ||
981 | "@babel/plugin-transform-member-expression-literals@^7.16.7": | 943 | "@babel/plugin-transform-member-expression-literals@^7.18.6": |
982 | version "7.16.7" | 944 | version "7.18.6" |
983 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" | 945 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e" |
984 | integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== | 946 | integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA== |
985 | dependencies: | 947 | dependencies: |
986 | "@babel/helper-plugin-utils" "^7.16.7" | 948 | "@babel/helper-plugin-utils" "^7.18.6" |
987 | 949 | ||
988 | "@babel/plugin-transform-modules-amd@^7.16.7", "@babel/plugin-transform-modules-amd@^7.18.0": | 950 | "@babel/plugin-transform-modules-amd@^7.18.6": |
989 | version "7.18.0" | 951 | version "7.18.6" |
990 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.0.tgz#7ef1002e67e36da3155edc8bf1ac9398064c02ed" | 952 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21" |
991 | integrity sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA== | 953 | integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg== |
992 | dependencies: | 954 | dependencies: |
993 | "@babel/helper-module-transforms" "^7.18.0" | 955 | "@babel/helper-module-transforms" "^7.18.6" |
994 | "@babel/helper-plugin-utils" "^7.17.12" | 956 | "@babel/helper-plugin-utils" "^7.18.6" |
995 | babel-plugin-dynamic-import-node "^2.3.3" | 957 | babel-plugin-dynamic-import-node "^2.3.3" |
996 | 958 | ||
997 | "@babel/plugin-transform-modules-commonjs@^7.17.9", "@babel/plugin-transform-modules-commonjs@^7.18.2": | 959 | "@babel/plugin-transform-modules-commonjs@^7.18.6": |
998 | version "7.18.2" | 960 | version "7.18.6" |
999 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e" | 961 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883" |
1000 | integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ== | 962 | integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q== |
1001 | dependencies: | 963 | dependencies: |
1002 | "@babel/helper-module-transforms" "^7.18.0" | 964 | "@babel/helper-module-transforms" "^7.18.6" |
1003 | "@babel/helper-plugin-utils" "^7.17.12" | 965 | "@babel/helper-plugin-utils" "^7.18.6" |
1004 | "@babel/helper-simple-access" "^7.18.2" | 966 | "@babel/helper-simple-access" "^7.18.6" |
1005 | babel-plugin-dynamic-import-node "^2.3.3" | 967 | babel-plugin-dynamic-import-node "^2.3.3" |
1006 | 968 | ||
1007 | "@babel/plugin-transform-modules-systemjs@^7.17.8", "@babel/plugin-transform-modules-systemjs@^7.18.0": | 969 | "@babel/plugin-transform-modules-systemjs@^7.18.6", "@babel/plugin-transform-modules-systemjs@^7.18.9": |
1008 | version "7.18.5" | 970 | version "7.18.9" |
1009 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.5.tgz#87f11c44fbfd3657be000d4897e192d9cb535996" | 971 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz#545df284a7ac6a05125e3e405e536c5853099a06" |
1010 | integrity sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q== | 972 | integrity sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A== |
1011 | dependencies: | 973 | dependencies: |
1012 | "@babel/helper-hoist-variables" "^7.16.7" | 974 | "@babel/helper-hoist-variables" "^7.18.6" |
1013 | "@babel/helper-module-transforms" "^7.18.0" | 975 | "@babel/helper-module-transforms" "^7.18.9" |
1014 | "@babel/helper-plugin-utils" "^7.17.12" | 976 | "@babel/helper-plugin-utils" "^7.18.9" |
1015 | "@babel/helper-validator-identifier" "^7.16.7" | 977 | "@babel/helper-validator-identifier" "^7.18.6" |
1016 | babel-plugin-dynamic-import-node "^2.3.3" | 978 | babel-plugin-dynamic-import-node "^2.3.3" |
1017 | 979 | ||
1018 | "@babel/plugin-transform-modules-umd@^7.16.7", "@babel/plugin-transform-modules-umd@^7.18.0": | 980 | "@babel/plugin-transform-modules-umd@^7.18.6": |
1019 | version "7.18.0" | 981 | version "7.18.6" |
1020 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.0.tgz#56aac64a2c2a1922341129a4597d1fd5c3ff020f" | 982 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9" |
1021 | integrity sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA== | 983 | integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ== |
1022 | dependencies: | 984 | dependencies: |
1023 | "@babel/helper-module-transforms" "^7.18.0" | 985 | "@babel/helper-module-transforms" "^7.18.6" |
1024 | "@babel/helper-plugin-utils" "^7.17.12" | 986 | "@babel/helper-plugin-utils" "^7.18.6" |
1025 | 987 | ||
1026 | "@babel/plugin-transform-named-capturing-groups-regex@^7.17.10", "@babel/plugin-transform-named-capturing-groups-regex@^7.17.12": | 988 | "@babel/plugin-transform-named-capturing-groups-regex@^7.18.6": |
1027 | version "7.17.12" | 989 | version "7.18.6" |
1028 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.12.tgz#9c4a5a5966e0434d515f2675c227fd8cc8606931" | 990 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz#c89bfbc7cc6805d692f3a49bc5fc1b630007246d" |
1029 | integrity sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA== | 991 | integrity sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg== |
1030 | dependencies: | 992 | dependencies: |
1031 | "@babel/helper-create-regexp-features-plugin" "^7.17.12" | 993 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
1032 | "@babel/helper-plugin-utils" "^7.17.12" | 994 | "@babel/helper-plugin-utils" "^7.18.6" |
1033 | 995 | ||
1034 | "@babel/plugin-transform-new-target@^7.16.7", "@babel/plugin-transform-new-target@^7.17.12": | 996 | "@babel/plugin-transform-new-target@^7.18.6": |
1035 | version "7.18.5" | 997 | version "7.18.6" |
1036 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.5.tgz#8c228c4a07501dd12c95c5f23d1622131cc23931" | 998 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8" |
1037 | integrity sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg== | 999 | integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw== |
1038 | dependencies: | 1000 | dependencies: |
1039 | "@babel/helper-plugin-utils" "^7.17.12" | 1001 | "@babel/helper-plugin-utils" "^7.18.6" |
1040 | 1002 | ||
1041 | "@babel/plugin-transform-object-super@^7.16.7": | 1003 | "@babel/plugin-transform-object-super@^7.18.6": |
1042 | version "7.16.7" | 1004 | version "7.18.6" |
1043 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" | 1005 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c" |
1044 | integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== | 1006 | integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA== |
1045 | dependencies: | 1007 | dependencies: |
1046 | "@babel/helper-plugin-utils" "^7.16.7" | 1008 | "@babel/helper-plugin-utils" "^7.18.6" |
1047 | "@babel/helper-replace-supers" "^7.16.7" | 1009 | "@babel/helper-replace-supers" "^7.18.6" |
1048 | 1010 | ||
1049 | "@babel/plugin-transform-parameters@^7.16.7", "@babel/plugin-transform-parameters@^7.17.12": | 1011 | "@babel/plugin-transform-parameters@^7.18.6", "@babel/plugin-transform-parameters@^7.18.8": |
1050 | version "7.17.12" | 1012 | version "7.18.8" |
1051 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.17.12.tgz#eb467cd9586ff5ff115a9880d6fdbd4a846b7766" | 1013 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz#ee9f1a0ce6d78af58d0956a9378ea3427cccb48a" |
1052 | integrity sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA== | 1014 | integrity sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg== |
1053 | dependencies: | 1015 | dependencies: |
1054 | "@babel/helper-plugin-utils" "^7.17.12" | 1016 | "@babel/helper-plugin-utils" "^7.18.6" |
1055 | 1017 | ||
1056 | "@babel/plugin-transform-property-literals@^7.16.7": | 1018 | "@babel/plugin-transform-property-literals@^7.18.6": |
1057 | version "7.16.7" | 1019 | version "7.18.6" |
1058 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" | 1020 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3" |
1059 | integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== | 1021 | integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg== |
1060 | dependencies: | 1022 | dependencies: |
1061 | "@babel/helper-plugin-utils" "^7.16.7" | 1023 | "@babel/helper-plugin-utils" "^7.18.6" |
1062 | 1024 | ||
1063 | "@babel/plugin-transform-regenerator@^7.17.9", "@babel/plugin-transform-regenerator@^7.18.0": | 1025 | "@babel/plugin-transform-regenerator@^7.18.6": |
1064 | version "7.18.0" | 1026 | version "7.18.6" |
1065 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.0.tgz#44274d655eb3f1af3f3a574ba819d3f48caf99d5" | 1027 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz#585c66cb84d4b4bf72519a34cfce761b8676ca73" |
1066 | integrity sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw== | 1028 | integrity sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ== |
1067 | dependencies: | 1029 | dependencies: |
1068 | "@babel/helper-plugin-utils" "^7.17.12" | 1030 | "@babel/helper-plugin-utils" "^7.18.6" |
1069 | regenerator-transform "^0.15.0" | 1031 | regenerator-transform "^0.15.0" |
1070 | 1032 | ||
1071 | "@babel/plugin-transform-reserved-words@^7.16.7", "@babel/plugin-transform-reserved-words@^7.17.12": | 1033 | "@babel/plugin-transform-reserved-words@^7.18.6": |
1072 | version "7.17.12" | 1034 | version "7.18.6" |
1073 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.17.12.tgz#7dbd349f3cdffba751e817cf40ca1386732f652f" | 1035 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a" |
1074 | integrity sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA== | 1036 | integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA== |
1075 | dependencies: | 1037 | dependencies: |
1076 | "@babel/helper-plugin-utils" "^7.17.12" | 1038 | "@babel/helper-plugin-utils" "^7.18.6" |
1077 | 1039 | ||
1078 | "@babel/plugin-transform-runtime@7.17.10": | 1040 | "@babel/plugin-transform-runtime@7.18.6": |
1079 | version "7.17.10" | 1041 | version "7.18.6" |
1080 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.10.tgz#b89d821c55d61b5e3d3c3d1d636d8d5a81040ae1" | 1042 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.6.tgz#77b14416015ea93367ca06979710f5000ff34ccb" |
1081 | integrity sha512-6jrMilUAJhktTr56kACL8LnWC5hx3Lf27BS0R0DSyW/OoJfb/iTHeE96V3b1dgKG3FSFdd/0culnYWMkjcKCig== | 1043 | integrity sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA== |
1082 | dependencies: | 1044 | dependencies: |
1083 | "@babel/helper-module-imports" "^7.16.7" | 1045 | "@babel/helper-module-imports" "^7.18.6" |
1084 | "@babel/helper-plugin-utils" "^7.16.7" | 1046 | "@babel/helper-plugin-utils" "^7.18.6" |
1085 | babel-plugin-polyfill-corejs2 "^0.3.0" | 1047 | babel-plugin-polyfill-corejs2 "^0.3.1" |
1086 | babel-plugin-polyfill-corejs3 "^0.5.0" | 1048 | babel-plugin-polyfill-corejs3 "^0.5.2" |
1087 | babel-plugin-polyfill-regenerator "^0.3.0" | 1049 | babel-plugin-polyfill-regenerator "^0.3.1" |
1088 | semver "^6.3.0" | 1050 | semver "^6.3.0" |
1089 | 1051 | ||
1090 | "@babel/plugin-transform-shorthand-properties@^7.16.7": | 1052 | "@babel/plugin-transform-shorthand-properties@^7.18.6": |
1091 | version "7.16.7" | 1053 | version "7.18.6" |
1092 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" | 1054 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9" |
1093 | integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== | 1055 | integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw== |
1094 | dependencies: | 1056 | dependencies: |
1095 | "@babel/helper-plugin-utils" "^7.16.7" | 1057 | "@babel/helper-plugin-utils" "^7.18.6" |
1096 | 1058 | ||
1097 | "@babel/plugin-transform-spread@^7.16.7", "@babel/plugin-transform-spread@^7.17.12": | 1059 | "@babel/plugin-transform-spread@^7.18.6", "@babel/plugin-transform-spread@^7.18.9": |
1098 | version "7.17.12" | 1060 | version "7.18.9" |
1099 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.17.12.tgz#c112cad3064299f03ea32afed1d659223935d1f5" | 1061 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz#6ea7a6297740f381c540ac56caf75b05b74fb664" |
1100 | integrity sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg== | 1062 | integrity sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA== |
1101 | dependencies: | 1063 | dependencies: |
1102 | "@babel/helper-plugin-utils" "^7.17.12" | 1064 | "@babel/helper-plugin-utils" "^7.18.9" |
1103 | "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" | 1065 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" |
1104 | 1066 | ||
1105 | "@babel/plugin-transform-sticky-regex@^7.16.7": | 1067 | "@babel/plugin-transform-sticky-regex@^7.18.6": |
1106 | version "7.16.7" | 1068 | version "7.18.6" |
1107 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" | 1069 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc" |
1108 | integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== | 1070 | integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q== |
1109 | dependencies: | 1071 | dependencies: |
1110 | "@babel/helper-plugin-utils" "^7.16.7" | 1072 | "@babel/helper-plugin-utils" "^7.18.6" |
1111 | 1073 | ||
1112 | "@babel/plugin-transform-template-literals@^7.16.7", "@babel/plugin-transform-template-literals@^7.18.2": | 1074 | "@babel/plugin-transform-template-literals@^7.18.6", "@babel/plugin-transform-template-literals@^7.18.9": |
1113 | version "7.18.2" | 1075 | version "7.18.9" |
1114 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28" | 1076 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e" |
1115 | integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g== | 1077 | integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA== |
1116 | dependencies: | 1078 | dependencies: |
1117 | "@babel/helper-plugin-utils" "^7.17.12" | 1079 | "@babel/helper-plugin-utils" "^7.18.9" |
1118 | 1080 | ||
1119 | "@babel/plugin-transform-typeof-symbol@^7.16.7", "@babel/plugin-transform-typeof-symbol@^7.17.12": | 1081 | "@babel/plugin-transform-typeof-symbol@^7.18.6", "@babel/plugin-transform-typeof-symbol@^7.18.9": |
1120 | version "7.17.12" | 1082 | version "7.18.9" |
1121 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.17.12.tgz#0f12f57ac35e98b35b4ed34829948d42bd0e6889" | 1083 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0" |
1122 | integrity sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw== | 1084 | integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw== |
1123 | dependencies: | 1085 | dependencies: |
1124 | "@babel/helper-plugin-utils" "^7.17.12" | 1086 | "@babel/helper-plugin-utils" "^7.18.9" |
1125 | 1087 | ||
1126 | "@babel/plugin-transform-unicode-escapes@^7.16.7": | 1088 | "@babel/plugin-transform-unicode-escapes@^7.18.6": |
1127 | version "7.16.7" | 1089 | version "7.18.6" |
1128 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3" | 1090 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" |
1129 | integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q== | 1091 | integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw== |
1130 | dependencies: | 1092 | dependencies: |
1131 | "@babel/helper-plugin-utils" "^7.16.7" | 1093 | "@babel/helper-plugin-utils" "^7.18.6" |
1132 | 1094 | ||
1133 | "@babel/plugin-transform-unicode-regex@^7.16.7": | 1095 | "@babel/plugin-transform-unicode-regex@^7.18.6": |
1134 | version "7.16.7" | 1096 | version "7.18.6" |
1135 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" | 1097 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca" |
1136 | integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== | 1098 | integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA== |
1137 | dependencies: | 1099 | dependencies: |
1138 | "@babel/helper-create-regexp-features-plugin" "^7.16.7" | 1100 | "@babel/helper-create-regexp-features-plugin" "^7.18.6" |
1139 | "@babel/helper-plugin-utils" "^7.16.7" | 1101 | "@babel/helper-plugin-utils" "^7.18.6" |
1140 | 1102 | ||
1141 | "@babel/preset-env@7.17.10": | 1103 | "@babel/preset-env@7.18.6": |
1142 | version "7.17.10" | 1104 | version "7.18.6" |
1143 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.17.10.tgz#a81b093669e3eb6541bb81a23173c5963c5de69c" | 1105 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.6.tgz#953422e98a5f66bc56cd0b9074eaea127ec86ace" |
1144 | integrity sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g== | 1106 | integrity sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw== |
1145 | dependencies: | 1107 | dependencies: |
1146 | "@babel/compat-data" "^7.17.10" | 1108 | "@babel/compat-data" "^7.18.6" |
1147 | "@babel/helper-compilation-targets" "^7.17.10" | 1109 | "@babel/helper-compilation-targets" "^7.18.6" |
1148 | "@babel/helper-plugin-utils" "^7.16.7" | 1110 | "@babel/helper-plugin-utils" "^7.18.6" |
1149 | "@babel/helper-validator-option" "^7.16.7" | 1111 | "@babel/helper-validator-option" "^7.18.6" |
1150 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7" | 1112 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" |
1151 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7" | 1113 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.6" |
1152 | "@babel/plugin-proposal-async-generator-functions" "^7.16.8" | 1114 | "@babel/plugin-proposal-async-generator-functions" "^7.18.6" |
1153 | "@babel/plugin-proposal-class-properties" "^7.16.7" | 1115 | "@babel/plugin-proposal-class-properties" "^7.18.6" |
1154 | "@babel/plugin-proposal-class-static-block" "^7.17.6" | 1116 | "@babel/plugin-proposal-class-static-block" "^7.18.6" |
1155 | "@babel/plugin-proposal-dynamic-import" "^7.16.7" | 1117 | "@babel/plugin-proposal-dynamic-import" "^7.18.6" |
1156 | "@babel/plugin-proposal-export-namespace-from" "^7.16.7" | 1118 | "@babel/plugin-proposal-export-namespace-from" "^7.18.6" |
1157 | "@babel/plugin-proposal-json-strings" "^7.16.7" | 1119 | "@babel/plugin-proposal-json-strings" "^7.18.6" |
1158 | "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7" | 1120 | "@babel/plugin-proposal-logical-assignment-operators" "^7.18.6" |
1159 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7" | 1121 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" |
1160 | "@babel/plugin-proposal-numeric-separator" "^7.16.7" | 1122 | "@babel/plugin-proposal-numeric-separator" "^7.18.6" |
1161 | "@babel/plugin-proposal-object-rest-spread" "^7.17.3" | 1123 | "@babel/plugin-proposal-object-rest-spread" "^7.18.6" |
1162 | "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" | 1124 | "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" |
1163 | "@babel/plugin-proposal-optional-chaining" "^7.16.7" | 1125 | "@babel/plugin-proposal-optional-chaining" "^7.18.6" |
1164 | "@babel/plugin-proposal-private-methods" "^7.16.11" | 1126 | "@babel/plugin-proposal-private-methods" "^7.18.6" |
1165 | "@babel/plugin-proposal-private-property-in-object" "^7.16.7" | 1127 | "@babel/plugin-proposal-private-property-in-object" "^7.18.6" |
1166 | "@babel/plugin-proposal-unicode-property-regex" "^7.16.7" | 1128 | "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" |
1167 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 1129 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
1168 | "@babel/plugin-syntax-class-properties" "^7.12.13" | 1130 | "@babel/plugin-syntax-class-properties" "^7.12.13" |
1169 | "@babel/plugin-syntax-class-static-block" "^7.14.5" | 1131 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
1170 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" | 1132 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
1171 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 1133 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
1134 | "@babel/plugin-syntax-import-assertions" "^7.18.6" | ||
1172 | "@babel/plugin-syntax-json-strings" "^7.8.3" | 1135 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
1173 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 1136 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
1174 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | 1137 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
@@ -1178,78 +1141,78 @@ | |||
1178 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" | 1141 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
1179 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" | 1142 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
1180 | "@babel/plugin-syntax-top-level-await" "^7.14.5" | 1143 | "@babel/plugin-syntax-top-level-await" "^7.14.5" |
1181 | "@babel/plugin-transform-arrow-functions" "^7.16.7" | 1144 | "@babel/plugin-transform-arrow-functions" "^7.18.6" |
1182 | "@babel/plugin-transform-async-to-generator" "^7.16.8" | 1145 | "@babel/plugin-transform-async-to-generator" "^7.18.6" |
1183 | "@babel/plugin-transform-block-scoped-functions" "^7.16.7" | 1146 | "@babel/plugin-transform-block-scoped-functions" "^7.18.6" |
1184 | "@babel/plugin-transform-block-scoping" "^7.16.7" | 1147 | "@babel/plugin-transform-block-scoping" "^7.18.6" |
1185 | "@babel/plugin-transform-classes" "^7.16.7" | 1148 | "@babel/plugin-transform-classes" "^7.18.6" |
1186 | "@babel/plugin-transform-computed-properties" "^7.16.7" | 1149 | "@babel/plugin-transform-computed-properties" "^7.18.6" |
1187 | "@babel/plugin-transform-destructuring" "^7.17.7" | 1150 | "@babel/plugin-transform-destructuring" "^7.18.6" |
1188 | "@babel/plugin-transform-dotall-regex" "^7.16.7" | 1151 | "@babel/plugin-transform-dotall-regex" "^7.18.6" |
1189 | "@babel/plugin-transform-duplicate-keys" "^7.16.7" | 1152 | "@babel/plugin-transform-duplicate-keys" "^7.18.6" |
1190 | "@babel/plugin-transform-exponentiation-operator" "^7.16.7" | 1153 | "@babel/plugin-transform-exponentiation-operator" "^7.18.6" |
1191 | "@babel/plugin-transform-for-of" "^7.16.7" | 1154 | "@babel/plugin-transform-for-of" "^7.18.6" |
1192 | "@babel/plugin-transform-function-name" "^7.16.7" | 1155 | "@babel/plugin-transform-function-name" "^7.18.6" |
1193 | "@babel/plugin-transform-literals" "^7.16.7" | 1156 | "@babel/plugin-transform-literals" "^7.18.6" |
1194 | "@babel/plugin-transform-member-expression-literals" "^7.16.7" | 1157 | "@babel/plugin-transform-member-expression-literals" "^7.18.6" |
1195 | "@babel/plugin-transform-modules-amd" "^7.16.7" | 1158 | "@babel/plugin-transform-modules-amd" "^7.18.6" |
1196 | "@babel/plugin-transform-modules-commonjs" "^7.17.9" | 1159 | "@babel/plugin-transform-modules-commonjs" "^7.18.6" |
1197 | "@babel/plugin-transform-modules-systemjs" "^7.17.8" | 1160 | "@babel/plugin-transform-modules-systemjs" "^7.18.6" |
1198 | "@babel/plugin-transform-modules-umd" "^7.16.7" | 1161 | "@babel/plugin-transform-modules-umd" "^7.18.6" |
1199 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.10" | 1162 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" |
1200 | "@babel/plugin-transform-new-target" "^7.16.7" | 1163 | "@babel/plugin-transform-new-target" "^7.18.6" |
1201 | "@babel/plugin-transform-object-super" "^7.16.7" | 1164 | "@babel/plugin-transform-object-super" "^7.18.6" |
1202 | "@babel/plugin-transform-parameters" "^7.16.7" | 1165 | "@babel/plugin-transform-parameters" "^7.18.6" |
1203 | "@babel/plugin-transform-property-literals" "^7.16.7" | 1166 | "@babel/plugin-transform-property-literals" "^7.18.6" |
1204 | "@babel/plugin-transform-regenerator" "^7.17.9" | 1167 | "@babel/plugin-transform-regenerator" "^7.18.6" |
1205 | "@babel/plugin-transform-reserved-words" "^7.16.7" | 1168 | "@babel/plugin-transform-reserved-words" "^7.18.6" |
1206 | "@babel/plugin-transform-shorthand-properties" "^7.16.7" | 1169 | "@babel/plugin-transform-shorthand-properties" "^7.18.6" |
1207 | "@babel/plugin-transform-spread" "^7.16.7" | 1170 | "@babel/plugin-transform-spread" "^7.18.6" |
1208 | "@babel/plugin-transform-sticky-regex" "^7.16.7" | 1171 | "@babel/plugin-transform-sticky-regex" "^7.18.6" |
1209 | "@babel/plugin-transform-template-literals" "^7.16.7" | 1172 | "@babel/plugin-transform-template-literals" "^7.18.6" |
1210 | "@babel/plugin-transform-typeof-symbol" "^7.16.7" | 1173 | "@babel/plugin-transform-typeof-symbol" "^7.18.6" |
1211 | "@babel/plugin-transform-unicode-escapes" "^7.16.7" | 1174 | "@babel/plugin-transform-unicode-escapes" "^7.18.6" |
1212 | "@babel/plugin-transform-unicode-regex" "^7.16.7" | 1175 | "@babel/plugin-transform-unicode-regex" "^7.18.6" |
1213 | "@babel/preset-modules" "^0.1.5" | 1176 | "@babel/preset-modules" "^0.1.5" |
1214 | "@babel/types" "^7.17.10" | 1177 | "@babel/types" "^7.18.6" |
1215 | babel-plugin-polyfill-corejs2 "^0.3.0" | 1178 | babel-plugin-polyfill-corejs2 "^0.3.1" |
1216 | babel-plugin-polyfill-corejs3 "^0.5.0" | 1179 | babel-plugin-polyfill-corejs3 "^0.5.2" |
1217 | babel-plugin-polyfill-regenerator "^0.3.0" | 1180 | babel-plugin-polyfill-regenerator "^0.3.1" |
1218 | core-js-compat "^3.22.1" | 1181 | core-js-compat "^3.22.1" |
1219 | semver "^6.3.0" | 1182 | semver "^6.3.0" |
1220 | 1183 | ||
1221 | "@babel/preset-env@^7.18.2": | 1184 | "@babel/preset-env@^7.18.2": |
1222 | version "7.18.2" | 1185 | version "7.18.9" |
1223 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a" | 1186 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff" |
1224 | integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q== | 1187 | integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg== |
1225 | dependencies: | 1188 | dependencies: |
1226 | "@babel/compat-data" "^7.17.10" | 1189 | "@babel/compat-data" "^7.18.8" |
1227 | "@babel/helper-compilation-targets" "^7.18.2" | 1190 | "@babel/helper-compilation-targets" "^7.18.9" |
1228 | "@babel/helper-plugin-utils" "^7.17.12" | 1191 | "@babel/helper-plugin-utils" "^7.18.9" |
1229 | "@babel/helper-validator-option" "^7.16.7" | 1192 | "@babel/helper-validator-option" "^7.18.6" |
1230 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12" | 1193 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" |
1231 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.17.12" | 1194 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9" |
1232 | "@babel/plugin-proposal-async-generator-functions" "^7.17.12" | 1195 | "@babel/plugin-proposal-async-generator-functions" "^7.18.6" |
1233 | "@babel/plugin-proposal-class-properties" "^7.17.12" | 1196 | "@babel/plugin-proposal-class-properties" "^7.18.6" |
1234 | "@babel/plugin-proposal-class-static-block" "^7.18.0" | 1197 | "@babel/plugin-proposal-class-static-block" "^7.18.6" |
1235 | "@babel/plugin-proposal-dynamic-import" "^7.16.7" | 1198 | "@babel/plugin-proposal-dynamic-import" "^7.18.6" |
1236 | "@babel/plugin-proposal-export-namespace-from" "^7.17.12" | 1199 | "@babel/plugin-proposal-export-namespace-from" "^7.18.9" |
1237 | "@babel/plugin-proposal-json-strings" "^7.17.12" | 1200 | "@babel/plugin-proposal-json-strings" "^7.18.6" |
1238 | "@babel/plugin-proposal-logical-assignment-operators" "^7.17.12" | 1201 | "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" |
1239 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.17.12" | 1202 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" |
1240 | "@babel/plugin-proposal-numeric-separator" "^7.16.7" | 1203 | "@babel/plugin-proposal-numeric-separator" "^7.18.6" |
1241 | "@babel/plugin-proposal-object-rest-spread" "^7.18.0" | 1204 | "@babel/plugin-proposal-object-rest-spread" "^7.18.9" |
1242 | "@babel/plugin-proposal-optional-catch-binding" "^7.16.7" | 1205 | "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" |
1243 | "@babel/plugin-proposal-optional-chaining" "^7.17.12" | 1206 | "@babel/plugin-proposal-optional-chaining" "^7.18.9" |
1244 | "@babel/plugin-proposal-private-methods" "^7.17.12" | 1207 | "@babel/plugin-proposal-private-methods" "^7.18.6" |
1245 | "@babel/plugin-proposal-private-property-in-object" "^7.17.12" | 1208 | "@babel/plugin-proposal-private-property-in-object" "^7.18.6" |
1246 | "@babel/plugin-proposal-unicode-property-regex" "^7.17.12" | 1209 | "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" |
1247 | "@babel/plugin-syntax-async-generators" "^7.8.4" | 1210 | "@babel/plugin-syntax-async-generators" "^7.8.4" |
1248 | "@babel/plugin-syntax-class-properties" "^7.12.13" | 1211 | "@babel/plugin-syntax-class-properties" "^7.12.13" |
1249 | "@babel/plugin-syntax-class-static-block" "^7.14.5" | 1212 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
1250 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" | 1213 | "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
1251 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" | 1214 | "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
1252 | "@babel/plugin-syntax-import-assertions" "^7.17.12" | 1215 | "@babel/plugin-syntax-import-assertions" "^7.18.6" |
1253 | "@babel/plugin-syntax-json-strings" "^7.8.3" | 1216 | "@babel/plugin-syntax-json-strings" "^7.8.3" |
1254 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" | 1217 | "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
1255 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | 1218 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
@@ -1259,43 +1222,43 @@ | |||
1259 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" | 1222 | "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
1260 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" | 1223 | "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
1261 | "@babel/plugin-syntax-top-level-await" "^7.14.5" | 1224 | "@babel/plugin-syntax-top-level-await" "^7.14.5" |
1262 | "@babel/plugin-transform-arrow-functions" "^7.17.12" | 1225 | "@babel/plugin-transform-arrow-functions" "^7.18.6" |
1263 | "@babel/plugin-transform-async-to-generator" "^7.17.12" | 1226 | "@babel/plugin-transform-async-to-generator" "^7.18.6" |
1264 | "@babel/plugin-transform-block-scoped-functions" "^7.16.7" | 1227 | "@babel/plugin-transform-block-scoped-functions" "^7.18.6" |
1265 | "@babel/plugin-transform-block-scoping" "^7.17.12" | 1228 | "@babel/plugin-transform-block-scoping" "^7.18.9" |
1266 | "@babel/plugin-transform-classes" "^7.17.12" | 1229 | "@babel/plugin-transform-classes" "^7.18.9" |
1267 | "@babel/plugin-transform-computed-properties" "^7.17.12" | 1230 | "@babel/plugin-transform-computed-properties" "^7.18.9" |
1268 | "@babel/plugin-transform-destructuring" "^7.18.0" | 1231 | "@babel/plugin-transform-destructuring" "^7.18.9" |
1269 | "@babel/plugin-transform-dotall-regex" "^7.16.7" | 1232 | "@babel/plugin-transform-dotall-regex" "^7.18.6" |
1270 | "@babel/plugin-transform-duplicate-keys" "^7.17.12" | 1233 | "@babel/plugin-transform-duplicate-keys" "^7.18.9" |
1271 | "@babel/plugin-transform-exponentiation-operator" "^7.16.7" | 1234 | "@babel/plugin-transform-exponentiation-operator" "^7.18.6" |
1272 | "@babel/plugin-transform-for-of" "^7.18.1" | 1235 | "@babel/plugin-transform-for-of" "^7.18.8" |
1273 | "@babel/plugin-transform-function-name" "^7.16.7" | 1236 | "@babel/plugin-transform-function-name" "^7.18.9" |
1274 | "@babel/plugin-transform-literals" "^7.17.12" | 1237 | "@babel/plugin-transform-literals" "^7.18.9" |
1275 | "@babel/plugin-transform-member-expression-literals" "^7.16.7" | 1238 | "@babel/plugin-transform-member-expression-literals" "^7.18.6" |
1276 | "@babel/plugin-transform-modules-amd" "^7.18.0" | 1239 | "@babel/plugin-transform-modules-amd" "^7.18.6" |
1277 | "@babel/plugin-transform-modules-commonjs" "^7.18.2" | 1240 | "@babel/plugin-transform-modules-commonjs" "^7.18.6" |
1278 | "@babel/plugin-transform-modules-systemjs" "^7.18.0" | 1241 | "@babel/plugin-transform-modules-systemjs" "^7.18.9" |
1279 | "@babel/plugin-transform-modules-umd" "^7.18.0" | 1242 | "@babel/plugin-transform-modules-umd" "^7.18.6" |
1280 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12" | 1243 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" |
1281 | "@babel/plugin-transform-new-target" "^7.17.12" | 1244 | "@babel/plugin-transform-new-target" "^7.18.6" |
1282 | "@babel/plugin-transform-object-super" "^7.16.7" | 1245 | "@babel/plugin-transform-object-super" "^7.18.6" |
1283 | "@babel/plugin-transform-parameters" "^7.17.12" | 1246 | "@babel/plugin-transform-parameters" "^7.18.8" |
1284 | "@babel/plugin-transform-property-literals" "^7.16.7" | 1247 | "@babel/plugin-transform-property-literals" "^7.18.6" |
1285 | "@babel/plugin-transform-regenerator" "^7.18.0" | 1248 | "@babel/plugin-transform-regenerator" "^7.18.6" |
1286 | "@babel/plugin-transform-reserved-words" "^7.17.12" | 1249 | "@babel/plugin-transform-reserved-words" "^7.18.6" |
1287 | "@babel/plugin-transform-shorthand-properties" "^7.16.7" | 1250 | "@babel/plugin-transform-shorthand-properties" "^7.18.6" |
1288 | "@babel/plugin-transform-spread" "^7.17.12" | 1251 | "@babel/plugin-transform-spread" "^7.18.9" |
1289 | "@babel/plugin-transform-sticky-regex" "^7.16.7" | 1252 | "@babel/plugin-transform-sticky-regex" "^7.18.6" |
1290 | "@babel/plugin-transform-template-literals" "^7.18.2" | 1253 | "@babel/plugin-transform-template-literals" "^7.18.9" |
1291 | "@babel/plugin-transform-typeof-symbol" "^7.17.12" | 1254 | "@babel/plugin-transform-typeof-symbol" "^7.18.9" |
1292 | "@babel/plugin-transform-unicode-escapes" "^7.16.7" | 1255 | "@babel/plugin-transform-unicode-escapes" "^7.18.6" |
1293 | "@babel/plugin-transform-unicode-regex" "^7.16.7" | 1256 | "@babel/plugin-transform-unicode-regex" "^7.18.6" |
1294 | "@babel/preset-modules" "^0.1.5" | 1257 | "@babel/preset-modules" "^0.1.5" |
1295 | "@babel/types" "^7.18.2" | 1258 | "@babel/types" "^7.18.9" |
1296 | babel-plugin-polyfill-corejs2 "^0.3.0" | 1259 | babel-plugin-polyfill-corejs2 "^0.3.1" |
1297 | babel-plugin-polyfill-corejs3 "^0.5.0" | 1260 | babel-plugin-polyfill-corejs3 "^0.5.2" |
1298 | babel-plugin-polyfill-regenerator "^0.3.0" | 1261 | babel-plugin-polyfill-regenerator "^0.3.1" |
1299 | core-js-compat "^3.22.1" | 1262 | core-js-compat "^3.22.1" |
1300 | semver "^6.3.0" | 1263 | semver "^6.3.0" |
1301 | 1264 | ||
@@ -1310,59 +1273,51 @@ | |||
1310 | "@babel/types" "^7.4.4" | 1273 | "@babel/types" "^7.4.4" |
1311 | esutils "^2.0.2" | 1274 | esutils "^2.0.2" |
1312 | 1275 | ||
1313 | "@babel/runtime-corejs3@^7.10.2": | 1276 | "@babel/runtime@7.18.6": |
1314 | version "7.18.3" | 1277 | version "7.18.6" |
1315 | resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.18.3.tgz#52f0241a31e0ec61a6187530af6227c2846bd60c" | 1278 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580" |
1316 | integrity sha512-l4ddFwrc9rnR+EJsHsh+TJ4A35YqQz/UqcjtlX2ov53hlJYG5CxtQmNZxyajwDVmCxwy++rtvGU5HazCK4W41Q== | 1279 | integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== |
1317 | dependencies: | 1280 | dependencies: |
1318 | core-js-pure "^3.20.2" | ||
1319 | regenerator-runtime "^0.13.4" | 1281 | regenerator-runtime "^0.13.4" |
1320 | 1282 | ||
1321 | "@babel/runtime@7.17.9": | 1283 | "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4": |
1322 | version "7.17.9" | 1284 | version "7.18.9" |
1323 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72" | 1285 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a" |
1324 | integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== | 1286 | integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw== |
1325 | dependencies: | 1287 | dependencies: |
1326 | regenerator-runtime "^0.13.4" | 1288 | regenerator-runtime "^0.13.4" |
1327 | 1289 | ||
1328 | "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4": | 1290 | "@babel/template@7.18.6", "@babel/template@^7.18.6": |
1329 | version "7.18.3" | 1291 | version "7.18.6" |
1330 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4" | 1292 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" |
1331 | integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug== | 1293 | integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== |
1332 | dependencies: | 1294 | dependencies: |
1333 | regenerator-runtime "^0.13.4" | 1295 | "@babel/code-frame" "^7.18.6" |
1334 | 1296 | "@babel/parser" "^7.18.6" | |
1335 | "@babel/template@7.16.7", "@babel/template@^7.16.7": | 1297 | "@babel/types" "^7.18.6" |
1336 | version "7.16.7" | 1298 | |
1337 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" | 1299 | "@babel/traverse@^7.18.6", "@babel/traverse@^7.18.9": |
1338 | integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== | 1300 | version "7.18.9" |
1339 | dependencies: | 1301 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" |
1340 | "@babel/code-frame" "^7.16.7" | 1302 | integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg== |
1341 | "@babel/parser" "^7.16.7" | 1303 | dependencies: |
1342 | "@babel/types" "^7.16.7" | 1304 | "@babel/code-frame" "^7.18.6" |
1343 | 1305 | "@babel/generator" "^7.18.9" | |
1344 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.12", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.18.5": | 1306 | "@babel/helper-environment-visitor" "^7.18.9" |
1345 | version "7.18.5" | 1307 | "@babel/helper-function-name" "^7.18.9" |
1346 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.5.tgz#94a8195ad9642801837988ab77f36e992d9a20cd" | 1308 | "@babel/helper-hoist-variables" "^7.18.6" |
1347 | integrity sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA== | 1309 | "@babel/helper-split-export-declaration" "^7.18.6" |
1348 | dependencies: | 1310 | "@babel/parser" "^7.18.9" |
1349 | "@babel/code-frame" "^7.16.7" | 1311 | "@babel/types" "^7.18.9" |
1350 | "@babel/generator" "^7.18.2" | ||
1351 | "@babel/helper-environment-visitor" "^7.18.2" | ||
1352 | "@babel/helper-function-name" "^7.17.9" | ||
1353 | "@babel/helper-hoist-variables" "^7.16.7" | ||
1354 | "@babel/helper-split-export-declaration" "^7.16.7" | ||
1355 | "@babel/parser" "^7.18.5" | ||
1356 | "@babel/types" "^7.18.4" | ||
1357 | debug "^4.1.0" | 1312 | debug "^4.1.0" |
1358 | globals "^11.1.0" | 1313 | globals "^11.1.0" |
1359 | 1314 | ||
1360 | "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4": | 1315 | "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.18.9", "@babel/types@^7.4.4": |
1361 | version "7.18.4" | 1316 | version "7.18.9" |
1362 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354" | 1317 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" |
1363 | integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw== | 1318 | integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== |
1364 | dependencies: | 1319 | dependencies: |
1365 | "@babel/helper-validator-identifier" "^7.16.7" | 1320 | "@babel/helper-validator-identifier" "^7.18.6" |
1366 | to-fast-properties "^2.0.0" | 1321 | to-fast-properties "^2.0.0" |
1367 | 1322 | ||
1368 | "@cordobo/qrcode@1.5.0": | 1323 | "@cordobo/qrcode@1.5.0": |
@@ -1375,55 +1330,63 @@ | |||
1375 | pngjs "^5.0.0" | 1330 | pngjs "^5.0.0" |
1376 | yargs "^17.3.1" | 1331 | yargs "^17.3.1" |
1377 | 1332 | ||
1333 | "@csstools/postcss-cascade-layers@^1.0.4": | ||
1334 | version "1.0.5" | ||
1335 | resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.0.5.tgz#f16f2c4396ace855541e1aa693f5f27ec972e6ad" | ||
1336 | integrity sha512-Id/9wBT7FkgFzdEpiEWrsVd4ltDxN0rI0QS0SChbeQiSuux3z21SJCRLu6h2cvCEUmaRi+VD0mHFj+GJD4GFnw== | ||
1337 | dependencies: | ||
1338 | "@csstools/selector-specificity" "^2.0.2" | ||
1339 | postcss-selector-parser "^6.0.10" | ||
1340 | |||
1378 | "@csstools/postcss-color-function@^1.1.0": | 1341 | "@csstools/postcss-color-function@^1.1.0": |
1379 | version "1.1.0" | 1342 | version "1.1.1" |
1380 | resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.0.tgz#229966327747f58fbe586de35daa139db3ce1e5d" | 1343 | resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz#2bd36ab34f82d0497cfacdc9b18d34b5e6f64b6b" |
1381 | integrity sha512-5D5ND/mZWcQoSfYnSPsXtuiFxhzmhxt6pcjrFLJyldj+p0ZN2vvRpYNX+lahFTtMhAYOa2WmkdGINr0yP0CvGA== | 1344 | integrity sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw== |
1382 | dependencies: | 1345 | dependencies: |
1383 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" | 1346 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" |
1384 | postcss-value-parser "^4.2.0" | 1347 | postcss-value-parser "^4.2.0" |
1385 | 1348 | ||
1386 | "@csstools/postcss-font-format-keywords@^1.0.0": | 1349 | "@csstools/postcss-font-format-keywords@^1.0.0": |
1387 | version "1.0.0" | 1350 | version "1.0.1" |
1388 | resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.0.tgz#7e7df948a83a0dfb7eb150a96e2390ac642356a1" | 1351 | resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz#677b34e9e88ae997a67283311657973150e8b16a" |
1389 | integrity sha512-oO0cZt8do8FdVBX8INftvIA4lUrKUSCcWUf9IwH9IPWOgKT22oAZFXeHLoDK7nhB2SmkNycp5brxfNMRLIhd6Q== | 1352 | integrity sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg== |
1390 | dependencies: | 1353 | dependencies: |
1391 | postcss-value-parser "^4.2.0" | 1354 | postcss-value-parser "^4.2.0" |
1392 | 1355 | ||
1393 | "@csstools/postcss-hwb-function@^1.0.0": | 1356 | "@csstools/postcss-hwb-function@^1.0.1": |
1394 | version "1.0.1" | 1357 | version "1.0.2" |
1395 | resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.1.tgz#5224db711ed09a965f85c80c18144ac1c2702fce" | 1358 | resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz#ab54a9fce0ac102c754854769962f2422ae8aa8b" |
1396 | integrity sha512-AMZwWyHbbNLBsDADWmoXT9A5yl5dsGEBeJSJRUJt8Y9n8Ziu7Wstt4MC8jtPW7xjcLecyfJwtnUTNSmOzcnWeg== | 1359 | integrity sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w== |
1397 | dependencies: | 1360 | dependencies: |
1398 | postcss-value-parser "^4.2.0" | 1361 | postcss-value-parser "^4.2.0" |
1399 | 1362 | ||
1400 | "@csstools/postcss-ic-unit@^1.0.0": | 1363 | "@csstools/postcss-ic-unit@^1.0.0": |
1401 | version "1.0.0" | 1364 | version "1.0.1" |
1402 | resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.0.tgz#f484db59fc94f35a21b6d680d23b0ec69b286b7f" | 1365 | resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz#28237d812a124d1a16a5acc5c3832b040b303e58" |
1403 | integrity sha512-i4yps1mBp2ijrx7E96RXrQXQQHm6F4ym1TOD0D69/sjDjZvQ22tqiEvaNw7pFZTUO5b9vWRHzbHzP9+UKuw+bA== | 1366 | integrity sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw== |
1404 | dependencies: | 1367 | dependencies: |
1405 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" | 1368 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" |
1406 | postcss-value-parser "^4.2.0" | 1369 | postcss-value-parser "^4.2.0" |
1407 | 1370 | ||
1408 | "@csstools/postcss-is-pseudo-class@^2.0.2": | 1371 | "@csstools/postcss-is-pseudo-class@^2.0.6": |
1409 | version "2.0.5" | 1372 | version "2.0.7" |
1410 | resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.5.tgz#60fea78776fc3916ad66d568064aa31029b9f772" | 1373 | resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz#846ae6c0d5a1eaa878fce352c544f9c295509cd1" |
1411 | integrity sha512-Ek+UFI4UP2hB9u0N1cJd6KgSF1rL0J3PT4is0oSStuus8+WzbGGPyJNMOKQ0w/tyPjxiCnOI4RdSMZt3nks64g== | 1374 | integrity sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA== |
1412 | dependencies: | 1375 | dependencies: |
1413 | "@csstools/selector-specificity" "^2.0.0" | 1376 | "@csstools/selector-specificity" "^2.0.0" |
1414 | postcss-selector-parser "^6.0.10" | 1377 | postcss-selector-parser "^6.0.10" |
1415 | 1378 | ||
1416 | "@csstools/postcss-normalize-display-values@^1.0.0": | 1379 | "@csstools/postcss-normalize-display-values@^1.0.0": |
1417 | version "1.0.0" | 1380 | version "1.0.1" |
1418 | resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.0.tgz#ce698f688c28517447aedf15a9037987e3d2dc97" | 1381 | resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz#15da54a36e867b3ac5163ee12c1d7f82d4d612c3" |
1419 | integrity sha512-bX+nx5V8XTJEmGtpWTO6kywdS725t71YSLlxWt78XoHUbELWgoCXeOFymRJmL3SU1TLlKSIi7v52EWqe60vJTQ== | 1382 | integrity sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw== |
1420 | dependencies: | 1383 | dependencies: |
1421 | postcss-value-parser "^4.2.0" | 1384 | postcss-value-parser "^4.2.0" |
1422 | 1385 | ||
1423 | "@csstools/postcss-oklab-function@^1.1.0": | 1386 | "@csstools/postcss-oklab-function@^1.1.0": |
1424 | version "1.1.0" | 1387 | version "1.1.1" |
1425 | resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.0.tgz#e9a269487a292e0930760948e923e1d46b638ee6" | 1388 | resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz#88cee0fbc8d6df27079ebd2fa016ee261eecf844" |
1426 | integrity sha512-e/Q5HopQzmnQgqimG9v3w2IG4VRABsBq3itOcn4bnm+j4enTgQZ0nWsaH/m9GV2otWGQ0nwccYL5vmLKyvP1ww== | 1389 | integrity sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA== |
1427 | dependencies: | 1390 | dependencies: |
1428 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" | 1391 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" |
1429 | postcss-value-parser "^4.2.0" | 1392 | postcss-value-parser "^4.2.0" |
@@ -1436,21 +1399,28 @@ | |||
1436 | postcss-value-parser "^4.2.0" | 1399 | postcss-value-parser "^4.2.0" |
1437 | 1400 | ||
1438 | "@csstools/postcss-stepped-value-functions@^1.0.0": | 1401 | "@csstools/postcss-stepped-value-functions@^1.0.0": |
1439 | version "1.0.0" | 1402 | version "1.0.1" |
1440 | resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.0.tgz#f8ffc05e163ba7bcbefc5fdcaf264ce9fd408c16" | 1403 | resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz#f8772c3681cc2befed695e2b0b1d68e22f08c4f4" |
1441 | integrity sha512-q8c4bs1GumAiRenmFjASBcWSLKrbzHzWl6C2HcaAxAXIiL2rUlUWbqQZUjwVG5tied0rld19j/Mm90K3qI26vw== | 1404 | integrity sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ== |
1442 | dependencies: | 1405 | dependencies: |
1443 | postcss-value-parser "^4.2.0" | 1406 | postcss-value-parser "^4.2.0" |
1444 | 1407 | ||
1445 | "@csstools/postcss-unset-value@^1.0.0": | 1408 | "@csstools/postcss-trigonometric-functions@^1.0.1": |
1446 | version "1.0.1" | 1409 | version "1.0.2" |
1447 | resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.1.tgz#2cc020785db5ec82cc9444afe4cdae2a65445f89" | 1410 | resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz#94d3e4774c36d35dcdc88ce091336cb770d32756" |
1448 | integrity sha512-f1G1WGDXEU/RN1TWAxBPQgQudtLnLQPyiWdtypkPC+mVYNKFKH/HYXSxH4MVNqwF8M0eDsoiU7HumJHCg/L/jg== | 1411 | integrity sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og== |
1412 | dependencies: | ||
1413 | postcss-value-parser "^4.2.0" | ||
1449 | 1414 | ||
1450 | "@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.1": | 1415 | "@csstools/postcss-unset-value@^1.0.1": |
1451 | version "2.0.1" | 1416 | version "1.0.2" |
1452 | resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz#b6b8d81780b9a9f6459f4bfe9226ac6aefaefe87" | 1417 | resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz#c99bb70e2cdc7312948d1eb41df2412330b81f77" |
1453 | integrity sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA== | 1418 | integrity sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g== |
1419 | |||
1420 | "@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.1", "@csstools/selector-specificity@^2.0.2": | ||
1421 | version "2.0.2" | ||
1422 | resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36" | ||
1423 | integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg== | ||
1454 | 1424 | ||
1455 | "@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.0": | 1425 | "@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.0": |
1456 | version "0.5.7" | 1426 | version "0.5.7" |
@@ -1481,10 +1451,10 @@ | |||
1481 | minimatch "^3.1.2" | 1451 | minimatch "^3.1.2" |
1482 | strip-json-comments "^3.1.1" | 1452 | strip-json-comments "^3.1.1" |
1483 | 1453 | ||
1484 | "@formatjs/ecma402-abstract@1.11.7": | 1454 | "@formatjs/ecma402-abstract@1.11.8": |
1485 | version "1.11.7" | 1455 | version "1.11.8" |
1486 | resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.7.tgz#47f1a854f679f813d9baa1ee55adae94880ec706" | 1456 | resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.11.8.tgz#f4015dfb6a837369d94c6ba82455c609e45bce20" |
1487 | integrity sha512-uNaok4XWMJBtPZk/veTDamFCm5HeWJUk2jwoVfH5/+wenQ60QHjH6T3UQ0GOOCz9jpKmed7vqOri7xSf//Dt7g== | 1457 | integrity sha512-fgLqyWlwmTEuqV/TSLEL/t9JOmHNLFvCdgzXB0jc2w+WOItPCOJ1T0eyN6fQBQKRPfSqqNlu+kWj7ijcOVTVVQ== |
1488 | dependencies: | 1458 | dependencies: |
1489 | "@formatjs/intl-localematcher" "0.2.28" | 1459 | "@formatjs/intl-localematcher" "0.2.28" |
1490 | tslib "2.4.0" | 1460 | tslib "2.4.0" |
@@ -1496,21 +1466,21 @@ | |||
1496 | dependencies: | 1466 | dependencies: |
1497 | tslib "2.4.0" | 1467 | tslib "2.4.0" |
1498 | 1468 | ||
1499 | "@formatjs/icu-messageformat-parser@2.1.3": | 1469 | "@formatjs/icu-messageformat-parser@2.1.4": |
1500 | version "2.1.3" | 1470 | version "2.1.4" |
1501 | resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.1.3.tgz#d228ac26f22630689a1263e83192227f1d085bd3" | 1471 | resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.1.4.tgz#f1e32b9937f151c1dd5c30536ce3e920b7f23813" |
1502 | integrity sha512-hsdAn1dXcujW/G8DHw0iiIy7357pw10yOulCrL6xrQOKJAxT7m7EgpG0Hm1OW9xqaLEzqWyE/jA2AGVnOCaCQw== | 1472 | integrity sha512-3PqMvKWV1oyok0BuiXUAHIaotdhdTJw6OICqCZbfUgKT+ZRwRWO4IlCgvXJeCITaKS5p+PY0XXKjf/vUyIpWjQ== |
1503 | dependencies: | 1473 | dependencies: |
1504 | "@formatjs/ecma402-abstract" "1.11.7" | 1474 | "@formatjs/ecma402-abstract" "1.11.8" |
1505 | "@formatjs/icu-skeleton-parser" "1.3.9" | 1475 | "@formatjs/icu-skeleton-parser" "1.3.10" |
1506 | tslib "2.4.0" | 1476 | tslib "2.4.0" |
1507 | 1477 | ||
1508 | "@formatjs/icu-skeleton-parser@1.3.9": | 1478 | "@formatjs/icu-skeleton-parser@1.3.10": |
1509 | version "1.3.9" | 1479 | version "1.3.10" |
1510 | resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.9.tgz#149badc16ffd15dd928f8047ae21aa9136e0ea73" | 1480 | resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.10.tgz#2f504e56ac80137ee2baad55c7fa0b5dc7f4e4df" |
1511 | integrity sha512-s9THwwhiiSzbGSk73FP6Ur2MBwEj1vfgYDHKa5FiXGQMfYzdRdRvyH1dgqNgSFJPB6PM3DKtkloJLjpqpSDNUg== | 1481 | integrity sha512-kXJmtLDqFF5aLTf8IxdJXnhrIX1Qb4Qp3a9jqRecGDYfzOa9hMhi9U0nKyhrJJ4cXxBzptcgb+LWkyeHL6nlBQ== |
1512 | dependencies: | 1482 | dependencies: |
1513 | "@formatjs/ecma402-abstract" "1.11.7" | 1483 | "@formatjs/ecma402-abstract" "1.11.8" |
1514 | tslib "2.4.0" | 1484 | tslib "2.4.0" |
1515 | 1485 | ||
1516 | "@formatjs/intl-localematcher@0.2.28": | 1486 | "@formatjs/intl-localematcher@0.2.28": |
@@ -1520,7 +1490,7 @@ | |||
1520 | dependencies: | 1490 | dependencies: |
1521 | tslib "2.4.0" | 1491 | tslib "2.4.0" |
1522 | 1492 | ||
1523 | "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": | 1493 | "@gar/promisify@^1.1.3": |
1524 | version "1.1.3" | 1494 | version "1.1.3" |
1525 | resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" | 1495 | resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" |
1526 | integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== | 1496 | integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== |
@@ -1555,26 +1525,26 @@ | |||
1555 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" | 1525 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" |
1556 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== | 1526 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== |
1557 | 1527 | ||
1558 | "@jest/expect-utils@^28.1.1": | 1528 | "@jest/expect-utils@^28.1.3": |
1559 | version "28.1.1" | 1529 | version "28.1.3" |
1560 | resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-28.1.1.tgz#d84c346025b9f6f3886d02c48a6177e2b0360587" | 1530 | resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-28.1.3.tgz#58561ce5db7cd253a7edddbc051fb39dda50f525" |
1561 | integrity sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw== | 1531 | integrity sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA== |
1562 | dependencies: | 1532 | dependencies: |
1563 | jest-get-type "^28.0.2" | 1533 | jest-get-type "^28.0.2" |
1564 | 1534 | ||
1565 | "@jest/schemas@^28.0.2": | 1535 | "@jest/schemas@^28.1.3": |
1566 | version "28.0.2" | 1536 | version "28.1.3" |
1567 | resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613" | 1537 | resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.1.3.tgz#ad8b86a66f11f33619e3d7e1dcddd7f2d40ff905" |
1568 | integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA== | 1538 | integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg== |
1569 | dependencies: | 1539 | dependencies: |
1570 | "@sinclair/typebox" "^0.23.3" | 1540 | "@sinclair/typebox" "^0.24.1" |
1571 | 1541 | ||
1572 | "@jest/types@^28.1.1": | 1542 | "@jest/types@^28.1.3": |
1573 | version "28.1.1" | 1543 | version "28.1.3" |
1574 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.1.tgz#d059bbc80e6da6eda9f081f293299348bd78ee0b" | 1544 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b" |
1575 | integrity sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw== | 1545 | integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ== |
1576 | dependencies: | 1546 | dependencies: |
1577 | "@jest/schemas" "^28.0.2" | 1547 | "@jest/schemas" "^28.1.3" |
1578 | "@types/istanbul-lib-coverage" "^2.0.0" | 1548 | "@types/istanbul-lib-coverage" "^2.0.0" |
1579 | "@types/istanbul-reports" "^3.0.0" | 1549 | "@types/istanbul-reports" "^3.0.0" |
1580 | "@types/node" "*" | 1550 | "@types/node" "*" |
@@ -1589,24 +1559,24 @@ | |||
1589 | "@jridgewell/set-array" "^1.0.0" | 1559 | "@jridgewell/set-array" "^1.0.0" |
1590 | "@jridgewell/sourcemap-codec" "^1.4.10" | 1560 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1591 | 1561 | ||
1592 | "@jridgewell/gen-mapping@^0.3.0": | 1562 | "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2": |
1593 | version "0.3.1" | 1563 | version "0.3.2" |
1594 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9" | 1564 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
1595 | integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg== | 1565 | integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== |
1596 | dependencies: | 1566 | dependencies: |
1597 | "@jridgewell/set-array" "^1.0.0" | 1567 | "@jridgewell/set-array" "^1.0.1" |
1598 | "@jridgewell/sourcemap-codec" "^1.4.10" | 1568 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1599 | "@jridgewell/trace-mapping" "^0.3.9" | 1569 | "@jridgewell/trace-mapping" "^0.3.9" |
1600 | 1570 | ||
1601 | "@jridgewell/resolve-uri@^3.0.3": | 1571 | "@jridgewell/resolve-uri@^3.0.3": |
1602 | version "3.0.7" | 1572 | version "3.1.0" |
1603 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe" | 1573 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1604 | integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA== | 1574 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1605 | 1575 | ||
1606 | "@jridgewell/set-array@^1.0.0": | 1576 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
1607 | version "1.1.1" | 1577 | version "1.1.2" |
1608 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea" | 1578 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
1609 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== | 1579 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
1610 | 1580 | ||
1611 | "@jridgewell/source-map@^0.3.2": | 1581 | "@jridgewell/source-map@^0.3.2": |
1612 | version "0.3.2" | 1582 | version "0.3.2" |
@@ -1617,14 +1587,14 @@ | |||
1617 | "@jridgewell/trace-mapping" "^0.3.9" | 1587 | "@jridgewell/trace-mapping" "^0.3.9" |
1618 | 1588 | ||
1619 | "@jridgewell/sourcemap-codec@^1.4.10": | 1589 | "@jridgewell/sourcemap-codec@^1.4.10": |
1620 | version "1.4.13" | 1590 | version "1.4.14" |
1621 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c" | 1591 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1622 | integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w== | 1592 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1623 | 1593 | ||
1624 | "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9": | 1594 | "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9": |
1625 | version "0.3.13" | 1595 | version "0.3.14" |
1626 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" | 1596 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" |
1627 | integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w== | 1597 | integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== |
1628 | dependencies: | 1598 | dependencies: |
1629 | "@jridgewell/resolve-uri" "^3.0.3" | 1599 | "@jridgewell/resolve-uri" "^3.0.3" |
1630 | "@jridgewell/sourcemap-codec" "^1.4.10" | 1600 | "@jridgewell/sourcemap-codec" "^1.4.10" |
@@ -1642,16 +1612,16 @@ | |||
1642 | tslib "^2.3.0" | 1612 | tslib "^2.3.0" |
1643 | 1613 | ||
1644 | "@ng-select/ng-select@^9.0.1": | 1614 | "@ng-select/ng-select@^9.0.1": |
1645 | version "9.0.1" | 1615 | version "9.0.2" |
1646 | resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-9.0.1.tgz#3a40c817f01dfa6448732d6cdb8fa41611756a48" | 1616 | resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-9.0.2.tgz#15e270c2933423c7eaef6a09a1723db1e5212521" |
1647 | integrity sha512-mJ8xEDS26PAMkBt8kU0KyXrKVQpigbchWgdNqYJFhf87UK4nVrrcElm5m/40ZsyeErNGtgVE3K0ucKGttAF5bg== | 1617 | integrity sha512-xdNiz/kgkMWYW1qFtk/337xDk/cmfEbSVtTFxWIM2OnIX1XsQOnTlGiBYces1TsMfqS68HjAvljEkj8QIGN2Lg== |
1648 | dependencies: | 1618 | dependencies: |
1649 | tslib "^2.3.1" | 1619 | tslib "^2.3.1" |
1650 | 1620 | ||
1651 | "@ngtools/webpack@14.0.1": | 1621 | "@ngtools/webpack@14.1.0": |
1652 | version "14.0.1" | 1622 | version "14.1.0" |
1653 | resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.0.1.tgz#005a4bbf08bc1cf94ab41aa3503024c583ad99df" | 1623 | resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-14.1.0.tgz#2e79fffe93f35939ed3dc65ab5aa830afdb13d39" |
1654 | integrity sha512-BR+RoOK8/20mRx86D6cYGjc0+/qsGvIpLHknRd9WfxB7ppfbWV8QTN9vnk3lRs13n2umRJ+8VvC8UMmd8B+m9A== | 1624 | integrity sha512-d4U6ymDCXckVgfjYEv1Wjzd78ZSm0NKgq8mN6FdlrCupg02LPIODjeKyNr4c4zwMAOJeHkVNEZ+USoDEK3XSsw== |
1655 | 1625 | ||
1656 | "@ngx-loading-bar/core@^6.0.0": | 1626 | "@ngx-loading-bar/core@^6.0.0": |
1657 | version "6.0.2" | 1627 | version "6.0.2" |
@@ -1695,18 +1665,10 @@ | |||
1695 | "@nodelib/fs.scandir" "2.1.5" | 1665 | "@nodelib/fs.scandir" "2.1.5" |
1696 | fastq "^1.6.0" | 1666 | fastq "^1.6.0" |
1697 | 1667 | ||
1698 | "@npmcli/fs@^1.0.0": | ||
1699 | version "1.1.1" | ||
1700 | resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257" | ||
1701 | integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== | ||
1702 | dependencies: | ||
1703 | "@gar/promisify" "^1.0.1" | ||
1704 | semver "^7.3.5" | ||
1705 | |||
1706 | "@npmcli/fs@^2.1.0": | 1668 | "@npmcli/fs@^2.1.0": |
1707 | version "2.1.0" | 1669 | version "2.1.1" |
1708 | resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.0.tgz#f2a21c28386e299d1a9fae8051d35ad180e33109" | 1670 | resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.1.tgz#c0c480b03450d8b9fc086816a50cb682668a48bf" |
1709 | integrity sha512-DmfBvNXGaetMxj9LTp8NAN9vEidXURrf5ZTslQzEAi/6GbW+4yjaLFQc6Tue5cpZ9Frlk4OBo/Snf1Bh/S7qTQ== | 1671 | integrity sha512-1Q0uzx6c/NVNGszePbr5Gc2riSU1zLpNlo/1YWntH+eaPmMgBssAW0qXofCVkpdj3ce4swZtlDYQu+NKiYcptg== |
1710 | dependencies: | 1672 | dependencies: |
1711 | "@gar/promisify" "^1.1.3" | 1673 | "@gar/promisify" "^1.1.3" |
1712 | semver "^7.3.5" | 1674 | semver "^7.3.5" |
@@ -1734,14 +1696,6 @@ | |||
1734 | npm-bundled "^1.1.1" | 1696 | npm-bundled "^1.1.1" |
1735 | npm-normalize-package-bin "^1.0.1" | 1697 | npm-normalize-package-bin "^1.0.1" |
1736 | 1698 | ||
1737 | "@npmcli/move-file@^1.0.1": | ||
1738 | version "1.1.2" | ||
1739 | resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674" | ||
1740 | integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== | ||
1741 | dependencies: | ||
1742 | mkdirp "^1.0.4" | ||
1743 | rimraf "^3.0.2" | ||
1744 | |||
1745 | "@npmcli/move-file@^2.0.0": | 1699 | "@npmcli/move-file@^2.0.0": |
1746 | version "2.0.0" | 1700 | version "2.0.0" |
1747 | resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.0.tgz#417f585016081a0184cef3e38902cd917a9bbd02" | 1701 | resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.0.tgz#417f585016081a0184cef3e38902cd917a9bbd02" |
@@ -1762,58 +1716,41 @@ | |||
1762 | dependencies: | 1716 | dependencies: |
1763 | infer-owner "^1.0.4" | 1717 | infer-owner "^1.0.4" |
1764 | 1718 | ||
1765 | "@npmcli/run-script@^3.0.1": | 1719 | "@npmcli/run-script@^4.1.0": |
1766 | version "3.0.3" | 1720 | version "4.1.7" |
1767 | resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-3.0.3.tgz#66afa6e0c4c3484056195f295fa6c1d1a45ddf58" | 1721 | resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-4.1.7.tgz#b1a2f57568eb738e45e9ea3123fb054b400a86f7" |
1768 | integrity sha512-ZXL6qgC5NjwfZJ2nET+ZSLEz/PJgJ/5CU90C2S66dZY4Jw73DasS4ZCXuy/KHWYP0imjJ4VtA+Gebb5BxxKp9Q== | 1722 | integrity sha512-WXr/MyM4tpKA4BotB81NccGAv8B48lNH0gRoILucbcAhTQXLCoi6HflMV3KdXubIqvP9SuLsFn68Z7r4jl+ppw== |
1769 | dependencies: | 1723 | dependencies: |
1770 | "@npmcli/node-gyp" "^2.0.0" | 1724 | "@npmcli/node-gyp" "^2.0.0" |
1771 | "@npmcli/promise-spawn" "^3.0.0" | 1725 | "@npmcli/promise-spawn" "^3.0.0" |
1772 | node-gyp "^8.4.1" | 1726 | node-gyp "^9.0.0" |
1773 | read-package-json-fast "^2.0.3" | 1727 | read-package-json-fast "^2.0.3" |
1728 | which "^2.0.2" | ||
1774 | 1729 | ||
1775 | "@nrwl/cli@*", "@nrwl/cli@14.2.4": | 1730 | "@nrwl/cli@14.4.3": |
1776 | version "14.2.4" | 1731 | version "14.4.3" |
1777 | resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.2.4.tgz#382592fe8cf5f5d5572dddbb366e55f2a2e23145" | 1732 | resolved "https://registry.yarnpkg.com/@nrwl/cli/-/cli-14.4.3.tgz#3d949e0da32e3af9f285ec376ec4f06314339716" |
1778 | integrity sha512-Ak6mmM9W39DSVaRDxt0yqMwHWg5yL9+QqhSB7q464EAKS6r4NPr6Z+avAjqAfoS/H8WsEPlwJnsaaJiP/gBwWQ== | 1733 | integrity sha512-9WzOOXgdf9YJxqte5e8KNkM3NWOuBgM7hz9jEOyw53Ht1Y2H8xLDPVkqDTS9kROgcyMQxHIjIcw80wZNaZL8Mw== |
1779 | dependencies: | 1734 | dependencies: |
1780 | nx "14.2.4" | 1735 | nx "14.4.3" |
1781 | 1736 | ||
1782 | "@nrwl/devkit@13.1.3": | 1737 | "@nrwl/devkit@^14.2.4": |
1783 | version "13.1.3" | 1738 | version "14.4.3" |
1784 | resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-13.1.3.tgz#8b119587984371a4caf0b3601a7481e04bac65a3" | 1739 | resolved "https://registry.yarnpkg.com/@nrwl/devkit/-/devkit-14.4.3.tgz#4f8ed59bc1e0188e2fe6e4b59b03f783ddca33a0" |
1785 | integrity sha512-TAAsZJvVc/obeH0rZKY6miVhyM2GHGb8qIWp9MAIdLlXf4VDcNC7rxwb5OrGVSwuTTjqGYBGPUx0yEogOOJthA== | 1740 | integrity sha512-CFGWQyzrqs4q7YUk37E5Ca+HDj9qbhfw6oI/Omf42MitEpoEnWxVKy/h1pua6ykHn8ZDVvS7sp6nrmg+r6OmDA== |
1786 | dependencies: | 1741 | dependencies: |
1787 | "@nrwl/tao" "13.1.3" | 1742 | ejs "^3.1.7" |
1788 | ejs "^3.1.5" | ||
1789 | ignore "^5.0.4" | 1743 | ignore "^5.0.4" |
1790 | rxjs "^6.5.4" | 1744 | rxjs "^6.5.4" |
1791 | semver "7.3.4" | 1745 | semver "7.3.4" |
1792 | tslib "^2.0.0" | 1746 | tslib "^2.3.0" |
1793 | |||
1794 | "@nrwl/tao@13.1.3": | ||
1795 | version "13.1.3" | ||
1796 | resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-13.1.3.tgz#5a88029b0aa9dfd4bca0a86d3dde2b608c468b36" | ||
1797 | integrity sha512-/IwJgSgCBD1SaF+n8RuXX2OxDAh8ut/+P8pMswjm8063ac30UlAHjQ4XTYyskLH8uoUmNi2hNaGgHUrkwt7tQA== | ||
1798 | dependencies: | ||
1799 | chalk "4.1.0" | ||
1800 | enquirer "~2.3.6" | ||
1801 | fs-extra "^9.1.0" | ||
1802 | jsonc-parser "3.0.0" | ||
1803 | nx "13.1.3" | ||
1804 | rxjs "^6.5.4" | ||
1805 | rxjs-for-await "0.0.2" | ||
1806 | semver "7.3.4" | ||
1807 | tmp "~0.2.1" | ||
1808 | tslib "^2.0.0" | ||
1809 | yargs-parser "20.0.0" | ||
1810 | 1747 | ||
1811 | "@nrwl/tao@14.2.4": | 1748 | "@nrwl/tao@14.4.3": |
1812 | version "14.2.4" | 1749 | version "14.4.3" |
1813 | resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.2.4.tgz#cbe8ea61e12027be9b78534b1325df77168c2759" | 1750 | resolved "https://registry.yarnpkg.com/@nrwl/tao/-/tao-14.4.3.tgz#08b86a81cb71574f491e9254104eaea1f7c6c5fd" |
1814 | integrity sha512-wnrS+Go1Moa+jkOKqxoR/+YihDSoMlbUemBBoa1P2JQ6gvCnCrsvCx3qosJ0HfSdqQy8tkoUqd624RcGUyDUbg== | 1751 | integrity sha512-sHlnqTlJ/XEc/lv0MIKYI1R643CWFvYL6QyZD7f38FvP1RblZ6eVqvOJcrkpwcvRWcZNEY+GrQpb1Io1ZvMEmQ== |
1815 | dependencies: | 1752 | dependencies: |
1816 | nx "14.2.4" | 1753 | nx "14.4.3" |
1817 | 1754 | ||
1818 | "@parcel/watcher@2.0.4": | 1755 | "@parcel/watcher@2.0.4": |
1819 | version "2.0.4" | 1756 | version "2.0.4" |
@@ -1874,19 +1811,19 @@ | |||
1874 | resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64" | 1811 | resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.5.tgz#db5a11bf66bdab39569719555b0f76e138d7bd64" |
1875 | integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw== | 1812 | integrity sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw== |
1876 | 1813 | ||
1877 | "@schematics/angular@14.0.1": | 1814 | "@schematics/angular@14.1.0": |
1878 | version "14.0.1" | 1815 | version "14.1.0" |
1879 | resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.0.1.tgz#fad1b0b44022c1044252bfa41b2b74e942f39d87" | 1816 | resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-14.1.0.tgz#a1e2d2b27efa9d1a8177851f89695c5fe6f27d9d" |
1880 | integrity sha512-K4y3/Zbtc38M66J5KJ5oXeGSkDrAJXdhtY9ksU6NHXQ0uUiXNzyG05+v8aFrQ5CinyuLZK3v/mqmS/cBQmdT9Q== | 1817 | integrity sha512-lhqNZzA+iT3XwlwRU757mhYmd5WE9XB2OKFhosvvszou2zuNUJMDPR9P01ZVNCOa2fScOeCMg2q3ZDgGTBl96Q== |
1881 | dependencies: | 1818 | dependencies: |
1882 | "@angular-devkit/core" "14.0.1" | 1819 | "@angular-devkit/core" "14.1.0" |
1883 | "@angular-devkit/schematics" "14.0.1" | 1820 | "@angular-devkit/schematics" "14.1.0" |
1884 | jsonc-parser "3.0.0" | 1821 | jsonc-parser "3.1.0" |
1885 | 1822 | ||
1886 | "@sinclair/typebox@^0.23.3": | 1823 | "@sinclair/typebox@^0.24.1": |
1887 | version "0.23.5" | 1824 | version "0.24.21" |
1888 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d" | 1825 | resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.21.tgz#f2e435ac4c1919ae89c2b693a0d4213d09899290" |
1889 | integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg== | 1826 | integrity sha512-II2SIjvxBVJmrGkkZYza/BqNjwx3PWROIA8CZ0/Hn7LV0Mv0CVpZxoyHGBVsQqfFLMv9DmArIeRHTwo76bE6oA== |
1890 | 1827 | ||
1891 | "@sindresorhus/is@^4.0.0": | 1828 | "@sindresorhus/is@^4.0.0": |
1892 | version "4.6.0" | 1829 | version "4.6.0" |
@@ -1910,11 +1847,6 @@ | |||
1910 | resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.2.tgz#092005c5b77bd3bb6576a4677110a11485e11864" | 1847 | resolved "https://registry.yarnpkg.com/@testim/chrome-version/-/chrome-version-1.1.2.tgz#092005c5b77bd3bb6576a4677110a11485e11864" |
1911 | integrity sha512-1c4ZOETSRpI0iBfIFUqU4KqwBAB2lHUAlBjZz/YqOHqwM9dTTzjV6Km0ZkiEiSCx/tLr1BtESIKyWWMww+RUqw== | 1848 | integrity sha512-1c4ZOETSRpI0iBfIFUqU4KqwBAB2lHUAlBjZz/YqOHqwM9dTTzjV6Km0ZkiEiSCx/tLr1BtESIKyWWMww+RUqw== |
1912 | 1849 | ||
1913 | "@tootallnate/once@1": | ||
1914 | version "1.1.2" | ||
1915 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" | ||
1916 | integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== | ||
1917 | |||
1918 | "@tootallnate/once@2": | 1850 | "@tootallnate/once@2": |
1919 | version "2.0.0" | 1851 | version "2.0.0" |
1920 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" | 1852 | resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" |
@@ -2007,30 +1939,35 @@ | |||
2007 | integrity sha512-RQul5wEfY7BjWm0sYY86cmUN/pcXWGyVxWX93DFFJvcrxax5zKlieLwA3T77xJGwNcZW0YW6CYG70p1m8xPFmA== | 1939 | integrity sha512-RQul5wEfY7BjWm0sYY86cmUN/pcXWGyVxWX93DFFJvcrxax5zKlieLwA3T77xJGwNcZW0YW6CYG70p1m8xPFmA== |
2008 | 1940 | ||
2009 | "@types/eslint-scope@^3.7.3": | 1941 | "@types/eslint-scope@^3.7.3": |
2010 | version "3.7.3" | 1942 | version "3.7.4" |
2011 | resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224" | 1943 | resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16" |
2012 | integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g== | 1944 | integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA== |
2013 | dependencies: | 1945 | dependencies: |
2014 | "@types/eslint" "*" | 1946 | "@types/eslint" "*" |
2015 | "@types/estree" "*" | 1947 | "@types/estree" "*" |
2016 | 1948 | ||
2017 | "@types/eslint@*": | 1949 | "@types/eslint@*": |
2018 | version "8.4.3" | 1950 | version "8.4.5" |
2019 | resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.3.tgz#5c92815a3838b1985c90034cd85f26f59d9d0ece" | 1951 | resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.5.tgz#acdfb7dd36b91cc5d812d7c093811a8f3d9b31e4" |
2020 | integrity sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw== | 1952 | integrity sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ== |
2021 | dependencies: | 1953 | dependencies: |
2022 | "@types/estree" "*" | 1954 | "@types/estree" "*" |
2023 | "@types/json-schema" "*" | 1955 | "@types/json-schema" "*" |
2024 | 1956 | ||
2025 | "@types/estree@*", "@types/estree@^0.0.51": | 1957 | "@types/estree@*": |
1958 | version "1.0.0" | ||
1959 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" | ||
1960 | integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== | ||
1961 | |||
1962 | "@types/estree@^0.0.51": | ||
2026 | version "0.0.51" | 1963 | version "0.0.51" |
2027 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" | 1964 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" |
2028 | integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== | 1965 | integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== |
2029 | 1966 | ||
2030 | "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": | 1967 | "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18": |
2031 | version "4.17.28" | 1968 | version "4.17.30" |
2032 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8" | 1969 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz#0f2f99617fa8f9696170c46152ccf7500b34ac04" |
2033 | integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig== | 1970 | integrity sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ== |
2034 | dependencies: | 1971 | dependencies: |
2035 | "@types/node" "*" | 1972 | "@types/node" "*" |
2036 | "@types/qs" "*" | 1973 | "@types/qs" "*" |
@@ -2214,10 +2151,15 @@ | |||
2214 | resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" | 2151 | resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" |
2215 | integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== | 2152 | integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== |
2216 | 2153 | ||
2217 | "@types/node@*", "@types/node@^17.0.4", "@types/node@^17.0.42": | 2154 | "@types/node@*", "@types/node@^18.0.0": |
2218 | version "17.0.42" | 2155 | version "18.6.1" |
2219 | resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.42.tgz#d7e8f22700efc94d125103075c074396b5f41f9b" | 2156 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.1.tgz#828e4785ccca13f44e2fb6852ae0ef11e3e20ba5" |
2220 | integrity sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ== | 2157 | integrity sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg== |
2158 | |||
2159 | "@types/node@^17.0.42": | ||
2160 | version "17.0.45" | ||
2161 | resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190" | ||
2162 | integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw== | ||
2221 | 2163 | ||
2222 | "@types/normalize-package-data@^2.4.0": | 2164 | "@types/normalize-package-data@^2.4.0": |
2223 | version "2.4.1" | 2165 | version "2.4.1" |
@@ -2266,9 +2208,9 @@ | |||
2266 | integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== | 2208 | integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== |
2267 | 2209 | ||
2268 | "@types/react@*": | 2210 | "@types/react@*": |
2269 | version "18.0.12" | 2211 | version "18.0.15" |
2270 | resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.12.tgz#cdaa209d0a542b3fcf69cf31a03976ec4cdd8840" | 2212 | resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe" |
2271 | integrity sha512-duF1OTASSBQtcigUvhuiTB1Ya3OvSy+xORCiEf20H0P0lzx+/KeVsA99U5UjLXSbyo1DRJDlLKqTeM1ngosqtg== | 2213 | integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow== |
2272 | dependencies: | 2214 | dependencies: |
2273 | "@types/prop-types" "*" | 2215 | "@types/prop-types" "*" |
2274 | "@types/scheduler" "*" | 2216 | "@types/scheduler" "*" |
@@ -2312,7 +2254,7 @@ | |||
2312 | dependencies: | 2254 | dependencies: |
2313 | "@types/express" "*" | 2255 | "@types/express" "*" |
2314 | 2256 | ||
2315 | "@types/serve-static@*": | 2257 | "@types/serve-static@*", "@types/serve-static@^1.13.10": |
2316 | version "1.13.10" | 2258 | version "1.13.10" |
2317 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" | 2259 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9" |
2318 | integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== | 2260 | integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ== |
@@ -2376,9 +2318,9 @@ | |||
2376 | integrity sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ== | 2318 | integrity sha512-N1rW+njavs70y2cApeIw1vLMYXRwfBy+7trgavGuuTfOd7j1Yh7QTRc/yqsPl6ncokt72ZXuxEU0PiCp9bSwNQ== |
2377 | 2319 | ||
2378 | "@types/video.js@^7.3.40": | 2320 | "@types/video.js@^7.3.40": |
2379 | version "7.3.40" | 2321 | version "7.3.42" |
2380 | resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.3.40.tgz#99354c0b3d84d2cd5dbf74be86b08136978af1ea" | 2322 | resolved "https://registry.yarnpkg.com/@types/video.js/-/video.js-7.3.42.tgz#43f0c075e84ac685ce9519ffd371def5ee570bec" |
2381 | integrity sha512-4g4kBhw3FfZTsvZkTriBYgL6nrbCP9BKA1XlogME/n2DthI08YzPAfnGEEy1J5iFG7wPTnxWNjTJe5jiYpMChQ== | 2323 | integrity sha512-AD6AQNMgLTqrgoayC6SshKh8EDkDd9x5pmEuiY9YsniHlhn5jPXdkVqrzKLwviapaRhQF15TQYxo1JWpqXCUBg== |
2382 | 2324 | ||
2383 | "@types/webtorrent@^0.109.0": | 2325 | "@types/webtorrent@^0.109.0": |
2384 | version "0.109.3" | 2326 | version "0.109.3" |
@@ -2421,14 +2363,14 @@ | |||
2421 | dependencies: | 2363 | dependencies: |
2422 | "@types/node" "*" | 2364 | "@types/node" "*" |
2423 | 2365 | ||
2424 | "@typescript-eslint/eslint-plugin@5.27.1": | 2366 | "@typescript-eslint/eslint-plugin@5.31.0": |
2425 | version "5.27.1" | 2367 | version "5.31.0" |
2426 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758" | 2368 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe" |
2427 | integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw== | 2369 | integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ== |
2428 | dependencies: | 2370 | dependencies: |
2429 | "@typescript-eslint/scope-manager" "5.27.1" | 2371 | "@typescript-eslint/scope-manager" "5.31.0" |
2430 | "@typescript-eslint/type-utils" "5.27.1" | 2372 | "@typescript-eslint/type-utils" "5.31.0" |
2431 | "@typescript-eslint/utils" "5.27.1" | 2373 | "@typescript-eslint/utils" "5.31.0" |
2432 | debug "^4.3.4" | 2374 | debug "^4.3.4" |
2433 | functional-red-black-tree "^1.0.1" | 2375 | functional-red-black-tree "^1.0.1" |
2434 | ignore "^5.2.0" | 2376 | ignore "^5.2.0" |
@@ -2436,76 +2378,115 @@ | |||
2436 | semver "^7.3.7" | 2378 | semver "^7.3.7" |
2437 | tsutils "^3.21.0" | 2379 | tsutils "^3.21.0" |
2438 | 2380 | ||
2439 | "@typescript-eslint/experimental-utils@5.27.1": | 2381 | "@typescript-eslint/parser@5.31.0": |
2440 | version "5.27.1" | 2382 | version "5.31.0" |
2441 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.27.1.tgz#c5c5121a75cf875bfae8083c50f5ae7bfde6145a" | 2383 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c" |
2442 | integrity sha512-Vd8uewIixGP93sEnmTRIH6jHZYRQRkGPDPpapACMvitJKX8335VHNyqKTE+mZ+m3E2c5VznTZfSsSsS5IF7vUA== | 2384 | integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw== |
2443 | dependencies: | 2385 | dependencies: |
2444 | "@typescript-eslint/utils" "5.27.1" | 2386 | "@typescript-eslint/scope-manager" "5.31.0" |
2387 | "@typescript-eslint/types" "5.31.0" | ||
2388 | "@typescript-eslint/typescript-estree" "5.31.0" | ||
2389 | debug "^4.3.4" | ||
2445 | 2390 | ||
2446 | "@typescript-eslint/parser@5.27.1": | 2391 | "@typescript-eslint/scope-manager@5.29.0": |
2447 | version "5.27.1" | 2392 | version "5.29.0" |
2448 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639" | 2393 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3" |
2449 | integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ== | 2394 | integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA== |
2450 | dependencies: | 2395 | dependencies: |
2451 | "@typescript-eslint/scope-manager" "5.27.1" | 2396 | "@typescript-eslint/types" "5.29.0" |
2452 | "@typescript-eslint/types" "5.27.1" | 2397 | "@typescript-eslint/visitor-keys" "5.29.0" |
2453 | "@typescript-eslint/typescript-estree" "5.27.1" | ||
2454 | debug "^4.3.4" | ||
2455 | 2398 | ||
2456 | "@typescript-eslint/scope-manager@5.27.1": | 2399 | "@typescript-eslint/scope-manager@5.31.0": |
2457 | version "5.27.1" | 2400 | version "5.31.0" |
2458 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d" | 2401 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606" |
2459 | integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg== | 2402 | integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg== |
2460 | dependencies: | 2403 | dependencies: |
2461 | "@typescript-eslint/types" "5.27.1" | 2404 | "@typescript-eslint/types" "5.31.0" |
2462 | "@typescript-eslint/visitor-keys" "5.27.1" | 2405 | "@typescript-eslint/visitor-keys" "5.31.0" |
2463 | 2406 | ||
2464 | "@typescript-eslint/type-utils@5.27.1": | 2407 | "@typescript-eslint/type-utils@5.31.0": |
2465 | version "5.27.1" | 2408 | version "5.31.0" |
2466 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166" | 2409 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9" |
2467 | integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw== | 2410 | integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w== |
2468 | dependencies: | 2411 | dependencies: |
2469 | "@typescript-eslint/utils" "5.27.1" | 2412 | "@typescript-eslint/utils" "5.31.0" |
2470 | debug "^4.3.4" | 2413 | debug "^4.3.4" |
2471 | tsutils "^3.21.0" | 2414 | tsutils "^3.21.0" |
2472 | 2415 | ||
2473 | "@typescript-eslint/types@5.27.1": | 2416 | "@typescript-eslint/types@5.29.0": |
2474 | version "5.27.1" | 2417 | version "5.29.0" |
2475 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1" | 2418 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab" |
2476 | integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg== | 2419 | integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg== |
2477 | 2420 | ||
2478 | "@typescript-eslint/typescript-estree@5.27.1": | 2421 | "@typescript-eslint/types@5.31.0": |
2479 | version "5.27.1" | 2422 | version "5.31.0" |
2480 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808" | 2423 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a" |
2481 | integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw== | 2424 | integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g== |
2425 | |||
2426 | "@typescript-eslint/typescript-estree@5.29.0": | ||
2427 | version "5.29.0" | ||
2428 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577" | ||
2429 | integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ== | ||
2430 | dependencies: | ||
2431 | "@typescript-eslint/types" "5.29.0" | ||
2432 | "@typescript-eslint/visitor-keys" "5.29.0" | ||
2433 | debug "^4.3.4" | ||
2434 | globby "^11.1.0" | ||
2435 | is-glob "^4.0.3" | ||
2436 | semver "^7.3.7" | ||
2437 | tsutils "^3.21.0" | ||
2438 | |||
2439 | "@typescript-eslint/typescript-estree@5.31.0": | ||
2440 | version "5.31.0" | ||
2441 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882" | ||
2442 | integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw== | ||
2482 | dependencies: | 2443 | dependencies: |
2483 | "@typescript-eslint/types" "5.27.1" | 2444 | "@typescript-eslint/types" "5.31.0" |
2484 | "@typescript-eslint/visitor-keys" "5.27.1" | 2445 | "@typescript-eslint/visitor-keys" "5.31.0" |
2485 | debug "^4.3.4" | 2446 | debug "^4.3.4" |
2486 | globby "^11.1.0" | 2447 | globby "^11.1.0" |
2487 | is-glob "^4.0.3" | 2448 | is-glob "^4.0.3" |
2488 | semver "^7.3.7" | 2449 | semver "^7.3.7" |
2489 | tsutils "^3.21.0" | 2450 | tsutils "^3.21.0" |
2490 | 2451 | ||
2491 | "@typescript-eslint/utils@5.27.1": | 2452 | "@typescript-eslint/utils@5.29.0": |
2492 | version "5.27.1" | 2453 | version "5.29.0" |
2493 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f" | 2454 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082" |
2494 | integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w== | 2455 | integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A== |
2495 | dependencies: | 2456 | dependencies: |
2496 | "@types/json-schema" "^7.0.9" | 2457 | "@types/json-schema" "^7.0.9" |
2497 | "@typescript-eslint/scope-manager" "5.27.1" | 2458 | "@typescript-eslint/scope-manager" "5.29.0" |
2498 | "@typescript-eslint/types" "5.27.1" | 2459 | "@typescript-eslint/types" "5.29.0" |
2499 | "@typescript-eslint/typescript-estree" "5.27.1" | 2460 | "@typescript-eslint/typescript-estree" "5.29.0" |
2500 | eslint-scope "^5.1.1" | 2461 | eslint-scope "^5.1.1" |
2501 | eslint-utils "^3.0.0" | 2462 | eslint-utils "^3.0.0" |
2502 | 2463 | ||
2503 | "@typescript-eslint/visitor-keys@5.27.1": | 2464 | "@typescript-eslint/utils@5.31.0": |
2504 | version "5.27.1" | 2465 | version "5.31.0" |
2505 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af" | 2466 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd" |
2506 | integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ== | 2467 | integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg== |
2468 | dependencies: | ||
2469 | "@types/json-schema" "^7.0.9" | ||
2470 | "@typescript-eslint/scope-manager" "5.31.0" | ||
2471 | "@typescript-eslint/types" "5.31.0" | ||
2472 | "@typescript-eslint/typescript-estree" "5.31.0" | ||
2473 | eslint-scope "^5.1.1" | ||
2474 | eslint-utils "^3.0.0" | ||
2475 | |||
2476 | "@typescript-eslint/visitor-keys@5.29.0": | ||
2477 | version "5.29.0" | ||
2478 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee" | ||
2479 | integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ== | ||
2480 | dependencies: | ||
2481 | "@typescript-eslint/types" "5.29.0" | ||
2482 | eslint-visitor-keys "^3.3.0" | ||
2483 | |||
2484 | "@typescript-eslint/visitor-keys@5.31.0": | ||
2485 | version "5.31.0" | ||
2486 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54" | ||
2487 | integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg== | ||
2507 | dependencies: | 2488 | dependencies: |
2508 | "@typescript-eslint/types" "5.27.1" | 2489 | "@typescript-eslint/types" "5.31.0" |
2509 | eslint-visitor-keys "^3.3.0" | 2490 | eslint-visitor-keys "^3.3.0" |
2510 | 2491 | ||
2511 | "@ungap/promise-all-settled@1.1.2": | 2492 | "@ungap/promise-all-settled@1.1.2": |
@@ -2546,21 +2527,21 @@ | |||
2546 | is-function "^1.0.1" | 2527 | is-function "^1.0.1" |
2547 | 2528 | ||
2548 | "@wdio/browserstack-service@^7.20.2": | 2529 | "@wdio/browserstack-service@^7.20.2": |
2549 | version "7.20.2" | 2530 | version "7.20.7" |
2550 | resolved "https://registry.yarnpkg.com/@wdio/browserstack-service/-/browserstack-service-7.20.2.tgz#173bd8d4f350ac60e811305eee69c65d65083530" | 2531 | resolved "https://registry.yarnpkg.com/@wdio/browserstack-service/-/browserstack-service-7.20.7.tgz#bcb15cdbc51da1acdc36e4036ad411cd3b116091" |
2551 | integrity sha512-B1gSoDcfaA3czhdT1ZGpevfJ0aD6efC3O6iWLUE5wYKQhQfNrfGhfH8ObhTFiyK9alS02sQyrJEU23Jfk9xc6A== | 2532 | integrity sha512-2qa5dBeLicrLIjgLJTe9x092ilPilt5hIRYhJGzg7CPfDFPka52npUeK0V8vt7GNr+5qxw+dq6J7yZjADSp8IQ== |
2552 | dependencies: | 2533 | dependencies: |
2553 | "@types/node" "^17.0.4" | 2534 | "@types/node" "^18.0.0" |
2554 | "@wdio/logger" "7.19.0" | 2535 | "@wdio/logger" "7.19.0" |
2555 | "@wdio/types" "7.20.0" | 2536 | "@wdio/types" "7.20.7" |
2556 | browserstack-local "^1.4.5" | 2537 | browserstack-local "^1.4.5" |
2557 | got "^11.0.2" | 2538 | got "^11.0.2" |
2558 | webdriverio "7.20.2" | 2539 | webdriverio "7.20.7" |
2559 | 2540 | ||
2560 | "@wdio/cli@^7.20.2": | 2541 | "@wdio/cli@^7.20.2": |
2561 | version "7.20.2" | 2542 | version "7.20.7" |
2562 | resolved "https://registry.yarnpkg.com/@wdio/cli/-/cli-7.20.2.tgz#eac754915f70e74c7c57ec0c01acfe68628e2c56" | 2543 | resolved "https://registry.yarnpkg.com/@wdio/cli/-/cli-7.20.7.tgz#e3bd06fab741b6296dd2f84a2b1ceef2f83ac340" |
2563 | integrity sha512-HgT3V8INy7Xe8ZdM7ZnMSAlsy19Mh9P7dmUwONWb2jPf2FNQAF75T5GVj4lQFwBaGP8TKhScYB5sU6phUDXnng== | 2544 | integrity sha512-7h6CNEoq5LLVxKO2swfXgmBAzYaWww2Iei3mHqyrE/jHsupq5ju7QKtdoaOTlRHVIDCqRZzmePafl2hu3DAXXw== |
2564 | dependencies: | 2545 | dependencies: |
2565 | "@types/ejs" "^3.0.5" | 2546 | "@types/ejs" "^3.0.5" |
2566 | "@types/fs-extra" "^9.0.4" | 2547 | "@types/fs-extra" "^9.0.4" |
@@ -2568,12 +2549,13 @@ | |||
2568 | "@types/lodash.flattendeep" "^4.4.6" | 2549 | "@types/lodash.flattendeep" "^4.4.6" |
2569 | "@types/lodash.pickby" "^4.6.6" | 2550 | "@types/lodash.pickby" "^4.6.6" |
2570 | "@types/lodash.union" "^4.6.6" | 2551 | "@types/lodash.union" "^4.6.6" |
2571 | "@types/node" "^17.0.4" | 2552 | "@types/node" "^18.0.0" |
2572 | "@types/recursive-readdir" "^2.2.0" | 2553 | "@types/recursive-readdir" "^2.2.0" |
2573 | "@wdio/config" "7.20.1" | 2554 | "@wdio/config" "7.20.7" |
2574 | "@wdio/logger" "7.19.0" | 2555 | "@wdio/logger" "7.19.0" |
2575 | "@wdio/types" "7.20.0" | 2556 | "@wdio/protocols" "7.20.6" |
2576 | "@wdio/utils" "7.20.0" | 2557 | "@wdio/types" "7.20.7" |
2558 | "@wdio/utils" "7.20.7" | ||
2577 | async-exit-hook "^2.0.1" | 2559 | async-exit-hook "^2.0.1" |
2578 | chalk "^4.0.0" | 2560 | chalk "^4.0.0" |
2579 | chokidar "^3.0.0" | 2561 | chokidar "^3.0.0" |
@@ -2586,31 +2568,31 @@ | |||
2586 | lodash.union "^4.6.0" | 2568 | lodash.union "^4.6.0" |
2587 | mkdirp "^1.0.4" | 2569 | mkdirp "^1.0.4" |
2588 | recursive-readdir "^2.2.2" | 2570 | recursive-readdir "^2.2.2" |
2589 | webdriverio "7.20.2" | 2571 | webdriverio "7.20.7" |
2590 | yargs "^17.0.0" | 2572 | yargs "^17.0.0" |
2591 | yarn-install "^1.0.0" | 2573 | yarn-install "^1.0.0" |
2592 | 2574 | ||
2593 | "@wdio/config@7.20.1": | 2575 | "@wdio/config@7.20.7": |
2594 | version "7.20.1" | 2576 | version "7.20.7" |
2595 | resolved "https://registry.yarnpkg.com/@wdio/config/-/config-7.20.1.tgz#3d52cb8ee21c403304b40abc505fb22452786950" | 2577 | resolved "https://registry.yarnpkg.com/@wdio/config/-/config-7.20.7.tgz#49f97fa2f11d5efd470dd55276b9412a65140b04" |
2596 | integrity sha512-5r6ZlvXZLf0wp29FgZChfwcI5zqTBO0xQ8DL/WRk66/bXAdvek+tEaEN7C1cT92czy45Tj9Y64ukozK7YEEjUw== | 2578 | integrity sha512-iWuoqpqeQVZyRqwQfFyBEi67/zcnVm0+R8Xdp010a1eshwNWYsX4SMRTv8+3XWoIKhke13i5y/5Qgs/zqt64yg== |
2597 | dependencies: | 2579 | dependencies: |
2598 | "@wdio/logger" "7.19.0" | 2580 | "@wdio/logger" "7.19.0" |
2599 | "@wdio/types" "7.20.0" | 2581 | "@wdio/types" "7.20.7" |
2600 | "@wdio/utils" "7.20.0" | 2582 | "@wdio/utils" "7.20.7" |
2601 | deepmerge "^4.0.0" | 2583 | deepmerge "^4.0.0" |
2602 | glob "^8.0.3" | 2584 | glob "^8.0.3" |
2603 | 2585 | ||
2604 | "@wdio/local-runner@^7.20.2": | 2586 | "@wdio/local-runner@^7.20.2": |
2605 | version "7.20.2" | 2587 | version "7.20.7" |
2606 | resolved "https://registry.yarnpkg.com/@wdio/local-runner/-/local-runner-7.20.2.tgz#0109852f97f7d30f604b01ea85510864dc8f3efe" | 2588 | resolved "https://registry.yarnpkg.com/@wdio/local-runner/-/local-runner-7.20.7.tgz#231ebd6b0b0e408b71fda4b16c523d351d962015" |
2607 | integrity sha512-YP1hziQNtBYkSg7P2OxPk8YKq8/d891wkXWebRPj3fPcNs+uYMV3kSOuPk07jp57EnYdtlljc17U1S7Dp3l3jQ== | 2589 | integrity sha512-V6syv7jZONwTl1JIXAaXNmcDeCeJnFSaIYLZDX9vUBeeEURX6POs+OwMXcJAtCRF6gTP0+rVEilsovxGBWVf1w== |
2608 | dependencies: | 2590 | dependencies: |
2609 | "@types/stream-buffers" "^3.0.3" | 2591 | "@types/stream-buffers" "^3.0.3" |
2610 | "@wdio/logger" "7.19.0" | 2592 | "@wdio/logger" "7.19.0" |
2611 | "@wdio/repl" "7.20.0" | 2593 | "@wdio/repl" "7.20.7" |
2612 | "@wdio/runner" "7.20.2" | 2594 | "@wdio/runner" "7.20.7" |
2613 | "@wdio/types" "7.20.0" | 2595 | "@wdio/types" "7.20.7" |
2614 | async-exit-hook "^2.0.1" | 2596 | async-exit-hook "^2.0.1" |
2615 | split2 "^4.0.0" | 2597 | split2 "^4.0.0" |
2616 | stream-buffers "^3.0.2" | 2598 | stream-buffers "^3.0.2" |
@@ -2626,86 +2608,86 @@ | |||
2626 | strip-ansi "^6.0.0" | 2608 | strip-ansi "^6.0.0" |
2627 | 2609 | ||
2628 | "@wdio/mocha-framework@^7.20.0": | 2610 | "@wdio/mocha-framework@^7.20.0": |
2629 | version "7.20.0" | 2611 | version "7.20.7" |
2630 | resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.20.0.tgz#779e6ce2dc7efa905bc8562df92d79e4ec9bd3e6" | 2612 | resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.20.7.tgz#e8ee3d0f2d0f94ce9d31f674d587c2df21994762" |
2631 | integrity sha512-wbRX5Z+jJP6rqXdoZrqx1qwnjSFL3JAsbjZ6/boIdvzvYlfSHVzi/sZr14SOH8ploHA4CEDPplKbaFQnNqVt2w== | 2613 | integrity sha512-YiTINJ9QvLWbTxacw1+eNQYVcMlGGx0dp7xInUb+cJeRdi2JG0SXaaYhon0eRGCCS7kzoE5dd6pG+vMnGOt4IA== |
2632 | dependencies: | 2614 | dependencies: |
2633 | "@types/mocha" "^9.0.0" | 2615 | "@types/mocha" "^9.0.0" |
2634 | "@wdio/logger" "7.19.0" | 2616 | "@wdio/logger" "7.19.0" |
2635 | "@wdio/types" "7.20.0" | 2617 | "@wdio/types" "7.20.7" |
2636 | "@wdio/utils" "7.20.0" | 2618 | "@wdio/utils" "7.20.7" |
2637 | expect-webdriverio "^3.0.0" | 2619 | expect-webdriverio "^3.0.0" |
2638 | mocha "^10.0.0" | 2620 | mocha "^10.0.0" |
2639 | 2621 | ||
2640 | "@wdio/protocols@7.20.2": | 2622 | "@wdio/protocols@7.20.6": |
2641 | version "7.20.2" | 2623 | version "7.20.6" |
2642 | resolved "https://registry.yarnpkg.com/@wdio/protocols/-/protocols-7.20.2.tgz#af807b22380a6352f472327df782611edbbad1fe" | 2624 | resolved "https://registry.yarnpkg.com/@wdio/protocols/-/protocols-7.20.6.tgz#e17207fe9b6783535f05c221701d64fa8dc069c0" |
2643 | integrity sha512-xILO7Yl96zB3n9eZ5UlBeJWBScqHyWix9k/DSzau5XmOOlrtFXppziKzuvPqbA4BzEpqfIe0KbuWJh0XYtkX6w== | 2625 | integrity sha512-+G7zAw7MsjohFU+xVJO9unc4eUuTX3UdVT3mQGDHQLuSGNGVL5QrtgEGYx8x32OMkFX4zs6ncObVAf0kR6H4Mg== |
2644 | 2626 | ||
2645 | "@wdio/repl@7.20.0": | 2627 | "@wdio/repl@7.20.7": |
2646 | version "7.20.0" | 2628 | version "7.20.7" |
2647 | resolved "https://registry.yarnpkg.com/@wdio/repl/-/repl-7.20.0.tgz#992fd3c6f355b98a8fc304df1a9d2db8a52764b2" | 2629 | resolved "https://registry.yarnpkg.com/@wdio/repl/-/repl-7.20.7.tgz#cde51604f1c4bc28cb2e8c298604993f4a939a49" |
2648 | integrity sha512-rb22rzBNo6AnV3gVYDTt65vi59RW3Zohhmuoe+vsAwz06ryeKTau95Zaz5x55Z1OjHqWvEHRAHmTkI3p0Zdw0g== | 2630 | integrity sha512-9FXLyRWX7arYScEf9wFqkDuttVAPMJ91WA3C0FDf3vqbTxv1/4V5etkds/b7nH6SHq1FHdlcN4LCZ7lIfbu72Q== |
2649 | dependencies: | 2631 | dependencies: |
2650 | "@wdio/utils" "7.20.0" | 2632 | "@wdio/utils" "7.20.7" |
2651 | 2633 | ||
2652 | "@wdio/reporter@7.20.0": | 2634 | "@wdio/reporter@7.20.7": |
2653 | version "7.20.0" | 2635 | version "7.20.7" |
2654 | resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.20.0.tgz#e01c96be50eb6f42a37c5fd1d424b5d06c0a1829" | 2636 | resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.20.7.tgz#bcc93eb40191201ff616db026689808f238aa50a" |
2655 | integrity sha512-QPHaFH9X7dPP5WguRJJY2jDuBPoX+ZSvsDCI9CDOCDvg6ZgrY1Kb0R++U1YJ4swNQYppOYDdgAZTHlaa7/VG9w== | 2637 | integrity sha512-r5PP6wQo1dRjYbgYvVnSNrCxsbidgvtLjIg5DWn6FeWL1gJ6W3N+xz1MdCQ53CJ4tSKbFJZQsdeJYDUC3XLHDA== |
2656 | dependencies: | 2638 | dependencies: |
2657 | "@types/diff" "^5.0.0" | 2639 | "@types/diff" "^5.0.0" |
2658 | "@types/node" "^17.0.4" | 2640 | "@types/node" "^18.0.0" |
2659 | "@types/object-inspect" "^1.8.0" | 2641 | "@types/object-inspect" "^1.8.0" |
2660 | "@types/supports-color" "^8.1.0" | 2642 | "@types/supports-color" "^8.1.0" |
2661 | "@types/tmp" "^0.2.0" | 2643 | "@types/tmp" "^0.2.0" |
2662 | "@wdio/types" "7.20.0" | 2644 | "@wdio/types" "7.20.7" |
2663 | diff "^5.0.0" | 2645 | diff "^5.0.0" |
2664 | fs-extra "^10.0.0" | 2646 | fs-extra "^10.0.0" |
2665 | object-inspect "^1.10.3" | 2647 | object-inspect "^1.10.3" |
2666 | supports-color "8.1.1" | 2648 | supports-color "8.1.1" |
2667 | 2649 | ||
2668 | "@wdio/runner@7.20.2": | 2650 | "@wdio/runner@7.20.7": |
2669 | version "7.20.2" | 2651 | version "7.20.7" |
2670 | resolved "https://registry.yarnpkg.com/@wdio/runner/-/runner-7.20.2.tgz#4e5a91661ce798a86c18ec9413f3ee20683b4cdc" | 2652 | resolved "https://registry.yarnpkg.com/@wdio/runner/-/runner-7.20.7.tgz#6d56ee8542367c13d65a477936253626ba0a0f31" |
2671 | integrity sha512-ZG2SV2ngYIXSX5siVePkUV26ZeZGBwPeoJ4WZCKStEpSwYHfzDi8tQVzUtBmtUJww3GJFBlzePTx8KpkkWqKWQ== | 2653 | integrity sha512-1jN5KEa7EPuyW2/4jGyYnwg0sc1fzC5B08s859l7Kcx8985VDTV/kHxMnD1JRuekS4YPukI2/wrxJGzQyjN9zw== |
2672 | dependencies: | 2654 | dependencies: |
2673 | "@wdio/config" "7.20.1" | 2655 | "@wdio/config" "7.20.7" |
2674 | "@wdio/logger" "7.19.0" | 2656 | "@wdio/logger" "7.19.0" |
2675 | "@wdio/types" "7.20.0" | 2657 | "@wdio/types" "7.20.7" |
2676 | "@wdio/utils" "7.20.0" | 2658 | "@wdio/utils" "7.20.7" |
2677 | deepmerge "^4.0.0" | 2659 | deepmerge "^4.0.0" |
2678 | gaze "^1.1.2" | 2660 | gaze "^1.1.2" |
2679 | webdriver "7.20.2" | 2661 | webdriver "7.20.7" |
2680 | webdriverio "7.20.2" | 2662 | webdriverio "7.20.7" |
2681 | 2663 | ||
2682 | "@wdio/spec-reporter@^7.20.0": | 2664 | "@wdio/spec-reporter@^7.20.0": |
2683 | version "7.20.0" | 2665 | version "7.20.7" |
2684 | resolved "https://registry.yarnpkg.com/@wdio/spec-reporter/-/spec-reporter-7.20.0.tgz#2dc31001ca636b647d5d790e366ce11163ddc967" | 2666 | resolved "https://registry.yarnpkg.com/@wdio/spec-reporter/-/spec-reporter-7.20.7.tgz#b5b42be9438b48855fb64468802f5c8843cad0bd" |
2685 | integrity sha512-DqXS4zPihl0nJbT4S28FIkvGWxgkmfrLlyQjUO0yraUu9bslUto/Bs3dQzTG8QvIDoFBP5rl5bkcXcOwVnxfnw== | 2667 | integrity sha512-h5u/Zv+ImL7gIViuLP/p517aOK2CyE1m7wcbJmWHRVsKVsipc6OWVmfmjZr3zeM6zHtMmmeTJj3WIryY01UmoQ== |
2686 | dependencies: | 2668 | dependencies: |
2687 | "@types/easy-table" "^0.0.33" | 2669 | "@types/easy-table" "^0.0.33" |
2688 | "@wdio/reporter" "7.20.0" | 2670 | "@wdio/reporter" "7.20.7" |
2689 | "@wdio/types" "7.20.0" | 2671 | "@wdio/types" "7.20.7" |
2690 | chalk "^4.0.0" | 2672 | chalk "^4.0.0" |
2691 | easy-table "^1.1.1" | 2673 | easy-table "^1.1.1" |
2692 | pretty-ms "^7.0.0" | 2674 | pretty-ms "^7.0.0" |
2693 | 2675 | ||
2694 | "@wdio/types@7.20.0": | 2676 | "@wdio/types@7.20.7": |
2695 | version "7.20.0" | 2677 | version "7.20.7" |
2696 | resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.20.0.tgz#a563fa342d5c0feda29e7b6093034a652a152881" | 2678 | resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.20.7.tgz#77ec8d4060f0eb4eb9455586c10ca8347f85986e" |
2697 | integrity sha512-iYQAlkPxDIt2iJI4KwYmdenAU6XC+c68J8lkBVtmkY9S6nSXbQtrzNZoWw03j0//dbagVa6cdefrnhnkxDr0Hg== | 2679 | integrity sha512-MXz/J5GYswCaa+pyWEVpJoafnbqZr0eJf4p/Z9KsSB5xPWh5Co/1Y8gNLlR1msjV8jKhoWCh55uoBZFU//7G1A== |
2698 | dependencies: | 2680 | dependencies: |
2699 | "@types/node" "^17.0.4" | 2681 | "@types/node" "^18.0.0" |
2700 | got "^11.8.1" | 2682 | got "^11.8.1" |
2701 | 2683 | ||
2702 | "@wdio/utils@7.20.0": | 2684 | "@wdio/utils@7.20.7": |
2703 | version "7.20.0" | 2685 | version "7.20.7" |
2704 | resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.20.0.tgz#a71d30e4781ec96f6f7a7e2045a8cd4ddb0f9a24" | 2686 | resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.20.7.tgz#746f1bce95e5cf3a101ab297764a2cb673b3d878" |
2705 | integrity sha512-3LSNbXcubGpIEuhnUBDChXHiFldypIxzDAApTb6RGaEFbzrBJ3dD7vb90hHkZ/DEfuxRihLE/V4Cw2oH+pcVBQ== | 2687 | integrity sha512-9KnvQ3J6+Jb/1Hzqhpf/QMr3t0rWG76A/gpw80ZIzUoMZzdquqSkDSlF1sOW2+GF2W3K1VsSB7ZcPelpadAsvw== |
2706 | dependencies: | 2688 | dependencies: |
2707 | "@wdio/logger" "7.19.0" | 2689 | "@wdio/logger" "7.19.0" |
2708 | "@wdio/types" "7.20.0" | 2690 | "@wdio/types" "7.20.7" |
2709 | p-iteration "^1.1.8" | 2691 | p-iteration "^1.1.8" |
2710 | 2692 | ||
2711 | "@webassemblyjs/ast@1.11.1": | 2693 | "@webassemblyjs/ast@1.11.1": |
@@ -2874,7 +2856,7 @@ | |||
2874 | resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" | 2856 | resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31" |
2875 | integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== | 2857 | integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== |
2876 | 2858 | ||
2877 | abab@^2.0.5: | 2859 | abab@^2.0.6: |
2878 | version "2.0.6" | 2860 | version "2.0.6" |
2879 | resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" | 2861 | resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291" |
2880 | integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== | 2862 | integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA== |
@@ -2908,9 +2890,9 @@ acorn-walk@^8.0.0: | |||
2908 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== | 2890 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== |
2909 | 2891 | ||
2910 | acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1: | 2892 | acorn@^8.0.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1: |
2911 | version "8.7.1" | 2893 | version "8.8.0" |
2912 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" | 2894 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" |
2913 | integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== | 2895 | integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== |
2914 | 2896 | ||
2915 | addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.5.4: | 2897 | addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.5.4: |
2916 | version "1.5.4" | 2898 | version "1.5.4" |
@@ -2947,7 +2929,7 @@ agent-base@6, agent-base@^6.0.2: | |||
2947 | dependencies: | 2929 | dependencies: |
2948 | debug "4" | 2930 | debug "4" |
2949 | 2931 | ||
2950 | agentkeepalive@^4.1.3, agentkeepalive@^4.2.1: | 2932 | agentkeepalive@^4.2.1: |
2951 | version "4.2.1" | 2933 | version "4.2.1" |
2952 | resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" | 2934 | resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717" |
2953 | integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== | 2935 | integrity sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA== |
@@ -3025,7 +3007,7 @@ ansi-colors@4.1.1: | |||
3025 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" | 3007 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" |
3026 | integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== | 3008 | integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== |
3027 | 3009 | ||
3028 | ansi-colors@^4.1.1: | 3010 | ansi-colors@4.1.3, ansi-colors@^4.1.1: |
3029 | version "4.1.3" | 3011 | version "4.1.3" |
3030 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" | 3012 | resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b" |
3031 | integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== | 3013 | integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== |
@@ -3143,15 +3125,7 @@ argparse@^2.0.1: | |||
3143 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" | 3125 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" |
3144 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== | 3126 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== |
3145 | 3127 | ||
3146 | aria-query@^4.2.2: | 3128 | aria-query@5.0.0, aria-query@^5.0.0: |
3147 | version "4.2.2" | ||
3148 | resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b" | ||
3149 | integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA== | ||
3150 | dependencies: | ||
3151 | "@babel/runtime" "^7.10.2" | ||
3152 | "@babel/runtime-corejs3" "^7.10.2" | ||
3153 | |||
3154 | aria-query@^5.0.0: | ||
3155 | version "5.0.0" | 3129 | version "5.0.0" |
3156 | resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.0.tgz#210c21aaf469613ee8c9a62c7f86525e058db52c" | 3130 | resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.0.tgz#210c21aaf469613ee8c9a62c7f86525e058db52c" |
3157 | integrity sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg== | 3131 | integrity sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg== |
@@ -3182,11 +3156,6 @@ array-union@^2.1.0: | |||
3182 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" | 3156 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d" |
3183 | integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== | 3157 | integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== |
3184 | 3158 | ||
3185 | array-union@^3.0.1: | ||
3186 | version "3.0.1" | ||
3187 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975" | ||
3188 | integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw== | ||
3189 | |||
3190 | array.prototype.flat@^1.2.5: | 3159 | array.prototype.flat@^1.2.5: |
3191 | version "1.3.0" | 3160 | version "1.3.0" |
3192 | resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b" | 3161 | resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b" |
@@ -3244,7 +3213,7 @@ atob@^2.1.2: | |||
3244 | resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" | 3213 | resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" |
3245 | integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== | 3214 | integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== |
3246 | 3215 | ||
3247 | autoprefixer@^10.4.6: | 3216 | autoprefixer@^10.4.7: |
3248 | version "10.4.7" | 3217 | version "10.4.7" |
3249 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.7.tgz#1db8d195f41a52ca5069b7593be167618edbbedf" | 3218 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.7.tgz#1db8d195f41a52ca5069b7593be167618edbbedf" |
3250 | integrity sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA== | 3219 | integrity sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA== |
@@ -3274,15 +3243,15 @@ axios@^0.27.2: | |||
3274 | follow-redirects "^1.14.9" | 3243 | follow-redirects "^1.14.9" |
3275 | form-data "^4.0.0" | 3244 | form-data "^4.0.0" |
3276 | 3245 | ||
3277 | axobject-query@^2.2.0: | 3246 | axobject-query@3.0.1: |
3278 | version "2.2.0" | 3247 | version "3.0.1" |
3279 | resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" | 3248 | resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.0.1.tgz#160e20533a7010db37726df68b7faf7db9653acd" |
3280 | integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA== | 3249 | integrity sha512-vy5JPSOibF9yAeC2PoemRdA1MuSXX7vX5osdoxKf/6OUeppAWekZ3JIJVNWFMH6wgj7uHYyqZUSqE/b/3JLV1A== |
3281 | 3250 | ||
3282 | b4a@^1.3.1: | 3251 | b4a@^1.3.1: |
3283 | version "1.5.3" | 3252 | version "1.6.0" |
3284 | resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.5.3.tgz#56293b5607aeda3fd81c481e516e9f103fc88341" | 3253 | resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.0.tgz#5430a9cac1af388910dd1a1c1aa9d3a0a796ed68" |
3285 | integrity sha512-1aCQIzQJK7G0z1Una75tWMlwVAR8o+QHoAlnWc5XAxRVBESY9WsitfBgM5nPyDBP5HrhPU1Np4Pq2Y7CJQ+tVw== | 3254 | integrity sha512-fsTxXxj1081Yq5MOQ06gZ5+e2QcSyP2U6NofdOWyq+lrNI4IjkZ+fLVmoQ6uUCiNg1NWePMMVq93vOTdbJmErw== |
3286 | 3255 | ||
3287 | babel-loader@8.2.5, babel-loader@^8.2.5: | 3256 | babel-loader@8.2.5, babel-loader@^8.2.5: |
3288 | version "8.2.5" | 3257 | version "8.2.5" |
@@ -3312,24 +3281,24 @@ babel-plugin-istanbul@6.1.1: | |||
3312 | istanbul-lib-instrument "^5.0.4" | 3281 | istanbul-lib-instrument "^5.0.4" |
3313 | test-exclude "^6.0.0" | 3282 | test-exclude "^6.0.0" |
3314 | 3283 | ||
3315 | babel-plugin-polyfill-corejs2@^0.3.0: | 3284 | babel-plugin-polyfill-corejs2@^0.3.1: |
3316 | version "0.3.1" | 3285 | version "0.3.2" |
3317 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" | 3286 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" |
3318 | integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== | 3287 | integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== |
3319 | dependencies: | 3288 | dependencies: |
3320 | "@babel/compat-data" "^7.13.11" | 3289 | "@babel/compat-data" "^7.17.7" |
3321 | "@babel/helper-define-polyfill-provider" "^0.3.1" | 3290 | "@babel/helper-define-polyfill-provider" "^0.3.2" |
3322 | semver "^6.1.1" | 3291 | semver "^6.1.1" |
3323 | 3292 | ||
3324 | babel-plugin-polyfill-corejs3@^0.5.0: | 3293 | babel-plugin-polyfill-corejs3@^0.5.2: |
3325 | version "0.5.2" | 3294 | version "0.5.3" |
3326 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" | 3295 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" |
3327 | integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== | 3296 | integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== |
3328 | dependencies: | 3297 | dependencies: |
3329 | "@babel/helper-define-polyfill-provider" "^0.3.1" | 3298 | "@babel/helper-define-polyfill-provider" "^0.3.2" |
3330 | core-js-compat "^3.21.0" | 3299 | core-js-compat "^3.21.0" |
3331 | 3300 | ||
3332 | babel-plugin-polyfill-regenerator@^0.3.0: | 3301 | babel-plugin-polyfill-regenerator@^0.3.1: |
3333 | version "0.3.1" | 3302 | version "0.3.1" |
3334 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" | 3303 | resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" |
3335 | integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== | 3304 | integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== |
@@ -3393,7 +3362,7 @@ bitfield@^4.0.0, bitfield@^4.1.0: | |||
3393 | resolved "https://registry.yarnpkg.com/bitfield/-/bitfield-4.1.0.tgz#77f3ef4e915e58adaf758b23cbff156959e0fd8e" | 3362 | resolved "https://registry.yarnpkg.com/bitfield/-/bitfield-4.1.0.tgz#77f3ef4e915e58adaf758b23cbff156959e0fd8e" |
3394 | integrity sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg== | 3363 | integrity sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg== |
3395 | 3364 | ||
3396 | bittorrent-dht@^10.0.2, bittorrent-dht@^10.0.4: | 3365 | bittorrent-dht@^10.0.4: |
3397 | version "10.0.4" | 3366 | version "10.0.4" |
3398 | resolved "https://registry.yarnpkg.com/bittorrent-dht/-/bittorrent-dht-10.0.4.tgz#69d416b8c8498d558fd283fc36ee15c2474ee787" | 3367 | resolved "https://registry.yarnpkg.com/bittorrent-dht/-/bittorrent-dht-10.0.4.tgz#69d416b8c8498d558fd283fc36ee15c2474ee787" |
3399 | integrity sha512-Yx5cZXU4R+mUbxR2PbKdvOVTizOrePPF8NT3WGCXX5qzJVt8gF8gq9GMBWcmNjHUBYHVigDaRf030hxQ2dJWUg== | 3368 | integrity sha512-Yx5cZXU4R+mUbxR2PbKdvOVTizOrePPF8NT3WGCXX5qzJVt8gF8gq9GMBWcmNjHUBYHVigDaRf030hxQ2dJWUg== |
@@ -3436,7 +3405,7 @@ bittorrent-protocol@^3.5.5: | |||
3436 | speedometer "^1.1.0" | 3405 | speedometer "^1.1.0" |
3437 | unordered-array-remove "^1.0.2" | 3406 | unordered-array-remove "^1.0.2" |
3438 | 3407 | ||
3439 | bittorrent-tracker@^9.18.6, bittorrent-tracker@^9.19.0: | 3408 | bittorrent-tracker@^9.19.0: |
3440 | version "9.19.0" | 3409 | version "9.19.0" |
3441 | resolved "https://registry.yarnpkg.com/bittorrent-tracker/-/bittorrent-tracker-9.19.0.tgz#2266bfa8a45a57b09f8d8b184710ba531712d8ef" | 3410 | resolved "https://registry.yarnpkg.com/bittorrent-tracker/-/bittorrent-tracker-9.19.0.tgz#2266bfa8a45a57b09f8d8b184710ba531712d8ef" |
3442 | integrity sha512-09d0aD2b+MC+zWvWajkUAKkYMynYW4tMbTKiRSthKtJZbafzEoNQSUHyND24SoCe3ZOb2fKfa6fu2INAESL9wA== | 3411 | integrity sha512-09d0aD2b+MC+zWvWajkUAKkYMynYW4tMbTKiRSthKtJZbafzEoNQSUHyND24SoCe3ZOb2fKfa6fu2INAESL9wA== |
@@ -3533,9 +3502,9 @@ boolbase@^1.0.0: | |||
3533 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== | 3502 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== |
3534 | 3503 | ||
3535 | bootstrap@^5.1.3: | 3504 | bootstrap@^5.1.3: |
3536 | version "5.1.3" | 3505 | version "5.2.0" |
3537 | resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34" | 3506 | resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.0.tgz#838727fb60f1630db370fe57c63cbcf2962bb3d3" |
3538 | integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q== | 3507 | integrity sha512-qlnS9GL6YZE6Wnef46GxGv1UpGGzAwO0aPL1yOjzDIJpeApeMvqV24iL+pjr2kU4dduoBA9fINKWKgMToobx9A== |
3539 | 3508 | ||
3540 | brace-expansion@^1.1.7: | 3509 | brace-expansion@^1.1.7: |
3541 | version "1.1.11" | 3510 | version "1.1.11" |
@@ -3569,16 +3538,15 @@ browserify-package-json@^1.0.0: | |||
3569 | resolved "https://registry.yarnpkg.com/browserify-package-json/-/browserify-package-json-1.0.1.tgz#98dde8aa5c561fd6d3fe49bbaa102b74b396fdea" | 3538 | resolved "https://registry.yarnpkg.com/browserify-package-json/-/browserify-package-json-1.0.1.tgz#98dde8aa5c561fd6d3fe49bbaa102b74b396fdea" |
3570 | integrity sha512-CikZxJGNyNOBERbeALo0NUUeJgHs5NyEvuYChX/PcsBV91TAvEq4hYDaWSenSieT8XwAutNnS3FGvyzIMOughQ== | 3539 | integrity sha512-CikZxJGNyNOBERbeALo0NUUeJgHs5NyEvuYChX/PcsBV91TAvEq4hYDaWSenSieT8XwAutNnS3FGvyzIMOughQ== |
3571 | 3540 | ||
3572 | browserslist@^4.14.5, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.9.1: | 3541 | browserslist@^4.14.5, browserslist@^4.20.2, browserslist@^4.20.3, browserslist@^4.21.0, browserslist@^4.21.2, browserslist@^4.9.1: |
3573 | version "4.20.4" | 3542 | version "4.21.3" |
3574 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.4.tgz#98096c9042af689ee1e0271333dbc564b8ce4477" | 3543 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a" |
3575 | integrity sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw== | 3544 | integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ== |
3576 | dependencies: | 3545 | dependencies: |
3577 | caniuse-lite "^1.0.30001349" | 3546 | caniuse-lite "^1.0.30001370" |
3578 | electron-to-chromium "^1.4.147" | 3547 | electron-to-chromium "^1.4.202" |
3579 | escalade "^3.1.1" | 3548 | node-releases "^2.0.6" |
3580 | node-releases "^2.0.5" | 3549 | update-browserslist-db "^1.0.5" |
3581 | picocolors "^1.0.0" | ||
3582 | 3550 | ||
3583 | browserstack-local@^1.4.5: | 3551 | browserstack-local@^1.4.5: |
3584 | version "1.5.1" | 3552 | version "1.5.1" |
@@ -3677,55 +3645,7 @@ cac@^3.0.3: | |||
3677 | suffix "^0.1.0" | 3645 | suffix "^0.1.0" |
3678 | text-table "^0.2.0" | 3646 | text-table "^0.2.0" |
3679 | 3647 | ||
3680 | cacache@16.0.7: | 3648 | cacache@16.1.1, cacache@^16.0.0, cacache@^16.1.0: |
3681 | version "16.0.7" | ||
3682 | resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.0.7.tgz#74a5d9bc4c17b4c0b373c1f5d42dadf5dc06638d" | ||
3683 | integrity sha512-a4zfQpp5vm4Ipdvbj+ZrPonikRhm6WBEd4zT1Yc1DXsmAxrPgDwWBLF/u/wTVXSFPIgOJ1U3ghSa2Xm4s3h28w== | ||
3684 | dependencies: | ||
3685 | "@npmcli/fs" "^2.1.0" | ||
3686 | "@npmcli/move-file" "^2.0.0" | ||
3687 | chownr "^2.0.0" | ||
3688 | fs-minipass "^2.1.0" | ||
3689 | glob "^8.0.1" | ||
3690 | infer-owner "^1.0.4" | ||
3691 | lru-cache "^7.7.1" | ||
3692 | minipass "^3.1.6" | ||
3693 | minipass-collect "^1.0.2" | ||
3694 | minipass-flush "^1.0.5" | ||
3695 | minipass-pipeline "^1.2.4" | ||
3696 | mkdirp "^1.0.4" | ||
3697 | p-map "^4.0.0" | ||
3698 | promise-inflight "^1.0.1" | ||
3699 | rimraf "^3.0.2" | ||
3700 | ssri "^9.0.0" | ||
3701 | tar "^6.1.11" | ||
3702 | unique-filename "^1.1.1" | ||
3703 | |||
3704 | cacache@^15.2.0: | ||
3705 | version "15.3.0" | ||
3706 | resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb" | ||
3707 | integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== | ||
3708 | dependencies: | ||
3709 | "@npmcli/fs" "^1.0.0" | ||
3710 | "@npmcli/move-file" "^1.0.1" | ||
3711 | chownr "^2.0.0" | ||
3712 | fs-minipass "^2.0.0" | ||
3713 | glob "^7.1.4" | ||
3714 | infer-owner "^1.0.4" | ||
3715 | lru-cache "^6.0.0" | ||
3716 | minipass "^3.1.1" | ||
3717 | minipass-collect "^1.0.2" | ||
3718 | minipass-flush "^1.0.5" | ||
3719 | minipass-pipeline "^1.2.2" | ||
3720 | mkdirp "^1.0.3" | ||
3721 | p-map "^4.0.0" | ||
3722 | promise-inflight "^1.0.1" | ||
3723 | rimraf "^3.0.2" | ||
3724 | ssri "^8.0.1" | ||
3725 | tar "^6.0.2" | ||
3726 | unique-filename "^1.1.1" | ||
3727 | |||
3728 | cacache@^16.0.0, cacache@^16.1.0: | ||
3729 | version "16.1.1" | 3649 | version "16.1.1" |
3730 | resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.1.tgz#4e79fb91d3efffe0630d5ad32db55cc1b870669c" | 3650 | resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.1.tgz#4e79fb91d3efffe0630d5ad32db55cc1b870669c" |
3731 | integrity sha512-VDKN+LHyCQXaaYZ7rA/qtkURU+/yYhviUdvqEv2LT6QPZU8jpyzEkEVAcKlKLt5dJ5BRp11ym8lo3NKLluEPLg== | 3651 | integrity sha512-VDKN+LHyCQXaaYZ7rA/qtkURU+/yYhviUdvqEv2LT6QPZU8jpyzEkEVAcKlKLt5dJ5BRp11ym8lo3NKLluEPLg== |
@@ -3762,7 +3682,7 @@ cacheable-lookup@^5.0.3: | |||
3762 | resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005" | 3682 | resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz#5a6b865b2c44357be3d5ebc2a467b032719a7005" |
3763 | integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== | 3683 | integrity sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== |
3764 | 3684 | ||
3765 | cacheable-request@^7.0.1, cacheable-request@^7.0.2: | 3685 | cacheable-request@^7.0.2: |
3766 | version "7.0.2" | 3686 | version "7.0.2" |
3767 | resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27" | 3687 | resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27" |
3768 | integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== | 3688 | integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== |
@@ -3833,10 +3753,10 @@ camelcase@^6.0.0: | |||
3833 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" | 3753 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" |
3834 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== | 3754 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
3835 | 3755 | ||
3836 | caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001349: | 3756 | caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001370: |
3837 | version "1.0.30001352" | 3757 | version "1.0.30001370" |
3838 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001352.tgz#cc6f5da3f983979ad1e2cdbae0505dccaa7c6a12" | 3758 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz#0a30d4f20d38b9e108cc5ae7cc62df9fe66cd5ba" |
3839 | integrity sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA== | 3759 | integrity sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g== |
3840 | 3760 | ||
3841 | caseless@~0.12.0: | 3761 | caseless@~0.12.0: |
3842 | version "0.12.0" | 3762 | version "0.12.0" |
@@ -3885,9 +3805,9 @@ chardet@^0.7.0: | |||
3885 | integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== | 3805 | integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== |
3886 | 3806 | ||
3887 | chart.js@^3.8.0: | 3807 | chart.js@^3.8.0: |
3888 | version "3.8.0" | 3808 | version "3.8.2" |
3889 | resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.8.0.tgz#c6c14c457b9dc3ce7f1514a59e9b262afd6f1a94" | 3809 | resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.8.2.tgz#e3ebb88f7072780eec4183a788a990f4a58ba7a1" |
3890 | integrity sha512-cr8xhrXjLIXVLOBZPkBZVF6NDeiVIrPLHcMhnON7UufudL+CNeRrD+wpYanswlm8NpudMdrt3CHoLMQMxJhHRg== | 3810 | integrity sha512-7rqSlHWMUKFyBDOJvmFGW2lxULtcwaPLegDjX/Nu5j6QybY+GCiQkEY+6cqHw62S5tcwXMD8Y+H5OBGoR7d+ZQ== |
3891 | 3811 | ||
3892 | chartjs-plugin-zoom@^1.2.1: | 3812 | chartjs-plugin-zoom@^1.2.1: |
3893 | version "1.2.1" | 3813 | version "1.2.1" |
@@ -3958,10 +3878,10 @@ chrome-trace-event@^1.0.2: | |||
3958 | resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" | 3878 | resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" |
3959 | integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== | 3879 | integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== |
3960 | 3880 | ||
3961 | chromedriver@^102.0.0: | 3881 | chromedriver@^103.0.0: |
3962 | version "102.0.0" | 3882 | version "103.0.0" |
3963 | resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-102.0.0.tgz#02844c39ee33d1e88ac8c48fbe28cb8423e970a4" | 3883 | resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-103.0.0.tgz#2ef086d62076e3ff6df6cfb84895d11d2c18d9cf" |
3964 | integrity sha512-xer/0g1Oarkjc2e+4nyoLgZT4kJHYhcj3PcxD1nEoGJQYEllTjprN1uDpSb4BkgMGo0ydfIS1VDkszrr/J9OOg== | 3884 | integrity sha512-7BHf6HWt0PeOHCzWO8qlnD13sARzr5AKTtG8Csn+czsuAsajwPxdLNtry5GPh8HYFyl+i0M+yg3bT43AGfgU9w== |
3965 | dependencies: | 3885 | dependencies: |
3966 | "@testim/chrome-version" "^1.1.2" | 3886 | "@testim/chrome-version" "^1.1.2" |
3967 | axios "^0.27.2" | 3887 | axios "^0.27.2" |
@@ -3980,9 +3900,9 @@ chunk-store-stream@^4.3.0: | |||
3980 | readable-stream "^3.6.0" | 3900 | readable-stream "^3.6.0" |
3981 | 3901 | ||
3982 | ci-info@^3.2.0: | 3902 | ci-info@^3.2.0: |
3983 | version "3.3.1" | 3903 | version "3.3.2" |
3984 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.1.tgz#58331f6f472a25fe3a50a351ae3052936c2c7f32" | 3904 | resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128" |
3985 | integrity sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg== | 3905 | integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg== |
3986 | 3906 | ||
3987 | clean-css@^4.0.12: | 3907 | clean-css@^4.0.12: |
3988 | version "4.2.4" | 3908 | version "4.2.4" |
@@ -3992,9 +3912,9 @@ clean-css@^4.0.12: | |||
3992 | source-map "~0.6.0" | 3912 | source-map "~0.6.0" |
3993 | 3913 | ||
3994 | clean-css@^5.2.2: | 3914 | clean-css@^5.2.2: |
3995 | version "5.3.0" | 3915 | version "5.3.1" |
3996 | resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59" | 3916 | resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.1.tgz#d0610b0b90d125196a2894d35366f734e5d7aa32" |
3997 | integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ== | 3917 | integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg== |
3998 | dependencies: | 3918 | dependencies: |
3999 | source-map "~0.6.0" | 3919 | source-map "~0.6.0" |
4000 | 3920 | ||
@@ -4010,11 +3930,16 @@ cli-cursor@3.1.0, cli-cursor@^3.1.0: | |||
4010 | dependencies: | 3930 | dependencies: |
4011 | restore-cursor "^3.1.0" | 3931 | restore-cursor "^3.1.0" |
4012 | 3932 | ||
4013 | cli-spinners@2.6.1, cli-spinners@^2.1.0, cli-spinners@^2.5.0: | 3933 | cli-spinners@2.6.1: |
4014 | version "2.6.1" | 3934 | version "2.6.1" |
4015 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" | 3935 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" |
4016 | integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== | 3936 | integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== |
4017 | 3937 | ||
3938 | cli-spinners@^2.1.0, cli-spinners@^2.5.0: | ||
3939 | version "2.7.0" | ||
3940 | resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.7.0.tgz#f815fd30b5f9eaac02db604c7a231ed7cb2f797a" | ||
3941 | integrity sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw== | ||
3942 | |||
4018 | cli-width@^3.0.0: | 3943 | cli-width@^3.0.0: |
4019 | version "3.0.0" | 3944 | version "3.0.0" |
4020 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" | 3945 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6" |
@@ -4055,9 +3980,9 @@ clone-regexp@^2.1.0: | |||
4055 | is-regexp "^2.0.0" | 3980 | is-regexp "^2.0.0" |
4056 | 3981 | ||
4057 | clone-response@^1.0.2: | 3982 | clone-response@^1.0.2: |
4058 | version "1.0.2" | 3983 | version "1.0.3" |
4059 | resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" | 3984 | resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3" |
4060 | integrity sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q== | 3985 | integrity sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA== |
4061 | dependencies: | 3986 | dependencies: |
4062 | mimic-response "^1.0.0" | 3987 | mimic-response "^1.0.0" |
4063 | 3988 | ||
@@ -4111,9 +4036,9 @@ colord@^2.9.2: | |||
4111 | integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== | 4036 | integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ== |
4112 | 4037 | ||
4113 | colorette@^2.0.10, colorette@^2.0.14: | 4038 | colorette@^2.0.10, colorette@^2.0.14: |
4114 | version "2.0.17" | 4039 | version "2.0.19" |
4115 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.17.tgz#5dd4c0d15e2984b7433cb4a9f2ead45063b80c47" | 4040 | resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798" |
4116 | integrity sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g== | 4041 | integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== |
4117 | 4042 | ||
4118 | combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: | 4043 | combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6: |
4119 | version "1.0.8" | 4044 | version "1.0.8" |
@@ -4197,10 +4122,10 @@ concat-map@0.0.1: | |||
4197 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | 4122 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" |
4198 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== | 4123 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== |
4199 | 4124 | ||
4200 | connect-history-api-fallback@^1.6.0: | 4125 | connect-history-api-fallback@^2.0.0: |
4201 | version "1.6.0" | 4126 | version "2.0.0" |
4202 | resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc" | 4127 | resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8" |
4203 | integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg== | 4128 | integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== |
4204 | 4129 | ||
4205 | console-control-strings@^1.1.0: | 4130 | console-control-strings@^1.1.0: |
4206 | version "1.1.0" | 4131 | version "1.1.0" |
@@ -4248,35 +4173,30 @@ copy-anything@^2.0.1: | |||
4248 | dependencies: | 4173 | dependencies: |
4249 | is-what "^3.14.1" | 4174 | is-what "^3.14.1" |
4250 | 4175 | ||
4251 | copy-webpack-plugin@10.2.4: | 4176 | copy-webpack-plugin@11.0.0: |
4252 | version "10.2.4" | 4177 | version "11.0.0" |
4253 | resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe" | 4178 | resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a" |
4254 | integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg== | 4179 | integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ== |
4255 | dependencies: | 4180 | dependencies: |
4256 | fast-glob "^3.2.7" | 4181 | fast-glob "^3.2.11" |
4257 | glob-parent "^6.0.1" | 4182 | glob-parent "^6.0.1" |
4258 | globby "^12.0.2" | 4183 | globby "^13.1.1" |
4259 | normalize-path "^3.0.0" | 4184 | normalize-path "^3.0.0" |
4260 | schema-utils "^4.0.0" | 4185 | schema-utils "^4.0.0" |
4261 | serialize-javascript "^6.0.0" | 4186 | serialize-javascript "^6.0.0" |
4262 | 4187 | ||
4263 | core-js-compat@^3.21.0, core-js-compat@^3.22.1: | 4188 | core-js-compat@^3.21.0, core-js-compat@^3.22.1: |
4264 | version "3.22.8" | 4189 | version "3.24.0" |
4265 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.22.8.tgz#46fa34ce1ddf742acd7f95f575f66bbb21e05d62" | 4190 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.24.0.tgz#885958fac38bf3f4464a90f2663b4620f6aee6e3" |
4266 | integrity sha512-pQnwg4xtuvc2Bs/5zYQPaEYYSuTxsF7LBWF0SvnVhthZo/Qe+rJpcEekrdNK5DWwDJ0gv0oI9NNX5Mppdy0ctg== | 4191 | integrity sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg== |
4267 | dependencies: | 4192 | dependencies: |
4268 | browserslist "^4.20.3" | 4193 | browserslist "^4.21.2" |
4269 | semver "7.0.0" | 4194 | semver "7.0.0" |
4270 | 4195 | ||
4271 | core-js-pure@^3.20.2: | ||
4272 | version "3.22.8" | ||
4273 | resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.22.8.tgz#f2157793b58719196ccf9673cc14f3683adc0957" | ||
4274 | integrity sha512-bOxbZIy9S5n4OVH63XaLVXZ49QKicjowDx/UELyJ68vxfCRpYsbyh/WNZNfEfAk+ekA8vSjt+gCDpvh672bc3w== | ||
4275 | |||
4276 | core-js@^3.22.8: | 4196 | core-js@^3.22.8: |
4277 | version "3.22.8" | 4197 | version "3.24.0" |
4278 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.8.tgz#23f860b1fe60797cc4f704d76c93fea8a2f60631" | 4198 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.0.tgz#4928d4e99c593a234eb1a1f9abd3122b04d3ac57" |
4279 | integrity sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA== | 4199 | integrity sha512-IeOyT8A6iK37Ep4kZDD423mpi6JfPRoPUdQwEWYiGolvn4o6j2diaRzNfDfpTdu3a5qMbrGUzKUpYpRY8jXCkQ== |
4280 | 4200 | ||
4281 | core-util-is@1.0.2: | 4201 | core-util-is@1.0.2: |
4282 | version "1.0.2" | 4202 | version "1.0.2" |
@@ -4317,14 +4237,14 @@ crc32-stream@^4.0.2: | |||
4317 | crc-32 "^1.2.0" | 4237 | crc-32 "^1.2.0" |
4318 | readable-stream "^3.4.0" | 4238 | readable-stream "^3.4.0" |
4319 | 4239 | ||
4320 | create-torrent@^5.0.2: | 4240 | create-torrent@^5.0.4: |
4321 | version "5.0.2" | 4241 | version "5.0.4" |
4322 | resolved "https://registry.yarnpkg.com/create-torrent/-/create-torrent-5.0.2.tgz#8563a97f1e02f88e615a0224a2328acaf35cf45c" | 4242 | resolved "https://registry.yarnpkg.com/create-torrent/-/create-torrent-5.0.4.tgz#c647b323d91ec8b3b59e6dffad334a692264600c" |
4323 | integrity sha512-tNelixVeEkjiyeAuCW7uWFl1ARA+YapyZvdSWw6U3AXe/VXpxR4ihFNfjOzmvc5TBqK5EkGdsoKXAEKfQ8xlmQ== | 4243 | integrity sha512-59brGxFHoWWXzpFKAwD/vB/BYTALDuf+1Wmajxq2ZYnllJtg8SwfcmP7PHCKas5mDTZLD4om1cneC1YMZFuPUA== |
4324 | dependencies: | 4244 | dependencies: |
4325 | bencode "^2.0.2" | 4245 | bencode "^2.0.3" |
4326 | block-stream2 "^2.1.0" | 4246 | block-stream2 "^2.1.0" |
4327 | filestream "^5.0.0" | 4247 | fast-blob-stream "^1.0.3" |
4328 | is-file "^1.0.0" | 4248 | is-file "^1.0.0" |
4329 | junk "^3.1.0" | 4249 | junk "^3.1.0" |
4330 | minimist "^1.2.5" | 4250 | minimist "^1.2.5" |
@@ -4464,7 +4384,7 @@ css@^3.0.0: | |||
4464 | source-map "^0.6.1" | 4384 | source-map "^0.6.1" |
4465 | source-map-resolve "^0.6.0" | 4385 | source-map-resolve "^0.6.0" |
4466 | 4386 | ||
4467 | cssdb@^6.6.1: | 4387 | cssdb@^6.6.3: |
4468 | version "6.6.3" | 4388 | version "6.6.3" |
4469 | resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.6.3.tgz#1f331a2fab30c18d9f087301e6122a878bb1e505" | 4389 | resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.6.3.tgz#1f331a2fab30c18d9f087301e6122a878bb1e505" |
4470 | integrity sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA== | 4390 | integrity sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA== |
@@ -4640,23 +4560,23 @@ devtools-protocol@0.0.981744: | |||
4640 | resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf" | 4560 | resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.981744.tgz#9960da0370284577d46c28979a0b32651022bacf" |
4641 | integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg== | 4561 | integrity sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg== |
4642 | 4562 | ||
4643 | devtools-protocol@^0.0.1010518: | 4563 | devtools-protocol@^0.0.1022601: |
4644 | version "0.0.1010518" | 4564 | version "0.0.1022601" |
4645 | resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1010518.tgz#040b150bd6824baecc9738aac4f4121d368ed016" | 4565 | resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1022601.tgz#33748f267c2c1c72f010c9f3ba7d6ef981951205" |
4646 | integrity sha512-/BRxPyaNqkFj0YzExbAkJ+edGYTuWiilDRPWxVU3oSivNIJKuXk4Uj2LB4BV14I44FNiCYyYZizJOjfUIq+rLQ== | 4566 | integrity sha512-yA+q2/ZAsLjBEIgAUxKlAvbNxvpIcL/H18/7tAJj1cnifevVcAr/gQAL4NaNkwrdfPMsWd8/2tUXv+1zWv95KQ== |
4647 | 4567 | ||
4648 | devtools@7.20.2: | 4568 | devtools@7.20.7: |
4649 | version "7.20.2" | 4569 | version "7.20.7" |
4650 | resolved "https://registry.yarnpkg.com/devtools/-/devtools-7.20.2.tgz#cd4b7987655c4144bc416dbda787a9d67aaa3cbb" | 4570 | resolved "https://registry.yarnpkg.com/devtools/-/devtools-7.20.7.tgz#567691438c82bec1f180a4ebb5a8f9db9d20039c" |
4651 | integrity sha512-FeXQc/IeoHhGI0gsua1xXOZDHPflGtAoTiBoGXTfLQzZVIVUA7lY2UxLI382H5cVI9iwf44zm5fNaZh3y0NOTw== | 4571 | integrity sha512-tzQzcwgO7CF79MidHnQ2SEySCTSSKXasEkcMKF2R/8Ci537CqPu/9YMaTy/GeO2PukOl1nW+uvs/31XeThCQ4g== |
4652 | dependencies: | 4572 | dependencies: |
4653 | "@types/node" "^17.0.4" | 4573 | "@types/node" "^18.0.0" |
4654 | "@types/ua-parser-js" "^0.7.33" | 4574 | "@types/ua-parser-js" "^0.7.33" |
4655 | "@wdio/config" "7.20.1" | 4575 | "@wdio/config" "7.20.7" |
4656 | "@wdio/logger" "7.19.0" | 4576 | "@wdio/logger" "7.19.0" |
4657 | "@wdio/protocols" "7.20.2" | 4577 | "@wdio/protocols" "7.20.6" |
4658 | "@wdio/types" "7.20.0" | 4578 | "@wdio/types" "7.20.7" |
4659 | "@wdio/utils" "7.20.0" | 4579 | "@wdio/utils" "7.20.7" |
4660 | chrome-launcher "^0.15.0" | 4580 | chrome-launcher "^0.15.0" |
4661 | edge-paths "^2.1.0" | 4581 | edge-paths "^2.1.0" |
4662 | puppeteer-core "^13.1.3" | 4582 | puppeteer-core "^13.1.3" |
@@ -4702,9 +4622,9 @@ dns-equal@^1.0.0: | |||
4702 | integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg== | 4622 | integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg== |
4703 | 4623 | ||
4704 | dns-packet@^5.2.2: | 4624 | dns-packet@^5.2.2: |
4705 | version "5.3.1" | 4625 | version "5.4.0" |
4706 | resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.3.1.tgz#eb94413789daec0f0ebe2fcc230bdc9d7c91b43d" | 4626 | resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.4.0.tgz#1f88477cf9f27e78a213fb6d118ae38e759a879b" |
4707 | integrity sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw== | 4627 | integrity sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g== |
4708 | dependencies: | 4628 | dependencies: |
4709 | "@leichtgewicht/ip-codec" "^2.0.1" | 4629 | "@leichtgewicht/ip-codec" "^2.0.1" |
4710 | 4630 | ||
@@ -4812,17 +4732,17 @@ ee-first@1.1.1: | |||
4812 | resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" | 4732 | resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" |
4813 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | 4733 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== |
4814 | 4734 | ||
4815 | ejs@^3.0.1, ejs@^3.1.5: | 4735 | ejs@^3.0.1, ejs@^3.1.7: |
4816 | version "3.1.8" | 4736 | version "3.1.8" |
4817 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b" | 4737 | resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b" |
4818 | integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ== | 4738 | integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ== |
4819 | dependencies: | 4739 | dependencies: |
4820 | jake "^10.8.5" | 4740 | jake "^10.8.5" |
4821 | 4741 | ||
4822 | electron-to-chromium@^1.4.147: | 4742 | electron-to-chromium@^1.4.202: |
4823 | version "1.4.152" | 4743 | version "1.4.202" |
4824 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.152.tgz#7dedbe8f3dc1c597088982a203f392e60f7ee90a" | 4744 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.202.tgz#0c2ed733f42b02ec49a955c5badfcc65888c390b" |
4825 | integrity sha512-jk4Ju5SGZAQQJ1iI4Rgru7dDlvkQPLpNPWH9gIZmwCD4YteA5Bbk1xPcPDUf5jUYs3e1e80RXdi8XgKQZaigeg== | 4745 | integrity sha512-JYsK2ex9lmQD27kj19fhXYxzFJ/phLAkLKHv49A5UY6kMRV2xED3qMMLg/voW/+0AR6wMiI+VxlmK9NDtdxlPA== |
4826 | 4746 | ||
4827 | emoji-regex@^8.0.0: | 4747 | emoji-regex@^8.0.0: |
4828 | version "8.0.0" | 4748 | version "8.0.0" |
@@ -4844,7 +4764,7 @@ encodeurl@~1.0.2: | |||
4844 | resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" | 4764 | resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" |
4845 | integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== | 4765 | integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== |
4846 | 4766 | ||
4847 | encoding@^0.1.12, encoding@^0.1.13: | 4767 | encoding@^0.1.13: |
4848 | version "0.1.13" | 4768 | version "0.1.13" |
4849 | resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" | 4769 | resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" |
4850 | integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== | 4770 | integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== |
@@ -4874,10 +4794,10 @@ engine.io-parser@~5.0.3: | |||
4874 | resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.4.tgz#0b13f704fa9271b3ec4f33112410d8f3f41d0fc0" | 4794 | resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.4.tgz#0b13f704fa9271b3ec4f33112410d8f3f41d0fc0" |
4875 | integrity sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg== | 4795 | integrity sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg== |
4876 | 4796 | ||
4877 | enhanced-resolve@^5.0.0, enhanced-resolve@^5.9.3: | 4797 | enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0, enhanced-resolve@^5.9.3: |
4878 | version "5.9.3" | 4798 | version "5.10.0" |
4879 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.3.tgz#44a342c012cbc473254af5cc6ae20ebd0aae5d88" | 4799 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz#0dc579c3bb2a1032e357ac45b8f3a6f3ad4fb1e6" |
4880 | integrity sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow== | 4800 | integrity sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ== |
4881 | dependencies: | 4801 | dependencies: |
4882 | graceful-fs "^4.2.4" | 4802 | graceful-fs "^4.2.4" |
4883 | tapable "^2.2.0" | 4803 | tapable "^2.2.0" |
@@ -4894,6 +4814,11 @@ entities@^2.0.0: | |||
4894 | resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" | 4814 | resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" |
4895 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== | 4815 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== |
4896 | 4816 | ||
4817 | entities@^4.3.0: | ||
4818 | version "4.3.1" | ||
4819 | resolved "https://registry.yarnpkg.com/entities/-/entities-4.3.1.tgz#c34062a94c865c322f9d67b4384e4169bcede6a4" | ||
4820 | integrity sha512-o4q/dYJlmyjP2zfnaWDUC6A3BQFmVTX+tZPezK7k0GLSU9QYCauscf5Y+qcEPzKL+EixVouYDgLQK5H9GrLpkg== | ||
4821 | |||
4897 | entities@~3.0.1: | 4822 | entities@~3.0.1: |
4898 | version "3.0.1" | 4823 | version "3.0.1" |
4899 | resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4" | 4824 | resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4" |
@@ -4983,136 +4908,136 @@ es-to-primitive@^1.2.1: | |||
4983 | is-date-object "^1.0.1" | 4908 | is-date-object "^1.0.1" |
4984 | is-symbol "^1.0.2" | 4909 | is-symbol "^1.0.2" |
4985 | 4910 | ||
4986 | esbuild-android-64@0.14.38: | 4911 | esbuild-android-64@0.14.49: |
4987 | version "0.14.38" | 4912 | version "0.14.49" |
4988 | resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.38.tgz#5b94a1306df31d55055f64a62ff6b763a47b7f64" | 4913 | resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.49.tgz#9e4682c36dcf6e7b71b73d2a3723a96e0fdc5054" |
4989 | integrity sha512-aRFxR3scRKkbmNuGAK+Gee3+yFxkTJO/cx83Dkyzo4CnQl/2zVSurtG6+G86EQIZ+w+VYngVyK7P3HyTBKu3nw== | 4914 | integrity sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww== |
4990 | 4915 | ||
4991 | esbuild-android-arm64@0.14.38: | 4916 | esbuild-android-arm64@0.14.49: |
4992 | version "0.14.38" | 4917 | version "0.14.49" |
4993 | resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.38.tgz#78acc80773d16007de5219ccce544c036abd50b8" | 4918 | resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.49.tgz#9861b1f7e57d1dd1f23eeef6198561c5f34b51f6" |
4994 | integrity sha512-L2NgQRWuHFI89IIZIlpAcINy9FvBk6xFVZ7xGdOwIm8VyhX1vNCEqUJO3DPSSy945Gzdg98cxtNt8Grv1CsyhA== | 4919 | integrity sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g== |
4995 | 4920 | ||
4996 | esbuild-darwin-64@0.14.38: | 4921 | esbuild-darwin-64@0.14.49: |
4997 | version "0.14.38" | 4922 | version "0.14.49" |
4998 | resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.38.tgz#e02b1291f629ebdc2aa46fabfacc9aa28ff6aa46" | 4923 | resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.49.tgz#fd30a5ebe28704a3a117126c60f98096c067c8d1" |
4999 | integrity sha512-5JJvgXkX87Pd1Og0u/NJuO7TSqAikAcQQ74gyJ87bqWRVeouky84ICoV4sN6VV53aTW+NE87qLdGY4QA2S7KNA== | 4924 | integrity sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg== |
5000 | 4925 | ||
5001 | esbuild-darwin-arm64@0.14.38: | 4926 | esbuild-darwin-arm64@0.14.49: |
5002 | version "0.14.38" | 4927 | version "0.14.49" |
5003 | resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.38.tgz#01eb6650ec010b18c990e443a6abcca1d71290a9" | 4928 | resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.49.tgz#c04a3a57dad94a972c66a697a68a25aa25947f41" |
5004 | integrity sha512-eqF+OejMI3mC5Dlo9Kdq/Ilbki9sQBw3QlHW3wjLmsLh+quNfHmGMp3Ly1eWm981iGBMdbtSS9+LRvR2T8B3eQ== | 4929 | integrity sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A== |
5005 | 4930 | ||
5006 | esbuild-freebsd-64@0.14.38: | 4931 | esbuild-freebsd-64@0.14.49: |
5007 | version "0.14.38" | 4932 | version "0.14.49" |
5008 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.38.tgz#790b8786729d4aac7be17648f9ea8e0e16475b5e" | 4933 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.49.tgz#c404dbd66c98451395b1eef0fa38b73030a7be82" |
5009 | integrity sha512-epnPbhZUt93xV5cgeY36ZxPXDsQeO55DppzsIgWM8vgiG/Rz+qYDLmh5ts3e+Ln1wA9dQ+nZmVHw+RjaW3I5Ig== | 4934 | integrity sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ== |
5010 | 4935 | ||
5011 | esbuild-freebsd-arm64@0.14.38: | 4936 | esbuild-freebsd-arm64@0.14.49: |
5012 | version "0.14.38" | 4937 | version "0.14.49" |
5013 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.38.tgz#b66340ab28c09c1098e6d9d8ff656db47d7211e6" | 4938 | resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.49.tgz#b62cec96138ebc5937240ce3e1b97902963ea74a" |
5014 | integrity sha512-/9icXUYJWherhk+y5fjPI5yNUdFPtXHQlwP7/K/zg8t8lQdHVj20SqU9/udQmeUo5pDFHMYzcEFfJqgOVeKNNQ== | 4939 | integrity sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA== |
5015 | 4940 | ||
5016 | esbuild-linux-32@0.14.38: | 4941 | esbuild-linux-32@0.14.49: |
5017 | version "0.14.38" | 4942 | version "0.14.49" |
5018 | resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.38.tgz#7927f950986fd39f0ff319e92839455912b67f70" | 4943 | resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.49.tgz#495b1cc011b8c64d8bbaf65509c1e7135eb9ddbf" |
5019 | integrity sha512-QfgfeNHRFvr2XeHFzP8kOZVnal3QvST3A0cgq32ZrHjSMFTdgXhMhmWdKzRXP/PKcfv3e2OW9tT9PpcjNvaq6g== | 4944 | integrity sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA== |
5020 | 4945 | ||
5021 | esbuild-linux-64@0.14.38: | 4946 | esbuild-linux-64@0.14.49: |
5022 | version "0.14.38" | 4947 | version "0.14.49" |
5023 | resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.38.tgz#4893d07b229d9cfe34a2b3ce586399e73c3ac519" | 4948 | resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.49.tgz#3f28dd8f986e6ff42f38888ee435a9b1fb916a56" |
5024 | integrity sha512-uuZHNmqcs+Bj1qiW9k/HZU3FtIHmYiuxZ/6Aa+/KHb/pFKr7R3aVqvxlAudYI9Fw3St0VCPfv7QBpUITSmBR1Q== | 4949 | integrity sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg== |
5025 | 4950 | ||
5026 | esbuild-linux-arm64@0.14.38: | 4951 | esbuild-linux-arm64@0.14.49: |
5027 | version "0.14.38" | 4952 | version "0.14.49" |
5028 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.38.tgz#8442402e37d0b8ae946ac616784d9c1a2041056a" | 4953 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.49.tgz#a52e99ae30246566dc5f33e835aa6ca98ef70e33" |
5029 | integrity sha512-HlMGZTEsBrXrivr64eZ/EO0NQM8H8DuSENRok9d+Jtvq8hOLzrxfsAT9U94K3KOGk2XgCmkaI2KD8hX7F97lvA== | 4954 | integrity sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA== |
5030 | 4955 | ||
5031 | esbuild-linux-arm@0.14.38: | 4956 | esbuild-linux-arm@0.14.49: |
5032 | version "0.14.38" | 4957 | version "0.14.49" |
5033 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.38.tgz#d5dbf32d38b7f79be0ec6b5fb2f9251fd9066986" | 4958 | resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.49.tgz#7c33d05a64ec540cf7474834adaa57b3167bbe97" |
5034 | integrity sha512-FiFvQe8J3VKTDXG01JbvoVRXQ0x6UZwyrU4IaLBZeq39Bsbatd94Fuc3F1RGqPF5RbIWW7RvkVQjn79ejzysnA== | 4959 | integrity sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg== |
5035 | 4960 | ||
5036 | esbuild-linux-mips64le@0.14.38: | 4961 | esbuild-linux-mips64le@0.14.49: |
5037 | version "0.14.38" | 4962 | version "0.14.49" |
5038 | resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.38.tgz#95081e42f698bbe35d8ccee0e3a237594b337eb5" | 4963 | resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.49.tgz#ed062bd844b587be649443831eb84ba304685f25" |
5039 | integrity sha512-qd1dLf2v7QBiI5wwfil9j0HG/5YMFBAmMVmdeokbNAMbcg49p25t6IlJFXAeLzogv1AvgaXRXvgFNhScYEUXGQ== | 4964 | integrity sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA== |
5040 | 4965 | ||
5041 | esbuild-linux-ppc64le@0.14.38: | 4966 | esbuild-linux-ppc64le@0.14.49: |
5042 | version "0.14.38" | 4967 | version "0.14.49" |
5043 | resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.38.tgz#dceb0a1b186f5df679618882a7990bd422089b47" | 4968 | resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.49.tgz#c0786fb5bddffd90c10a2078181513cbaf077958" |
5044 | integrity sha512-mnbEm7o69gTl60jSuK+nn+pRsRHGtDPfzhrqEUXyCl7CTOCLtWN2bhK8bgsdp6J/2NyS/wHBjs1x8aBWwP2X9Q== | 4969 | integrity sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw== |
5045 | 4970 | ||
5046 | esbuild-linux-riscv64@0.14.38: | 4971 | esbuild-linux-riscv64@0.14.49: |
5047 | version "0.14.38" | 4972 | version "0.14.49" |
5048 | resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.38.tgz#61fb8edb75f475f9208c4a93ab2bfab63821afd2" | 4973 | resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.49.tgz#579b0e7cc6fce4bfc698e991a52503bb616bec49" |
5049 | integrity sha512-+p6YKYbuV72uikChRk14FSyNJZ4WfYkffj6Af0/Tw63/6TJX6TnIKE+6D3xtEc7DeDth1fjUOEqm+ApKFXbbVQ== | 4974 | integrity sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ== |
5050 | 4975 | ||
5051 | esbuild-linux-s390x@0.14.38: | 4976 | esbuild-linux-s390x@0.14.49: |
5052 | version "0.14.38" | 4977 | version "0.14.49" |
5053 | resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.38.tgz#34c7126a4937406bf6a5e69100185fd702d12fe0" | 4978 | resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.49.tgz#09eb15c753e249a500b4e28d07c5eef7524a9740" |
5054 | integrity sha512-0zUsiDkGJiMHxBQ7JDU8jbaanUY975CdOW1YDrurjrM0vWHfjv9tLQsW9GSyEb/heSK1L5gaweRjzfUVBFoybQ== | 4979 | integrity sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ== |
5055 | 4980 | ||
5056 | esbuild-netbsd-64@0.14.38: | 4981 | esbuild-netbsd-64@0.14.49: |
5057 | version "0.14.38" | 4982 | version "0.14.49" |
5058 | resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.38.tgz#322ea9937d9e529183ee281c7996b93eb38a5d95" | 4983 | resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.49.tgz#f7337cd2bddb7cc9d100d19156f36c9ca117b58d" |
5059 | integrity sha512-cljBAApVwkpnJZfnRVThpRBGzCi+a+V9Ofb1fVkKhtrPLDYlHLrSYGtmnoTVWDQdU516qYI8+wOgcGZ4XIZh0Q== | 4984 | integrity sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ== |
5060 | 4985 | ||
5061 | esbuild-openbsd-64@0.14.38: | 4986 | esbuild-openbsd-64@0.14.49: |
5062 | version "0.14.38" | 4987 | version "0.14.49" |
5063 | resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.38.tgz#1ca29bb7a2bf09592dcc26afdb45108f08a2cdbd" | 4988 | resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.49.tgz#1f8bdc49f8a44396e73950a3fb6b39828563631d" |
5064 | integrity sha512-CDswYr2PWPGEPpLDUO50mL3WO/07EMjnZDNKpmaxUPsrW+kVM3LoAqr/CE8UbzugpEiflYqJsGPLirThRB18IQ== | 4989 | integrity sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA== |
5065 | 4990 | ||
5066 | esbuild-sunos-64@0.14.38: | 4991 | esbuild-sunos-64@0.14.49: |
5067 | version "0.14.38" | 4992 | version "0.14.49" |
5068 | resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.38.tgz#c9446f7d8ebf45093e7bb0e7045506a88540019b" | 4993 | resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.49.tgz#47d042739365b61aa8ca642adb69534a8eef9f7a" |
5069 | integrity sha512-2mfIoYW58gKcC3bck0j7lD3RZkqYA7MmujFYmSn9l6TiIcAMpuEvqksO+ntBgbLep/eyjpgdplF7b+4T9VJGOA== | 4994 | integrity sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw== |
5070 | 4995 | ||
5071 | esbuild-wasm@0.14.38: | 4996 | esbuild-wasm@0.14.49: |
5072 | version "0.14.38" | 4997 | version "0.14.49" |
5073 | resolved "https://registry.yarnpkg.com/esbuild-wasm/-/esbuild-wasm-0.14.38.tgz#76a347f3e12d2ddd72f20fee0a43c3aee2c81665" | 4998 | resolved "https://registry.yarnpkg.com/esbuild-wasm/-/esbuild-wasm-0.14.49.tgz#5b0909b8172653f031163675341bdf4311a7a139" |
5074 | integrity sha512-mObTw5/3+KIOTShVgk3fuEn+INnHgOSbWJuGkInEZTWpUOh/+TCSgRxl5cDon4OkoaLU5rWm7R7Dkl/mJv8SGw== | 4999 | integrity sha512-5ddzZv8M3WI1fWZ5rEfK5cSA9swlWJcceKgqjKLLERC7FnlNW50kF7hxhpkyC0Z/4w7Xeyt3yUJ9QWNMDXLk2Q== |
5075 | 5000 | ||
5076 | esbuild-windows-32@0.14.38: | 5001 | esbuild-windows-32@0.14.49: |
5077 | version "0.14.38" | 5002 | version "0.14.49" |
5078 | resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.38.tgz#f8e9b4602fd0ccbd48e5c8d117ec0ba4040f2ad1" | 5003 | resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.49.tgz#79198c88ec9bde163c18a6b430c34eab098ec21a" |
5079 | integrity sha512-L2BmEeFZATAvU+FJzJiRLFUP+d9RHN+QXpgaOrs2klshoAm1AE6Us4X6fS9k33Uy5SzScn2TpcgecbqJza1Hjw== | 5004 | integrity sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA== |
5080 | 5005 | ||
5081 | esbuild-windows-64@0.14.38: | 5006 | esbuild-windows-64@0.14.49: |
5082 | version "0.14.38" | 5007 | version "0.14.49" |
5083 | resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.38.tgz#280f58e69f78535f470905ce3e43db1746518107" | 5008 | resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.49.tgz#b36b230d18d1ee54008e08814c4799c7806e8c79" |
5084 | integrity sha512-Khy4wVmebnzue8aeSXLC+6clo/hRYeNIm0DyikoEqX+3w3rcvrhzpoix0S+MF9vzh6JFskkIGD7Zx47ODJNyCw== | 5009 | integrity sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw== |
5085 | 5010 | ||
5086 | esbuild-windows-arm64@0.14.38: | 5011 | esbuild-windows-arm64@0.14.49: |
5087 | version "0.14.38" | 5012 | version "0.14.49" |
5088 | resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.38.tgz#d97e9ac0f95a4c236d9173fa9f86c983d6a53f54" | 5013 | resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.49.tgz#d83c03ff6436caf3262347cfa7e16b0a8049fae7" |
5089 | integrity sha512-k3FGCNmHBkqdJXuJszdWciAH77PukEyDsdIryEHn9cKLQFxzhT39dSumeTuggaQcXY57UlmLGIkklWZo2qzHpw== | 5014 | integrity sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA== |
5090 | 5015 | ||
5091 | esbuild@0.14.38: | 5016 | esbuild@0.14.49: |
5092 | version "0.14.38" | 5017 | version "0.14.49" |
5093 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.38.tgz#99526b778cd9f35532955e26e1709a16cca2fb30" | 5018 | resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.49.tgz#b82834760eba2ddc17b44f05cfcc0aaca2bae492" |
5094 | integrity sha512-12fzJ0fsm7gVZX1YQ1InkOE5f9Tl7cgf6JPYXRJtPIoE0zkWAbHdPHVPPaLi9tYAcEBqheGzqLn/3RdTOyBfcA== | 5019 | integrity sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw== |
5095 | optionalDependencies: | 5020 | optionalDependencies: |
5096 | esbuild-android-64 "0.14.38" | 5021 | esbuild-android-64 "0.14.49" |
5097 | esbuild-android-arm64 "0.14.38" | 5022 | esbuild-android-arm64 "0.14.49" |
5098 | esbuild-darwin-64 "0.14.38" | 5023 | esbuild-darwin-64 "0.14.49" |
5099 | esbuild-darwin-arm64 "0.14.38" | 5024 | esbuild-darwin-arm64 "0.14.49" |
5100 | esbuild-freebsd-64 "0.14.38" | 5025 | esbuild-freebsd-64 "0.14.49" |
5101 | esbuild-freebsd-arm64 "0.14.38" | 5026 | esbuild-freebsd-arm64 "0.14.49" |
5102 | esbuild-linux-32 "0.14.38" | 5027 | esbuild-linux-32 "0.14.49" |
5103 | esbuild-linux-64 "0.14.38" | 5028 | esbuild-linux-64 "0.14.49" |
5104 | esbuild-linux-arm "0.14.38" | 5029 | esbuild-linux-arm "0.14.49" |
5105 | esbuild-linux-arm64 "0.14.38" | 5030 | esbuild-linux-arm64 "0.14.49" |
5106 | esbuild-linux-mips64le "0.14.38" | 5031 | esbuild-linux-mips64le "0.14.49" |
5107 | esbuild-linux-ppc64le "0.14.38" | 5032 | esbuild-linux-ppc64le "0.14.49" |
5108 | esbuild-linux-riscv64 "0.14.38" | 5033 | esbuild-linux-riscv64 "0.14.49" |
5109 | esbuild-linux-s390x "0.14.38" | 5034 | esbuild-linux-s390x "0.14.49" |
5110 | esbuild-netbsd-64 "0.14.38" | 5035 | esbuild-netbsd-64 "0.14.49" |
5111 | esbuild-openbsd-64 "0.14.38" | 5036 | esbuild-openbsd-64 "0.14.49" |
5112 | esbuild-sunos-64 "0.14.38" | 5037 | esbuild-sunos-64 "0.14.49" |
5113 | esbuild-windows-32 "0.14.38" | 5038 | esbuild-windows-32 "0.14.49" |
5114 | esbuild-windows-64 "0.14.38" | 5039 | esbuild-windows-64 "0.14.49" |
5115 | esbuild-windows-arm64 "0.14.38" | 5040 | esbuild-windows-arm64 "0.14.49" |
5116 | 5041 | ||
5117 | escalade@^3.1.1: | 5042 | escalade@^3.1.1: |
5118 | version "3.1.1" | 5043 | version "3.1.1" |
@@ -5175,9 +5100,9 @@ eslint-plugin-import@2.26.0: | |||
5175 | tsconfig-paths "^3.14.1" | 5100 | tsconfig-paths "^3.14.1" |
5176 | 5101 | ||
5177 | eslint-plugin-jsdoc@^39.3.2: | 5102 | eslint-plugin-jsdoc@^39.3.2: |
5178 | version "39.3.2" | 5103 | version "39.3.3" |
5179 | resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.2.tgz#b9c3becdbd860a75b8bd07bd04a0eaaad7c79403" | 5104 | resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.3.tgz#75dd67ce581e7527a69f27800138cc0f9c388236" |
5180 | integrity sha512-RSGN94RYzIJS/WfW3l6cXzRLfJWxvJgNQZ4w0WCaxJWDJMigtwTsILEAfKqmmPkT2rwMH/s3C7G5ChDE6cwPJg== | 5105 | integrity sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw== |
5181 | dependencies: | 5106 | dependencies: |
5182 | "@es-joy/jsdoccomment" "~0.31.0" | 5107 | "@es-joy/jsdoccomment" "~0.31.0" |
5183 | comment-parser "1.3.1" | 5108 | comment-parser "1.3.1" |
@@ -5226,9 +5151,9 @@ eslint-visitor-keys@^3.3.0: | |||
5226 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== | 5151 | integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== |
5227 | 5152 | ||
5228 | eslint@^8.17.0: | 5153 | eslint@^8.17.0: |
5229 | version "8.17.0" | 5154 | version "8.20.0" |
5230 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21" | 5155 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b" |
5231 | integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw== | 5156 | integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA== |
5232 | dependencies: | 5157 | dependencies: |
5233 | "@eslint/eslintrc" "^1.3.0" | 5158 | "@eslint/eslintrc" "^1.3.0" |
5234 | "@humanwhocodes/config-array" "^0.9.2" | 5159 | "@humanwhocodes/config-array" "^0.9.2" |
@@ -5386,15 +5311,15 @@ expect-webdriverio@^3.0.0, expect-webdriverio@^3.4.0: | |||
5386 | jest-matcher-utils "^28.1.0" | 5311 | jest-matcher-utils "^28.1.0" |
5387 | 5312 | ||
5388 | expect@^28.1.0: | 5313 | expect@^28.1.0: |
5389 | version "28.1.1" | 5314 | version "28.1.3" |
5390 | resolved "https://registry.yarnpkg.com/expect/-/expect-28.1.1.tgz#ca6fff65f6517cf7220c2e805a49c19aea30b420" | 5315 | resolved "https://registry.yarnpkg.com/expect/-/expect-28.1.3.tgz#90a7c1a124f1824133dd4533cce2d2bdcb6603ec" |
5391 | integrity sha512-/AANEwGL0tWBwzLNOvO0yUdy2D52jVdNXppOqswC49sxMN2cPWsGCQdzuIf9tj6hHoBQzNvx75JUYuQAckPo3w== | 5316 | integrity sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g== |
5392 | dependencies: | 5317 | dependencies: |
5393 | "@jest/expect-utils" "^28.1.1" | 5318 | "@jest/expect-utils" "^28.1.3" |
5394 | jest-get-type "^28.0.2" | 5319 | jest-get-type "^28.0.2" |
5395 | jest-matcher-utils "^28.1.1" | 5320 | jest-matcher-utils "^28.1.3" |
5396 | jest-message-util "^28.1.1" | 5321 | jest-message-util "^28.1.3" |
5397 | jest-util "^28.1.1" | 5322 | jest-util "^28.1.3" |
5398 | 5323 | ||
5399 | express@^4.17.3: | 5324 | express@^4.17.3: |
5400 | version "4.18.1" | 5325 | version "4.18.1" |
@@ -5468,6 +5393,14 @@ extsprintf@^1.2.0: | |||
5468 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" | 5393 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" |
5469 | integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== | 5394 | integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== |
5470 | 5395 | ||
5396 | fast-blob-stream@^1.0.3: | ||
5397 | version "1.1.1" | ||
5398 | resolved "https://registry.yarnpkg.com/fast-blob-stream/-/fast-blob-stream-1.1.1.tgz#3ed549efb6cf302a20a409e32fda41f2ba6e4871" | ||
5399 | integrity sha512-wdRazMMeM2pl8hq1lFG8fzix8p1VLAJunTTE2RADiFBwbUfZwybUm6IwPrmMS7qTthiayr166NoXeqWe3hfR5w== | ||
5400 | dependencies: | ||
5401 | fast-readable-async-iterator "^1.1.1" | ||
5402 | streamx "^2.12.4" | ||
5403 | |||
5471 | fast-deep-equal@^2.0.1: | 5404 | fast-deep-equal@^2.0.1: |
5472 | version "2.0.1" | 5405 | version "2.0.1" |
5473 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" | 5406 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" |
@@ -5494,7 +5427,7 @@ fast-glob@3.2.7: | |||
5494 | merge2 "^1.3.0" | 5427 | merge2 "^1.3.0" |
5495 | micromatch "^4.0.4" | 5428 | micromatch "^4.0.4" |
5496 | 5429 | ||
5497 | fast-glob@^3.2.11, fast-glob@^3.2.7, fast-glob@^3.2.9: | 5430 | fast-glob@^3.2.11, fast-glob@^3.2.9: |
5498 | version "3.2.11" | 5431 | version "3.2.11" |
5499 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" | 5432 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" |
5500 | integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== | 5433 | integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== |
@@ -5515,10 +5448,15 @@ fast-levenshtein@^2.0.6: | |||
5515 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | 5448 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" |
5516 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== | 5449 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== |
5517 | 5450 | ||
5451 | fast-readable-async-iterator@^1.1.1: | ||
5452 | version "1.1.1" | ||
5453 | resolved "https://registry.yarnpkg.com/fast-readable-async-iterator/-/fast-readable-async-iterator-1.1.1.tgz#77dfbb5262b278bb123c4d8d3219b1bb881b857c" | ||
5454 | integrity sha512-xEHkLUEmStETI+15zhglJLO9TjXxNkkp2ldEfYVZdcqxFhM172EfGl1irI6mVlTxXspYKH1/kjevnt/XSsPeFA== | ||
5455 | |||
5518 | fastest-levenshtein@^1.0.12: | 5456 | fastest-levenshtein@^1.0.12: |
5519 | version "1.0.12" | 5457 | version "1.0.14" |
5520 | resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2" | 5458 | resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.14.tgz#9054384e4b7a78c88d01a4432dc18871af0ac859" |
5521 | integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow== | 5459 | integrity sha512-tFfWHjnuUfKE186Tfgr+jtaFc0mZTApEgKDOeyN+FwOqRkO/zK/3h1AiRd8u8CY53owL3CUmGr/oI9p/RdyLTA== |
5522 | 5460 | ||
5523 | fastq@^1.6.0: | 5461 | fastq@^1.6.0: |
5524 | version "1.13.0" | 5462 | version "1.13.0" |
@@ -5562,14 +5500,6 @@ filelist@^1.0.1: | |||
5562 | dependencies: | 5500 | dependencies: |
5563 | minimatch "^5.0.1" | 5501 | minimatch "^5.0.1" |
5564 | 5502 | ||
5565 | filestream@^5.0.0: | ||
5566 | version "5.0.0" | ||
5567 | resolved "https://registry.yarnpkg.com/filestream/-/filestream-5.0.0.tgz#79015f3bae95ad0f47ef818694846f085087b92e" | ||
5568 | integrity sha512-5H3RqSaJp12THfZiNWodYM7TiKfQvrpX+EIOrB1XvCceTys4yvfEIl8wDp+/yI8qj6Bxym8m0NYWwVXDAet/+A== | ||
5569 | dependencies: | ||
5570 | readable-stream "^3.4.0" | ||
5571 | typedarray-to-buffer "^3.0.0" | ||
5572 | |||
5573 | fill-range@^7.0.1: | 5503 | fill-range@^7.0.1: |
5574 | version "7.0.1" | 5504 | version "7.0.1" |
5575 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" | 5505 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" |
@@ -5644,9 +5574,9 @@ flat@^5.0.2: | |||
5644 | integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== | 5574 | integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== |
5645 | 5575 | ||
5646 | flatted@^3.1.0: | 5576 | flatted@^3.1.0: |
5647 | version "3.2.5" | 5577 | version "3.2.6" |
5648 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" | 5578 | resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" |
5649 | integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== | 5579 | integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== |
5650 | 5580 | ||
5651 | focus-visible@^5.0.2: | 5581 | focus-visible@^5.0.2: |
5652 | version "5.2.0" | 5582 | version "5.2.0" |
@@ -5723,7 +5653,7 @@ fs-constants@^1.0.0: | |||
5723 | resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" | 5653 | resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" |
5724 | integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== | 5654 | integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== |
5725 | 5655 | ||
5726 | fs-extra@^10.0.0, fs-extra@^10.0.1, fs-extra@^10.1.0: | 5656 | fs-extra@^10.0.0, fs-extra@^10.1.0: |
5727 | version "10.1.0" | 5657 | version "10.1.0" |
5728 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" | 5658 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" |
5729 | integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== | 5659 | integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== |
@@ -5749,7 +5679,7 @@ fs-minipass@^2.0.0, fs-minipass@^2.1.0: | |||
5749 | dependencies: | 5679 | dependencies: |
5750 | minipass "^3.0.0" | 5680 | minipass "^3.0.0" |
5751 | 5681 | ||
5752 | fs-monkey@1.0.3: | 5682 | fs-monkey@^1.0.3: |
5753 | version "1.0.3" | 5683 | version "1.0.3" |
5754 | resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" | 5684 | resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3" |
5755 | integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== | 5685 | integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q== |
@@ -5811,13 +5741,13 @@ gaze@^1.1.2: | |||
5811 | globule "^1.0.0" | 5741 | globule "^1.0.0" |
5812 | 5742 | ||
5813 | geckodriver@^3.0.1: | 5743 | geckodriver@^3.0.1: |
5814 | version "3.0.1" | 5744 | version "3.0.2" |
5815 | resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.1.tgz#ded3512f3c6ddc490139b9d5e8fd6925d41c5631" | 5745 | resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-3.0.2.tgz#6bd69166a24859c5edbc6ece9868339378b6c97b" |
5816 | integrity sha512-cHmbNFqt4eelymsuVt7B5nh+qYGpPCltM7rd+k+CBaTvxGGr4j6STeOYahXMNdSeUbCVhqP345OuqWnvHYAz4Q== | 5746 | integrity sha512-GHOQzQnTeZOJdcdEXLuzmcRwkbHuei1VivXkn2BLyleKiT6lTvl0T7vm+d0wvr/EZC7jr0m1u1pBHSfqtuFuNQ== |
5817 | dependencies: | 5747 | dependencies: |
5818 | adm-zip "0.5.9" | 5748 | adm-zip "0.5.9" |
5819 | bluebird "3.7.2" | 5749 | bluebird "3.7.2" |
5820 | got "11.8.2" | 5750 | got "11.8.5" |
5821 | https-proxy-agent "5.0.0" | 5751 | https-proxy-agent "5.0.0" |
5822 | tar "6.1.11" | 5752 | tar "6.1.11" |
5823 | 5753 | ||
@@ -5940,18 +5870,6 @@ glob@7.2.0: | |||
5940 | once "^1.3.0" | 5870 | once "^1.3.0" |
5941 | path-is-absolute "^1.0.0" | 5871 | path-is-absolute "^1.0.0" |
5942 | 5872 | ||
5943 | glob@8.0.1: | ||
5944 | version "8.0.1" | ||
5945 | resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3" | ||
5946 | integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow== | ||
5947 | dependencies: | ||
5948 | fs.realpath "^1.0.0" | ||
5949 | inflight "^1.0.4" | ||
5950 | inherits "2" | ||
5951 | minimatch "^5.0.1" | ||
5952 | once "^1.3.0" | ||
5953 | path-is-absolute "^1.0.0" | ||
5954 | |||
5955 | glob@8.0.3, glob@^8.0.1, glob@^8.0.3: | 5873 | glob@8.0.3, glob@^8.0.1, glob@^8.0.3: |
5956 | version "8.0.3" | 5874 | version "8.0.3" |
5957 | resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" | 5875 | resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" |
@@ -6017,9 +5935,9 @@ globals@^11.1.0: | |||
6017 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== | 5935 | integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== |
6018 | 5936 | ||
6019 | globals@^13.15.0: | 5937 | globals@^13.15.0: |
6020 | version "13.15.0" | 5938 | version "13.17.0" |
6021 | resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" | 5939 | resolved "https://registry.yarnpkg.com/globals/-/globals-13.17.0.tgz#902eb1e680a41da93945adbdcb5a9f361ba69bd4" |
6022 | integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== | 5940 | integrity sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw== |
6023 | dependencies: | 5941 | dependencies: |
6024 | type-fest "^0.20.2" | 5942 | type-fest "^0.20.2" |
6025 | 5943 | ||
@@ -6035,15 +5953,14 @@ globby@^11.0.1, globby@^11.1.0: | |||
6035 | merge2 "^1.4.1" | 5953 | merge2 "^1.4.1" |
6036 | slash "^3.0.0" | 5954 | slash "^3.0.0" |
6037 | 5955 | ||
6038 | globby@^12.0.2: | 5956 | globby@^13.1.1: |
6039 | version "12.2.0" | 5957 | version "13.1.2" |
6040 | resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22" | 5958 | resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" |
6041 | integrity sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA== | 5959 | integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== |
6042 | dependencies: | 5960 | dependencies: |
6043 | array-union "^3.0.1" | ||
6044 | dir-glob "^3.0.1" | 5961 | dir-glob "^3.0.1" |
6045 | fast-glob "^3.2.7" | 5962 | fast-glob "^3.2.11" |
6046 | ignore "^5.1.9" | 5963 | ignore "^5.2.0" |
6047 | merge2 "^1.4.1" | 5964 | merge2 "^1.4.1" |
6048 | slash "^4.0.0" | 5965 | slash "^4.0.0" |
6049 | 5966 | ||
@@ -6053,32 +5970,15 @@ globjoin@^0.1.4: | |||
6053 | integrity sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg== | 5970 | integrity sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg== |
6054 | 5971 | ||
6055 | globule@^1.0.0: | 5972 | globule@^1.0.0: |
6056 | version "1.3.3" | 5973 | version "1.3.4" |
6057 | resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.3.tgz#811919eeac1ab7344e905f2e3be80a13447973c2" | 5974 | resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb" |
6058 | integrity sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg== | 5975 | integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg== |
6059 | dependencies: | 5976 | dependencies: |
6060 | glob "~7.1.1" | 5977 | glob "~7.1.1" |
6061 | lodash "~4.17.10" | 5978 | lodash "^4.17.21" |
6062 | minimatch "~3.0.2" | 5979 | minimatch "~3.0.2" |
6063 | 5980 | ||
6064 | got@11.8.2: | 5981 | got@11.8.5, got@^11.0.2, got@^11.8.1: |
6065 | version "11.8.2" | ||
6066 | resolved "https://registry.yarnpkg.com/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599" | ||
6067 | integrity sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ== | ||
6068 | dependencies: | ||
6069 | "@sindresorhus/is" "^4.0.0" | ||
6070 | "@szmarczak/http-timer" "^4.0.5" | ||
6071 | "@types/cacheable-request" "^6.0.1" | ||
6072 | "@types/responselike" "^1.0.0" | ||
6073 | cacheable-lookup "^5.0.3" | ||
6074 | cacheable-request "^7.0.1" | ||
6075 | decompress-response "^6.0.0" | ||
6076 | http2-wrapper "^1.0.0-beta.5.2" | ||
6077 | lowercase-keys "^2.0.0" | ||
6078 | p-cancelable "^2.0.0" | ||
6079 | responselike "^2.0.0" | ||
6080 | |||
6081 | got@^11.0.2, got@^11.8.1: | ||
6082 | version "11.8.5" | 5982 | version "11.8.5" |
6083 | resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" | 5983 | resolved "https://registry.yarnpkg.com/got/-/got-11.8.5.tgz#ce77d045136de56e8f024bebb82ea349bc730046" |
6084 | integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== | 5984 | integrity sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ== |
@@ -6212,10 +6112,10 @@ he@1.2.0, he@^1.2.0: | |||
6212 | resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" | 6112 | resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" |
6213 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== | 6113 | integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== |
6214 | 6114 | ||
6215 | hls.js@1.2.0-beta.2: | 6115 | hls.js@1.2.0: |
6216 | version "1.2.0-beta.2" | 6116 | version "1.2.0" |
6217 | resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-1.2.0-beta.2.tgz#4a23f854c3bd69e86353e5570433637297372b4b" | 6117 | resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-1.2.0.tgz#e213773be09d6f99f08cefbf608c4a1fe226f998" |
6218 | integrity sha512-2+eruNX25TfoO0RRtqdQrlbwbqpKSnJZdXvVHDDGaVfDRmAAcJ3pSIQrRCxIJCiXxu0wECO8qmcj6Qjcw7eOCQ== | 6118 | integrity sha512-QIEQIUpBRhcpBMq3NA+/qozG8lbNfVekuX7kCMUlhiVu4382xFWsnwcuBe/CA4Gp/wB/pf2aRBaGRFlxh/FN8g== |
6219 | 6119 | ||
6220 | hosted-git-info@^2.1.4: | 6120 | hosted-git-info@^2.1.4: |
6221 | version "2.8.9" | 6121 | version "2.8.9" |
@@ -6251,15 +6151,15 @@ html-entities@^2.3.2: | |||
6251 | resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" | 6151 | resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.3.tgz#117d7626bece327fc8baace8868fa6f5ef856e46" |
6252 | integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== | 6152 | integrity sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA== |
6253 | 6153 | ||
6254 | html-loader@^3.0.1: | 6154 | html-loader@^4.1.0: |
6255 | version "3.1.0" | 6155 | version "4.1.0" |
6256 | resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-3.1.0.tgz#e5b9c1cf81b043786b15145eb30181575a22d9c8" | 6156 | resolved "https://registry.yarnpkg.com/html-loader/-/html-loader-4.1.0.tgz#a2f935802675fef0703165491316b200600996be" |
6257 | integrity sha512-ycMYFRiCF7YANcLDNP72kh3Po5pTcH+bROzdDwh00iVOAY/BwvpuZ1BKPziQ35Dk9D+UD84VGX1Lu/H4HpO4fw== | 6157 | integrity sha512-QDDNmLgn96NWtTPx/VXRerFXH0hn7cm4bruqsZ333GCb+rqiqGurcxtP/M52wcui1/iLiu0l5ms/McE7/Ik6aQ== |
6258 | dependencies: | 6158 | dependencies: |
6259 | html-minifier-terser "^6.0.2" | 6159 | html-minifier-terser "^6.1.0" |
6260 | parse5 "^6.0.1" | 6160 | parse5 "^7.0.0" |
6261 | 6161 | ||
6262 | html-minifier-terser@^6.0.2: | 6162 | html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0: |
6263 | version "6.1.0" | 6163 | version "6.1.0" |
6264 | resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" | 6164 | resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab" |
6265 | integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== | 6165 | integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw== |
@@ -6330,24 +6230,15 @@ http-errors@~1.6.2: | |||
6330 | statuses ">= 1.4.0 < 2" | 6230 | statuses ">= 1.4.0 < 2" |
6331 | 6231 | ||
6332 | http-parser-js@>=0.5.1: | 6232 | http-parser-js@>=0.5.1: |
6333 | version "0.5.6" | 6233 | version "0.5.8" |
6334 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.6.tgz#2e02406ab2df8af8a7abfba62e0da01c62b95afd" | 6234 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3" |
6335 | integrity sha512-vDlkRPDJn93swjcjqMSaGSPABbIarsr1TLAui/gLDXzV5VsJNdXNzMYDyNBLQkjWQCJ1uizu8T2oDMhmGt0PRA== | 6235 | integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q== |
6336 | 6236 | ||
6337 | http-parser-js@^0.4.3: | 6237 | http-parser-js@^0.4.3: |
6338 | version "0.4.13" | 6238 | version "0.4.13" |
6339 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137" | 6239 | resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137" |
6340 | integrity sha512-u8u5ZaG0Tr/VvHlucK2ufMuOp4/5bvwgneXle+y228K5rMbJOlVjThONcaAw3ikAy8b2OO9RfEucdMHFz3UWMA== | 6240 | integrity sha512-u8u5ZaG0Tr/VvHlucK2ufMuOp4/5bvwgneXle+y228K5rMbJOlVjThONcaAw3ikAy8b2OO9RfEucdMHFz3UWMA== |
6341 | 6241 | ||
6342 | http-proxy-agent@^4.0.1: | ||
6343 | version "4.0.1" | ||
6344 | resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" | ||
6345 | integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== | ||
6346 | dependencies: | ||
6347 | "@tootallnate/once" "1" | ||
6348 | agent-base "6" | ||
6349 | debug "4" | ||
6350 | |||
6351 | http-proxy-agent@^5.0.0: | 6242 | http-proxy-agent@^5.0.0: |
6352 | version "5.0.0" | 6243 | version "5.0.0" |
6353 | resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" | 6244 | resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" |
@@ -6427,7 +6318,7 @@ humanize-ms@^1.2.1: | |||
6427 | dependencies: | 6318 | dependencies: |
6428 | ms "^2.0.0" | 6319 | ms "^2.0.0" |
6429 | 6320 | ||
6430 | iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: | 6321 | iconv-lite@0.4.24, iconv-lite@^0.4.24: |
6431 | version "0.4.24" | 6322 | version "0.4.24" |
6432 | resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" | 6323 | resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" |
6433 | integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== | 6324 | integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== |
@@ -6458,7 +6349,7 @@ ignore-walk@^5.0.1: | |||
6458 | dependencies: | 6349 | dependencies: |
6459 | minimatch "^5.0.1" | 6350 | minimatch "^5.0.1" |
6460 | 6351 | ||
6461 | ignore@5.2.0, ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0: | 6352 | ignore@5.2.0, ignore@^5.0.4, ignore@^5.2.0: |
6462 | version "5.2.0" | 6353 | version "5.2.0" |
6463 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" | 6354 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" |
6464 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== | 6355 | integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== |
@@ -6590,13 +6481,13 @@ interpret@^2.2.0: | |||
6590 | integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== | 6481 | integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw== |
6591 | 6482 | ||
6592 | intl-messageformat@^10.1.0: | 6483 | intl-messageformat@^10.1.0: |
6593 | version "10.1.0" | 6484 | version "10.1.1" |
6594 | resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.1.0.tgz#ffbbcbf1068af8466ad5497f78c30c3d96ef5505" | 6485 | resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.1.1.tgz#226767e7921fa86cef2cbe4a13911050716720bc" |
6595 | integrity sha512-diGMDv9Zo2Mggf6AkJszq/BIR5+rarkwcr4g5JGgREwbwAHY9hR/dYd8FbIgQx2RTxhJsABfAWCiENFLbaTZjg== | 6486 | integrity sha512-FeJne2oooYW6shLPbrqyjRX6hTELVrQ90Dn88z7NomLk/xZBCLxLPAkgaYaTQJBRBV78nZ933d8APHHkTQrD9Q== |
6596 | dependencies: | 6487 | dependencies: |
6597 | "@formatjs/ecma402-abstract" "1.11.7" | 6488 | "@formatjs/ecma402-abstract" "1.11.8" |
6598 | "@formatjs/fast-memoize" "1.2.4" | 6489 | "@formatjs/fast-memoize" "1.2.4" |
6599 | "@formatjs/icu-messageformat-parser" "2.1.3" | 6490 | "@formatjs/icu-messageformat-parser" "2.1.4" |
6600 | tslib "2.4.0" | 6491 | tslib "2.4.0" |
6601 | 6492 | ||
6602 | invert-kv@^1.0.0: | 6493 | invert-kv@^1.0.0: |
@@ -6621,6 +6512,11 @@ ip@^1.1.5: | |||
6621 | resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" | 6512 | resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" |
6622 | integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg== | 6513 | integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg== |
6623 | 6514 | ||
6515 | ip@^2.0.0: | ||
6516 | version "2.0.0" | ||
6517 | resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" | ||
6518 | integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== | ||
6519 | |||
6624 | ipaddr.js@1.9.1: | 6520 | ipaddr.js@1.9.1: |
6625 | version "1.9.1" | 6521 | version "1.9.1" |
6626 | resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" | 6522 | resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" |
@@ -6668,7 +6564,7 @@ is-callable@^1.1.4, is-callable@^1.2.4: | |||
6668 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" | 6564 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" |
6669 | integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== | 6565 | integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== |
6670 | 6566 | ||
6671 | is-core-module@^2.5.0, is-core-module@^2.8.1: | 6567 | is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: |
6672 | version "2.9.0" | 6568 | version "2.9.0" |
6673 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" | 6569 | resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69" |
6674 | integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== | 6570 | integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A== |
@@ -6839,7 +6735,7 @@ is-symbol@^1.0.2, is-symbol@^1.0.3: | |||
6839 | dependencies: | 6735 | dependencies: |
6840 | has-symbols "^1.0.2" | 6736 | has-symbols "^1.0.2" |
6841 | 6737 | ||
6842 | is-typedarray@^1.0.0, is-typedarray@~1.0.0: | 6738 | is-typedarray@~1.0.0: |
6843 | version "1.0.0" | 6739 | version "1.0.0" |
6844 | resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | 6740 | resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" |
6845 | integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== | 6741 | integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== |
@@ -6933,52 +6829,52 @@ jake@^10.8.5: | |||
6933 | filelist "^1.0.1" | 6829 | filelist "^1.0.1" |
6934 | minimatch "^3.0.4" | 6830 | minimatch "^3.0.4" |
6935 | 6831 | ||
6936 | jest-diff@^28.1.1: | 6832 | jest-diff@^28.1.3: |
6937 | version "28.1.1" | 6833 | version "28.1.3" |
6938 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.1.tgz#1a3eedfd81ae79810931c63a1d0f201b9120106c" | 6834 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.3.tgz#948a192d86f4e7a64c5264ad4da4877133d8792f" |
6939 | integrity sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg== | 6835 | integrity sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw== |
6940 | dependencies: | 6836 | dependencies: |
6941 | chalk "^4.0.0" | 6837 | chalk "^4.0.0" |
6942 | diff-sequences "^28.1.1" | 6838 | diff-sequences "^28.1.1" |
6943 | jest-get-type "^28.0.2" | 6839 | jest-get-type "^28.0.2" |
6944 | pretty-format "^28.1.1" | 6840 | pretty-format "^28.1.3" |
6945 | 6841 | ||
6946 | jest-get-type@^28.0.2: | 6842 | jest-get-type@^28.0.2: |
6947 | version "28.0.2" | 6843 | version "28.0.2" |
6948 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203" | 6844 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203" |
6949 | integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA== | 6845 | integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA== |
6950 | 6846 | ||
6951 | jest-matcher-utils@^28.1.0, jest-matcher-utils@^28.1.1: | 6847 | jest-matcher-utils@^28.1.0, jest-matcher-utils@^28.1.3: |
6952 | version "28.1.1" | 6848 | version "28.1.3" |
6953 | resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.1.tgz#a7c4653c2b782ec96796eb3088060720f1e29304" | 6849 | resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz#5a77f1c129dd5ba3b4d7fc20728806c78893146e" |
6954 | integrity sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw== | 6850 | integrity sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw== |
6955 | dependencies: | 6851 | dependencies: |
6956 | chalk "^4.0.0" | 6852 | chalk "^4.0.0" |
6957 | jest-diff "^28.1.1" | 6853 | jest-diff "^28.1.3" |
6958 | jest-get-type "^28.0.2" | 6854 | jest-get-type "^28.0.2" |
6959 | pretty-format "^28.1.1" | 6855 | pretty-format "^28.1.3" |
6960 | 6856 | ||
6961 | jest-message-util@^28.1.1: | 6857 | jest-message-util@^28.1.3: |
6962 | version "28.1.1" | 6858 | version "28.1.3" |
6963 | resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.1.tgz#60aa0b475cfc08c8a9363ed2fb9108514dd9ab89" | 6859 | resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.3.tgz#232def7f2e333f1eecc90649b5b94b0055e7c43d" |
6964 | integrity sha512-xoDOOT66fLfmTRiqkoLIU7v42mal/SqwDKvfmfiWAdJMSJiU+ozgluO7KbvoAgiwIrrGZsV7viETjc8GNrA/IQ== | 6860 | integrity sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g== |
6965 | dependencies: | 6861 | dependencies: |
6966 | "@babel/code-frame" "^7.12.13" | 6862 | "@babel/code-frame" "^7.12.13" |
6967 | "@jest/types" "^28.1.1" | 6863 | "@jest/types" "^28.1.3" |
6968 | "@types/stack-utils" "^2.0.0" | 6864 | "@types/stack-utils" "^2.0.0" |
6969 | chalk "^4.0.0" | 6865 | chalk "^4.0.0" |
6970 | graceful-fs "^4.2.9" | 6866 | graceful-fs "^4.2.9" |
6971 | micromatch "^4.0.4" | 6867 | micromatch "^4.0.4" |
6972 | pretty-format "^28.1.1" | 6868 | pretty-format "^28.1.3" |
6973 | slash "^3.0.0" | 6869 | slash "^3.0.0" |
6974 | stack-utils "^2.0.3" | 6870 | stack-utils "^2.0.3" |
6975 | 6871 | ||
6976 | jest-util@^28.1.1: | 6872 | jest-util@^28.1.3: |
6977 | version "28.1.1" | 6873 | version "28.1.3" |
6978 | resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.1.tgz#ff39e436a1aca397c0ab998db5a51ae2b7080d05" | 6874 | resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.3.tgz#f4f932aa0074f0679943220ff9cbba7e497028b0" |
6979 | integrity sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw== | 6875 | integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ== |
6980 | dependencies: | 6876 | dependencies: |
6981 | "@jest/types" "^28.1.1" | 6877 | "@jest/types" "^28.1.3" |
6982 | "@types/node" "*" | 6878 | "@types/node" "*" |
6983 | chalk "^4.0.0" | 6879 | chalk "^4.0.0" |
6984 | ci-info "^3.2.0" | 6880 | ci-info "^3.2.0" |
@@ -7091,6 +6987,11 @@ jsonc-parser@3.0.0: | |||
7091 | resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" | 6987 | resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" |
7092 | integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== | 6988 | integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== |
7093 | 6989 | ||
6990 | jsonc-parser@3.1.0: | ||
6991 | version "3.1.0" | ||
6992 | resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.1.0.tgz#73b8f0e5c940b83d03476bc2e51a20ef0932615d" | ||
6993 | integrity sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg== | ||
6994 | |||
7094 | jsonfile@^6.0.1: | 6995 | jsonfile@^6.0.1: |
7095 | version "6.1.0" | 6996 | version "6.1.0" |
7096 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" | 6997 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" |
@@ -7159,9 +7060,9 @@ keycode@^2.2.0: | |||
7159 | integrity sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg== | 7060 | integrity sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg== |
7160 | 7061 | ||
7161 | keyv@^4.0.0: | 7062 | keyv@^4.0.0: |
7162 | version "4.3.0" | 7063 | version "4.3.3" |
7163 | resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.3.0.tgz#b4352e0e4fe7c94111947d6738a6d3fe7903027c" | 7064 | resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.3.3.tgz#6c1bcda6353a9e96fc1b4e1aeb803a6e35090ba9" |
7164 | integrity sha512-C30Un9+63J0CsR7Wka5quXKqYZsT6dcRQ2aOwGcSc3RiQ4HGWpTAHlCA+puNfw2jA/s11EsxA1nCXgZRuRKMQQ== | 7065 | integrity sha512-AcysI17RvakTh8ir03+a3zJr5r0ovnAH/XTXei/4HIv3bL2K/jzvgivLK9UuI/JbU1aJjM3NSAnVvVVd3n+4DQ== |
7165 | dependencies: | 7066 | dependencies: |
7166 | compress-brotli "^1.3.8" | 7067 | compress-brotli "^1.3.8" |
7167 | json-buffer "3.0.1" | 7068 | json-buffer "3.0.1" |
@@ -7181,7 +7082,7 @@ known-css-properties@^0.25.0: | |||
7181 | resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.25.0.tgz#6ebc4d4b412f602e5cfbeb4086bd544e34c0a776" | 7082 | resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.25.0.tgz#6ebc4d4b412f602e5cfbeb4086bd544e34c0a776" |
7182 | integrity sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA== | 7083 | integrity sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA== |
7183 | 7084 | ||
7184 | ky@^0.30.0: | 7085 | ky@0.30.0: |
7185 | version "0.30.0" | 7086 | version "0.30.0" |
7186 | resolved "https://registry.yarnpkg.com/ky/-/ky-0.30.0.tgz#a3d293e4f6c4604a9a4694eceb6ce30e73d27d64" | 7087 | resolved "https://registry.yarnpkg.com/ky/-/ky-0.30.0.tgz#a3d293e4f6c4604a9a4694eceb6ce30e73d27d64" |
7187 | integrity sha512-X/u76z4JtDVq10u1JA5UQfatPxgPaVDMYTrgHyiTpGN2z4TMEJkIHsoSBBSg9SWZEIXTKsi9kHgiQ9o3Y/4yog== | 7088 | integrity sha512-X/u76z4JtDVq10u1JA5UQfatPxgPaVDMYTrgHyiTpGN2z4TMEJkIHsoSBBSg9SWZEIXTKsi9kHgiQ9o3Y/4yog== |
@@ -7205,17 +7106,17 @@ lcid@^1.0.0: | |||
7205 | dependencies: | 7106 | dependencies: |
7206 | invert-kv "^1.0.0" | 7107 | invert-kv "^1.0.0" |
7207 | 7108 | ||
7208 | less-loader@10.2.0: | 7109 | less-loader@11.0.0: |
7209 | version "10.2.0" | 7110 | version "11.0.0" |
7210 | resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-10.2.0.tgz#97286d8797dc3dc05b1d16b0ecec5f968bdd4e32" | 7111 | resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-11.0.0.tgz#a31b2bc5cdfb62f1c7de9b2d01cd944c22b1a024" |
7211 | integrity sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg== | 7112 | integrity sha512-9+LOWWjuoectIEx3zrfN83NAGxSUB5pWEabbbidVQVgZhN+wN68pOvuyirVlH1IK4VT1f3TmlyvAnCXh8O5KEw== |
7212 | dependencies: | 7113 | dependencies: |
7213 | klona "^2.0.4" | 7114 | klona "^2.0.4" |
7214 | 7115 | ||
7215 | less@4.1.2: | 7116 | less@4.1.3: |
7216 | version "4.1.2" | 7117 | version "4.1.3" |
7217 | resolved "https://registry.yarnpkg.com/less/-/less-4.1.2.tgz#6099ee584999750c2624b65f80145f8674e4b4b0" | 7118 | resolved "https://registry.yarnpkg.com/less/-/less-4.1.3.tgz#175be9ddcbf9b250173e0a00b4d6920a5b770246" |
7218 | integrity sha512-EoQp/Et7OSOVu0aJknJOtlXZsnr8XE8KwuzTHOLeVSEx8pVWUICc8Q0VYRHgzyjX78nMEyC/oztWFbgyhtNfDA== | 7119 | integrity sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA== |
7219 | dependencies: | 7120 | dependencies: |
7220 | copy-anything "^2.0.1" | 7121 | copy-anything "^2.0.1" |
7221 | parse-node-version "^1.0.1" | 7122 | parse-node-version "^1.0.1" |
@@ -7226,7 +7127,7 @@ less@4.1.2: | |||
7226 | image-size "~0.5.0" | 7127 | image-size "~0.5.0" |
7227 | make-dir "^2.1.0" | 7128 | make-dir "^2.1.0" |
7228 | mime "^1.4.1" | 7129 | mime "^1.4.1" |
7229 | needle "^2.5.2" | 7130 | needle "^3.1.0" |
7230 | source-map "~0.6.0" | 7131 | source-map "~0.6.0" |
7231 | 7132 | ||
7232 | levn@^0.4.1: | 7133 | levn@^0.4.1: |
@@ -7412,11 +7313,6 @@ lodash.pickby@^4.6.0: | |||
7412 | resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff" | 7313 | resolved "https://registry.yarnpkg.com/lodash.pickby/-/lodash.pickby-4.6.0.tgz#7dea21d8c18d7703a27c704c15d3b84a67e33aff" |
7413 | integrity sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q== | 7314 | integrity sha512-AZV+GsS/6ckvPOVQPXSiFFacKvKB4kOQu6ynt9wz0F3LO4R9Ij4K1ddYsIytDpSgLz88JHd9P+oaLeej5/Sl7Q== |
7414 | 7315 | ||
7415 | lodash.sortby@^4.7.0: | ||
7416 | version "4.7.0" | ||
7417 | resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
7418 | integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== | ||
7419 | |||
7420 | lodash.truncate@^4.4.2: | 7316 | lodash.truncate@^4.4.2: |
7421 | version "4.4.2" | 7317 | version "4.4.2" |
7422 | resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" | 7318 | resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" |
@@ -7432,7 +7328,7 @@ lodash.zip@^4.2.0: | |||
7432 | resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020" | 7328 | resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020" |
7433 | integrity sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg== | 7329 | integrity sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg== |
7434 | 7330 | ||
7435 | lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.10: | 7331 | lodash@^4.17.20, lodash@^4.17.21: |
7436 | version "4.17.21" | 7332 | version "4.17.21" |
7437 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | 7333 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" |
7438 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | 7334 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
@@ -7483,9 +7379,9 @@ lru-cache@^6.0.0: | |||
7483 | yallist "^4.0.0" | 7379 | yallist "^4.0.0" |
7484 | 7380 | ||
7485 | lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: | 7381 | lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: |
7486 | version "7.10.1" | 7382 | version "7.13.1" |
7487 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.10.1.tgz#db577f42a94c168f676b638d15da8fb073448cab" | 7383 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4" |
7488 | integrity sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A== | 7384 | integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ== |
7489 | 7385 | ||
7490 | lru@^3.1.0: | 7386 | lru@^3.1.0: |
7491 | version "3.1.0" | 7387 | version "3.1.0" |
@@ -7511,14 +7407,7 @@ m3u8-parser@4.7.1, m3u8-parser@^4.7.1: | |||
7511 | "@videojs/vhs-utils" "^3.0.5" | 7407 | "@videojs/vhs-utils" "^3.0.5" |
7512 | global "^4.4.0" | 7408 | global "^4.4.0" |
7513 | 7409 | ||
7514 | magic-string@0.26.1: | 7410 | magic-string@0.26.2, magic-string@^0.26.0: |
7515 | version "0.26.1" | ||
7516 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.1.tgz#ba9b651354fa9512474199acecf9c6dbe93f97fd" | ||
7517 | integrity sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg== | ||
7518 | dependencies: | ||
7519 | sourcemap-codec "^1.4.8" | ||
7520 | |||
7521 | magic-string@^0.26.0: | ||
7522 | version "0.26.2" | 7411 | version "0.26.2" |
7523 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.2.tgz#5331700e4158cd6befda738bb6b0c7b93c0d4432" | 7412 | resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.2.tgz#5331700e4158cd6befda738bb6b0c7b93c0d4432" |
7524 | integrity sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A== | 7413 | integrity sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A== |
@@ -7548,10 +7437,10 @@ make-dir@^3.0.2, make-dir@^3.1.0: | |||
7548 | dependencies: | 7437 | dependencies: |
7549 | semver "^6.0.0" | 7438 | semver "^6.0.0" |
7550 | 7439 | ||
7551 | make-fetch-happen@^10.0.6: | 7440 | make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6: |
7552 | version "10.1.7" | 7441 | version "10.2.0" |
7553 | resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.1.7.tgz#b1402cb3c9fad92b380ff3a863cdae5414a42f76" | 7442 | resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.2.0.tgz#0bde3914f2f82750b5d48c6d2294d2c74f985e5b" |
7554 | integrity sha512-J/2xa2+7zlIUKqfyXDCXFpH3ypxO4k3rgkZHPSZkyUYcBT/hM80M3oyKLM/9dVriZFiGeGGS2Ei+0v2zfhqj3Q== | 7443 | integrity sha512-OnEfCLofQVJ5zgKwGk55GaqosqKjaR6khQlJY3dBAA+hM25Bc5CmX5rKUfVut+rYA3uidA7zb7AvcglU87rPRg== |
7555 | dependencies: | 7444 | dependencies: |
7556 | agentkeepalive "^4.2.1" | 7445 | agentkeepalive "^4.2.1" |
7557 | cacache "^16.1.0" | 7446 | cacache "^16.1.0" |
@@ -7570,28 +7459,6 @@ make-fetch-happen@^10.0.6: | |||
7570 | socks-proxy-agent "^7.0.0" | 7459 | socks-proxy-agent "^7.0.0" |
7571 | ssri "^9.0.0" | 7460 | ssri "^9.0.0" |
7572 | 7461 | ||
7573 | make-fetch-happen@^9.1.0: | ||
7574 | version "9.1.0" | ||
7575 | resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968" | ||
7576 | integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== | ||
7577 | dependencies: | ||
7578 | agentkeepalive "^4.1.3" | ||
7579 | cacache "^15.2.0" | ||
7580 | http-cache-semantics "^4.1.0" | ||
7581 | http-proxy-agent "^4.0.1" | ||
7582 | https-proxy-agent "^5.0.0" | ||
7583 | is-lambda "^1.0.1" | ||
7584 | lru-cache "^6.0.0" | ||
7585 | minipass "^3.1.3" | ||
7586 | minipass-collect "^1.0.2" | ||
7587 | minipass-fetch "^1.3.2" | ||
7588 | minipass-flush "^1.0.5" | ||
7589 | minipass-pipeline "^1.2.4" | ||
7590 | negotiator "^0.6.2" | ||
7591 | promise-retry "^2.0.1" | ||
7592 | socks-proxy-agent "^6.0.0" | ||
7593 | ssri "^8.0.0" | ||
7594 | |||
7595 | map-obj@^1.0.0: | 7462 | map-obj@^1.0.0: |
7596 | version "1.0.1" | 7463 | version "1.0.1" |
7597 | resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | 7464 | resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" |
@@ -7619,9 +7486,9 @@ markdown-it@13.0.1: | |||
7619 | uc.micro "^1.0.5" | 7486 | uc.micro "^1.0.5" |
7620 | 7487 | ||
7621 | marky@^1.2.2: | 7488 | marky@^1.2.2: |
7622 | version "1.2.4" | 7489 | version "1.2.5" |
7623 | resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.4.tgz#d02bb4c08be2366687c778ecd2a328971ce23d7f" | 7490 | resolved "https://registry.yarnpkg.com/marky/-/marky-1.2.5.tgz#55796b688cbd72390d2d399eaaf1832c9413e3c0" |
7624 | integrity sha512-zd2/GiSn6U3/jeFVZ0J9CA1LzQ8RfIVvXkb/U0swFHF/zT+dVohTAWjmo2DcIuofmIIIROlwTbd+shSeXmxr0w== | 7491 | integrity sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q== |
7625 | 7492 | ||
7626 | mathml-tag-names@^2.1.3: | 7493 | mathml-tag-names@^2.1.3: |
7627 | version "2.1.3" | 7494 | version "2.1.3" |
@@ -7654,12 +7521,12 @@ mem@^1.1.0: | |||
7654 | dependencies: | 7521 | dependencies: |
7655 | mimic-fn "^1.0.0" | 7522 | mimic-fn "^1.0.0" |
7656 | 7523 | ||
7657 | memfs@^3.4.1, memfs@^3.4.3: | 7524 | memfs@^3.4.3: |
7658 | version "3.4.4" | 7525 | version "3.4.7" |
7659 | resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.4.tgz#e8973cd8060548916adcca58a248e7805c715e89" | 7526 | resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.7.tgz#e5252ad2242a724f938cb937e3c4f7ceb1f70e5a" |
7660 | integrity sha512-W4gHNUE++1oSJVn8Y68jPXi+mkx3fXR5ITE/Ubz6EQ3xRpCN5k2CQ4AUR8094Z7211F876TyoBACGsIveqgiGA== | 7527 | integrity sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw== |
7661 | dependencies: | 7528 | dependencies: |
7662 | fs-monkey "1.0.3" | 7529 | fs-monkey "^1.0.3" |
7663 | 7530 | ||
7664 | memory-chunk-store@^1.3.5: | 7531 | memory-chunk-store@^1.3.5: |
7665 | version "1.3.5" | 7532 | version "1.3.5" |
@@ -7768,10 +7635,10 @@ min-indent@^1.0.0: | |||
7768 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" | 7635 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" |
7769 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== | 7636 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
7770 | 7637 | ||
7771 | mini-css-extract-plugin@2.6.0, mini-css-extract-plugin@^2.2.0: | 7638 | mini-css-extract-plugin@2.6.1, mini-css-extract-plugin@^2.2.0: |
7772 | version "2.6.0" | 7639 | version "2.6.1" |
7773 | resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.0.tgz#578aebc7fc14d32c0ad304c2c34f08af44673f5e" | 7640 | resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz#9a1251d15f2035c342d99a468ab9da7a0451b71e" |
7774 | integrity sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w== | 7641 | integrity sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg== |
7775 | dependencies: | 7642 | dependencies: |
7776 | schema-utils "^4.0.0" | 7643 | schema-utils "^4.0.0" |
7777 | 7644 | ||
@@ -7801,6 +7668,13 @@ minimatch@5.0.1: | |||
7801 | dependencies: | 7668 | dependencies: |
7802 | brace-expansion "^2.0.1" | 7669 | brace-expansion "^2.0.1" |
7803 | 7670 | ||
7671 | minimatch@5.1.0, minimatch@^5.0.0, minimatch@^5.0.1, minimatch@^5.1.0: | ||
7672 | version "5.1.0" | ||
7673 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" | ||
7674 | integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== | ||
7675 | dependencies: | ||
7676 | brace-expansion "^2.0.1" | ||
7677 | |||
7804 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: | 7678 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
7805 | version "3.1.2" | 7679 | version "3.1.2" |
7806 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" | 7680 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
@@ -7808,13 +7682,6 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: | |||
7808 | dependencies: | 7682 | dependencies: |
7809 | brace-expansion "^1.1.7" | 7683 | brace-expansion "^1.1.7" |
7810 | 7684 | ||
7811 | minimatch@^5.0.0, minimatch@^5.0.1: | ||
7812 | version "5.1.0" | ||
7813 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" | ||
7814 | integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== | ||
7815 | dependencies: | ||
7816 | brace-expansion "^2.0.1" | ||
7817 | |||
7818 | minimatch@~3.0.2: | 7685 | minimatch@~3.0.2: |
7819 | version "3.0.8" | 7686 | version "3.0.8" |
7820 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" | 7687 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1" |
@@ -7843,17 +7710,6 @@ minipass-collect@^1.0.2: | |||
7843 | dependencies: | 7710 | dependencies: |
7844 | minipass "^3.0.0" | 7711 | minipass "^3.0.0" |
7845 | 7712 | ||
7846 | minipass-fetch@^1.3.2: | ||
7847 | version "1.4.1" | ||
7848 | resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6" | ||
7849 | integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== | ||
7850 | dependencies: | ||
7851 | minipass "^3.1.0" | ||
7852 | minipass-sized "^1.0.3" | ||
7853 | minizlib "^2.0.0" | ||
7854 | optionalDependencies: | ||
7855 | encoding "^0.1.12" | ||
7856 | |||
7857 | minipass-fetch@^2.0.3: | 7713 | minipass-fetch@^2.0.3: |
7858 | version "2.1.0" | 7714 | version "2.1.0" |
7859 | resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.0.tgz#ca1754a5f857a3be99a9271277246ac0b44c3ff8" | 7715 | resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.0.tgz#ca1754a5f857a3be99a9271277246ac0b44c3ff8" |
@@ -7880,7 +7736,7 @@ minipass-json-stream@^1.0.1: | |||
7880 | jsonparse "^1.3.1" | 7736 | jsonparse "^1.3.1" |
7881 | minipass "^3.0.0" | 7737 | minipass "^3.0.0" |
7882 | 7738 | ||
7883 | minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: | 7739 | minipass-pipeline@^1.2.4: |
7884 | version "1.2.4" | 7740 | version "1.2.4" |
7885 | resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" | 7741 | resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" |
7886 | integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== | 7742 | integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== |
@@ -7894,14 +7750,14 @@ minipass-sized@^1.0.3: | |||
7894 | dependencies: | 7750 | dependencies: |
7895 | minipass "^3.0.0" | 7751 | minipass "^3.0.0" |
7896 | 7752 | ||
7897 | minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.1.6: | 7753 | minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: |
7898 | version "3.1.6" | 7754 | version "3.3.4" |
7899 | resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" | 7755 | resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.4.tgz#ca99f95dd77c43c7a76bf51e6d200025eee0ffae" |
7900 | integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== | 7756 | integrity sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw== |
7901 | dependencies: | 7757 | dependencies: |
7902 | yallist "^4.0.0" | 7758 | yallist "^4.0.0" |
7903 | 7759 | ||
7904 | minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2: | 7760 | minizlib@^2.1.1, minizlib@^2.1.2: |
7905 | version "2.1.2" | 7761 | version "2.1.2" |
7906 | resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" | 7762 | resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" |
7907 | integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== | 7763 | integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== |
@@ -7948,9 +7804,9 @@ mocha@^10.0.0: | |||
7948 | yargs-unparser "2.0.0" | 7804 | yargs-unparser "2.0.0" |
7949 | 7805 | ||
7950 | moment@^2.10.2: | 7806 | moment@^2.10.2: |
7951 | version "2.29.3" | 7807 | version "2.29.4" |
7952 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3" | 7808 | resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" |
7953 | integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw== | 7809 | integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== |
7954 | 7810 | ||
7955 | mousetrap@^1.6.5: | 7811 | mousetrap@^1.6.5: |
7956 | version "1.6.5" | 7812 | version "1.6.5" |
@@ -8038,7 +7894,7 @@ nanoid@3.3.3: | |||
8038 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25" | 7894 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25" |
8039 | integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w== | 7895 | integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w== |
8040 | 7896 | ||
8041 | nanoid@^3.3.3, nanoid@^3.3.4: | 7897 | nanoid@^3.3.4: |
8042 | version "3.3.4" | 7898 | version "3.3.4" |
8043 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" | 7899 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" |
8044 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== | 7900 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== |
@@ -8053,16 +7909,16 @@ natural-compare@^1.4.0: | |||
8053 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | 7909 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
8054 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== | 7910 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== |
8055 | 7911 | ||
8056 | needle@^2.5.2: | 7912 | needle@^3.1.0: |
8057 | version "2.9.1" | 7913 | version "3.1.0" |
8058 | resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684" | 7914 | resolved "https://registry.yarnpkg.com/needle/-/needle-3.1.0.tgz#3bf5cd090c28eb15644181ab6699e027bd6c53c9" |
8059 | integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ== | 7915 | integrity sha512-gCE9weDhjVGCRqS8dwDR/D3GTAeyXLXuqp7I8EzH6DllZGXSUyxuqqLh+YX9rMAWaaTFyVAg6rHGL25dqvczKw== |
8060 | dependencies: | 7916 | dependencies: |
8061 | debug "^3.2.6" | 7917 | debug "^3.2.6" |
8062 | iconv-lite "^0.4.4" | 7918 | iconv-lite "^0.6.3" |
8063 | sax "^1.2.4" | 7919 | sax "^1.2.4" |
8064 | 7920 | ||
8065 | negotiator@0.6.3, negotiator@^0.6.2, negotiator@^0.6.3: | 7921 | negotiator@0.6.3, negotiator@^0.6.3: |
8066 | version "0.6.3" | 7922 | version "0.6.3" |
8067 | resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" | 7923 | resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" |
8068 | integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== | 7924 | integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== |
@@ -8123,19 +7979,19 @@ node-forge@^1: | |||
8123 | integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== | 7979 | integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== |
8124 | 7980 | ||
8125 | node-gyp-build@^4.2.0, node-gyp-build@^4.2.2, node-gyp-build@^4.3.0: | 7981 | node-gyp-build@^4.2.0, node-gyp-build@^4.2.2, node-gyp-build@^4.3.0: |
8126 | version "4.4.0" | 7982 | version "4.5.0" |
8127 | resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.4.0.tgz#42e99687ce87ddeaf3a10b99dc06abc11021f3f4" | 7983 | resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40" |
8128 | integrity sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ== | 7984 | integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg== |
8129 | 7985 | ||
8130 | node-gyp@^8.4.1: | 7986 | node-gyp@^9.0.0: |
8131 | version "8.4.1" | 7987 | version "9.1.0" |
8132 | resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937" | 7988 | resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.1.0.tgz#c8d8e590678ea1f7b8097511dedf41fc126648f8" |
8133 | integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== | 7989 | integrity sha512-HkmN0ZpQJU7FLbJauJTHkHlSVAXlNGDAzH/VYFZGDOnFyn/Na3GlNJfkudmufOdS6/jNFhy88ObzL7ERz9es1g== |
8134 | dependencies: | 7990 | dependencies: |
8135 | env-paths "^2.2.0" | 7991 | env-paths "^2.2.0" |
8136 | glob "^7.1.4" | 7992 | glob "^7.1.4" |
8137 | graceful-fs "^4.2.6" | 7993 | graceful-fs "^4.2.6" |
8138 | make-fetch-happen "^9.1.0" | 7994 | make-fetch-happen "^10.0.3" |
8139 | nopt "^5.0.0" | 7995 | nopt "^5.0.0" |
8140 | npmlog "^6.0.0" | 7996 | npmlog "^6.0.0" |
8141 | rimraf "^3.0.2" | 7997 | rimraf "^3.0.2" |
@@ -8143,10 +7999,10 @@ node-gyp@^8.4.1: | |||
8143 | tar "^6.1.2" | 7999 | tar "^6.1.2" |
8144 | which "^2.0.2" | 8000 | which "^2.0.2" |
8145 | 8001 | ||
8146 | node-releases@^2.0.5: | 8002 | node-releases@^2.0.6: |
8147 | version "2.0.5" | 8003 | version "2.0.6" |
8148 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.5.tgz#280ed5bc3eba0d96ce44897d8aee478bfb3d9666" | 8004 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" |
8149 | integrity sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== | 8005 | integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== |
8150 | 8006 | ||
8151 | nopt@^5.0.0: | 8007 | nopt@^5.0.0: |
8152 | version "5.0.0" | 8008 | version "5.0.0" |
@@ -8219,19 +8075,20 @@ npm-normalize-package-bin@^1.0.1: | |||
8219 | resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" | 8075 | resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2" |
8220 | integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== | 8076 | integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA== |
8221 | 8077 | ||
8222 | npm-package-arg@9.0.2, npm-package-arg@^9.0.0, npm-package-arg@^9.0.1: | 8078 | npm-package-arg@9.1.0, npm-package-arg@^9.0.0, npm-package-arg@^9.0.1: |
8223 | version "9.0.2" | 8079 | version "9.1.0" |
8224 | resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-9.0.2.tgz#f3ef7b1b3b02e82564af2d5228b4c36567dcd389" | 8080 | resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-9.1.0.tgz#a60e9f1e7c03e4e3e4e994ea87fff8b90b522987" |
8225 | integrity sha512-v/miORuX8cndiOheW8p2moNuPJ7QhcFh9WGlTorruG8hXSA23vMTEp5hTCmDxic0nD8KHhj/NQgFuySD3GYY3g== | 8081 | integrity sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw== |
8226 | dependencies: | 8082 | dependencies: |
8227 | hosted-git-info "^5.0.0" | 8083 | hosted-git-info "^5.0.0" |
8084 | proc-log "^2.0.1" | ||
8228 | semver "^7.3.5" | 8085 | semver "^7.3.5" |
8229 | validate-npm-package-name "^4.0.0" | 8086 | validate-npm-package-name "^4.0.0" |
8230 | 8087 | ||
8231 | npm-packlist@^5.0.0: | 8088 | npm-packlist@^5.1.0: |
8232 | version "5.1.0" | 8089 | version "5.1.1" |
8233 | resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.0.tgz#f3fd52903a021009913a133732022132eb355ce7" | 8090 | resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-5.1.1.tgz#79bcaf22a26b6c30aa4dd66b976d69cc286800e0" |
8234 | integrity sha512-a04sqF6FbkyOAFA19AA0e94gS7Et5T2/IMj3VOT9nOF2RaRdVPQ1Q17Fb/HaDRFs+gbC7HOmhVZ29adpWgmDZg== | 8091 | integrity sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw== |
8235 | dependencies: | 8092 | dependencies: |
8236 | glob "^8.0.1" | 8093 | glob "^8.0.1" |
8237 | ignore-walk "^5.0.1" | 8094 | ignore-walk "^5.0.1" |
@@ -8249,9 +8106,9 @@ npm-pick-manifest@7.0.1, npm-pick-manifest@^7.0.0: | |||
8249 | semver "^7.3.5" | 8106 | semver "^7.3.5" |
8250 | 8107 | ||
8251 | npm-registry-fetch@^13.0.1: | 8108 | npm-registry-fetch@^13.0.1: |
8252 | version "13.1.1" | 8109 | version "13.3.0" |
8253 | resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz#26dc4b26d0a545886e807748032ba2aefaaae96b" | 8110 | resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-13.3.0.tgz#0ce10fa4a699a1e70685ecf41bbfb4150d74231b" |
8254 | integrity sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w== | 8111 | integrity sha512-10LJQ/1+VhKrZjIuY9I/+gQTvumqqlgnsCufoXETHAPFTS3+M+Z5CFhZRDHGavmJ6rOye3UvNga88vl8n1r6gg== |
8255 | dependencies: | 8112 | dependencies: |
8256 | make-fetch-happen "^10.0.6" | 8113 | make-fetch-happen "^10.0.6" |
8257 | minipass "^3.1.6" | 8114 | minipass "^3.1.6" |
@@ -8297,20 +8154,13 @@ number-is-nan@^1.0.0: | |||
8297 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" | 8154 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" |
8298 | integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== | 8155 | integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ== |
8299 | 8156 | ||
8300 | nx@13.1.3: | 8157 | nx@14.4.3, nx@^14.2.4: |
8301 | version "13.1.3" | 8158 | version "14.4.3" |
8302 | resolved "https://registry.yarnpkg.com/nx/-/nx-13.1.3.tgz#0b2db9b5bc87a47fb3a90014d2b2abb44f568851" | 8159 | resolved "https://registry.yarnpkg.com/nx/-/nx-14.4.3.tgz#27a1aea9ffaf143800c20006ed20f9a26f4610a3" |
8303 | integrity sha512-clM0NQhQKYkqcNz2E3uYRMLwhp2L/9dBhJhQi9XBX4IAyA2gWAomhRIlLm5Xxg3g4h1xwSpP3eJ5t89VikY8Pw== | 8160 | integrity sha512-XPaoEAfJI9056qdwTvkutQSwwA3iihqNDwhvk3dmgpT35j8Uzm/y67goACaCUBCjP2dIQqXfNfJVWQIpcG3MTw== |
8304 | dependencies: | ||
8305 | "@nrwl/cli" "*" | ||
8306 | |||
8307 | nx@14.2.4: | ||
8308 | version "14.2.4" | ||
8309 | resolved "https://registry.yarnpkg.com/nx/-/nx-14.2.4.tgz#0cf1ffff9535157845b24d65ad00bb1bc680c1e8" | ||
8310 | integrity sha512-/LnPgHSckncvS+azP17F0sskDWeiEdBG3eMpAauX8dol4ECG01xPlkiuMTCw4URes6J1TObZTbaEk4eP2uWrag== | ||
8311 | dependencies: | 8161 | dependencies: |
8312 | "@nrwl/cli" "14.2.4" | 8162 | "@nrwl/cli" "14.4.3" |
8313 | "@nrwl/tao" "14.2.4" | 8163 | "@nrwl/tao" "14.4.3" |
8314 | "@parcel/watcher" "2.0.4" | 8164 | "@parcel/watcher" "2.0.4" |
8315 | chalk "4.1.0" | 8165 | chalk "4.1.0" |
8316 | chokidar "^3.5.1" | 8166 | chokidar "^3.5.1" |
@@ -8325,6 +8175,7 @@ nx@14.2.4: | |||
8325 | fs-extra "^10.1.0" | 8175 | fs-extra "^10.1.0" |
8326 | glob "7.1.4" | 8176 | glob "7.1.4" |
8327 | ignore "^5.0.4" | 8177 | ignore "^5.0.4" |
8178 | js-yaml "4.1.0" | ||
8328 | jsonc-parser "3.0.0" | 8179 | jsonc-parser "3.0.0" |
8329 | minimatch "3.0.5" | 8180 | minimatch "3.0.5" |
8330 | npm-run-path "^4.0.1" | 8181 | npm-run-path "^4.0.1" |
@@ -8548,15 +8399,15 @@ package-json-versionify@^1.0.4: | |||
8548 | dependencies: | 8399 | dependencies: |
8549 | browserify-package-json "^1.0.0" | 8400 | browserify-package-json "^1.0.0" |
8550 | 8401 | ||
8551 | pacote@13.3.0: | 8402 | pacote@13.6.1: |
8552 | version "13.3.0" | 8403 | version "13.6.1" |
8553 | resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.3.0.tgz#e221febc17ce2435ce9f31de411832327a34c5ad" | 8404 | resolved "https://registry.yarnpkg.com/pacote/-/pacote-13.6.1.tgz#ac6cbd9032b4c16e5c1e0c60138dfe44e4cc589d" |
8554 | integrity sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw== | 8405 | integrity sha512-L+2BI1ougAPsFjXRyBhcKmfT016NscRFLv6Pz5EiNf1CCFJFU0pSKKQwsZTyAQB+sTuUL4TyFyp6J1Ork3dOqw== |
8555 | dependencies: | 8406 | dependencies: |
8556 | "@npmcli/git" "^3.0.0" | 8407 | "@npmcli/git" "^3.0.0" |
8557 | "@npmcli/installed-package-contents" "^1.0.7" | 8408 | "@npmcli/installed-package-contents" "^1.0.7" |
8558 | "@npmcli/promise-spawn" "^3.0.0" | 8409 | "@npmcli/promise-spawn" "^3.0.0" |
8559 | "@npmcli/run-script" "^3.0.1" | 8410 | "@npmcli/run-script" "^4.1.0" |
8560 | cacache "^16.0.0" | 8411 | cacache "^16.0.0" |
8561 | chownr "^2.0.0" | 8412 | chownr "^2.0.0" |
8562 | fs-minipass "^2.1.0" | 8413 | fs-minipass "^2.1.0" |
@@ -8564,7 +8415,7 @@ pacote@13.3.0: | |||
8564 | minipass "^3.1.6" | 8415 | minipass "^3.1.6" |
8565 | mkdirp "^1.0.4" | 8416 | mkdirp "^1.0.4" |
8566 | npm-package-arg "^9.0.0" | 8417 | npm-package-arg "^9.0.0" |
8567 | npm-packlist "^5.0.0" | 8418 | npm-packlist "^5.1.0" |
8568 | npm-pick-manifest "^7.0.0" | 8419 | npm-pick-manifest "^7.0.0" |
8569 | npm-registry-fetch "^13.0.1" | 8420 | npm-registry-fetch "^13.0.1" |
8570 | proc-log "^2.0.0" | 8421 | proc-log "^2.0.0" |
@@ -8672,6 +8523,13 @@ parse5@^6.0.1: | |||
8672 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" | 8523 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" |
8673 | integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== | 8524 | integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== |
8674 | 8525 | ||
8526 | parse5@^7.0.0: | ||
8527 | version "7.0.0" | ||
8528 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.0.0.tgz#51f74a5257f5fcc536389e8c2d0b3802e1bfa91a" | ||
8529 | integrity sha512-y/t8IXSPWTuRZqXc0ajH/UwDj4mnqLEbSttNbThcFhGrZuOyoyvNBO85PBp2jQa55wY9d07PBNjsK8ZP3K5U6g== | ||
8530 | dependencies: | ||
8531 | entities "^4.3.0" | ||
8532 | |||
8675 | parseurl@~1.3.2, parseurl@~1.3.3: | 8533 | parseurl@~1.3.2, parseurl@~1.3.3: |
8676 | version "1.3.3" | 8534 | version "1.3.3" |
8677 | resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" | 8535 | resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" |
@@ -8837,10 +8695,10 @@ pngjs@^5.0.0: | |||
8837 | resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-5.0.0.tgz#e79dd2b215767fd9c04561c01236df960bce7fbb" | 8695 | resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-5.0.0.tgz#e79dd2b215767fd9c04561c01236df960bce7fbb" |
8838 | integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw== | 8696 | integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw== |
8839 | 8697 | ||
8840 | postcss-attribute-case-insensitive@^5.0.0: | 8698 | postcss-attribute-case-insensitive@^5.0.1: |
8841 | version "5.0.1" | 8699 | version "5.0.2" |
8842 | resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.1.tgz#86d323c77ab8896ed90500071c2c8329fba64fda" | 8700 | resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz#03d761b24afc04c09e757e92ff53716ae8ea2741" |
8843 | integrity sha512-wrt2VndqSLJpyBRNz9OmJcgnhI9MaongeWgapdBuUMu2a/KNJ8SENesG4SdiTnQwGO9b1VKbTWYAfCPeokLqZQ== | 8701 | integrity sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ== |
8844 | dependencies: | 8702 | dependencies: |
8845 | postcss-selector-parser "^6.0.10" | 8703 | postcss-selector-parser "^6.0.10" |
8846 | 8704 | ||
@@ -8851,42 +8709,42 @@ postcss-clamp@^4.1.0: | |||
8851 | dependencies: | 8709 | dependencies: |
8852 | postcss-value-parser "^4.2.0" | 8710 | postcss-value-parser "^4.2.0" |
8853 | 8711 | ||
8854 | postcss-color-functional-notation@^4.2.2: | 8712 | postcss-color-functional-notation@^4.2.3: |
8855 | version "4.2.3" | 8713 | version "4.2.4" |
8856 | resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.3.tgz#23c9d73c76113b75473edcf66f443c6f1872bd0f" | 8714 | resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz#21a909e8d7454d3612d1659e471ce4696f28caec" |
8857 | integrity sha512-5fbr6FzFzjwHXKsVnkmEYrJYG8VNNzvD1tAXaPPWR97S6rhKI5uh2yOfV5TAzhDkZoq4h+chxEplFDc8GeyFtw== | 8715 | integrity sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg== |
8858 | dependencies: | 8716 | dependencies: |
8859 | postcss-value-parser "^4.2.0" | 8717 | postcss-value-parser "^4.2.0" |
8860 | 8718 | ||
8861 | postcss-color-hex-alpha@^8.0.3: | 8719 | postcss-color-hex-alpha@^8.0.4: |
8862 | version "8.0.4" | 8720 | version "8.0.4" |
8863 | resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz#c66e2980f2fbc1a63f5b079663340ce8b55f25a5" | 8721 | resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz#c66e2980f2fbc1a63f5b079663340ce8b55f25a5" |
8864 | integrity sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ== | 8722 | integrity sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ== |
8865 | dependencies: | 8723 | dependencies: |
8866 | postcss-value-parser "^4.2.0" | 8724 | postcss-value-parser "^4.2.0" |
8867 | 8725 | ||
8868 | postcss-color-rebeccapurple@^7.0.2: | 8726 | postcss-color-rebeccapurple@^7.1.0: |
8869 | version "7.1.0" | 8727 | version "7.1.1" |
8870 | resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.0.tgz#a2fe1d7be13d21ea01dc7c2363b637cc83a9eb6e" | 8728 | resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz#63fdab91d878ebc4dd4b7c02619a0c3d6a56ced0" |
8871 | integrity sha512-1jtE5AKnZcKq4pjOrltFHcbEM2/IvtbD1OdhZ/wqds18//bh0UmQkffcCkzDJU+/vGodfIsVQeKn+45CJvX9Bw== | 8729 | integrity sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg== |
8872 | dependencies: | 8730 | dependencies: |
8873 | postcss-value-parser "^4.2.0" | 8731 | postcss-value-parser "^4.2.0" |
8874 | 8732 | ||
8875 | postcss-custom-media@^8.0.0: | 8733 | postcss-custom-media@^8.0.2: |
8876 | version "8.0.2" | 8734 | version "8.0.2" |
8877 | resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz#c8f9637edf45fef761b014c024cee013f80529ea" | 8735 | resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz#c8f9637edf45fef761b014c024cee013f80529ea" |
8878 | integrity sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg== | 8736 | integrity sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg== |
8879 | dependencies: | 8737 | dependencies: |
8880 | postcss-value-parser "^4.2.0" | 8738 | postcss-value-parser "^4.2.0" |
8881 | 8739 | ||
8882 | postcss-custom-properties@^12.1.7: | 8740 | postcss-custom-properties@^12.1.8: |
8883 | version "12.1.8" | 8741 | version "12.1.8" |
8884 | resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz#aa003e1885c5bd28e2e32496cd597e389ca889e4" | 8742 | resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.8.tgz#aa003e1885c5bd28e2e32496cd597e389ca889e4" |
8885 | integrity sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA== | 8743 | integrity sha512-8rbj8kVu00RQh2fQF81oBqtduiANu4MIxhyf0HbbStgPtnFlWn0yiaYTpLHrPnJbffVY1s9apWsIoVZcc68FxA== |
8886 | dependencies: | 8744 | dependencies: |
8887 | postcss-value-parser "^4.2.0" | 8745 | postcss-value-parser "^4.2.0" |
8888 | 8746 | ||
8889 | postcss-custom-selectors@^6.0.0: | 8747 | postcss-custom-selectors@^6.0.3: |
8890 | version "6.0.3" | 8748 | version "6.0.3" |
8891 | resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz#1ab4684d65f30fed175520f82d223db0337239d9" | 8749 | resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz#1ab4684d65f30fed175520f82d223db0337239d9" |
8892 | integrity sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg== | 8750 | integrity sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg== |
@@ -8894,16 +8752,16 @@ postcss-custom-selectors@^6.0.0: | |||
8894 | postcss-selector-parser "^6.0.4" | 8752 | postcss-selector-parser "^6.0.4" |
8895 | 8753 | ||
8896 | postcss-dir-pseudo-class@^6.0.4: | 8754 | postcss-dir-pseudo-class@^6.0.4: |
8897 | version "6.0.4" | 8755 | version "6.0.5" |
8898 | resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz#9afe49ea631f0cb36fa0076e7c2feb4e7e3f049c" | 8756 | resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz#2bf31de5de76added44e0a25ecf60ae9f7c7c26c" |
8899 | integrity sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw== | 8757 | integrity sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA== |
8900 | dependencies: | 8758 | dependencies: |
8901 | postcss-selector-parser "^6.0.9" | 8759 | postcss-selector-parser "^6.0.10" |
8902 | 8760 | ||
8903 | postcss-double-position-gradients@^3.1.1: | 8761 | postcss-double-position-gradients@^3.1.1: |
8904 | version "3.1.1" | 8762 | version "3.1.2" |
8905 | resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.1.tgz#a12cfdb7d11fa1a99ccecc747f0c19718fb37152" | 8763 | resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz#b96318fdb477be95997e86edd29c6e3557a49b91" |
8906 | integrity sha512-jM+CGkTs4FcG53sMPjrrGE0rIvLDdCrqMzgDC5fLI7JHDO7o6QG8C5TQBtExb13hdBdoH9C2QVbG4jo2y9lErQ== | 8764 | integrity sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ== |
8907 | dependencies: | 8765 | dependencies: |
8908 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" | 8766 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" |
8909 | postcss-value-parser "^4.2.0" | 8767 | postcss-value-parser "^4.2.0" |
@@ -8935,14 +8793,14 @@ postcss-font-variant@^5.0.0: | |||
8935 | integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== | 8793 | integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA== |
8936 | 8794 | ||
8937 | postcss-gap-properties@^3.0.3: | 8795 | postcss-gap-properties@^3.0.3: |
8938 | version "3.0.3" | 8796 | version "3.0.5" |
8939 | resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz#6401bb2f67d9cf255d677042928a70a915e6ba60" | 8797 | resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz#f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff" |
8940 | integrity sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ== | 8798 | integrity sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg== |
8941 | 8799 | ||
8942 | postcss-image-set-function@^4.0.6: | 8800 | postcss-image-set-function@^4.0.6: |
8943 | version "4.0.6" | 8801 | version "4.0.7" |
8944 | resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz#bcff2794efae778c09441498f40e0c77374870a9" | 8802 | resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz#08353bd756f1cbfb3b6e93182c7829879114481f" |
8945 | integrity sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A== | 8803 | integrity sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw== |
8946 | dependencies: | 8804 | dependencies: |
8947 | postcss-value-parser "^4.2.0" | 8805 | postcss-value-parser "^4.2.0" |
8948 | 8806 | ||
@@ -8961,21 +8819,21 @@ postcss-initial@^4.0.1: | |||
8961 | integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ== | 8819 | integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ== |
8962 | 8820 | ||
8963 | postcss-lab-function@^4.2.0: | 8821 | postcss-lab-function@^4.2.0: |
8964 | version "4.2.0" | 8822 | version "4.2.1" |
8965 | resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.0.tgz#e054e662c6480202f5760887ec1ae0d153357123" | 8823 | resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz#6fe4c015102ff7cd27d1bd5385582f67ebdbdc98" |
8966 | integrity sha512-Zb1EO9DGYfa3CP8LhINHCcTTCTLI+R3t7AX2mKsDzdgVQ/GkCpHOTgOr6HBHslP7XDdVbqgHW5vvRPMdVANQ8w== | 8824 | integrity sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w== |
8967 | dependencies: | 8825 | dependencies: |
8968 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" | 8826 | "@csstools/postcss-progressive-custom-properties" "^1.1.0" |
8969 | postcss-value-parser "^4.2.0" | 8827 | postcss-value-parser "^4.2.0" |
8970 | 8828 | ||
8971 | postcss-loader@6.2.1: | 8829 | postcss-loader@7.0.1: |
8972 | version "6.2.1" | 8830 | version "7.0.1" |
8973 | resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef" | 8831 | resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.0.1.tgz#4c883cc0a1b2bfe2074377b7a74c1cd805684395" |
8974 | integrity sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q== | 8832 | integrity sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ== |
8975 | dependencies: | 8833 | dependencies: |
8976 | cosmiconfig "^7.0.0" | 8834 | cosmiconfig "^7.0.0" |
8977 | klona "^2.0.5" | 8835 | klona "^2.0.5" |
8978 | semver "^7.3.5" | 8836 | semver "^7.3.7" |
8979 | 8837 | ||
8980 | postcss-logical@^5.0.4: | 8838 | postcss-logical@^5.0.4: |
8981 | version "5.0.4" | 8839 | version "5.0.4" |
@@ -9020,10 +8878,10 @@ postcss-modules-values@^4.0.0: | |||
9020 | dependencies: | 8878 | dependencies: |
9021 | icss-utils "^5.0.0" | 8879 | icss-utils "^5.0.0" |
9022 | 8880 | ||
9023 | postcss-nesting@^10.1.4: | 8881 | postcss-nesting@^10.1.9: |
9024 | version "10.1.8" | 8882 | version "10.1.10" |
9025 | resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.1.8.tgz#1675542cfedc3dc9621993f3abfdafa260c3a460" | 8883 | resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.1.10.tgz#9c396df3d8232cbedfa95baaac6b765b8fd2a817" |
9026 | integrity sha512-txdb3/idHYsBbNDFo1PFY0ExCgH5nfWi8G5lO49e6iuU42TydbODTzJgF5UuL5bhgeSlnAtDgfFTDG0Cl1zaSQ== | 8884 | integrity sha512-lqd7LXCq0gWc0wKXtoKDru5wEUNjm3OryLVNRZ8OnW8km6fSNUuFrjEhU3nklxXE2jvd4qrox566acgh+xQt8w== |
9027 | dependencies: | 8885 | dependencies: |
9028 | "@csstools/selector-specificity" "^2.0.0" | 8886 | "@csstools/selector-specificity" "^2.0.0" |
9029 | postcss-selector-parser "^6.0.10" | 8887 | postcss-selector-parser "^6.0.10" |
@@ -9034,9 +8892,11 @@ postcss-opacity-percentage@^1.1.2: | |||
9034 | integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w== | 8892 | integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w== |
9035 | 8893 | ||
9036 | postcss-overflow-shorthand@^3.0.3: | 8894 | postcss-overflow-shorthand@^3.0.3: |
9037 | version "3.0.3" | 8895 | version "3.0.4" |
9038 | resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2" | 8896 | resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz#7ed6486fec44b76f0eab15aa4866cda5d55d893e" |
9039 | integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg== | 8897 | integrity sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A== |
8898 | dependencies: | ||
8899 | postcss-value-parser "^4.2.0" | ||
9040 | 8900 | ||
9041 | postcss-page-break@^3.0.4: | 8901 | postcss-page-break@^3.0.4: |
9042 | version "3.0.4" | 8902 | version "3.0.4" |
@@ -9044,41 +8904,43 @@ postcss-page-break@^3.0.4: | |||
9044 | integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== | 8904 | integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ== |
9045 | 8905 | ||
9046 | postcss-place@^7.0.4: | 8906 | postcss-place@^7.0.4: |
9047 | version "7.0.4" | 8907 | version "7.0.5" |
9048 | resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.4.tgz#eb026650b7f769ae57ca4f938c1addd6be2f62c9" | 8908 | resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.5.tgz#95dbf85fd9656a3a6e60e832b5809914236986c4" |
9049 | integrity sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg== | 8909 | integrity sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g== |
9050 | dependencies: | 8910 | dependencies: |
9051 | postcss-value-parser "^4.2.0" | 8911 | postcss-value-parser "^4.2.0" |
9052 | 8912 | ||
9053 | postcss-preset-env@7.5.0: | 8913 | postcss-preset-env@7.7.2: |
9054 | version "7.5.0" | 8914 | version "7.7.2" |
9055 | resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.5.0.tgz#0c1f23933597d55dab4a90f61eda30b76e710658" | 8915 | resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.7.2.tgz#769f7f21779b4688c9a6082ae1572416cab415cf" |
9056 | integrity sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ== | 8916 | integrity sha512-1q0ih7EDsZmCb/FMDRvosna7Gsbdx8CvYO5hYT120hcp2ZAuOHpSzibujZ4JpIUcAC02PG6b+eftxqjTFh5BNA== |
9057 | dependencies: | 8917 | dependencies: |
8918 | "@csstools/postcss-cascade-layers" "^1.0.4" | ||
9058 | "@csstools/postcss-color-function" "^1.1.0" | 8919 | "@csstools/postcss-color-function" "^1.1.0" |
9059 | "@csstools/postcss-font-format-keywords" "^1.0.0" | 8920 | "@csstools/postcss-font-format-keywords" "^1.0.0" |
9060 | "@csstools/postcss-hwb-function" "^1.0.0" | 8921 | "@csstools/postcss-hwb-function" "^1.0.1" |
9061 | "@csstools/postcss-ic-unit" "^1.0.0" | 8922 | "@csstools/postcss-ic-unit" "^1.0.0" |
9062 | "@csstools/postcss-is-pseudo-class" "^2.0.2" | 8923 | "@csstools/postcss-is-pseudo-class" "^2.0.6" |
9063 | "@csstools/postcss-normalize-display-values" "^1.0.0" | 8924 | "@csstools/postcss-normalize-display-values" "^1.0.0" |
9064 | "@csstools/postcss-oklab-function" "^1.1.0" | 8925 | "@csstools/postcss-oklab-function" "^1.1.0" |
9065 | "@csstools/postcss-progressive-custom-properties" "^1.3.0" | 8926 | "@csstools/postcss-progressive-custom-properties" "^1.3.0" |
9066 | "@csstools/postcss-stepped-value-functions" "^1.0.0" | 8927 | "@csstools/postcss-stepped-value-functions" "^1.0.0" |
9067 | "@csstools/postcss-unset-value" "^1.0.0" | 8928 | "@csstools/postcss-trigonometric-functions" "^1.0.1" |
9068 | autoprefixer "^10.4.6" | 8929 | "@csstools/postcss-unset-value" "^1.0.1" |
9069 | browserslist "^4.20.3" | 8930 | autoprefixer "^10.4.7" |
8931 | browserslist "^4.21.0" | ||
9070 | css-blank-pseudo "^3.0.3" | 8932 | css-blank-pseudo "^3.0.3" |
9071 | css-has-pseudo "^3.0.4" | 8933 | css-has-pseudo "^3.0.4" |
9072 | css-prefers-color-scheme "^6.0.3" | 8934 | css-prefers-color-scheme "^6.0.3" |
9073 | cssdb "^6.6.1" | 8935 | cssdb "^6.6.3" |
9074 | postcss-attribute-case-insensitive "^5.0.0" | 8936 | postcss-attribute-case-insensitive "^5.0.1" |
9075 | postcss-clamp "^4.1.0" | 8937 | postcss-clamp "^4.1.0" |
9076 | postcss-color-functional-notation "^4.2.2" | 8938 | postcss-color-functional-notation "^4.2.3" |
9077 | postcss-color-hex-alpha "^8.0.3" | 8939 | postcss-color-hex-alpha "^8.0.4" |
9078 | postcss-color-rebeccapurple "^7.0.2" | 8940 | postcss-color-rebeccapurple "^7.1.0" |
9079 | postcss-custom-media "^8.0.0" | 8941 | postcss-custom-media "^8.0.2" |
9080 | postcss-custom-properties "^12.1.7" | 8942 | postcss-custom-properties "^12.1.8" |
9081 | postcss-custom-selectors "^6.0.0" | 8943 | postcss-custom-selectors "^6.0.3" |
9082 | postcss-dir-pseudo-class "^6.0.4" | 8944 | postcss-dir-pseudo-class "^6.0.4" |
9083 | postcss-double-position-gradients "^3.1.1" | 8945 | postcss-double-position-gradients "^3.1.1" |
9084 | postcss-env-function "^4.0.6" | 8946 | postcss-env-function "^4.0.6" |
@@ -9091,20 +8953,20 @@ postcss-preset-env@7.5.0: | |||
9091 | postcss-lab-function "^4.2.0" | 8953 | postcss-lab-function "^4.2.0" |
9092 | postcss-logical "^5.0.4" | 8954 | postcss-logical "^5.0.4" |
9093 | postcss-media-minmax "^5.0.0" | 8955 | postcss-media-minmax "^5.0.0" |
9094 | postcss-nesting "^10.1.4" | 8956 | postcss-nesting "^10.1.9" |
9095 | postcss-opacity-percentage "^1.1.2" | 8957 | postcss-opacity-percentage "^1.1.2" |
9096 | postcss-overflow-shorthand "^3.0.3" | 8958 | postcss-overflow-shorthand "^3.0.3" |
9097 | postcss-page-break "^3.0.4" | 8959 | postcss-page-break "^3.0.4" |
9098 | postcss-place "^7.0.4" | 8960 | postcss-place "^7.0.4" |
9099 | postcss-pseudo-class-any-link "^7.1.2" | 8961 | postcss-pseudo-class-any-link "^7.1.5" |
9100 | postcss-replace-overflow-wrap "^4.0.0" | 8962 | postcss-replace-overflow-wrap "^4.0.0" |
9101 | postcss-selector-not "^5.0.0" | 8963 | postcss-selector-not "^6.0.0" |
9102 | postcss-value-parser "^4.2.0" | 8964 | postcss-value-parser "^4.2.0" |
9103 | 8965 | ||
9104 | postcss-pseudo-class-any-link@^7.1.2: | 8966 | postcss-pseudo-class-any-link@^7.1.5: |
9105 | version "7.1.4" | 8967 | version "7.1.6" |
9106 | resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.4.tgz#ac72aac4fe11fc4a0a368691f8fd5fe89e95aba4" | 8968 | resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz#2693b221902da772c278def85a4d9a64b6e617ab" |
9107 | integrity sha512-JxRcLXm96u14N3RzFavPIE9cRPuOqLDuzKeBsqi4oRk4vt8n0A7I0plFs/VXTg7U2n7g/XkQi0OwqTO3VWBfEg== | 8969 | integrity sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w== |
9108 | dependencies: | 8970 | dependencies: |
9109 | postcss-selector-parser "^6.0.10" | 8971 | postcss-selector-parser "^6.0.10" |
9110 | 8972 | ||
@@ -9128,12 +8990,12 @@ postcss-scss@^4.0.2: | |||
9128 | resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.4.tgz#aa8f60e19ee18259bc193db9e4b96edfce3f3b1f" | 8990 | resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-4.0.4.tgz#aa8f60e19ee18259bc193db9e4b96edfce3f3b1f" |
9129 | integrity sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg== | 8991 | integrity sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg== |
9130 | 8992 | ||
9131 | postcss-selector-not@^5.0.0: | 8993 | postcss-selector-not@^6.0.0: |
9132 | version "5.0.0" | 8994 | version "6.0.1" |
9133 | resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz#ac5fc506f7565dd872f82f5314c0f81a05630dc7" | 8995 | resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz#8f0a709bf7d4b45222793fc34409be407537556d" |
9134 | integrity sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ== | 8996 | integrity sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ== |
9135 | dependencies: | 8997 | dependencies: |
9136 | balanced-match "^1.0.0" | 8998 | postcss-selector-parser "^6.0.10" |
9137 | 8999 | ||
9138 | postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.9: | 9000 | postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.9: |
9139 | version "6.0.10" | 9001 | version "6.0.10" |
@@ -9153,16 +9015,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^ | |||
9153 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" | 9015 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" |
9154 | integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== | 9016 | integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== |
9155 | 9017 | ||
9156 | postcss@8.4.13: | 9018 | postcss@8.4.14, postcss@^8.2.14, postcss@^8.3.11, postcss@^8.3.7, postcss@^8.4.14, postcss@^8.4.7: |
9157 | version "8.4.13" | ||
9158 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.13.tgz#7c87bc268e79f7f86524235821dfdf9f73e5d575" | ||
9159 | integrity sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA== | ||
9160 | dependencies: | ||
9161 | nanoid "^3.3.3" | ||
9162 | picocolors "^1.0.0" | ||
9163 | source-map-js "^1.0.2" | ||
9164 | |||
9165 | postcss@^8.2.14, postcss@^8.3.11, postcss@^8.3.7, postcss@^8.4.14, postcss@^8.4.7: | ||
9166 | version "8.4.14" | 9019 | version "8.4.14" |
9167 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" | 9020 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" |
9168 | integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== | 9021 | integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== |
@@ -9189,12 +9042,12 @@ pretty-error@^4.0.0: | |||
9189 | lodash "^4.17.20" | 9042 | lodash "^4.17.20" |
9190 | renderkid "^3.0.0" | 9043 | renderkid "^3.0.0" |
9191 | 9044 | ||
9192 | pretty-format@^28.1.1: | 9045 | pretty-format@^28.1.3: |
9193 | version "28.1.1" | 9046 | version "28.1.3" |
9194 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.1.tgz#f731530394e0f7fcd95aba6b43c50e02d86b95cb" | 9047 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.3.tgz#c9fba8cedf99ce50963a11b27d982a9ae90970d5" |
9195 | integrity sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw== | 9048 | integrity sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q== |
9196 | dependencies: | 9049 | dependencies: |
9197 | "@jest/schemas" "^28.0.2" | 9050 | "@jest/schemas" "^28.1.3" |
9198 | ansi-regex "^5.0.1" | 9051 | ansi-regex "^5.0.1" |
9199 | ansi-styles "^5.0.0" | 9052 | ansi-styles "^5.0.0" |
9200 | react-is "^18.0.0" | 9053 | react-is "^18.0.0" |
@@ -9206,14 +9059,14 @@ pretty-ms@^7.0.0: | |||
9206 | dependencies: | 9059 | dependencies: |
9207 | parse-ms "^2.1.0" | 9060 | parse-ms "^2.1.0" |
9208 | 9061 | ||
9209 | primeng@^13.4.1: | 9062 | primeng@^14.0.0: |
9210 | version "13.4.1" | 9063 | version "14.0.0" |
9211 | resolved "https://registry.yarnpkg.com/primeng/-/primeng-13.4.1.tgz#a5bdaf3373ac100462c8911601ae3e97c76652c7" | 9064 | resolved "https://registry.yarnpkg.com/primeng/-/primeng-14.0.0.tgz#6b99a1a1fa0d02b1e6072851c4c7fd6df2a9aef5" |
9212 | integrity sha512-Dp72Yt7ORwoVYXr5r4oNTacQHUyLAdTuvXXNg9ZNjjxCdIfYZsVjTFBHBVzgEo9BpPy+/5twYy1JP/eXXDNPHg== | 9065 | integrity sha512-FXDrm0YmgVTPkOfiFNWwanKyvnpgIjsdlMaZrSN1sK3dJTymwvLz/0ah0ctqFgvPnp5Q78bFEomCnvxW1AO15w== |
9213 | dependencies: | 9066 | dependencies: |
9214 | tslib "^2.3.0" | 9067 | tslib "^2.3.0" |
9215 | 9068 | ||
9216 | proc-log@^2.0.0: | 9069 | proc-log@^2.0.0, proc-log@^2.0.1: |
9217 | version "2.0.1" | 9070 | version "2.0.1" |
9218 | resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685" | 9071 | resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-2.0.1.tgz#8f3f69a1f608de27878f91f5c688b225391cb685" |
9219 | integrity sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw== | 9072 | integrity sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw== |
@@ -9277,9 +9130,9 @@ pseudomap@^1.0.2: | |||
9277 | integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ== | 9130 | integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ== |
9278 | 9131 | ||
9279 | psl@^1.1.28: | 9132 | psl@^1.1.28: |
9280 | version "1.8.0" | 9133 | version "1.9.0" |
9281 | resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" | 9134 | resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7" |
9282 | integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== | 9135 | integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag== |
9283 | 9136 | ||
9284 | pump@^3.0.0: | 9137 | pump@^3.0.0: |
9285 | version "3.0.0" | 9138 | version "3.0.0" |
@@ -9440,9 +9293,9 @@ rc4@^0.1.5: | |||
9440 | integrity sha512-xdDTNV90z5x5u25Oc871Xnvu7yAr4tV7Eluh0VSvrhUkry39q1k+zkz7xroqHbRq+8PiazySHJPArqifUvz9VA== | 9293 | integrity sha512-xdDTNV90z5x5u25Oc871Xnvu7yAr4tV7Eluh0VSvrhUkry39q1k+zkz7xroqHbRq+8PiazySHJPArqifUvz9VA== |
9441 | 9294 | ||
9442 | react-is@^18.0.0: | 9295 | react-is@^18.0.0: |
9443 | version "18.1.0" | 9296 | version "18.2.0" |
9444 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67" | 9297 | resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" |
9445 | integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== | 9298 | integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== |
9446 | 9299 | ||
9447 | read-cache@^1.0.0: | 9300 | read-cache@^1.0.0: |
9448 | version "1.0.0" | 9301 | version "1.0.0" |
@@ -9545,11 +9398,11 @@ readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.0.6, readable | |||
9545 | util-deprecate "^1.0.1" | 9398 | util-deprecate "^1.0.1" |
9546 | 9399 | ||
9547 | readdir-glob@^1.0.0: | 9400 | readdir-glob@^1.0.0: |
9548 | version "1.1.1" | 9401 | version "1.1.2" |
9549 | resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.1.tgz#f0e10bb7bf7bfa7e0add8baffdc54c3f7dbee6c4" | 9402 | resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.2.tgz#b185789b8e6a43491635b6953295c5c5e3fd224c" |
9550 | integrity sha512-91/k1EzZwDx6HbERR+zucygRFfiPl2zkIYZtv3Jjr6Mn7SkKcVct8aVO+sSRiGMc6fLf72du3d92/uY63YPdEA== | 9403 | integrity sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA== |
9551 | dependencies: | 9404 | dependencies: |
9552 | minimatch "^3.0.4" | 9405 | minimatch "^5.1.0" |
9553 | 9406 | ||
9554 | readdirp@~3.6.0: | 9407 | readdirp@~3.6.0: |
9555 | version "3.6.0" | 9408 | version "3.6.0" |
@@ -9635,10 +9488,10 @@ regexpp@^3.2.0: | |||
9635 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" | 9488 | resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" |
9636 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== | 9489 | integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== |
9637 | 9490 | ||
9638 | regexpu-core@^5.0.1: | 9491 | regexpu-core@^5.1.0: |
9639 | version "5.0.1" | 9492 | version "5.1.0" |
9640 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.0.1.tgz#c531122a7840de743dcf9c83e923b5560323ced3" | 9493 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.1.0.tgz#2f8504c3fd0ebe11215783a41541e21c79942c6d" |
9641 | integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== | 9494 | integrity sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA== |
9642 | dependencies: | 9495 | dependencies: |
9643 | regenerate "^1.4.2" | 9496 | regenerate "^1.4.2" |
9644 | regenerate-unicode-properties "^10.0.1" | 9497 | regenerate-unicode-properties "^10.0.1" |
@@ -9770,19 +9623,19 @@ resolve-url@^0.2.1: | |||
9770 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" | 9623 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" |
9771 | integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== | 9624 | integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== |
9772 | 9625 | ||
9773 | resolve@1.22.0, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.9.0: | 9626 | resolve@1.22.1, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.9.0: |
9774 | version "1.22.0" | 9627 | version "1.22.1" |
9775 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" | 9628 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" |
9776 | integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== | 9629 | integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== |
9777 | dependencies: | 9630 | dependencies: |
9778 | is-core-module "^2.8.1" | 9631 | is-core-module "^2.9.0" |
9779 | path-parse "^1.0.7" | 9632 | path-parse "^1.0.7" |
9780 | supports-preserve-symlinks-flag "^1.0.0" | 9633 | supports-preserve-symlinks-flag "^1.0.0" |
9781 | 9634 | ||
9782 | responselike@^2.0.0: | 9635 | responselike@^2.0.0: |
9783 | version "2.0.0" | 9636 | version "2.0.1" |
9784 | resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.0.tgz#26391bcc3174f750f9a79eacc40a12a5c42d7723" | 9637 | resolved "https://registry.yarnpkg.com/responselike/-/responselike-2.0.1.tgz#9a0bc8fdc252f3fb1cca68b016591059ba1422bc" |
9785 | integrity sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw== | 9638 | integrity sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw== |
9786 | dependencies: | 9639 | dependencies: |
9787 | lowercase-keys "^2.0.0" | 9640 | lowercase-keys "^2.0.0" |
9788 | 9641 | ||
@@ -9879,11 +9732,6 @@ rust-result@^1.0.0: | |||
9879 | dependencies: | 9732 | dependencies: |
9880 | individual "^2.0.0" | 9733 | individual "^2.0.0" |
9881 | 9734 | ||
9882 | rxjs-for-await@0.0.2: | ||
9883 | version "0.0.2" | ||
9884 | resolved "https://registry.yarnpkg.com/rxjs-for-await/-/rxjs-for-await-0.0.2.tgz#26598a1d6167147cc192172970e7eed4e620384b" | ||
9885 | integrity sha512-IJ8R/ZCFMHOcDIqoABs82jal00VrZx8Xkgfe7TOKoaRPAW5nH/VFlG23bXpeGdrmtqI9UobFPgUKgCuFc7Lncw== | ||
9886 | |||
9887 | rxjs@6.6.7, rxjs@^6.5.4: | 9735 | rxjs@6.6.7, rxjs@^6.5.4: |
9888 | version "6.6.7" | 9736 | version "6.6.7" |
9889 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" | 9737 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" |
@@ -9892,9 +9740,9 @@ rxjs@6.6.7, rxjs@^6.5.4: | |||
9892 | tslib "^1.9.0" | 9740 | tslib "^1.9.0" |
9893 | 9741 | ||
9894 | rxjs@^7.2.0, rxjs@^7.3.0, rxjs@^7.4.0, rxjs@^7.5.5: | 9742 | rxjs@^7.2.0, rxjs@^7.3.0, rxjs@^7.4.0, rxjs@^7.5.5: |
9895 | version "7.5.5" | 9743 | version "7.5.6" |
9896 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.5.tgz#2ebad89af0f560f460ad5cc4213219e1f7dd4e9f" | 9744 | resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.6.tgz#0446577557862afd6903517ce7cae79ecb9662bc" |
9897 | integrity sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw== | 9745 | integrity sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw== |
9898 | dependencies: | 9746 | dependencies: |
9899 | tslib "^2.1.0" | 9747 | tslib "^2.1.0" |
9900 | 9748 | ||
@@ -9915,15 +9763,15 @@ safe-json-parse@4.0.0: | |||
9915 | dependencies: | 9763 | dependencies: |
9916 | rust-result "^1.0.0" | 9764 | rust-result "^1.0.0" |
9917 | 9765 | ||
9918 | "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@^2.1.2, safer-buffer@~2.1.0: | 9766 | "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: |
9919 | version "2.1.2" | 9767 | version "2.1.2" |
9920 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | 9768 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
9921 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | 9769 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
9922 | 9770 | ||
9923 | sanitize-html@^2.1.2: | 9771 | sanitize-html@^2.1.2: |
9924 | version "2.7.0" | 9772 | version "2.7.1" |
9925 | resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.0.tgz#e106205b468aca932e2f9baf241f24660d34e279" | 9773 | resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.1.tgz#a6c2c1a88054a79eeacfac9b0a43f1b393476901" |
9926 | integrity sha512-jfQelabOn5voO7FAfnQF7v+jsA6z9zC/O4ec0z3E35XPEtHYJT/OdUziVWlKW4irCr2kXaQAyXTXDHWAibg1tA== | 9774 | integrity sha512-oOpe8l4J8CaBk++2haoN5yNI5beekjuHv3JRPKUx/7h40Rdr85pemn4NkvUB3TcBP7yjat574sPlcMAyv4UQig== |
9927 | dependencies: | 9775 | dependencies: |
9928 | deepmerge "^4.2.2" | 9776 | deepmerge "^4.2.2" |
9929 | escape-string-regexp "^4.0.0" | 9777 | escape-string-regexp "^4.0.0" |
@@ -9932,35 +9780,27 @@ sanitize-html@^2.1.2: | |||
9932 | parse-srcset "^1.0.2" | 9780 | parse-srcset "^1.0.2" |
9933 | postcss "^8.3.11" | 9781 | postcss "^8.3.11" |
9934 | 9782 | ||
9935 | sass-loader@12.6.0: | 9783 | sass-loader@13.0.2, sass-loader@^13.0.0: |
9936 | version "12.6.0" | 9784 | version "13.0.2" |
9937 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb" | 9785 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.0.2.tgz#e81a909048e06520e9f2ff25113a801065adb3fe" |
9938 | integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA== | 9786 | integrity sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q== |
9939 | dependencies: | ||
9940 | klona "^2.0.4" | ||
9941 | neo-async "^2.6.2" | ||
9942 | |||
9943 | sass-loader@^13.0.0: | ||
9944 | version "13.0.0" | ||
9945 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.0.0.tgz#0b4bff0289951ed21240bca54453eca3dbda1713" | ||
9946 | integrity sha512-IHCFecI+rbPvXE2zO/mqdVFe8MU7ElGrwga9hh2H65Ru4iaBJAMRteum1c4Gsxi9Cq1FOtTEDd6+/AEYuQDM4Q== | ||
9947 | dependencies: | 9787 | dependencies: |
9948 | klona "^2.0.4" | 9788 | klona "^2.0.4" |
9949 | neo-async "^2.6.2" | 9789 | neo-async "^2.6.2" |
9950 | 9790 | ||
9951 | sass@1.51.0: | 9791 | sass@1.53.0: |
9952 | version "1.51.0" | 9792 | version "1.53.0" |
9953 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.51.0.tgz#25ea36cf819581fe1fe8329e8c3a4eaaf70d2845" | 9793 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.53.0.tgz#eab73a7baac045cc57ddc1d1ff501ad2659952eb" |
9954 | integrity sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA== | 9794 | integrity sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ== |
9955 | dependencies: | 9795 | dependencies: |
9956 | chokidar ">=3.0.0 <4.0.0" | 9796 | chokidar ">=3.0.0 <4.0.0" |
9957 | immutable "^4.0.0" | 9797 | immutable "^4.0.0" |
9958 | source-map-js ">=0.6.2 <2.0.0" | 9798 | source-map-js ">=0.6.2 <2.0.0" |
9959 | 9799 | ||
9960 | sass@^1.52.3: | 9800 | sass@^1.52.3: |
9961 | version "1.52.3" | 9801 | version "1.54.0" |
9962 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.52.3.tgz#b7cc7ffea2341ccc9a0c4fd372bf1b3f9be1b6cb" | 9802 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.0.tgz#24873673265e2a4fe3d3a997f714971db2fba1f4" |
9963 | integrity sha512-LNNPJ9lafx+j1ArtA7GyEJm9eawXN8KlA1+5dF6IZyoONg1Tyo/g+muOsENWJH/2Q1FHbbV4UwliU0cXMa/VIA== | 9803 | integrity sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ== |
9964 | dependencies: | 9804 | dependencies: |
9965 | chokidar ">=3.0.0 <4.0.0" | 9805 | chokidar ">=3.0.0 <4.0.0" |
9966 | immutable "^4.0.0" | 9806 | immutable "^4.0.0" |
@@ -10254,14 +10094,14 @@ socket.io-client@^4.5.1: | |||
10254 | socket.io-parser "~4.2.0" | 10094 | socket.io-parser "~4.2.0" |
10255 | 10095 | ||
10256 | socket.io-parser@~4.2.0: | 10096 | socket.io-parser@~4.2.0: |
10257 | version "4.2.0" | 10097 | version "4.2.1" |
10258 | resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.0.tgz#3f01e5bc525d94aa52a97ed5cbc12e229bbc4d6b" | 10098 | resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.1.tgz#01c96efa11ded938dcb21cbe590c26af5eff65e5" |
10259 | integrity sha512-tLfmEwcEwnlQTxFB7jibL/q2+q8dlVQzj4JdRLJ/W/G1+Fu9VSxCx1Lo+n1HvXxKnM//dUuD0xgiA7tQf57Vng== | 10099 | integrity sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g== |
10260 | dependencies: | 10100 | dependencies: |
10261 | "@socket.io/component-emitter" "~3.1.0" | 10101 | "@socket.io/component-emitter" "~3.1.0" |
10262 | debug "~4.3.1" | 10102 | debug "~4.3.1" |
10263 | 10103 | ||
10264 | sockjs@^0.3.21: | 10104 | sockjs@^0.3.24: |
10265 | version "0.3.24" | 10105 | version "0.3.24" |
10266 | resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" | 10106 | resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce" |
10267 | integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== | 10107 | integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ== |
@@ -10270,15 +10110,6 @@ sockjs@^0.3.21: | |||
10270 | uuid "^8.3.2" | 10110 | uuid "^8.3.2" |
10271 | websocket-driver "^0.7.4" | 10111 | websocket-driver "^0.7.4" |
10272 | 10112 | ||
10273 | socks-proxy-agent@^6.0.0: | ||
10274 | version "6.2.1" | ||
10275 | resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz#2687a31f9d7185e38d530bef1944fe1f1496d6ce" | ||
10276 | integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== | ||
10277 | dependencies: | ||
10278 | agent-base "^6.0.2" | ||
10279 | debug "^4.3.3" | ||
10280 | socks "^2.6.2" | ||
10281 | |||
10282 | socks-proxy-agent@^7.0.0: | 10113 | socks-proxy-agent@^7.0.0: |
10283 | version "7.0.0" | 10114 | version "7.0.0" |
10284 | resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6" | 10115 | resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6" |
@@ -10289,26 +10120,26 @@ socks-proxy-agent@^7.0.0: | |||
10289 | socks "^2.6.2" | 10120 | socks "^2.6.2" |
10290 | 10121 | ||
10291 | socks@^2.0.0, socks@^2.6.2: | 10122 | socks@^2.0.0, socks@^2.6.2: |
10292 | version "2.6.2" | 10123 | version "2.7.0" |
10293 | resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.2.tgz#ec042d7960073d40d94268ff3bb727dc685f111a" | 10124 | resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.0.tgz#f9225acdb841e874dca25f870e9130990f3913d0" |
10294 | integrity sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA== | 10125 | integrity sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA== |
10295 | dependencies: | 10126 | dependencies: |
10296 | ip "^1.1.5" | 10127 | ip "^2.0.0" |
10297 | smart-buffer "^4.2.0" | 10128 | smart-buffer "^4.2.0" |
10298 | 10129 | ||
10299 | "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.0.2: | 10130 | "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: |
10300 | version "1.0.2" | 10131 | version "1.0.2" |
10301 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" | 10132 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
10302 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== | 10133 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
10303 | 10134 | ||
10304 | source-map-loader@3.0.1: | 10135 | source-map-loader@4.0.0: |
10305 | version "3.0.1" | 10136 | version "4.0.0" |
10306 | resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d" | 10137 | resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-4.0.0.tgz#bdc6b118bc6c87ee4d8d851f2d4efcc5abdb2ef5" |
10307 | integrity sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA== | 10138 | integrity sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw== |
10308 | dependencies: | 10139 | dependencies: |
10309 | abab "^2.0.5" | 10140 | abab "^2.0.6" |
10310 | iconv-lite "^0.6.3" | 10141 | iconv-lite "^0.6.3" |
10311 | source-map-js "^1.0.1" | 10142 | source-map-js "^1.0.2" |
10312 | 10143 | ||
10313 | source-map-resolve@^0.5.2: | 10144 | source-map-resolve@^0.5.2: |
10314 | version "0.5.3" | 10145 | version "0.5.3" |
@@ -10347,23 +10178,11 @@ source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0: | |||
10347 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | 10178 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" |
10348 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== | 10179 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== |
10349 | 10180 | ||
10350 | source-map@0.7.3: | 10181 | source-map@0.7.4, source-map@^0.7.3: |
10351 | version "0.7.3" | ||
10352 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" | ||
10353 | integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== | ||
10354 | |||
10355 | source-map@^0.7.3: | ||
10356 | version "0.7.4" | 10182 | version "0.7.4" |
10357 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" | 10183 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656" |
10358 | integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== | 10184 | integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== |
10359 | 10185 | ||
10360 | source-map@~0.8.0-beta.0: | ||
10361 | version "0.8.0-beta.0" | ||
10362 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" | ||
10363 | integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== | ||
10364 | dependencies: | ||
10365 | whatwg-url "^7.0.0" | ||
10366 | |||
10367 | sourcemap-codec@^1.4.8: | 10186 | sourcemap-codec@^1.4.8: |
10368 | version "1.4.8" | 10187 | version "1.4.8" |
10369 | resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" | 10188 | resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" |
@@ -10477,13 +10296,6 @@ sshpk@^1.7.0: | |||
10477 | safer-buffer "^2.0.2" | 10296 | safer-buffer "^2.0.2" |
10478 | tweetnacl "~0.14.0" | 10297 | tweetnacl "~0.14.0" |
10479 | 10298 | ||
10480 | ssri@^8.0.0, ssri@^8.0.1: | ||
10481 | version "8.0.1" | ||
10482 | resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" | ||
10483 | integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== | ||
10484 | dependencies: | ||
10485 | minipass "^3.1.1" | ||
10486 | |||
10487 | ssri@^9.0.0: | 10299 | ssri@^9.0.0: |
10488 | version "9.0.1" | 10300 | version "9.0.1" |
10489 | resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" | 10301 | resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" |
@@ -10557,7 +10369,7 @@ stream-with-known-length-to-buffer@^1.0.4: | |||
10557 | dependencies: | 10369 | dependencies: |
10558 | once "^1.4.0" | 10370 | once "^1.4.0" |
10559 | 10371 | ||
10560 | streamx@^2.10.3: | 10372 | streamx@^2.10.3, streamx@^2.12.4: |
10561 | version "2.12.4" | 10373 | version "2.12.4" |
10562 | resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.12.4.tgz#0369848b20b8f79c65320735372df17cafcd9aff" | 10374 | resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.12.4.tgz#0369848b20b8f79c65320735372df17cafcd9aff" |
10563 | integrity sha512-K3xdIp8YSkvbdI0PrCcP0JkniN8cPCyeKlcZgRFSl1o1xKINCYM93FryvTSOY57x73pz5/AjO5B8b9BYf21wWw== | 10375 | integrity sha512-K3xdIp8YSkvbdI0PrCcP0JkniN8cPCyeKlcZgRFSl1o1xKINCYM93FryvTSOY57x73pz5/AjO5B8b9BYf21wWw== |
@@ -10709,9 +10521,9 @@ stylelint-order@^5.0.0: | |||
10709 | postcss-sorting "^7.0.1" | 10521 | postcss-sorting "^7.0.1" |
10710 | 10522 | ||
10711 | stylelint-scss@^4.0.0: | 10523 | stylelint-scss@^4.0.0: |
10712 | version "4.2.0" | 10524 | version "4.3.0" |
10713 | resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-4.2.0.tgz#e25fd390ee38a7e89fcfaec2a8f9dce2ec6ddee8" | 10525 | resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-4.3.0.tgz#638800faf823db11fff60d537c81051fe74c90fa" |
10714 | integrity sha512-HHHMVKJJ5RM9pPIbgJ/XA67h9H0407G68Rm69H4fzFbFkyDMcTV1Byep3qdze5+fJ3c0U7mJrbj6S0Fg072uZA== | 10526 | integrity sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ== |
10715 | dependencies: | 10527 | dependencies: |
10716 | lodash "^4.17.21" | 10528 | lodash "^4.17.21" |
10717 | postcss-media-query-parser "^0.2.3" | 10529 | postcss-media-query-parser "^0.2.3" |
@@ -10765,24 +10577,23 @@ stylelint@^14.9.1: | |||
10765 | v8-compile-cache "^2.3.0" | 10577 | v8-compile-cache "^2.3.0" |
10766 | write-file-atomic "^4.0.1" | 10578 | write-file-atomic "^4.0.1" |
10767 | 10579 | ||
10768 | stylus-loader@6.2.0: | 10580 | stylus-loader@7.0.0: |
10769 | version "6.2.0" | 10581 | version "7.0.0" |
10770 | resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-6.2.0.tgz#0ba499e744e7fb9d9b3977784c8639728a7ced8c" | 10582 | resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-7.0.0.tgz#31fb929cd3a7c447a07a0b0148b48480eb2c3f4a" |
10771 | integrity sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg== | 10583 | integrity sha512-WTbtLrNfOfLgzTaR9Lj/BPhQroKk/LC1hfTXSUbrxmxgfUo3Y3LpmKRVA2R1XbjvTAvOfaian9vOyfv1z99E+A== |
10772 | dependencies: | 10584 | dependencies: |
10773 | fast-glob "^3.2.7" | 10585 | fast-glob "^3.2.11" |
10774 | klona "^2.0.4" | 10586 | klona "^2.0.5" |
10775 | normalize-path "^3.0.0" | 10587 | normalize-path "^3.0.0" |
10776 | 10588 | ||
10777 | stylus@0.57.0: | 10589 | stylus@0.58.1: |
10778 | version "0.57.0" | 10590 | version "0.58.1" |
10779 | resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.57.0.tgz#a46f04f426c19ceef54abb1a9d189fd4e886df41" | 10591 | resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.58.1.tgz#7e425bb493c10dde94cf427a138d3eae875a3b44" |
10780 | integrity sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ== | 10592 | integrity sha512-AYiCHm5ogczdCPMfe9aeQa4NklB2gcf4D/IhzYPddJjTgPc+k4D/EVE0yfQbZD43MHP3lPy+8NZ9fcFxkrgs/w== |
10781 | dependencies: | 10593 | dependencies: |
10782 | css "^3.0.0" | 10594 | css "^3.0.0" |
10783 | debug "^4.3.2" | 10595 | debug "^4.3.2" |
10784 | glob "^7.1.6" | 10596 | glob "^7.1.6" |
10785 | safer-buffer "^2.1.2" | ||
10786 | sax "~1.2.4" | 10597 | sax "~1.2.4" |
10787 | source-map "^0.7.3" | 10598 | source-map "^0.7.3" |
10788 | 10599 | ||
@@ -10877,7 +10688,7 @@ tar-stream@^2.1.4, tar-stream@^2.2.0, tar-stream@~2.2.0: | |||
10877 | inherits "^2.0.3" | 10688 | inherits "^2.0.3" |
10878 | readable-stream "^3.1.1" | 10689 | readable-stream "^3.1.1" |
10879 | 10690 | ||
10880 | tar@6.1.11, tar@^6.0.2, tar@^6.1.11, tar@^6.1.2: | 10691 | tar@6.1.11, tar@^6.1.11, tar@^6.1.2: |
10881 | version "6.1.11" | 10692 | version "6.1.11" |
10882 | resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" | 10693 | resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" |
10883 | integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== | 10694 | integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== |
@@ -10915,20 +10726,10 @@ terser-webpack-plugin@^5.1.3: | |||
10915 | serialize-javascript "^6.0.0" | 10726 | serialize-javascript "^6.0.0" |
10916 | terser "^5.7.2" | 10727 | terser "^5.7.2" |
10917 | 10728 | ||
10918 | terser@5.13.1: | 10729 | terser@5.14.2, terser@^5.10.0, terser@^5.7.2: |
10919 | version "5.13.1" | 10730 | version "5.14.2" |
10920 | resolved "https://registry.yarnpkg.com/terser/-/terser-5.13.1.tgz#66332cdc5a01b04a224c9fad449fc1a18eaa1799" | 10731 | resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10" |
10921 | integrity sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA== | 10732 | integrity sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA== |
10922 | dependencies: | ||
10923 | acorn "^8.5.0" | ||
10924 | commander "^2.20.0" | ||
10925 | source-map "~0.8.0-beta.0" | ||
10926 | source-map-support "~0.5.20" | ||
10927 | |||
10928 | terser@^5.10.0, terser@^5.7.2: | ||
10929 | version "5.14.1" | ||
10930 | resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.1.tgz#7c95eec36436cb11cf1902cc79ac564741d19eca" | ||
10931 | integrity sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ== | ||
10932 | dependencies: | 10733 | dependencies: |
10933 | "@jridgewell/source-map" "^0.3.2" | 10734 | "@jridgewell/source-map" "^0.3.2" |
10934 | acorn "^8.5.0" | 10735 | acorn "^8.5.0" |
@@ -11011,18 +10812,18 @@ toidentifier@1.0.1: | |||
11011 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== | 10812 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== |
11012 | 10813 | ||
11013 | tokenizr@^1.6.4: | 10814 | tokenizr@^1.6.4: |
11014 | version "1.6.6" | 10815 | version "1.6.7" |
11015 | resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.6.6.tgz#1ce4e520c4339b94f4f15b5f8e87905bcc8cb2b9" | 10816 | resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.6.7.tgz#3ff4f046405192bcf5fe76f438a2538934d0a840" |
11016 | integrity sha512-Q6sZDu52gtuYiwzBOlhLo6cD43JlQfPO+6sry95Ndo1BVQKsqbthzQ82AW00T0dHTLVSNpuKkO31nVNwXgFVBA== | 10817 | integrity sha512-WWB9hGxE/PNjX8EyF1Lcu+IgljTY58d/3DPhWGzJxXTKBWtCY8voxvr0OzG3nc/WRubhXwlSx66/JhTypuG4Eg== |
11017 | 10818 | ||
11018 | torrent-discovery@^9.4.12: | 10819 | torrent-discovery@^9.4.13: |
11019 | version "9.4.12" | 10820 | version "9.4.13" |
11020 | resolved "https://registry.yarnpkg.com/torrent-discovery/-/torrent-discovery-9.4.12.tgz#a1ffa49d46818d25f5024766480d86f7f2c65a58" | 10821 | resolved "https://registry.yarnpkg.com/torrent-discovery/-/torrent-discovery-9.4.13.tgz#84136382864667fa183459255ec46fc84f080743" |
11021 | integrity sha512-Des49BZggopAXc/rF8+MqDd4NGe9iwT4g7LGzithHUYocTax5wFFnVXkUh6N5U9sGZN4RZ1dr7bVIkD3xCfxIA== | 10822 | integrity sha512-HZD8nAxIejcGnzUyXRMhBnK0rYQCQ85vaaCzmzl2r3/vmj0M/b6JuO6yNhe1vyLOU3ZngzDYaHxCJjmAIa4wwg== |
11022 | dependencies: | 10823 | dependencies: |
11023 | bittorrent-dht "^10.0.2" | 10824 | bittorrent-dht "^10.0.4" |
11024 | bittorrent-lsd "^1.1.1" | 10825 | bittorrent-lsd "^1.1.1" |
11025 | bittorrent-tracker "^9.18.6" | 10826 | bittorrent-tracker "^9.19.0" |
11026 | debug "^4.3.4" | 10827 | debug "^4.3.4" |
11027 | run-parallel "^1.2.0" | 10828 | run-parallel "^1.2.0" |
11028 | 10829 | ||
@@ -11044,13 +10845,6 @@ tough-cookie@~2.5.0: | |||
11044 | psl "^1.1.28" | 10845 | psl "^1.1.28" |
11045 | punycode "^2.1.1" | 10846 | punycode "^2.1.1" |
11046 | 10847 | ||
11047 | tr46@^1.0.1: | ||
11048 | version "1.0.1" | ||
11049 | resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" | ||
11050 | integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA== | ||
11051 | dependencies: | ||
11052 | punycode "^2.1.0" | ||
11053 | |||
11054 | tr46@~0.0.3: | 10848 | tr46@~0.0.3: |
11055 | version "0.0.3" | 10849 | version "0.0.3" |
11056 | resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" | 10850 | resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" |
@@ -11067,9 +10861,9 @@ trim-newlines@^3.0.0: | |||
11067 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== | 10861 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== |
11068 | 10862 | ||
11069 | ts-loader@^9.3.0: | 10863 | ts-loader@^9.3.0: |
11070 | version "9.3.0" | 10864 | version "9.3.1" |
11071 | resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.3.0.tgz#980f4dbfb60e517179e15e10ed98e454b132159f" | 10865 | resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-9.3.1.tgz#fe25cca56e3e71c1087fe48dc67f4df8c59b22d4" |
11072 | integrity sha512-2kLLAdAD+FCKijvGKi9sS0OzoqxLCF3CxHpok7rVgCZ5UldRzH0TkbwG9XECKjBzHsAewntC5oDaI/FwKzEUog== | 10866 | integrity sha512-OkyShkcZTsTwyS3Kt7a4rsT/t2qvEVQuKCTg4LJmpj9fhFR7ukGdZwV6Qq3tRUkqcXtfGpPR7+hFKHCG/0d3Lw== |
11073 | dependencies: | 10867 | dependencies: |
11074 | chalk "^4.1.0" | 10868 | chalk "^4.1.0" |
11075 | enhanced-resolve "^5.0.0" | 10869 | enhanced-resolve "^5.0.0" |
@@ -11160,17 +10954,10 @@ typed-assert@^1.0.8: | |||
11160 | resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213" | 10954 | resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213" |
11161 | integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg== | 10955 | integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg== |
11162 | 10956 | ||
11163 | typedarray-to-buffer@^3.0.0: | ||
11164 | version "3.1.5" | ||
11165 | resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" | ||
11166 | integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== | ||
11167 | dependencies: | ||
11168 | is-typedarray "^1.0.0" | ||
11169 | |||
11170 | typescript@~4.7.3: | 10957 | typescript@~4.7.3: |
11171 | version "4.7.3" | 10958 | version "4.7.4" |
11172 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d" | 10959 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" |
11173 | integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA== | 10960 | integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== |
11174 | 10961 | ||
11175 | ua-parser-js@^1.0.1: | 10962 | ua-parser-js@^1.0.1: |
11176 | version "1.0.2" | 10963 | version "1.0.2" |
@@ -11183,9 +10970,9 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: | |||
11183 | integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== | 10970 | integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== |
11184 | 10971 | ||
11185 | uglify-js@^3.0.6: | 10972 | uglify-js@^3.0.6: |
11186 | version "3.16.0" | 10973 | version "3.16.3" |
11187 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.0.tgz#b778ba0831ca102c1d8ecbdec2d2bdfcc7353190" | 10974 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.3.tgz#94c7a63337ee31227a18d03b8a3041c210fd1f1d" |
11188 | integrity sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw== | 10975 | integrity sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw== |
11189 | 10976 | ||
11190 | uint64be@^2.0.2: | 10977 | uint64be@^2.0.2: |
11191 | version "2.0.2" | 10978 | version "2.0.2" |
@@ -11269,6 +11056,14 @@ unpipe@1.0.0, unpipe@~1.0.0: | |||
11269 | resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" | 11056 | resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" |
11270 | integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== | 11057 | integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== |
11271 | 11058 | ||
11059 | update-browserslist-db@^1.0.5: | ||
11060 | version "1.0.5" | ||
11061 | resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" | ||
11062 | integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q== | ||
11063 | dependencies: | ||
11064 | escalade "^3.1.1" | ||
11065 | picocolors "^1.0.0" | ||
11066 | |||
11272 | uri-js@^4.2.2: | 11067 | uri-js@^4.2.2: |
11273 | version "4.4.1" | 11068 | version "4.4.1" |
11274 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" | 11069 | resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" |
@@ -11391,9 +11186,9 @@ verror@1.10.0: | |||
11391 | extsprintf "^1.2.0" | 11186 | extsprintf "^1.2.0" |
11392 | 11187 | ||
11393 | "video.js@^6 || ^7", video.js@^7.19.2, video.js@^7.6.0: | 11188 | "video.js@^6 || ^7", video.js@^7.19.2, video.js@^7.6.0: |
11394 | version "7.19.2" | 11189 | version "7.20.1" |
11395 | resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.19.2.tgz#83396db819b61e25328c020c0191dbe7a2187403" | 11190 | resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.20.1.tgz#7cb467ebf176a073af59668384f9b6798239fcea" |
11396 | integrity sha512-+rV/lJ1bDoMW3SbYlRp0eC9//RgvfBpEQ0USOyx44tHVxVyMjq+G9jZoiulsDXaIp4BX9q5+/y87TbZUysXBHA== | 11191 | integrity sha512-QMuj+bjwvLId9SY8uBAjO9sw7pCDhdVzJtwsAwg1MdVLXgVuxhhSYswdsdsRk+YMssHtReopINclvDlTGTxMLA== |
11397 | dependencies: | 11192 | dependencies: |
11398 | "@babel/runtime" "^7.12.5" | 11193 | "@babel/runtime" "^7.12.5" |
11399 | "@videojs/http-streaming" "2.14.2" | 11194 | "@videojs/http-streaming" "2.14.2" |
@@ -11433,7 +11228,7 @@ videostream@^3.2.2, videostream@~3.2.1: | |||
11433 | pump "^3.0.0" | 11228 | pump "^3.0.0" |
11434 | range-slice-stream "^2.0.0" | 11229 | range-slice-stream "^2.0.0" |
11435 | 11230 | ||
11436 | watchpack@^2.3.1: | 11231 | watchpack@^2.3.1, watchpack@^2.4.0: |
11437 | version "2.4.0" | 11232 | version "2.4.0" |
11438 | resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d" | 11233 | resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d" |
11439 | integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== | 11234 | integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== |
@@ -11465,51 +11260,51 @@ wdio-chromedriver-service@^7.3.2: | |||
11465 | split2 "^3.2.2" | 11260 | split2 "^3.2.2" |
11466 | tcp-port-used "^1.0.1" | 11261 | tcp-port-used "^1.0.1" |
11467 | 11262 | ||
11468 | wdio-geckodriver-service@^2.1.1: | 11263 | wdio-geckodriver-service@^3.0.2: |
11469 | version "2.1.1" | 11264 | version "3.0.2" |
11470 | resolved "https://registry.yarnpkg.com/wdio-geckodriver-service/-/wdio-geckodriver-service-2.1.1.tgz#0071b0154b2eaba6fb47d1a46ceffc196766c684" | 11265 | resolved "https://registry.yarnpkg.com/wdio-geckodriver-service/-/wdio-geckodriver-service-3.0.2.tgz#b5532ea35abeb2b9ed0e3d88786a86e1d452e356" |
11471 | integrity sha512-HYhXHrnZ6uJxrDGEtR+0+KI3HwFU+KBAVPn7zzcgszJYo4gt8tivkCRT/kBzFilG0squALCuMRJ2TWbnsrgDNg== | 11266 | integrity sha512-qZ53EPsOudMIrSkHYds04mRqyDfM9dvro0TzMc/zeNMJuHoc32ghXiDLA6O59FOwVPGllKXUTUK+3/ZSd9kUVg== |
11472 | dependencies: | 11267 | dependencies: |
11473 | "@wdio/logger" "^7.19.0" | 11268 | "@wdio/logger" "^7.19.0" |
11474 | fs-extra "^10.0.1" | 11269 | fs-extra "^10.1.0" |
11475 | get-port "^5.1.1" | 11270 | get-port "^5.1.1" |
11476 | split2 "^4.1.0" | 11271 | split2 "^4.1.0" |
11477 | tcp-port-used "^1.0.2" | 11272 | tcp-port-used "^1.0.2" |
11478 | 11273 | ||
11479 | webdriver@7.20.2: | 11274 | webdriver@7.20.7: |
11480 | version "7.20.2" | 11275 | version "7.20.7" |
11481 | resolved "https://registry.yarnpkg.com/webdriver/-/webdriver-7.20.2.tgz#63017d7e6f49d551a3bed1f674c4184ad85c5f0b" | 11276 | resolved "https://registry.yarnpkg.com/webdriver/-/webdriver-7.20.7.tgz#961bde802fc2c085c068d30bec1bbd9ddb42cf15" |
11482 | integrity sha512-8RG3pdvfe4aZkKXrULlS1EiMacLQpivaMk8GpE5NnM7A1oGCQjZ7sbQZq81XyQspQhezwmW+rG7DegAnDcMz1Q== | 11277 | integrity sha512-lnMHPEcMRWhRT0pUMEugRD4+SKKAtJzfvjp5DBaQch364Uo4QqAETKDIOiUgKzgY2wZmOFu/ECp+8qaIRokrEw== |
11483 | dependencies: | 11278 | dependencies: |
11484 | "@types/node" "^17.0.4" | 11279 | "@types/node" "^18.0.0" |
11485 | "@wdio/config" "7.20.1" | 11280 | "@wdio/config" "7.20.7" |
11486 | "@wdio/logger" "7.19.0" | 11281 | "@wdio/logger" "7.19.0" |
11487 | "@wdio/protocols" "7.20.2" | 11282 | "@wdio/protocols" "7.20.6" |
11488 | "@wdio/types" "7.20.0" | 11283 | "@wdio/types" "7.20.7" |
11489 | "@wdio/utils" "7.20.0" | 11284 | "@wdio/utils" "7.20.7" |
11490 | got "^11.0.2" | 11285 | got "^11.0.2" |
11491 | ky "^0.30.0" | 11286 | ky "0.30.0" |
11492 | lodash.merge "^4.6.1" | 11287 | lodash.merge "^4.6.1" |
11493 | 11288 | ||
11494 | webdriverio@7.20.2: | 11289 | webdriverio@7.20.7: |
11495 | version "7.20.2" | 11290 | version "7.20.7" |
11496 | resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-7.20.2.tgz#82eb55515a56923a6760f4f47e56d3dfa465d28e" | 11291 | resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-7.20.7.tgz#2099ffceae731015fa480a0d98f4f0cdbcf53903" |
11497 | integrity sha512-IaQLmRUHv3OcjL4QJZVKqPS7+KZgH0bVGeHErpDx28zMozbkDBbSdy01xnzaHEZW+OwXNBECaNmqQ3GvtUZKsQ== | 11292 | integrity sha512-8Vc9+Jp91cG89dXtVDhlrUxigaaixWly8hXOtMf3sp5mAJ5hYSJtthTXcoNWK0HRf6yo/SYKziCRr91B9JCT1Q== |
11498 | dependencies: | 11293 | dependencies: |
11499 | "@types/aria-query" "^5.0.0" | 11294 | "@types/aria-query" "^5.0.0" |
11500 | "@types/node" "^17.0.4" | 11295 | "@types/node" "^18.0.0" |
11501 | "@wdio/config" "7.20.1" | 11296 | "@wdio/config" "7.20.7" |
11502 | "@wdio/logger" "7.19.0" | 11297 | "@wdio/logger" "7.19.0" |
11503 | "@wdio/protocols" "7.20.2" | 11298 | "@wdio/protocols" "7.20.6" |
11504 | "@wdio/repl" "7.20.0" | 11299 | "@wdio/repl" "7.20.7" |
11505 | "@wdio/types" "7.20.0" | 11300 | "@wdio/types" "7.20.7" |
11506 | "@wdio/utils" "7.20.0" | 11301 | "@wdio/utils" "7.20.7" |
11507 | archiver "^5.0.0" | 11302 | archiver "^5.0.0" |
11508 | aria-query "^5.0.0" | 11303 | aria-query "^5.0.0" |
11509 | css-shorthand-properties "^1.1.1" | 11304 | css-shorthand-properties "^1.1.1" |
11510 | css-value "^0.0.1" | 11305 | css-value "^0.0.1" |
11511 | devtools "7.20.2" | 11306 | devtools "7.20.7" |
11512 | devtools-protocol "^0.0.1010518" | 11307 | devtools-protocol "^0.0.1022601" |
11513 | fs-extra "^10.0.0" | 11308 | fs-extra "^10.0.0" |
11514 | grapheme-splitter "^1.0.2" | 11309 | grapheme-splitter "^1.0.2" |
11515 | lodash.clonedeep "^4.5.0" | 11310 | lodash.clonedeep "^4.5.0" |
@@ -11522,18 +11317,13 @@ webdriverio@7.20.2: | |||
11522 | resq "^1.9.1" | 11317 | resq "^1.9.1" |
11523 | rgb2hex "0.2.5" | 11318 | rgb2hex "0.2.5" |
11524 | serialize-error "^8.0.0" | 11319 | serialize-error "^8.0.0" |
11525 | webdriver "7.20.2" | 11320 | webdriver "7.20.7" |
11526 | 11321 | ||
11527 | webidl-conversions@^3.0.0: | 11322 | webidl-conversions@^3.0.0: |
11528 | version "3.0.1" | 11323 | version "3.0.1" |
11529 | resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" | 11324 | resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" |
11530 | integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== | 11325 | integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== |
11531 | 11326 | ||
11532 | webidl-conversions@^4.0.2: | ||
11533 | version "4.0.2" | ||
11534 | resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" | ||
11535 | integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== | ||
11536 | |||
11537 | webpack-bundle-analyzer@^4.4.2: | 11327 | webpack-bundle-analyzer@^4.4.2: |
11538 | version "4.5.0" | 11328 | version "4.5.0" |
11539 | resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5" | 11329 | resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5" |
@@ -11567,18 +11357,7 @@ webpack-cli@^4.10.0: | |||
11567 | rechoir "^0.7.0" | 11357 | rechoir "^0.7.0" |
11568 | webpack-merge "^5.7.3" | 11358 | webpack-merge "^5.7.3" |
11569 | 11359 | ||
11570 | webpack-dev-middleware@5.3.1: | 11360 | webpack-dev-middleware@5.3.3, webpack-dev-middleware@^5.3.1: |
11571 | version "5.3.1" | ||
11572 | resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f" | ||
11573 | integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg== | ||
11574 | dependencies: | ||
11575 | colorette "^2.0.10" | ||
11576 | memfs "^3.4.1" | ||
11577 | mime-types "^2.1.31" | ||
11578 | range-parser "^1.2.1" | ||
11579 | schema-utils "^4.0.0" | ||
11580 | |||
11581 | webpack-dev-middleware@^5.3.1: | ||
11582 | version "5.3.3" | 11361 | version "5.3.3" |
11583 | resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f" | 11362 | resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f" |
11584 | integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA== | 11363 | integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA== |
@@ -11589,15 +11368,16 @@ webpack-dev-middleware@^5.3.1: | |||
11589 | range-parser "^1.2.1" | 11368 | range-parser "^1.2.1" |
11590 | schema-utils "^4.0.0" | 11369 | schema-utils "^4.0.0" |
11591 | 11370 | ||
11592 | webpack-dev-server@4.9.0: | 11371 | webpack-dev-server@4.9.3: |
11593 | version "4.9.0" | 11372 | version "4.9.3" |
11594 | resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.0.tgz#737dbf44335bb8bde68f8f39127fc401c97a1557" | 11373 | resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.9.3.tgz#2360a5d6d532acb5410a668417ad549ee3b8a3c9" |
11595 | integrity sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw== | 11374 | integrity sha512-3qp/eoboZG5/6QgiZ3llN8TUzkSpYg1Ko9khWX1h40MIEUNS2mDoIa8aXsPfskER+GbTvs/IJZ1QTBBhhuetSw== |
11596 | dependencies: | 11375 | dependencies: |
11597 | "@types/bonjour" "^3.5.9" | 11376 | "@types/bonjour" "^3.5.9" |
11598 | "@types/connect-history-api-fallback" "^1.3.5" | 11377 | "@types/connect-history-api-fallback" "^1.3.5" |
11599 | "@types/express" "^4.17.13" | 11378 | "@types/express" "^4.17.13" |
11600 | "@types/serve-index" "^1.9.1" | 11379 | "@types/serve-index" "^1.9.1" |
11380 | "@types/serve-static" "^1.13.10" | ||
11601 | "@types/sockjs" "^0.3.33" | 11381 | "@types/sockjs" "^0.3.33" |
11602 | "@types/ws" "^8.5.1" | 11382 | "@types/ws" "^8.5.1" |
11603 | ansi-html-community "^0.0.8" | 11383 | ansi-html-community "^0.0.8" |
@@ -11605,7 +11385,7 @@ webpack-dev-server@4.9.0: | |||
11605 | chokidar "^3.5.3" | 11385 | chokidar "^3.5.3" |
11606 | colorette "^2.0.10" | 11386 | colorette "^2.0.10" |
11607 | compression "^1.7.4" | 11387 | compression "^1.7.4" |
11608 | connect-history-api-fallback "^1.6.0" | 11388 | connect-history-api-fallback "^2.0.0" |
11609 | default-gateway "^6.0.3" | 11389 | default-gateway "^6.0.3" |
11610 | express "^4.17.3" | 11390 | express "^4.17.3" |
11611 | graceful-fs "^4.2.6" | 11391 | graceful-fs "^4.2.6" |
@@ -11618,7 +11398,7 @@ webpack-dev-server@4.9.0: | |||
11618 | schema-utils "^4.0.0" | 11398 | schema-utils "^4.0.0" |
11619 | selfsigned "^2.0.1" | 11399 | selfsigned "^2.0.1" |
11620 | serve-index "^1.9.1" | 11400 | serve-index "^1.9.1" |
11621 | sockjs "^0.3.21" | 11401 | sockjs "^0.3.24" |
11622 | spdy "^4.0.2" | 11402 | spdy "^4.0.2" |
11623 | webpack-dev-middleware "^5.3.1" | 11403 | webpack-dev-middleware "^5.3.1" |
11624 | ws "^8.4.2" | 11404 | ws "^8.4.2" |
@@ -11643,10 +11423,10 @@ webpack-subresource-integrity@5.1.0: | |||
11643 | dependencies: | 11423 | dependencies: |
11644 | typed-assert "^1.0.8" | 11424 | typed-assert "^1.0.8" |
11645 | 11425 | ||
11646 | webpack@5.72.1: | 11426 | webpack@5.73.0: |
11647 | version "5.72.1" | 11427 | version "5.73.0" |
11648 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13" | 11428 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38" |
11649 | integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung== | 11429 | integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA== |
11650 | dependencies: | 11430 | dependencies: |
11651 | "@types/eslint-scope" "^3.7.3" | 11431 | "@types/eslint-scope" "^3.7.3" |
11652 | "@types/estree" "^0.0.51" | 11432 | "@types/estree" "^0.0.51" |
@@ -11674,20 +11454,20 @@ webpack@5.72.1: | |||
11674 | webpack-sources "^3.2.3" | 11454 | webpack-sources "^3.2.3" |
11675 | 11455 | ||
11676 | webpack@^5.73.0: | 11456 | webpack@^5.73.0: |
11677 | version "5.73.0" | 11457 | version "5.74.0" |
11678 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38" | 11458 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980" |
11679 | integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA== | 11459 | integrity sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA== |
11680 | dependencies: | 11460 | dependencies: |
11681 | "@types/eslint-scope" "^3.7.3" | 11461 | "@types/eslint-scope" "^3.7.3" |
11682 | "@types/estree" "^0.0.51" | 11462 | "@types/estree" "^0.0.51" |
11683 | "@webassemblyjs/ast" "1.11.1" | 11463 | "@webassemblyjs/ast" "1.11.1" |
11684 | "@webassemblyjs/wasm-edit" "1.11.1" | 11464 | "@webassemblyjs/wasm-edit" "1.11.1" |
11685 | "@webassemblyjs/wasm-parser" "1.11.1" | 11465 | "@webassemblyjs/wasm-parser" "1.11.1" |
11686 | acorn "^8.4.1" | 11466 | acorn "^8.7.1" |
11687 | acorn-import-assertions "^1.7.6" | 11467 | acorn-import-assertions "^1.7.6" |
11688 | browserslist "^4.14.5" | 11468 | browserslist "^4.14.5" |
11689 | chrome-trace-event "^1.0.2" | 11469 | chrome-trace-event "^1.0.2" |
11690 | enhanced-resolve "^5.9.3" | 11470 | enhanced-resolve "^5.10.0" |
11691 | es-module-lexer "^0.9.0" | 11471 | es-module-lexer "^0.9.0" |
11692 | eslint-scope "5.1.1" | 11472 | eslint-scope "5.1.1" |
11693 | events "^3.2.0" | 11473 | events "^3.2.0" |
@@ -11700,7 +11480,7 @@ webpack@^5.73.0: | |||
11700 | schema-utils "^3.1.0" | 11480 | schema-utils "^3.1.0" |
11701 | tapable "^2.1.1" | 11481 | tapable "^2.1.1" |
11702 | terser-webpack-plugin "^5.1.3" | 11482 | terser-webpack-plugin "^5.1.3" |
11703 | watchpack "^2.3.1" | 11483 | watchpack "^2.4.0" |
11704 | webpack-sources "^3.2.3" | 11484 | webpack-sources "^3.2.3" |
11705 | 11485 | ||
11706 | websocket-driver@>=0.5.1, websocket-driver@^0.7.4: | 11486 | websocket-driver@>=0.5.1, websocket-driver@^0.7.4: |
@@ -11718,9 +11498,9 @@ websocket-extensions@>=0.1.1: | |||
11718 | integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== | 11498 | integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== |
11719 | 11499 | ||
11720 | webtorrent@^1.8.22: | 11500 | webtorrent@^1.8.22: |
11721 | version "1.8.22" | 11501 | version "1.8.26" |
11722 | resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-1.8.22.tgz#49af2f35be45468021799c2a4c7688debba0394f" | 11502 | resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-1.8.26.tgz#c40313f3329d2bdfe8ae23365c17dd77825a829d" |
11723 | integrity sha512-gJv4RBpas5L5KyDvhq4HpHgnwdwKQtqBEkDAgqGzSVqq74DY5/9yz3Y+YdnddmlDh3WKlInOXRfIYRR9ZyaRXg== | 11503 | integrity sha512-1bbCIDtbk4OA7xXmT87t6jDhnng6RNC9d7HNpRyvxF0GQTrIz1fB3oDnNcbOim9Upjy1GDqxAOe0Mejmc86TUg== |
11724 | dependencies: | 11504 | dependencies: |
11725 | "@webtorrent/http-node" "^1.3.0" | 11505 | "@webtorrent/http-node" "^1.3.0" |
11726 | addr-to-ip-port "^1.5.4" | 11506 | addr-to-ip-port "^1.5.4" |
@@ -11731,7 +11511,7 @@ webtorrent@^1.8.22: | |||
11731 | chrome-net "^3.3.4" | 11511 | chrome-net "^3.3.4" |
11732 | chunk-store-stream "^4.3.0" | 11512 | chunk-store-stream "^4.3.0" |
11733 | cpus "^1.0.3" | 11513 | cpus "^1.0.3" |
11734 | create-torrent "^5.0.2" | 11514 | create-torrent "^5.0.4" |
11735 | debug "^4.3.4" | 11515 | debug "^4.3.4" |
11736 | end-of-stream "^1.4.4" | 11516 | end-of-stream "^1.4.4" |
11737 | escape-html "^1.0.3" | 11517 | escape-html "^1.0.3" |
@@ -11761,7 +11541,7 @@ webtorrent@^1.8.22: | |||
11761 | stream-to-blob-url "^3.0.2" | 11541 | stream-to-blob-url "^3.0.2" |
11762 | stream-with-known-length-to-buffer "^1.0.4" | 11542 | stream-with-known-length-to-buffer "^1.0.4" |
11763 | throughput "^1.0.1" | 11543 | throughput "^1.0.1" |
11764 | torrent-discovery "^9.4.12" | 11544 | torrent-discovery "^9.4.13" |
11765 | torrent-piece "^2.0.1" | 11545 | torrent-piece "^2.0.1" |
11766 | unordered-array-remove "^1.0.2" | 11546 | unordered-array-remove "^1.0.2" |
11767 | ut_metadata "^3.5.2" | 11547 | ut_metadata "^3.5.2" |
@@ -11782,15 +11562,6 @@ whatwg-url@^5.0.0: | |||
11782 | tr46 "~0.0.3" | 11562 | tr46 "~0.0.3" |
11783 | webidl-conversions "^3.0.0" | 11563 | webidl-conversions "^3.0.0" |
11784 | 11564 | ||
11785 | whatwg-url@^7.0.0: | ||
11786 | version "7.1.0" | ||
11787 | resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" | ||
11788 | integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== | ||
11789 | dependencies: | ||
11790 | lodash.sortby "^4.7.0" | ||
11791 | tr46 "^1.0.1" | ||
11792 | webidl-conversions "^4.0.2" | ||
11793 | |||
11794 | which-boxed-primitive@^1.0.2: | 11565 | which-boxed-primitive@^1.0.2: |
11795 | version "1.0.2" | 11566 | version "1.0.2" |
11796 | resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" | 11567 | resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" |
@@ -11879,14 +11650,14 @@ ws@8.5.0: | |||
11879 | integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== | 11650 | integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== |
11880 | 11651 | ||
11881 | ws@^7.3.1, ws@^7.4.2, ws@^7.4.5: | 11652 | ws@^7.3.1, ws@^7.4.2, ws@^7.4.5: |
11882 | version "7.5.8" | 11653 | version "7.5.9" |
11883 | resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.8.tgz#ac2729881ab9e7cbaf8787fe3469a48c5c7f636a" | 11654 | resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" |
11884 | integrity sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw== | 11655 | integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== |
11885 | 11656 | ||
11886 | ws@^8.4.2: | 11657 | ws@^8.4.2: |
11887 | version "8.8.0" | 11658 | version "8.8.1" |
11888 | resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.0.tgz#8e71c75e2f6348dbf8d78005107297056cb77769" | 11659 | resolved "https://registry.yarnpkg.com/ws/-/ws-8.8.1.tgz#5dbad0feb7ade8ecc99b830c1d77c913d4955ff0" |
11889 | integrity sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ== | 11660 | integrity sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA== |
11890 | 11661 | ||
11891 | ws@~8.2.3: | 11662 | ws@~8.2.3: |
11892 | version "8.2.3" | 11663 | version "8.2.3" |
@@ -11933,11 +11704,6 @@ yaml@^1.10.0: | |||
11933 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" | 11704 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" |
11934 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== | 11705 | integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== |
11935 | 11706 | ||
11936 | yargs-parser@20.0.0: | ||
11937 | version "20.0.0" | ||
11938 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.0.0.tgz#c65a1daaa977ad63cebdd52159147b789a4e19a9" | ||
11939 | integrity sha512-8eblPHTL7ZWRkyjIZJjnGf+TijiKJSwA24svzLRVvtgoi/RZiKa9fFQTrlx0OKLnyHSdt/enrdadji6WFfESVA== | ||
11940 | |||
11941 | yargs-parser@20.2.4: | 11707 | yargs-parser@20.2.4: |
11942 | version "20.2.4" | 11708 | version "20.2.4" |
11943 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" | 11709 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54" |
@@ -11983,20 +11749,7 @@ yargs@16.2.0: | |||
11983 | y18n "^5.0.5" | 11749 | y18n "^5.0.5" |
11984 | yargs-parser "^20.2.2" | 11750 | yargs-parser "^20.2.2" |
11985 | 11751 | ||
11986 | yargs@17.4.1: | 11752 | yargs@17.5.1, yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1, yargs@^17.4.0: |
11987 | version "17.4.1" | ||
11988 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.4.1.tgz#ebe23284207bb75cee7c408c33e722bfb27b5284" | ||
11989 | integrity sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g== | ||
11990 | dependencies: | ||
11991 | cliui "^7.0.2" | ||
11992 | escalade "^3.1.1" | ||
11993 | get-caller-file "^2.0.5" | ||
11994 | require-directory "^2.1.1" | ||
11995 | string-width "^4.2.3" | ||
11996 | y18n "^5.0.5" | ||
11997 | yargs-parser "^21.0.0" | ||
11998 | |||
11999 | yargs@^17.0.0, yargs@^17.2.1, yargs@^17.3.1, yargs@^17.4.0: | ||
12000 | version "17.5.1" | 11753 | version "17.5.1" |
12001 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e" | 11754 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.5.1.tgz#e109900cab6fcb7fd44b1d8249166feb0b36e58e" |
12002 | integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== | 11755 | integrity sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== |
@@ -12060,8 +11813,8 @@ zip-stream@^4.1.0: | |||
12060 | readable-stream "^3.6.0" | 11813 | readable-stream "^3.6.0" |
12061 | 11814 | ||
12062 | zone.js@~0.11.4: | 11815 | zone.js@~0.11.4: |
12063 | version "0.11.5" | 11816 | version "0.11.7" |
12064 | resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.5.tgz#ab0b449e91fadb5ebb2db189ffe1b7b6048dc8b1" | 11817 | resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.11.7.tgz#262194267c7b964e8da77ce16b9fba9bea23cfdc" |
12065 | integrity sha512-D1/7VxEuQ7xk6z/kAROe4SUbd9CzxY4zOwVGnGHerd/SgLIVU5f4esDzQUsOCeArn933BZfWMKydH7l7dPEp0g== | 11818 | integrity sha512-e39K2EdK5JfA3FDuUTVRvPlYV4aBfnOOcGuILhQAT7nzeV12uSrLBzImUM9CDVoncDSX4brR/gwqu0heQ3BQ0g== |
12066 | dependencies: | 11819 | dependencies: |
12067 | tslib "^2.3.0" | 11820 | tslib "^2.3.0" |