|
42 | 42 | js-tokens "^4.0.0" |
43 | 43 | picocolors "^1.0.0" |
44 | 44 |
|
| 45 | +"@babel/code-frame@^7.29.7": |
| 46 | + version "7.29.7" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" |
| 48 | + integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== |
| 49 | + dependencies: |
| 50 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 51 | + js-tokens "^4.0.0" |
| 52 | + picocolors "^1.1.1" |
| 53 | + |
45 | 54 | "@babel/compat-data@^7.25.9": |
46 | 55 | version "7.26.3" |
47 | 56 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02" |
|
117 | 126 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
118 | 127 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
119 | 128 |
|
| 129 | +"@babel/helper-string-parser@^7.29.7": |
| 130 | + version "7.29.7" |
| 131 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f" |
| 132 | + integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw== |
| 133 | + |
120 | 134 | "@babel/helper-validator-identifier@^7.25.9": |
121 | 135 | version "7.25.9" |
122 | 136 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
123 | 137 | integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
124 | 138 |
|
| 139 | +"@babel/helper-validator-identifier@^7.29.7": |
| 140 | + version "7.29.7" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2" |
| 142 | + integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg== |
| 143 | + |
125 | 144 | "@babel/helper-validator-option@^7.25.9": |
126 | 145 | version "7.25.9" |
127 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
128 | 147 | integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
129 | 148 |
|
130 | 149 | "@babel/helpers@^7.26.0": |
131 | | - version "7.26.0" |
132 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
133 | | - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 150 | + version "7.29.7" |
| 151 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607" |
| 152 | + integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg== |
134 | 153 | dependencies: |
135 | | - "@babel/template" "^7.25.9" |
136 | | - "@babel/types" "^7.26.0" |
| 154 | + "@babel/template" "^7.29.7" |
| 155 | + "@babel/types" "^7.29.7" |
137 | 156 |
|
138 | 157 | "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3": |
139 | 158 | version "7.26.3" |
|
142 | 161 | dependencies: |
143 | 162 | "@babel/types" "^7.26.3" |
144 | 163 |
|
| 164 | +"@babel/parser@^7.29.7": |
| 165 | + version "7.29.7" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334" |
| 167 | + integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg== |
| 168 | + dependencies: |
| 169 | + "@babel/types" "^7.29.7" |
| 170 | + |
145 | 171 | "@babel/plugin-proposal-export-namespace-from@^7.14.5": |
146 | 172 | version "7.18.9" |
147 | 173 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203" |
|
174 | 200 | "@babel/parser" "^7.25.9" |
175 | 201 | "@babel/types" "^7.25.9" |
176 | 202 |
|
| 203 | +"@babel/template@^7.29.7": |
| 204 | + version "7.29.7" |
| 205 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700" |
| 206 | + integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg== |
| 207 | + dependencies: |
| 208 | + "@babel/code-frame" "^7.29.7" |
| 209 | + "@babel/parser" "^7.29.7" |
| 210 | + "@babel/types" "^7.29.7" |
| 211 | + |
177 | 212 | "@babel/traverse@^7.25.9": |
178 | 213 | version "7.26.4" |
179 | 214 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd" |
|
195 | 230 | "@babel/helper-string-parser" "^7.25.9" |
196 | 231 | "@babel/helper-validator-identifier" "^7.25.9" |
197 | 232 |
|
| 233 | +"@babel/types@^7.29.7": |
| 234 | + version "7.29.7" |
| 235 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92" |
| 236 | + integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA== |
| 237 | + dependencies: |
| 238 | + "@babel/helper-string-parser" "^7.29.7" |
| 239 | + "@babel/helper-validator-identifier" "^7.29.7" |
| 240 | + |
198 | 241 | "@balena/dockerignore@^1.0.2": |
199 | 242 | version "1.0.2" |
200 | 243 | resolved "https://registry.yarnpkg.com/@balena/dockerignore/-/dockerignore-1.0.2.tgz#9ffe4726915251e8eb69f44ef3547e0da2c03e0d" |
@@ -5802,7 +5845,7 @@ pathval@^1.1.1: |
5802 | 5845 | resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" |
5803 | 5846 | integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== |
5804 | 5847 |
|
5805 | | -picocolors@^1.0.0, picocolors@^1.1.0: |
| 5848 | +picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1: |
5806 | 5849 | version "1.1.1" |
5807 | 5850 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
5808 | 5851 | integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
@@ -6968,7 +7011,7 @@ typedoc@^0.26.7: |
6968 | 7011 | shiki "^1.16.2" |
6969 | 7012 | yaml "^2.5.1" |
6970 | 7013 |
|
6971 | | -"typescript@>=3 < 6", typescript@^5.7.2, typescript@^6.0.0: |
| 7014 | +"typescript@>=3 < 6", typescript@^5.7.2, typescript@^6.0.0, typescript@^6.0.3: |
6972 | 7015 | version "6.0.3" |
6973 | 7016 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" |
6974 | 7017 | integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== |
|
0 commit comments