|
18 | 18 | esutils "^2.0.2"
|
19 | 19 | js-tokens "^3.0.0"
|
20 | 20 |
|
| 21 | +"@babel/code-frame@^7.24.7": |
| 22 | + version "7.24.7" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
| 24 | + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 25 | + dependencies: |
| 26 | + "@babel/highlight" "^7.24.7" |
| 27 | + picocolors "^1.0.0" |
| 28 | + |
21 | 29 | "@babel/code-frame@^7.8.3":
|
22 | 30 | version "7.8.3"
|
23 | 31 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
|
24 | 32 | integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
|
25 | 33 | dependencies:
|
26 | 34 | "@babel/highlight" "^7.8.3"
|
27 | 35 |
|
| 36 | +"@babel/generator@^7.25.4": |
| 37 | + version "7.25.5" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.5.tgz#b31cf05b3fe8c32d206b6dad03bb0aacbde73450" |
| 39 | + integrity sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w== |
| 40 | + dependencies: |
| 41 | + "@babel/types" "^7.25.4" |
| 42 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 43 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 44 | + jsesc "^2.5.1" |
| 45 | + |
28 | 46 | "@babel/generator@^7.8.4":
|
29 | 47 | version "7.8.4"
|
30 | 48 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
|
|
51 | 69 | dependencies:
|
52 | 70 | "@babel/types" "^7.8.3"
|
53 | 71 |
|
| 72 | +"@babel/helper-module-imports@^7.7.4": |
| 73 | + version "7.24.7" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
| 75 | + integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== |
| 76 | + dependencies: |
| 77 | + "@babel/traverse" "^7.24.7" |
| 78 | + "@babel/types" "^7.24.7" |
| 79 | + |
54 | 80 | "@babel/helper-split-export-declaration@^7.8.3":
|
55 | 81 | version "7.8.3"
|
56 | 82 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
57 | 83 | integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
|
58 | 84 | dependencies:
|
59 | 85 | "@babel/types" "^7.8.3"
|
60 | 86 |
|
| 87 | +"@babel/helper-string-parser@^7.24.8": |
| 88 | + version "7.24.8" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 90 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 91 | + |
| 92 | +"@babel/helper-validator-identifier@^7.24.7": |
| 93 | + version "7.24.7" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
| 95 | + integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
| 96 | + |
61 | 97 | "@babel/highlight@^7.0.0":
|
62 | 98 | version "7.0.0"
|
63 | 99 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
|
67 | 103 | esutils "^2.0.2"
|
68 | 104 | js-tokens "^4.0.0"
|
69 | 105 |
|
| 106 | +"@babel/highlight@^7.24.7": |
| 107 | + version "7.24.7" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
| 109 | + integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 110 | + dependencies: |
| 111 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 112 | + chalk "^2.4.2" |
| 113 | + js-tokens "^4.0.0" |
| 114 | + picocolors "^1.0.0" |
| 115 | + |
70 | 116 | "@babel/highlight@^7.8.3":
|
71 | 117 | version "7.8.3"
|
72 | 118 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
|
|
76 | 122 | esutils "^2.0.2"
|
77 | 123 | js-tokens "^4.0.0"
|
78 | 124 |
|
| 125 | +"@babel/parser@^7.25.0", "@babel/parser@^7.25.4": |
| 126 | + version "7.25.4" |
| 127 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.4.tgz#af4f2df7d02440286b7de57b1c21acfb2a6f257a" |
| 128 | + integrity sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA== |
| 129 | + dependencies: |
| 130 | + "@babel/types" "^7.25.4" |
| 131 | + |
79 | 132 | "@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
|
80 | 133 | version "7.8.4"
|
81 | 134 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
|
|
110 | 163 | dependencies:
|
111 | 164 | regenerator-runtime "^0.13.4"
|
112 | 165 |
|
| 166 | +"@babel/template@^7.25.0": |
| 167 | + version "7.25.0" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
| 169 | + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
| 170 | + dependencies: |
| 171 | + "@babel/code-frame" "^7.24.7" |
| 172 | + "@babel/parser" "^7.25.0" |
| 173 | + "@babel/types" "^7.25.0" |
| 174 | + |
113 | 175 | "@babel/template@^7.8.3":
|
114 | 176 | version "7.8.3"
|
115 | 177 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
|
|
119 | 181 | "@babel/parser" "^7.8.3"
|
120 | 182 | "@babel/types" "^7.8.3"
|
121 | 183 |
|
| 184 | +"@babel/traverse@^7.24.7": |
| 185 | + version "7.25.4" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.4.tgz#648678046990f2957407e3086e97044f13c3e18e" |
| 187 | + integrity sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg== |
| 188 | + dependencies: |
| 189 | + "@babel/code-frame" "^7.24.7" |
| 190 | + "@babel/generator" "^7.25.4" |
| 191 | + "@babel/parser" "^7.25.4" |
| 192 | + "@babel/template" "^7.25.0" |
| 193 | + "@babel/types" "^7.25.4" |
| 194 | + debug "^4.3.1" |
| 195 | + globals "^11.1.0" |
| 196 | + |
122 | 197 | "@babel/traverse@^7.7.0":
|
123 | 198 | version "7.8.4"
|
124 | 199 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
|
|
134 | 209 | globals "^11.1.0"
|
135 | 210 | lodash "^4.17.13"
|
136 | 211 |
|
| 212 | +"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.4": |
| 213 | + version "7.25.4" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.4.tgz#6bcb46c72fdf1012a209d016c07f769e10adcb5f" |
| 215 | + integrity sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ== |
| 216 | + dependencies: |
| 217 | + "@babel/helper-string-parser" "^7.24.8" |
| 218 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 219 | + to-fast-properties "^2.0.0" |
| 220 | + |
137 | 221 | "@babel/types@^7.7.0", "@babel/types@^7.8.3":
|
138 | 222 | version "7.8.3"
|
139 | 223 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
157 | 241 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
158 | 242 | "@jridgewell/trace-mapping" "^0.3.9"
|
159 | 243 |
|
| 244 | +"@jridgewell/gen-mapping@^0.3.5": |
| 245 | + version "0.3.5" |
| 246 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 247 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 248 | + dependencies: |
| 249 | + "@jridgewell/set-array" "^1.2.1" |
| 250 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 251 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 252 | + |
160 | 253 | "@jridgewell/resolve-uri@^3.0.3":
|
161 | 254 | version "3.1.0"
|
162 | 255 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
163 | 256 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
164 | 257 |
|
| 258 | +"@jridgewell/resolve-uri@^3.1.0": |
| 259 | + version "3.1.2" |
| 260 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 261 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 262 | + |
165 | 263 | "@jridgewell/set-array@^1.0.1":
|
166 | 264 | version "1.1.2"
|
167 | 265 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
168 | 266 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
169 | 267 |
|
| 268 | +"@jridgewell/set-array@^1.2.1": |
| 269 | + version "1.2.1" |
| 270 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 271 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 272 | + |
170 | 273 | "@jridgewell/source-map@^0.3.2":
|
171 | 274 | version "0.3.2"
|
172 | 275 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
|
|
180 | 283 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
181 | 284 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
182 | 285 |
|
| 286 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 287 | + version "1.5.0" |
| 288 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 289 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 290 | + |
| 291 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 292 | + version "0.3.25" |
| 293 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 294 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 295 | + dependencies: |
| 296 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 297 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 298 | + |
183 | 299 | "@jridgewell/trace-mapping@^0.3.9":
|
184 | 300 | version "0.3.14"
|
185 | 301 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
|
|
248 | 364 | node-gyp "^7.1.0"
|
249 | 365 | read-package-json-fast "^2.0.1"
|
250 | 366 |
|
| 367 | + |
| 368 | + version "5.0.0" |
| 369 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9" |
| 370 | + integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA== |
| 371 | + dependencies: |
| 372 | + "@babel/helper-module-imports" "^7.7.4" |
| 373 | + "@rollup/pluginutils" "^3.0.8" |
| 374 | + |
| 375 | +"@rollup/pluginutils@^3.0.8": |
| 376 | + version "3.1.0" |
| 377 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 378 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 379 | + dependencies: |
| 380 | + "@types/estree" "0.0.39" |
| 381 | + estree-walker "^1.0.1" |
| 382 | + picomatch "^2.2.2" |
| 383 | + |
251 | 384 |
|
252 | 385 | version "3.4.12"
|
253 | 386 | resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-3.4.12.tgz#ff6cbaf563c3cb5d648d6a35f66cfa50ced49bf4"
|
@@ -4702,16 +4835,16 @@ estraverse@^5.2.0:
|
4702 | 4835 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
|
4703 | 4836 | integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
|
4704 | 4837 |
|
4705 |
| -estree-walker@^0.2.1: |
4706 |
| - version "0.2.1" |
4707 |
| - resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e" |
4708 |
| - integrity sha1-va/oCVOD2EFNXcLs9MkXO225QS4= |
4709 |
| - |
4710 | 4838 | estree-walker@^0.6.1:
|
4711 | 4839 | version "0.6.1"
|
4712 | 4840 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
4713 | 4841 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
4714 | 4842 |
|
| 4843 | +estree-walker@^1.0.1: |
| 4844 | + version "1.0.1" |
| 4845 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 4846 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 4847 | + |
4715 | 4848 | esutils@^2.0.2:
|
4716 | 4849 | version "2.0.3"
|
4717 | 4850 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
@@ -9291,6 +9424,16 @@ performance-now@^2.1.0:
|
9291 | 9424 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
9292 | 9425 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
9293 | 9426 |
|
| 9427 | +picocolors@^1.0.0: |
| 9428 | + version "1.0.1" |
| 9429 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
| 9430 | + integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== |
| 9431 | + |
| 9432 | +picomatch@^2.2.2: |
| 9433 | + version "2.3.1" |
| 9434 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 9435 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 9436 | + |
9294 | 9437 | pify@^2.0.0:
|
9295 | 9438 | version "2.3.0"
|
9296 | 9439 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
@@ -10784,13 +10927,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
10784 | 10927 | hash-base "^3.0.0"
|
10785 | 10928 | inherits "^2.0.1"
|
10786 | 10929 |
|
10787 |
| - |
10788 |
| - version "3.0.7" |
10789 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-3.0.7.tgz#5b13611f1ab8922497e9d15197ae5d8a23fe3b1e" |
10790 |
| - integrity sha512-bVe2y0z/V5Ax1qU8NX/0idmzIwJPdUGu8Xx3vXH73h0yGjxfv2gkFI82MBVg49SlsFlLTBadBHb67zy4TWM3hA== |
10791 |
| - dependencies: |
10792 |
| - rollup-pluginutils "^1.5.0" |
10793 |
| - |
10794 | 10930 |
|
10795 | 10931 | version "10.1.0"
|
10796 | 10932 | resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
|
|
10826 | 10962 | serialize-javascript "^2.1.2"
|
10827 | 10963 | uglify-js "^3.4.9"
|
10828 | 10964 |
|
10829 |
| -rollup-pluginutils@^1.5.0: |
10830 |
| - version "1.5.2" |
10831 |
| - resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408" |
10832 |
| - integrity sha1-HhVud4+UtyVb+hs9AXi+j1xVJAg= |
10833 |
| - dependencies: |
10834 |
| - estree-walker "^0.2.1" |
10835 |
| - minimatch "^3.0.2" |
10836 |
| - |
10837 | 10965 | rollup-pluginutils@^2.8.1:
|
10838 | 10966 | version "2.8.1"
|
10839 | 10967 | resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.1.tgz#8fa6dd0697344938ef26c2c09d2488ce9e33ce97"
|
|
0 commit comments