|
25 | 25 | "@jridgewell/gen-mapping" "^0.1.0"
|
26 | 26 | "@jridgewell/trace-mapping" "^0.3.9"
|
27 | 27 |
|
28 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.26.2": |
29 |
| - version "7.26.2" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
31 |
| - integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.27.1": |
| 29 | + version "7.27.1" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be" |
| 31 | + integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== |
32 | 32 | dependencies:
|
33 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
| 33 | + "@babel/helper-validator-identifier" "^7.27.1" |
34 | 34 | js-tokens "^4.0.0"
|
35 |
| - picocolors "^1.0.0" |
| 35 | + picocolors "^1.1.1" |
36 | 36 |
|
37 |
| -"@babel/compat-data@^7.26.5": |
38 |
| - version "7.26.5" |
39 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7" |
40 |
| - integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg== |
| 37 | +"@babel/compat-data@^7.27.2": |
| 38 | + version "7.27.5" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82" |
| 40 | + integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg== |
41 | 41 |
|
42 |
| -"@babel/core@^7.18.9", "@babel/core@^7.26.0", "@babel/core@^7.26.10": |
43 |
| - version "7.26.10" |
44 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
45 |
| - integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
| 42 | +"@babel/core@^7.18.9", "@babel/core@^7.26.0", "@babel/core@^7.27.4": |
| 43 | + version "7.27.4" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 45 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
46 | 46 | dependencies:
|
47 | 47 | "@ampproject/remapping" "^2.2.0"
|
48 |
| - "@babel/code-frame" "^7.26.2" |
49 |
| - "@babel/generator" "^7.26.10" |
50 |
| - "@babel/helper-compilation-targets" "^7.26.5" |
51 |
| - "@babel/helper-module-transforms" "^7.26.0" |
52 |
| - "@babel/helpers" "^7.26.10" |
53 |
| - "@babel/parser" "^7.26.10" |
54 |
| - "@babel/template" "^7.26.9" |
55 |
| - "@babel/traverse" "^7.26.10" |
56 |
| - "@babel/types" "^7.26.10" |
| 48 | + "@babel/code-frame" "^7.27.1" |
| 49 | + "@babel/generator" "^7.27.3" |
| 50 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 51 | + "@babel/helper-module-transforms" "^7.27.3" |
| 52 | + "@babel/helpers" "^7.27.4" |
| 53 | + "@babel/parser" "^7.27.4" |
| 54 | + "@babel/template" "^7.27.2" |
| 55 | + "@babel/traverse" "^7.27.4" |
| 56 | + "@babel/types" "^7.27.3" |
57 | 57 | convert-source-map "^2.0.0"
|
58 | 58 | debug "^4.1.0"
|
59 | 59 | gensync "^1.0.0-beta.2"
|
60 | 60 | json5 "^2.2.3"
|
61 | 61 | semver "^6.3.1"
|
62 | 62 |
|
63 |
| -"@babel/generator@^7.26.10": |
64 |
| - version "7.26.10" |
65 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
66 |
| - integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 63 | +"@babel/generator@^7.27.3": |
| 64 | + version "7.27.5" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 66 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
67 | 67 | dependencies:
|
68 |
| - "@babel/parser" "^7.26.10" |
69 |
| - "@babel/types" "^7.26.10" |
| 68 | + "@babel/parser" "^7.27.5" |
| 69 | + "@babel/types" "^7.27.3" |
70 | 70 | "@jridgewell/gen-mapping" "^0.3.5"
|
71 | 71 | "@jridgewell/trace-mapping" "^0.3.25"
|
72 | 72 | jsesc "^3.0.2"
|
|
78 | 78 | dependencies:
|
79 | 79 | "@babel/types" "^7.22.5"
|
80 | 80 |
|
81 |
| -"@babel/helper-compilation-targets@^7.26.5": |
82 |
| - version "7.26.5" |
83 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8" |
84 |
| - integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA== |
| 81 | +"@babel/helper-compilation-targets@^7.27.2": |
| 82 | + version "7.27.2" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 84 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
85 | 85 | dependencies:
|
86 |
| - "@babel/compat-data" "^7.26.5" |
87 |
| - "@babel/helper-validator-option" "^7.25.9" |
| 86 | + "@babel/compat-data" "^7.27.2" |
| 87 | + "@babel/helper-validator-option" "^7.27.1" |
88 | 88 | browserslist "^4.24.0"
|
89 | 89 | lru-cache "^5.1.1"
|
90 | 90 | semver "^6.3.1"
|
91 | 91 |
|
92 |
| -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.25.9": |
93 |
| - version "7.25.9" |
94 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
95 |
| - integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
| 92 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.16.0", "@babel/helper-module-imports@^7.27.1": |
| 93 | + version "7.27.1" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204" |
| 95 | + integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== |
96 | 96 | dependencies:
|
97 |
| - "@babel/traverse" "^7.25.9" |
98 |
| - "@babel/types" "^7.25.9" |
| 97 | + "@babel/traverse" "^7.27.1" |
| 98 | + "@babel/types" "^7.27.1" |
99 | 99 |
|
100 |
| -"@babel/helper-module-transforms@^7.26.0": |
101 |
| - version "7.26.0" |
102 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
103 |
| - integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 100 | +"@babel/helper-module-transforms@^7.27.3": |
| 101 | + version "7.27.3" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 103 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
104 | 104 | dependencies:
|
105 |
| - "@babel/helper-module-imports" "^7.25.9" |
106 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
107 |
| - "@babel/traverse" "^7.25.9" |
| 105 | + "@babel/helper-module-imports" "^7.27.1" |
| 106 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 107 | + "@babel/traverse" "^7.27.3" |
108 | 108 |
|
109 | 109 | "@babel/helper-plugin-utils@^7.25.9":
|
110 | 110 | version "7.25.9"
|
111 | 111 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
|
112 | 112 | integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
|
113 | 113 |
|
114 |
| -"@babel/helper-string-parser@^7.25.9": |
115 |
| - version "7.25.9" |
116 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
117 |
| - integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 114 | +"@babel/helper-string-parser@^7.27.1": |
| 115 | + version "7.27.1" |
| 116 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 117 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
118 | 118 |
|
119 |
| -"@babel/helper-validator-identifier@^7.25.9": |
120 |
| - version "7.25.9" |
121 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
122 |
| - integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 119 | +"@babel/helper-validator-identifier@^7.27.1": |
| 120 | + version "7.27.1" |
| 121 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
| 122 | + integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
123 | 123 |
|
124 |
| -"@babel/helper-validator-option@^7.25.9": |
125 |
| - version "7.25.9" |
126 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
127 |
| - integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
| 124 | +"@babel/helper-validator-option@^7.27.1": |
| 125 | + version "7.27.1" |
| 126 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
| 127 | + integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
128 | 128 |
|
129 |
| -"@babel/helpers@^7.26.10": |
130 |
| - version "7.26.10" |
131 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
132 |
| - integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
| 129 | +"@babel/helpers@^7.27.4": |
| 130 | + version "7.27.6" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 132 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
133 | 133 | dependencies:
|
134 |
| - "@babel/template" "^7.26.9" |
135 |
| - "@babel/types" "^7.26.10" |
| 134 | + "@babel/template" "^7.27.2" |
| 135 | + "@babel/types" "^7.27.6" |
136 | 136 |
|
137 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
138 |
| - version "7.26.10" |
139 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
140 |
| - integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 137 | +"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5": |
| 138 | + version "7.27.5" |
| 139 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826" |
| 140 | + integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg== |
141 | 141 | dependencies:
|
142 |
| - "@babel/types" "^7.26.10" |
| 142 | + "@babel/types" "^7.27.3" |
143 | 143 |
|
144 | 144 | "@babel/plugin-transform-react-jsx-self@^7.25.9":
|
145 | 145 | version "7.25.9"
|
|
162 | 162 | dependencies:
|
163 | 163 | regenerator-runtime "^0.14.0"
|
164 | 164 |
|
165 |
| -"@babel/template@^7.20.7", "@babel/template@^7.26.9": |
166 |
| - version "7.26.9" |
167 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
168 |
| - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
169 |
| - dependencies: |
170 |
| - "@babel/code-frame" "^7.26.2" |
171 |
| - "@babel/parser" "^7.26.9" |
172 |
| - "@babel/types" "^7.26.9" |
173 |
| - |
174 |
| -"@babel/traverse@^7.18.9", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.4.5": |
175 |
| - version "7.26.10" |
176 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
177 |
| - integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
178 |
| - dependencies: |
179 |
| - "@babel/code-frame" "^7.26.2" |
180 |
| - "@babel/generator" "^7.26.10" |
181 |
| - "@babel/parser" "^7.26.10" |
182 |
| - "@babel/template" "^7.26.9" |
183 |
| - "@babel/types" "^7.26.10" |
| 165 | +"@babel/template@^7.20.7", "@babel/template@^7.27.2": |
| 166 | + version "7.27.2" |
| 167 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 168 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 169 | + dependencies: |
| 170 | + "@babel/code-frame" "^7.27.1" |
| 171 | + "@babel/parser" "^7.27.2" |
| 172 | + "@babel/types" "^7.27.1" |
| 173 | + |
| 174 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4", "@babel/traverse@^7.4.5": |
| 175 | + version "7.27.4" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 177 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 178 | + dependencies: |
| 179 | + "@babel/code-frame" "^7.27.1" |
| 180 | + "@babel/generator" "^7.27.3" |
| 181 | + "@babel/parser" "^7.27.4" |
| 182 | + "@babel/template" "^7.27.2" |
| 183 | + "@babel/types" "^7.27.3" |
184 | 184 | debug "^4.3.1"
|
185 | 185 | globals "^11.1.0"
|
186 | 186 |
|
187 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9": |
188 |
| - version "7.26.10" |
189 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
190 |
| - integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 187 | +"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.21.5", "@babel/types@^7.22.5", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6": |
| 188 | + version "7.27.6" |
| 189 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535" |
| 190 | + integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q== |
191 | 191 | dependencies:
|
192 |
| - "@babel/helper-string-parser" "^7.25.9" |
193 |
| - "@babel/helper-validator-identifier" "^7.25.9" |
| 192 | + "@babel/helper-string-parser" "^7.27.1" |
| 193 | + "@babel/helper-validator-identifier" "^7.27.1" |
194 | 194 |
|
195 | 195 | "@cspotcode/source-map-support@^0.8.0":
|
196 | 196 | version "0.8.1"
|
@@ -4639,7 +4639,7 @@ pathval@^2.0.0:
|
4639 | 4639 | resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
|
4640 | 4640 | integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
|
4641 | 4641 |
|
4642 |
| -picocolors@^1.0.0, picocolors@^1.1.1: |
| 4642 | +picocolors@^1.1.1: |
4643 | 4643 | version "1.1.1"
|
4644 | 4644 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
|
4645 | 4645 | integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
0 commit comments