|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@ampproject/remapping@^2.2.0": |
6 | | - version "2.3.0" |
7 | | - resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz" |
8 | | - integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== |
9 | | - dependencies: |
10 | | - "@jridgewell/gen-mapping" "^0.3.5" |
11 | | - "@jridgewell/trace-mapping" "^0.3.24" |
12 | | - |
13 | | -"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2": |
14 | | - version "7.26.2" |
15 | | - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz" |
16 | | - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
17 | | - dependencies: |
18 | | - "@babel/helper-validator-identifier" "^7.25.9" |
19 | | - js-tokens "^4.0.0" |
20 | | - picocolors "^1.0.0" |
21 | | - |
22 | 5 | "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
23 | 6 | version "7.29.0" |
24 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
|
33 | 16 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" |
34 | 17 | integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== |
35 | 18 |
|
36 | | -"@babel/core@^7.24.4": |
37 | | - version "7.26.0" |
38 | | - resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz" |
39 | | - integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
40 | | - dependencies: |
41 | | - "@ampproject/remapping" "^2.2.0" |
42 | | - "@babel/code-frame" "^7.26.0" |
43 | | - "@babel/generator" "^7.26.0" |
44 | | - "@babel/helper-compilation-targets" "^7.25.9" |
45 | | - "@babel/helper-module-transforms" "^7.26.0" |
46 | | - "@babel/helpers" "^7.26.0" |
47 | | - "@babel/parser" "^7.26.0" |
48 | | - "@babel/template" "^7.25.9" |
49 | | - "@babel/traverse" "^7.25.9" |
50 | | - "@babel/types" "^7.26.0" |
| 19 | +"@babel/core@^7.29.0": |
| 20 | + version "7.29.0" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322" |
| 22 | + integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.29.0" |
| 25 | + "@babel/generator" "^7.29.0" |
| 26 | + "@babel/helper-compilation-targets" "^7.28.6" |
| 27 | + "@babel/helper-module-transforms" "^7.28.6" |
| 28 | + "@babel/helpers" "^7.28.6" |
| 29 | + "@babel/parser" "^7.29.0" |
| 30 | + "@babel/template" "^7.28.6" |
| 31 | + "@babel/traverse" "^7.29.0" |
| 32 | + "@babel/types" "^7.29.0" |
| 33 | + "@jridgewell/remapping" "^2.3.5" |
51 | 34 | convert-source-map "^2.0.0" |
52 | 35 | debug "^4.1.0" |
53 | 36 | gensync "^1.0.0-beta.2" |
54 | 37 | json5 "^2.2.3" |
55 | 38 | semver "^6.3.1" |
56 | 39 |
|
57 | | -"@babel/generator@^7.26.0", "@babel/generator@^7.26.3": |
58 | | - version "7.26.3" |
59 | | - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.26.3.tgz" |
60 | | - integrity sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ== |
61 | | - dependencies: |
62 | | - "@babel/parser" "^7.26.3" |
63 | | - "@babel/types" "^7.26.3" |
64 | | - "@jridgewell/gen-mapping" "^0.3.5" |
65 | | - "@jridgewell/trace-mapping" "^0.3.25" |
66 | | - jsesc "^3.0.2" |
67 | | - |
68 | 40 | "@babel/generator@^7.29.0": |
69 | 41 | version "7.29.1" |
70 | 42 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
|
90 | 62 | dependencies: |
91 | 63 | "@babel/types" "^7.27.3" |
92 | 64 |
|
93 | | -"@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6": |
| 65 | +"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6": |
94 | 66 | version "7.28.6" |
95 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" |
96 | 68 | integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== |
|
156 | 128 | "@babel/traverse" "^7.28.5" |
157 | 129 | "@babel/types" "^7.28.5" |
158 | 130 |
|
159 | | -"@babel/helper-module-imports@^7.25.9": |
160 | | - version "7.25.9" |
161 | | - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz" |
162 | | - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
163 | | - dependencies: |
164 | | - "@babel/traverse" "^7.25.9" |
165 | | - "@babel/types" "^7.25.9" |
166 | | - |
167 | 131 | "@babel/helper-module-imports@^7.28.6": |
168 | 132 | version "7.28.6" |
169 | 133 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
|
172 | 136 | "@babel/traverse" "^7.28.6" |
173 | 137 | "@babel/types" "^7.28.6" |
174 | 138 |
|
175 | | -"@babel/helper-module-transforms@^7.26.0": |
176 | | - version "7.26.0" |
177 | | - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz" |
178 | | - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
179 | | - dependencies: |
180 | | - "@babel/helper-module-imports" "^7.25.9" |
181 | | - "@babel/helper-validator-identifier" "^7.25.9" |
182 | | - "@babel/traverse" "^7.25.9" |
183 | | - |
184 | 139 | "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6": |
185 | 140 | version "7.28.6" |
186 | 141 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
|
228 | 183 | "@babel/traverse" "^7.27.1" |
229 | 184 | "@babel/types" "^7.27.1" |
230 | 185 |
|
231 | | -"@babel/helper-string-parser@^7.25.9": |
232 | | - version "7.25.9" |
233 | | - resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz" |
234 | | - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
235 | | - |
236 | 186 | "@babel/helper-string-parser@^7.27.1": |
237 | 187 | version "7.27.1" |
238 | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
239 | 189 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
240 | 190 |
|
241 | | -"@babel/helper-validator-identifier@^7.12.11": |
242 | | - version "7.12.11" |
243 | | - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz" |
244 | | - integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
245 | | - |
246 | | -"@babel/helper-validator-identifier@^7.25.9": |
247 | | - version "7.25.9" |
248 | | - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz" |
249 | | - integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
250 | | - |
251 | 191 | "@babel/helper-validator-identifier@^7.28.5": |
252 | 192 | version "7.28.5" |
253 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
|
267 | 207 | "@babel/traverse" "^7.28.6" |
268 | 208 | "@babel/types" "^7.28.6" |
269 | 209 |
|
270 | | -"@babel/helpers@^7.26.0": |
271 | | - version "7.26.0" |
272 | | - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz" |
273 | | - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
274 | | - dependencies: |
275 | | - "@babel/template" "^7.25.9" |
276 | | - "@babel/types" "^7.26.0" |
277 | | - |
278 | | -"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3": |
279 | | - version "7.26.3" |
280 | | - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.3.tgz" |
281 | | - integrity sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA== |
| 210 | +"@babel/helpers@^7.28.6": |
| 211 | + version "7.29.2" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49" |
| 213 | + integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw== |
282 | 214 | dependencies: |
283 | | - "@babel/types" "^7.26.3" |
| 215 | + "@babel/template" "^7.28.6" |
| 216 | + "@babel/types" "^7.29.0" |
284 | 217 |
|
285 | 218 | "@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
286 | 219 | version "7.29.2" |
|
837 | 770 | "@babel/types" "^7.4.4" |
838 | 771 | esutils "^2.0.2" |
839 | 772 |
|
840 | | -"@babel/template@^7.25.9": |
841 | | - version "7.25.9" |
842 | | - resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz" |
843 | | - integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== |
844 | | - dependencies: |
845 | | - "@babel/code-frame" "^7.25.9" |
846 | | - "@babel/parser" "^7.25.9" |
847 | | - "@babel/types" "^7.25.9" |
848 | | - |
849 | 773 | "@babel/template@^7.28.6": |
850 | 774 | version "7.28.6" |
851 | 775 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
|
855 | 779 | "@babel/parser" "^7.28.6" |
856 | 780 | "@babel/types" "^7.28.6" |
857 | 781 |
|
858 | | -"@babel/traverse@^7.25.9": |
859 | | - version "7.26.4" |
860 | | - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.4.tgz" |
861 | | - integrity sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w== |
862 | | - dependencies: |
863 | | - "@babel/code-frame" "^7.26.2" |
864 | | - "@babel/generator" "^7.26.3" |
865 | | - "@babel/parser" "^7.26.3" |
866 | | - "@babel/template" "^7.25.9" |
867 | | - "@babel/types" "^7.26.3" |
868 | | - debug "^4.3.1" |
869 | | - globals "^11.1.0" |
870 | | - |
871 | 782 | "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
872 | 783 | version "7.29.0" |
873 | 784 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
|
881 | 792 | "@babel/types" "^7.29.0" |
882 | 793 | debug "^4.3.1" |
883 | 794 |
|
884 | | -"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.3": |
885 | | - version "7.26.3" |
886 | | - resolved "https://registry.npmjs.org/@babel/types/-/types-7.26.3.tgz" |
887 | | - integrity sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA== |
888 | | - dependencies: |
889 | | - "@babel/helper-string-parser" "^7.25.9" |
890 | | - "@babel/helper-validator-identifier" "^7.25.9" |
891 | | - |
892 | | -"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 795 | +"@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.4.4": |
893 | 796 | version "7.29.0" |
894 | 797 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
895 | 798 | integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
896 | 799 | dependencies: |
897 | 800 | "@babel/helper-string-parser" "^7.27.1" |
898 | 801 | "@babel/helper-validator-identifier" "^7.28.5" |
899 | 802 |
|
900 | | -"@babel/types@^7.4.4": |
901 | | - version "7.12.12" |
902 | | - resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz" |
903 | | - integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== |
904 | | - dependencies: |
905 | | - "@babel/helper-validator-identifier" "^7.12.11" |
906 | | - lodash "^4.17.19" |
907 | | - to-fast-properties "^2.0.0" |
908 | | - |
909 | 803 | "@discoveryjs/json-ext@^1.0.0": |
910 | 804 | version "1.0.0" |
911 | 805 | resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-1.0.0.tgz#f75c08f88cfd9eb8d9b062284d5bbcc60c41bf2a" |
|
956 | 850 | "@jridgewell/sourcemap-codec" "^1.4.10" |
957 | 851 | "@jridgewell/trace-mapping" "^0.3.24" |
958 | 852 |
|
| 853 | +"@jridgewell/remapping@^2.3.5": |
| 854 | + version "2.3.5" |
| 855 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 856 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 857 | + dependencies: |
| 858 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 859 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 860 | + |
959 | 861 | "@jridgewell/resolve-uri@^3.1.0": |
960 | 862 | version "3.1.1" |
961 | 863 | resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz" |
@@ -1568,21 +1470,7 @@ csso@^5.0.5: |
1568 | 1470 | dependencies: |
1569 | 1471 | css-tree "~2.2.0" |
1570 | 1472 |
|
1571 | | -debug@^4.1.0: |
1572 | | - version "4.3.1" |
1573 | | - resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz" |
1574 | | - integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== |
1575 | | - dependencies: |
1576 | | - ms "2.1.2" |
1577 | | - |
1578 | | -debug@^4.3.1: |
1579 | | - version "4.4.0" |
1580 | | - resolved "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz" |
1581 | | - integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== |
1582 | | - dependencies: |
1583 | | - ms "^2.1.3" |
1584 | | - |
1585 | | -debug@^4.4.3: |
| 1473 | +debug@^4.1.0, debug@^4.3.1, debug@^4.4.3: |
1586 | 1474 | version "4.4.3" |
1587 | 1475 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
1588 | 1476 | integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
@@ -1785,11 +1673,6 @@ glob-to-regexp@^0.4.1: |
1785 | 1673 | resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" |
1786 | 1674 | integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== |
1787 | 1675 |
|
1788 | | -globals@^11.1.0: |
1789 | | - version "11.12.0" |
1790 | | - resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" |
1791 | | - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== |
1792 | | - |
1793 | 1676 | globby@^14.0.0: |
1794 | 1677 | version "14.0.2" |
1795 | 1678 | resolved "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz" |
@@ -2008,11 +1891,6 @@ lodash.uniq@^4.5.0: |
2008 | 1891 | resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz" |
2009 | 1892 | integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= |
2010 | 1893 |
|
2011 | | -lodash@^4.17.19: |
2012 | | - version "4.17.23" |
2013 | | - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" |
2014 | | - integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== |
2015 | | - |
2016 | 1894 | lru-cache@^5.1.1: |
2017 | 1895 | version "5.1.1" |
2018 | 1896 | resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" |
@@ -2073,11 +1951,6 @@ morphdom@2.7.7: |
2073 | 1951 | resolved "https://registry.yarnpkg.com/morphdom/-/morphdom-2.7.7.tgz#72559af781357a4eb2169a0a578acb76ff7e8abf" |
2074 | 1952 | integrity sha512-04GmsiBcalrSCNmzfo+UjU8tt3PhZJKzcOy+r1FlGA7/zri8wre3I1WkYN9PT3sIeIKfW9bpyElA+VzOg2E24g== |
2075 | 1953 |
|
2076 | | -ms@2.1.2: |
2077 | | - version "2.1.2" |
2078 | | - resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" |
2079 | | - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
2080 | | - |
2081 | 1954 | ms@^2.1.3: |
2082 | 1955 | version "2.1.3" |
2083 | 1956 | resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" |
@@ -2179,7 +2052,7 @@ path-type@^5.0.0: |
2179 | 2052 | dependencies: |
2180 | 2053 | morphdom "2.7.7" |
2181 | 2054 |
|
2182 | | -picocolors@^1.0.0, picocolors@^1.1.1: |
| 2055 | +picocolors@^1.1.1: |
2183 | 2056 | version "1.1.1" |
2184 | 2057 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz" |
2185 | 2058 | integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
@@ -2742,11 +2615,6 @@ terser@^5.31.1: |
2742 | 2615 | commander "^2.20.0" |
2743 | 2616 | source-map-support "~0.5.20" |
2744 | 2617 |
|
2745 | | -to-fast-properties@^2.0.0: |
2746 | | - version "2.0.0" |
2747 | | - resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" |
2748 | | - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= |
2749 | | - |
2750 | 2618 | to-regex-range@^5.0.1: |
2751 | 2619 | version "5.0.1" |
2752 | 2620 | resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" |
|
0 commit comments