|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@ampproject/remapping@^2.1.0": |
| 5 | +"@ampproject/remapping@^2.2.0": |
6 | 6 | version "2.2.0"
|
7 | 7 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
|
8 | 8 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
|
|
24 | 24 | dependencies:
|
25 | 25 | "@babel/highlight" "^7.18.6"
|
26 | 26 |
|
27 |
| -"@babel/compat-data@^7.19.3": |
28 |
| - version "7.19.4" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
30 |
| - integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw== |
| 27 | +"@babel/compat-data@^7.20.5": |
| 28 | + version "7.21.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
| 30 | + integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== |
31 | 31 |
|
32 | 32 | "@babel/core@^7.9.6":
|
33 |
| - version "7.19.6" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f" |
35 |
| - integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg== |
| 33 | + version "7.21.3" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e" |
| 35 | + integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== |
36 | 36 | dependencies:
|
37 |
| - "@ampproject/remapping" "^2.1.0" |
| 37 | + "@ampproject/remapping" "^2.2.0" |
38 | 38 | "@babel/code-frame" "^7.18.6"
|
39 |
| - "@babel/generator" "^7.19.6" |
40 |
| - "@babel/helper-compilation-targets" "^7.19.3" |
41 |
| - "@babel/helper-module-transforms" "^7.19.6" |
42 |
| - "@babel/helpers" "^7.19.4" |
43 |
| - "@babel/parser" "^7.19.6" |
44 |
| - "@babel/template" "^7.18.10" |
45 |
| - "@babel/traverse" "^7.19.6" |
46 |
| - "@babel/types" "^7.19.4" |
| 39 | + "@babel/generator" "^7.21.3" |
| 40 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 41 | + "@babel/helper-module-transforms" "^7.21.2" |
| 42 | + "@babel/helpers" "^7.21.0" |
| 43 | + "@babel/parser" "^7.21.3" |
| 44 | + "@babel/template" "^7.20.7" |
| 45 | + "@babel/traverse" "^7.21.3" |
| 46 | + "@babel/types" "^7.21.3" |
47 | 47 | convert-source-map "^1.7.0"
|
48 | 48 | debug "^4.1.0"
|
49 | 49 | gensync "^1.0.0-beta.2"
|
50 |
| - json5 "^2.2.1" |
| 50 | + json5 "^2.2.2" |
51 | 51 | semver "^6.3.0"
|
52 | 52 |
|
53 |
| -"@babel/generator@^7.19.6": |
54 |
| - version "7.19.6" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d" |
56 |
| - integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA== |
| 53 | +"@babel/generator@^7.21.3": |
| 54 | + version "7.21.3" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce" |
| 56 | + integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== |
57 | 57 | dependencies:
|
58 |
| - "@babel/types" "^7.19.4" |
| 58 | + "@babel/types" "^7.21.3" |
59 | 59 | "@jridgewell/gen-mapping" "^0.3.2"
|
| 60 | + "@jridgewell/trace-mapping" "^0.3.17" |
60 | 61 | jsesc "^2.5.1"
|
61 | 62 |
|
62 |
| -"@babel/helper-compilation-targets@^7.19.3": |
63 |
| - version "7.19.3" |
64 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
65 |
| - integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg== |
| 63 | +"@babel/helper-compilation-targets@^7.20.7": |
| 64 | + version "7.20.7" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 66 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
66 | 67 | dependencies:
|
67 |
| - "@babel/compat-data" "^7.19.3" |
| 68 | + "@babel/compat-data" "^7.20.5" |
68 | 69 | "@babel/helper-validator-option" "^7.18.6"
|
69 | 70 | browserslist "^4.21.3"
|
| 71 | + lru-cache "^5.1.1" |
70 | 72 | semver "^6.3.0"
|
71 | 73 |
|
72 | 74 | "@babel/helper-environment-visitor@^7.18.9":
|
73 | 75 | version "7.18.9"
|
74 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
75 | 77 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
76 | 78 |
|
77 |
| -"@babel/helper-function-name@^7.19.0": |
78 |
| - version "7.19.0" |
79 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
80 |
| - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 79 | +"@babel/helper-function-name@^7.21.0": |
| 80 | + version "7.21.0" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 82 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
81 | 83 | dependencies:
|
82 |
| - "@babel/template" "^7.18.10" |
83 |
| - "@babel/types" "^7.19.0" |
| 84 | + "@babel/template" "^7.20.7" |
| 85 | + "@babel/types" "^7.21.0" |
84 | 86 |
|
85 | 87 | "@babel/helper-hoist-variables@^7.18.6":
|
86 | 88 | version "7.18.6"
|
|
96 | 98 | dependencies:
|
97 | 99 | "@babel/types" "^7.18.6"
|
98 | 100 |
|
99 |
| -"@babel/helper-module-transforms@^7.19.6": |
100 |
| - version "7.19.6" |
101 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f" |
102 |
| - integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw== |
| 101 | +"@babel/helper-module-transforms@^7.21.2": |
| 102 | + version "7.21.2" |
| 103 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 104 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
103 | 105 | dependencies:
|
104 | 106 | "@babel/helper-environment-visitor" "^7.18.9"
|
105 | 107 | "@babel/helper-module-imports" "^7.18.6"
|
106 |
| - "@babel/helper-simple-access" "^7.19.4" |
| 108 | + "@babel/helper-simple-access" "^7.20.2" |
107 | 109 | "@babel/helper-split-export-declaration" "^7.18.6"
|
108 | 110 | "@babel/helper-validator-identifier" "^7.19.1"
|
109 |
| - "@babel/template" "^7.18.10" |
110 |
| - "@babel/traverse" "^7.19.6" |
111 |
| - "@babel/types" "^7.19.4" |
| 111 | + "@babel/template" "^7.20.7" |
| 112 | + "@babel/traverse" "^7.21.2" |
| 113 | + "@babel/types" "^7.21.2" |
112 | 114 |
|
113 |
| -"@babel/helper-simple-access@^7.19.4": |
114 |
| - version "7.19.4" |
115 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7" |
116 |
| - integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg== |
| 115 | +"@babel/helper-simple-access@^7.20.2": |
| 116 | + version "7.20.2" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 118 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
117 | 119 | dependencies:
|
118 |
| - "@babel/types" "^7.19.4" |
| 120 | + "@babel/types" "^7.20.2" |
119 | 121 |
|
120 | 122 | "@babel/helper-split-export-declaration@^7.18.6":
|
121 | 123 | version "7.18.6"
|
|
135 | 137 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
136 | 138 |
|
137 | 139 | "@babel/helper-validator-option@^7.18.6":
|
138 |
| - version "7.18.6" |
139 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
140 |
| - integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
| 140 | + version "7.21.0" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
| 142 | + integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== |
141 | 143 |
|
142 |
| -"@babel/helpers@^7.19.4": |
143 |
| - version "7.19.4" |
144 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5" |
145 |
| - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw== |
| 144 | +"@babel/helpers@^7.21.0": |
| 145 | + version "7.21.0" |
| 146 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 147 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
146 | 148 | dependencies:
|
147 |
| - "@babel/template" "^7.18.10" |
148 |
| - "@babel/traverse" "^7.19.4" |
149 |
| - "@babel/types" "^7.19.4" |
| 149 | + "@babel/template" "^7.20.7" |
| 150 | + "@babel/traverse" "^7.21.0" |
| 151 | + "@babel/types" "^7.21.0" |
150 | 152 |
|
151 | 153 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
|
152 | 154 | version "7.18.6"
|
|
157 | 159 | chalk "^2.0.0"
|
158 | 160 | js-tokens "^4.0.0"
|
159 | 161 |
|
160 |
| -"@babel/parser@^7.18.10", "@babel/parser@^7.19.6": |
161 |
| - version "7.19.6" |
162 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8" |
163 |
| - integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA== |
| 162 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.3": |
| 163 | + version "7.21.3" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
| 165 | + integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
164 | 166 |
|
165 |
| -"@babel/template@^7.18.10": |
166 |
| - version "7.18.10" |
167 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
168 |
| - integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 167 | +"@babel/template@^7.20.7": |
| 168 | + version "7.20.7" |
| 169 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 170 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
169 | 171 | dependencies:
|
170 | 172 | "@babel/code-frame" "^7.18.6"
|
171 |
| - "@babel/parser" "^7.18.10" |
172 |
| - "@babel/types" "^7.18.10" |
| 173 | + "@babel/parser" "^7.20.7" |
| 174 | + "@babel/types" "^7.20.7" |
173 | 175 |
|
174 |
| -"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6": |
175 |
| - version "7.19.6" |
176 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc" |
177 |
| - integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ== |
| 176 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3": |
| 177 | + version "7.21.3" |
| 178 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
| 179 | + integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
178 | 180 | dependencies:
|
179 | 181 | "@babel/code-frame" "^7.18.6"
|
180 |
| - "@babel/generator" "^7.19.6" |
| 182 | + "@babel/generator" "^7.21.3" |
181 | 183 | "@babel/helper-environment-visitor" "^7.18.9"
|
182 |
| - "@babel/helper-function-name" "^7.19.0" |
| 184 | + "@babel/helper-function-name" "^7.21.0" |
183 | 185 | "@babel/helper-hoist-variables" "^7.18.6"
|
184 | 186 | "@babel/helper-split-export-declaration" "^7.18.6"
|
185 |
| - "@babel/parser" "^7.19.6" |
186 |
| - "@babel/types" "^7.19.4" |
| 187 | + "@babel/parser" "^7.21.3" |
| 188 | + "@babel/types" "^7.21.3" |
187 | 189 | debug "^4.1.0"
|
188 | 190 | globals "^11.1.0"
|
189 | 191 |
|
190 |
| -"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4": |
191 |
| - version "7.19.4" |
192 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" |
193 |
| - integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== |
| 192 | +"@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3": |
| 193 | + version "7.21.3" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
| 195 | + integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== |
194 | 196 | dependencies:
|
195 | 197 | "@babel/helper-string-parser" "^7.19.4"
|
196 | 198 | "@babel/helper-validator-identifier" "^7.19.1"
|
|
257 | 259 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
258 | 260 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
259 | 261 |
|
260 |
| -"@jridgewell/trace-mapping@^0.3.9": |
| 262 | +"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
261 | 263 | version "0.3.17"
|
262 | 264 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
263 | 265 | integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
@@ -370,14 +372,14 @@ brace-expansion@^1.1.7:
|
370 | 372 | concat-map "0.0.1"
|
371 | 373 |
|
372 | 374 | browserslist@^4.21.3:
|
373 |
| - version "4.21.4" |
374 |
| - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987" |
375 |
| - integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw== |
| 375 | + version "4.21.5" |
| 376 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" |
| 377 | + integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== |
376 | 378 | dependencies:
|
377 |
| - caniuse-lite "^1.0.30001400" |
378 |
| - electron-to-chromium "^1.4.251" |
379 |
| - node-releases "^2.0.6" |
380 |
| - update-browserslist-db "^1.0.9" |
| 379 | + caniuse-lite "^1.0.30001449" |
| 380 | + electron-to-chromium "^1.4.284" |
| 381 | + node-releases "^2.0.8" |
| 382 | + update-browserslist-db "^1.0.10" |
381 | 383 |
|
382 | 384 | buffer-json@^2.0.0:
|
383 | 385 | version "2.0.0"
|
@@ -409,10 +411,10 @@ callsites@^3.0.0:
|
409 | 411 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
|
410 | 412 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
|
411 | 413 |
|
412 |
| -caniuse-lite@^1.0.30001400: |
413 |
| - version "1.0.30001422" |
414 |
| - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001422.tgz#f2d7c6202c49a8359e6e35add894d88ef93edba1" |
415 |
| - integrity sha512-hSesn02u1QacQHhaxl/kNMZwqVG35Sz/8DgvmgedxSH8z9UUpcDYSPYgsj3x5dQNRcNp6BwpSfQfVzYUTm+fog== |
| 414 | +caniuse-lite@^1.0.30001449: |
| 415 | + version "1.0.30001467" |
| 416 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001467.tgz#1afc9c16ed61f50dd87139da87ca43a3e0051c77" |
| 417 | + integrity sha512-cEdN/5e+RPikvl9AHm4uuLXxeCNq8rFsQ+lPHTfe/OtypP3WwnVVbjn+6uBV7PaFL6xUFzTh+sSCOz1rKhcO+Q== |
416 | 418 |
|
417 | 419 | chalk@^2.0.0:
|
418 | 420 | version "2.4.2"
|
@@ -519,10 +521,10 @@ doctrine@^3.0.0:
|
519 | 521 | dependencies:
|
520 | 522 | esutils "^2.0.2"
|
521 | 523 |
|
522 |
| -electron-to-chromium@^1.4.251: |
523 |
| - version "1.4.284" |
524 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" |
525 |
| - integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== |
| 524 | +electron-to-chromium@^1.4.284: |
| 525 | + version "1.4.332" |
| 526 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.332.tgz#b981fcf61587abe03c24b301b2cfbdcc2b70e8a5" |
| 527 | + integrity sha512-c1Vbv5tuUlBFp0mb3mCIjw+REEsgthRgNE8BlbEDKmvzb8rxjcVki6OkQP83vLN34s0XCxpSkq7AZNep1a6xhw== |
526 | 528 |
|
527 | 529 | emoji-regex@^8.0.0:
|
528 | 530 | version "8.0.0"
|
@@ -1085,11 +1087,16 @@ json5@^1.0.1:
|
1085 | 1087 | dependencies:
|
1086 | 1088 | minimist "^1.2.0"
|
1087 | 1089 |
|
1088 |
| -json5@^2.1.2, json5@^2.2.1: |
| 1090 | +json5@^2.1.2: |
1089 | 1091 | version "2.2.1"
|
1090 | 1092 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
|
1091 | 1093 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
|
1092 | 1094 |
|
| 1095 | +json5@^2.2.2: |
| 1096 | + version "2.2.3" |
| 1097 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 1098 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 1099 | + |
1093 | 1100 | levn@^0.4.1:
|
1094 | 1101 | version "0.4.1"
|
1095 | 1102 | resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
|
@@ -1138,6 +1145,13 @@ lodash.truncate@^4.4.2:
|
1138 | 1145 | resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
|
1139 | 1146 | integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
|
1140 | 1147 |
|
| 1148 | +lru-cache@^5.1.1: |
| 1149 | + version "5.1.1" |
| 1150 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
| 1151 | + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== |
| 1152 | + dependencies: |
| 1153 | + yallist "^3.0.2" |
| 1154 | + |
1141 | 1155 | lru-cache@^6.0.0:
|
1142 | 1156 | version "6.0.0"
|
1143 | 1157 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
@@ -1186,10 +1200,10 @@ neo-async@^2.6.1, neo-async@^2.6.2:
|
1186 | 1200 | resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
1187 | 1201 | integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
1188 | 1202 |
|
1189 |
| -node-releases@^2.0.6: |
1190 |
| - version "2.0.6" |
1191 |
| - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" |
1192 |
| - integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== |
| 1203 | +node-releases@^2.0.8: |
| 1204 | + version "2.0.10" |
| 1205 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f" |
| 1206 | + integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== |
1193 | 1207 |
|
1194 | 1208 | object-inspect@^1.12.2, object-inspect@^1.9.0:
|
1195 | 1209 | version "1.12.2"
|
@@ -1524,7 +1538,7 @@ unbox-primitive@^1.0.2:
|
1524 | 1538 | has-symbols "^1.0.3"
|
1525 | 1539 | which-boxed-primitive "^1.0.2"
|
1526 | 1540 |
|
1527 |
| -update-browserslist-db@^1.0.9: |
| 1541 | +update-browserslist-db@^1.0.10: |
1528 | 1542 | version "1.0.10"
|
1529 | 1543 | resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
|
1530 | 1544 | integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
|
@@ -1572,6 +1586,11 @@ wrappy@1:
|
1572 | 1586 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
1573 | 1587 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
|
1574 | 1588 |
|
| 1589 | +yallist@^3.0.2: |
| 1590 | + version "3.1.1" |
| 1591 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" |
| 1592 | + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== |
| 1593 | + |
1575 | 1594 | yallist@^4.0.0:
|
1576 | 1595 | version "4.0.0"
|
1577 | 1596 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
0 commit comments