|
286 | 286 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
|
287 | 287 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
|
288 | 288 |
|
289 |
| - |
290 |
| - version "9.0.6" |
291 |
| - resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3" |
292 |
| - integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw== |
| 289 | + |
| 290 | + version "9.0.10" |
| 291 | + resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.10.tgz#a7932a47177dcd4283b6146f3bd5c26d82647f09" |
| 292 | + integrity sha512-asx5hIG9Qmf/1oStypjanR7iKTv0gXQ1Ov/jfrX6kS/EO0OFni8orbmGCn0672NHR3kXHwpAwR+B368ZGN/2rA== |
293 | 293 | dependencies:
|
| 294 | + "@types/ms" "*" |
294 | 295 | "@types/node" "*"
|
295 | 296 |
|
| 297 | +"@types/ms@*": |
| 298 | + version "2.1.0" |
| 299 | + resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78" |
| 300 | + integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== |
| 301 | + |
296 | 302 | "@types/node@*":
|
297 | 303 | version "20.4.1"
|
298 | 304 | resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d"
|
@@ -3134,8 +3140,16 @@ streamsearch@^1.1.0:
|
3134 | 3140 | resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
|
3135 | 3141 | integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
|
3136 | 3142 |
|
3137 |
| -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: |
3138 |
| - name string-width-cjs |
| 3143 | +"string-width-cjs@npm:string-width@^4.2.0": |
| 3144 | + version "4.2.3" |
| 3145 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" |
| 3146 | + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== |
| 3147 | + dependencies: |
| 3148 | + emoji-regex "^8.0.0" |
| 3149 | + is-fullwidth-code-point "^3.0.0" |
| 3150 | + strip-ansi "^6.0.1" |
| 3151 | + |
| 3152 | +string-width@^4.1.0: |
3139 | 3153 | version "4.2.3"
|
3140 | 3154 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
3141 | 3155 | integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -3221,7 +3235,14 @@ string.prototype.trimstart@^1.0.7:
|
3221 | 3235 | define-properties "^1.2.0"
|
3222 | 3236 | es-abstract "^1.22.1"
|
3223 | 3237 |
|
3224 |
| -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
| 3238 | +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": |
| 3239 | + version "6.0.1" |
| 3240 | + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" |
| 3241 | + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
| 3242 | + dependencies: |
| 3243 | + ansi-regex "^5.0.1" |
| 3244 | + |
| 3245 | +strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
3225 | 3246 | version "6.0.1"
|
3226 | 3247 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
3227 | 3248 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
0 commit comments