|
814 | 814 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
815 | 815 | integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== |
816 | 816 |
|
817 | | -"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.2.3": |
| 817 | +"@types/node@*", "@types/node@^20.2.3": |
818 | 818 | version "20.14.11" |
819 | 819 | resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b" |
820 | 820 | integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA== |
821 | 821 | dependencies: |
822 | 822 | undici-types "~5.26.4" |
823 | 823 |
|
| 824 | +"@types/node@>=13.7.0": |
| 825 | + version "25.2.3" |
| 826 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.3.tgz#9c18245be768bdb4ce631566c7da303a5c99a7f8" |
| 827 | + integrity sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ== |
| 828 | + dependencies: |
| 829 | + undici-types "~7.16.0" |
| 830 | + |
824 | 831 | "@types/semver@^7.3.12": |
825 | 832 | version "7.5.8" |
826 | 833 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" |
@@ -2851,9 +2858,9 @@ lodash.merge@^4.6.2: |
2851 | 2858 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== |
2852 | 2859 |
|
2853 | 2860 | long@^5.0.0: |
2854 | | - version "5.2.3" |
2855 | | - resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1" |
2856 | | - integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q== |
| 2861 | + version "5.3.2" |
| 2862 | + resolved "https://registry.yarnpkg.com/long/-/long-5.3.2.tgz#1d84463095999262d7d7b7f8bfd4a8cc55167f83" |
| 2863 | + integrity sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA== |
2857 | 2864 |
|
2858 | 2865 | lru-cache@^5.1.1: |
2859 | 2866 | version "5.1.1" |
@@ -3169,9 +3176,9 @@ prompts@^2.0.1: |
3169 | 3176 | sisteransi "^1.0.5" |
3170 | 3177 |
|
3171 | 3178 | protobufjs@^7.3.2: |
3172 | | - version "7.3.2" |
3173 | | - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.3.2.tgz#60f3b7624968868f6f739430cfbc8c9370e26df4" |
3174 | | - integrity sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg== |
| 3179 | + version "7.5.4" |
| 3180 | + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.5.4.tgz#885d31fe9c4b37f25d1bb600da30b1c5b37d286a" |
| 3181 | + integrity sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg== |
3175 | 3182 | dependencies: |
3176 | 3183 | "@protobufjs/aspromise" "^1.1.2" |
3177 | 3184 | "@protobufjs/base64" "^1.1.2" |
@@ -3681,6 +3688,11 @@ undici-types@~5.26.4: |
3681 | 3688 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" |
3682 | 3689 | integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== |
3683 | 3690 |
|
| 3691 | +undici-types@~7.16.0: |
| 3692 | + version "7.16.0" |
| 3693 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" |
| 3694 | + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== |
| 3695 | + |
3684 | 3696 | update-browserslist-db@^1.1.0: |
3685 | 3697 | version "1.1.0" |
3686 | 3698 | resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" |
|
0 commit comments