|
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 "22.15.21" |
| 826 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77" |
| 827 | + integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ== |
| 828 | + dependencies: |
| 829 | + undici-types "~6.21.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.4.0" |
| 3180 | + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.4.0.tgz#7efe324ce9b3b61c82aae5de810d287bc08a248a" |
| 3181 | + integrity sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw== |
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@~6.21.0: |
| 3692 | + version "6.21.0" |
| 3693 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" |
| 3694 | + integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== |
| 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