|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 | 13 | "@babel/cli@^7.14.3":
|
14 |
| - version "7.22.15" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.22.15.tgz#22ed82d76745a43caa60a89917bedb7c9b5bd145" |
16 |
| - integrity sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g== |
| 14 | + version "7.23.0" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.0.tgz#1d7f37c44d4117c67df46749e0c86e11a58cc64b" |
| 16 | + integrity sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA== |
17 | 17 | dependencies:
|
18 | 18 | "@jridgewell/trace-mapping" "^0.3.17"
|
19 | 19 | commander "^4.0.1"
|
20 |
| - convert-source-map "^1.1.0" |
| 20 | + convert-source-map "^2.0.0" |
21 | 21 | fs-readdir-recursive "^1.1.0"
|
22 | 22 | glob "^7.2.0"
|
23 | 23 | make-dir "^2.1.0"
|
|
47 | 47 | integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
|
48 | 48 |
|
49 | 49 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.14.3":
|
50 |
| - version "7.22.20" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7" |
52 |
| - integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA== |
| 50 | + version "7.23.0" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83" |
| 52 | + integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ== |
53 | 53 | dependencies:
|
54 | 54 | "@ampproject/remapping" "^2.2.0"
|
55 | 55 | "@babel/code-frame" "^7.22.13"
|
56 |
| - "@babel/generator" "^7.22.15" |
| 56 | + "@babel/generator" "^7.23.0" |
57 | 57 | "@babel/helper-compilation-targets" "^7.22.15"
|
58 |
| - "@babel/helper-module-transforms" "^7.22.20" |
59 |
| - "@babel/helpers" "^7.22.15" |
60 |
| - "@babel/parser" "^7.22.16" |
| 58 | + "@babel/helper-module-transforms" "^7.23.0" |
| 59 | + "@babel/helpers" "^7.23.0" |
| 60 | + "@babel/parser" "^7.23.0" |
61 | 61 | "@babel/template" "^7.22.15"
|
62 |
| - "@babel/traverse" "^7.22.20" |
63 |
| - "@babel/types" "^7.22.19" |
64 |
| - convert-source-map "^1.7.0" |
| 62 | + "@babel/traverse" "^7.23.0" |
| 63 | + "@babel/types" "^7.23.0" |
| 64 | + convert-source-map "^2.0.0" |
65 | 65 | debug "^4.1.0"
|
66 | 66 | gensync "^1.0.0-beta.2"
|
67 | 67 | json5 "^2.2.3"
|
68 | 68 | semver "^6.3.1"
|
69 | 69 |
|
70 |
| -"@babel/generator@^7.22.15", "@babel/generator@^7.7.2": |
71 |
| - version "7.22.15" |
72 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339" |
73 |
| - integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA== |
| 70 | +"@babel/generator@^7.23.0", "@babel/generator@^7.7.2": |
| 71 | + version "7.23.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 73 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
74 | 74 | dependencies:
|
75 |
| - "@babel/types" "^7.22.15" |
| 75 | + "@babel/types" "^7.23.0" |
76 | 76 | "@jridgewell/gen-mapping" "^0.3.2"
|
77 | 77 | "@jridgewell/trace-mapping" "^0.3.17"
|
78 | 78 | jsesc "^2.5.1"
|
|
142 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
143 | 143 | integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
144 | 144 |
|
145 |
| -"@babel/helper-function-name@^7.22.5": |
146 |
| - version "7.22.5" |
147 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
148 |
| - integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 145 | +"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": |
| 146 | + version "7.23.0" |
| 147 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 148 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
149 | 149 | dependencies:
|
150 |
| - "@babel/template" "^7.22.5" |
151 |
| - "@babel/types" "^7.22.5" |
| 150 | + "@babel/template" "^7.22.15" |
| 151 | + "@babel/types" "^7.23.0" |
152 | 152 |
|
153 | 153 | "@babel/helper-hoist-variables@^7.22.5":
|
154 | 154 | version "7.22.5"
|
|
158 | 158 | "@babel/types" "^7.22.5"
|
159 | 159 |
|
160 | 160 | "@babel/helper-member-expression-to-functions@^7.22.15":
|
161 |
| - version "7.22.15" |
162 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621" |
163 |
| - integrity sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA== |
| 161 | + version "7.23.0" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" |
| 163 | + integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== |
164 | 164 | dependencies:
|
165 |
| - "@babel/types" "^7.22.15" |
| 165 | + "@babel/types" "^7.23.0" |
166 | 166 |
|
167 | 167 | "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.22.5":
|
168 | 168 | version "7.22.15"
|
|
171 | 171 | dependencies:
|
172 | 172 | "@babel/types" "^7.22.15"
|
173 | 173 |
|
174 |
| -"@babel/helper-module-transforms@^7.22.15", "@babel/helper-module-transforms@^7.22.20", "@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": |
175 |
| - version "7.22.20" |
176 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e" |
177 |
| - integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A== |
| 174 | +"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9", "@babel/helper-module-transforms@^7.23.0": |
| 175 | + version "7.23.0" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e" |
| 177 | + integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw== |
178 | 178 | dependencies:
|
179 | 179 | "@babel/helper-environment-visitor" "^7.22.20"
|
180 | 180 | "@babel/helper-module-imports" "^7.22.15"
|
|
238 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
239 | 239 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
240 | 240 |
|
241 |
| -"@babel/helper-validator-identifier@^7.22.19", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": |
| 241 | +"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": |
242 | 242 | version "7.22.20"
|
243 | 243 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
244 | 244 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
257 | 257 | "@babel/template" "^7.22.15"
|
258 | 258 | "@babel/types" "^7.22.19"
|
259 | 259 |
|
260 |
| -"@babel/helpers@^7.22.15": |
261 |
| - version "7.22.15" |
262 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1" |
263 |
| - integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw== |
| 260 | +"@babel/helpers@^7.23.0": |
| 261 | + version "7.23.1" |
| 262 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15" |
| 263 | + integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA== |
264 | 264 | dependencies:
|
265 | 265 | "@babel/template" "^7.22.15"
|
266 |
| - "@babel/traverse" "^7.22.15" |
267 |
| - "@babel/types" "^7.22.15" |
| 266 | + "@babel/traverse" "^7.23.0" |
| 267 | + "@babel/types" "^7.23.0" |
268 | 268 |
|
269 | 269 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
|
270 | 270 | version "7.22.20"
|
|
275 | 275 | chalk "^2.4.2"
|
276 | 276 | js-tokens "^4.0.0"
|
277 | 277 |
|
278 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.22.16": |
279 |
| - version "7.22.16" |
280 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95" |
281 |
| - integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA== |
| 278 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 279 | + version "7.23.0" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 281 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
282 | 282 |
|
283 | 283 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
|
284 | 284 | version "7.22.15"
|
|
637 | 637 | "@babel/helper-module-transforms" "^7.22.5"
|
638 | 638 | "@babel/helper-plugin-utils" "^7.22.5"
|
639 | 639 |
|
640 |
| -"@babel/plugin-transform-modules-commonjs@^7.22.15": |
641 |
| - version "7.22.15" |
642 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.15.tgz#b11810117ed4ee7691b29bd29fd9f3f98276034f" |
643 |
| - integrity sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg== |
| 640 | +"@babel/plugin-transform-modules-commonjs@^7.22.15", "@babel/plugin-transform-modules-commonjs@^7.23.0": |
| 641 | + version "7.23.0" |
| 642 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.0.tgz#b3dba4757133b2762c00f4f94590cf6d52602481" |
| 643 | + integrity sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ== |
644 | 644 | dependencies:
|
645 |
| - "@babel/helper-module-transforms" "^7.22.15" |
| 645 | + "@babel/helper-module-transforms" "^7.23.0" |
646 | 646 | "@babel/helper-plugin-utils" "^7.22.5"
|
647 | 647 | "@babel/helper-simple-access" "^7.22.5"
|
648 | 648 |
|
|
951 | 951 | esutils "^2.0.2"
|
952 | 952 |
|
953 | 953 | "@babel/preset-typescript@^7.13.0":
|
954 |
| - version "7.22.15" |
955 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.22.15.tgz#43db30516fae1d417d748105a0bc95f637239d48" |
956 |
| - integrity sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A== |
| 954 | + version "7.23.0" |
| 955 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.23.0.tgz#cc6602d13e7e5b2087c811912b87cf937a9129d9" |
| 956 | + integrity sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg== |
957 | 957 | dependencies:
|
958 | 958 | "@babel/helper-plugin-utils" "^7.22.5"
|
959 | 959 | "@babel/helper-validator-option" "^7.22.15"
|
960 | 960 | "@babel/plugin-syntax-jsx" "^7.22.5"
|
961 |
| - "@babel/plugin-transform-modules-commonjs" "^7.22.15" |
| 961 | + "@babel/plugin-transform-modules-commonjs" "^7.23.0" |
962 | 962 | "@babel/plugin-transform-typescript" "^7.22.15"
|
963 | 963 |
|
964 | 964 | "@babel/regjsgen@^0.8.0":
|
|
982 | 982 | "@babel/parser" "^7.22.15"
|
983 | 983 | "@babel/types" "^7.22.15"
|
984 | 984 |
|
985 |
| -"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.20": |
986 |
| - version "7.22.20" |
987 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9" |
988 |
| - integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw== |
| 985 | +"@babel/traverse@^7.23.0": |
| 986 | + version "7.23.0" |
| 987 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53" |
| 988 | + integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw== |
989 | 989 | dependencies:
|
990 | 990 | "@babel/code-frame" "^7.22.13"
|
991 |
| - "@babel/generator" "^7.22.15" |
| 991 | + "@babel/generator" "^7.23.0" |
992 | 992 | "@babel/helper-environment-visitor" "^7.22.20"
|
993 |
| - "@babel/helper-function-name" "^7.22.5" |
| 993 | + "@babel/helper-function-name" "^7.23.0" |
994 | 994 | "@babel/helper-hoist-variables" "^7.22.5"
|
995 | 995 | "@babel/helper-split-export-declaration" "^7.22.6"
|
996 |
| - "@babel/parser" "^7.22.16" |
997 |
| - "@babel/types" "^7.22.19" |
| 996 | + "@babel/parser" "^7.23.0" |
| 997 | + "@babel/types" "^7.23.0" |
998 | 998 | debug "^4.1.0"
|
999 | 999 | globals "^11.1.0"
|
1000 | 1000 |
|
1001 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1002 |
| - version "7.22.19" |
1003 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684" |
1004 |
| - integrity sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg== |
| 1001 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1002 | + version "7.23.0" |
| 1003 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1004 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
1005 | 1005 | dependencies:
|
1006 | 1006 | "@babel/helper-string-parser" "^7.22.5"
|
1007 |
| - "@babel/helper-validator-identifier" "^7.22.19" |
| 1007 | + "@babel/helper-validator-identifier" "^7.22.20" |
1008 | 1008 | to-fast-properties "^2.0.0"
|
1009 | 1009 |
|
1010 | 1010 | "@bcoe/v8-coverage@^0.2.3":
|
|
2363 | 2363 | integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
2364 | 2364 |
|
2365 | 2365 | browserslist@^4.21.10, browserslist@^4.21.9:
|
2366 |
| - version "4.21.10" |
2367 |
| - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0" |
2368 |
| - integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ== |
| 2366 | + version "4.22.1" |
| 2367 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.1.tgz#ba91958d1a59b87dab6fed8dfbcb3da5e2e9c619" |
| 2368 | + integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ== |
2369 | 2369 | dependencies:
|
2370 |
| - caniuse-lite "^1.0.30001517" |
2371 |
| - electron-to-chromium "^1.4.477" |
| 2370 | + caniuse-lite "^1.0.30001541" |
| 2371 | + electron-to-chromium "^1.4.535" |
2372 | 2372 | node-releases "^2.0.13"
|
2373 |
| - update-browserslist-db "^1.0.11" |
| 2373 | + update-browserslist-db "^1.0.13" |
2374 | 2374 |
|
2375 | 2375 |
|
2376 | 2376 | version "2.1.1"
|
@@ -2444,10 +2444,10 @@ camelcase@^7.0.0:
|
2444 | 2444 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.1.tgz#f02e50af9fd7782bc8b88a3558c32fd3a388f048"
|
2445 | 2445 | integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
|
2446 | 2446 |
|
2447 |
| -caniuse-lite@^1.0.30001517: |
2448 |
| - version "1.0.30001535" |
2449 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001535.tgz#908a5b7ef11172f51f0b88f3d850aef1c6a3cf7b" |
2450 |
| - integrity sha512-48jLyUkiWFfhm/afF7cQPqPjaUmSraEhK4j+FCTJpgnGGEZHqyLe3hmWH7lIooZdSzXL0ReMvHz0vKDoTBsrwg== |
| 2447 | +caniuse-lite@^1.0.30001541: |
| 2448 | + version "1.0.30001542" |
| 2449 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001542.tgz#823ddb5aed0a70d5e2bfb49126478e84e9514b85" |
| 2450 | + integrity sha512-UrtAXVcj1mvPBFQ4sKd38daP8dEcXXr5sQe6QNNinaPd0iA/cxg9/l3VrSdL73jgw5sKyuQ6jNgiKO12W3SsVA== |
2451 | 2451 |
|
2452 | 2452 | caseless@~0.12.0:
|
2453 | 2453 | version "0.12.0"
|
|
2704 | 2704 | resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
|
2705 | 2705 | integrity sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==
|
2706 | 2706 |
|
2707 |
| -convert-source-map@^1.1.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: |
| 2707 | +convert-source-map@^1.6.0: |
2708 | 2708 | version "1.9.0"
|
2709 | 2709 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
|
2710 | 2710 | integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
|
@@ -3070,10 +3070,10 @@ ecc-jsbn@~0.1.1:
|
3070 | 3070 | jsbn "~0.1.0"
|
3071 | 3071 | safer-buffer "^2.1.0"
|
3072 | 3072 |
|
3073 |
| -electron-to-chromium@^1.4.477: |
3074 |
| - version "1.4.523" |
3075 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.523.tgz#f82f99243c827df05c26776d49712cb284972df6" |
3076 |
| - integrity sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg== |
| 3073 | +electron-to-chromium@^1.4.535: |
| 3074 | + version "1.4.537" |
| 3075 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.537.tgz#aac4101db53066be1e49baedd000a26bc754adc9" |
| 3076 | + integrity sha512-W1+g9qs9hviII0HAwOdehGYkr+zt7KKdmCcJcjH0mYg6oL8+ioT3Skjmt7BLoAQqXhjf40AXd+HlR4oAWMlXjA== |
3077 | 3077 |
|
3078 | 3078 | emittery@^0.13.1:
|
3079 | 3079 | version "0.13.1"
|
@@ -6688,10 +6688,10 @@ untildify@^4.0.0:
|
6688 | 6688 | resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
6689 | 6689 | integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
6690 | 6690 |
|
6691 |
| -update-browserslist-db@^1.0.11: |
6692 |
| - version "1.0.11" |
6693 |
| - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940" |
6694 |
| - integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== |
| 6691 | +update-browserslist-db@^1.0.13: |
| 6692 | + version "1.0.13" |
| 6693 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4" |
| 6694 | + integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== |
6695 | 6695 | dependencies:
|
6696 | 6696 | escalade "^3.1.1"
|
6697 | 6697 | picocolors "^1.0.0"
|
|
0 commit comments