|
77 | 77 | semver "^6.3.1"
|
78 | 78 |
|
79 | 79 | "@babel/eslint-parser@^7.25.1":
|
80 |
| - version "7.26.10" |
81 |
| - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.10.tgz#4423cb3f84c26978439feabfe23c5aa929400737" |
82 |
| - integrity sha512-QsfQZr4AiLpKqn7fz+j7SN+f43z2DZCgGyYbNJ2vJOqKfG4E6MZer1+jqGZqKJaxq/gdO2DC/nUu45+pOL5p2Q== |
| 80 | + version "7.27.0" |
| 81 | + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz#d55e52a5ef3b164139a799dc522c338faba3507c" |
| 82 | + integrity sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng== |
83 | 83 | dependencies:
|
84 | 84 | "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
85 | 85 | eslint-visitor-keys "^2.1.0"
|
86 | 86 | semver "^6.3.1"
|
87 | 87 |
|
88 |
| -"@babel/generator@^7.25.0", "@babel/generator@^7.25.9", "@babel/generator@^7.26.10", "@babel/generator@^7.7.2": |
89 |
| - version "7.26.10" |
90 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
91 |
| - integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
| 88 | +"@babel/generator@^7.25.0", "@babel/generator@^7.25.9", "@babel/generator@^7.26.10", "@babel/generator@^7.27.0", "@babel/generator@^7.7.2": |
| 89 | + version "7.27.0" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 91 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
92 | 92 | dependencies:
|
93 |
| - "@babel/parser" "^7.26.10" |
94 |
| - "@babel/types" "^7.26.10" |
| 93 | + "@babel/parser" "^7.27.0" |
| 94 | + "@babel/types" "^7.27.0" |
95 | 95 | "@jridgewell/gen-mapping" "^0.3.5"
|
96 | 96 | "@jridgewell/trace-mapping" "^0.3.25"
|
97 | 97 | jsesc "^3.0.2"
|
|
127 | 127 | "@babel/traverse" "^7.25.9"
|
128 | 128 | semver "^6.3.1"
|
129 | 129 |
|
| 130 | +"@babel/helper-create-class-features-plugin@^7.27.0": |
| 131 | + version "7.27.0" |
| 132 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30" |
| 133 | + integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg== |
| 134 | + dependencies: |
| 135 | + "@babel/helper-annotate-as-pure" "^7.25.9" |
| 136 | + "@babel/helper-member-expression-to-functions" "^7.25.9" |
| 137 | + "@babel/helper-optimise-call-expression" "^7.25.9" |
| 138 | + "@babel/helper-replace-supers" "^7.26.5" |
| 139 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
| 140 | + "@babel/traverse" "^7.27.0" |
| 141 | + semver "^6.3.1" |
| 142 | + |
130 | 143 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.9":
|
131 | 144 | version "7.25.9"
|
132 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz#3e8999db94728ad2b2458d7a470e7770b7764e26"
|
|
202 | 215 | "@babel/helper-optimise-call-expression" "^7.25.9"
|
203 | 216 | "@babel/traverse" "^7.25.9"
|
204 | 217 |
|
| 218 | +"@babel/helper-replace-supers@^7.26.5": |
| 219 | + version "7.26.5" |
| 220 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d" |
| 221 | + integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg== |
| 222 | + dependencies: |
| 223 | + "@babel/helper-member-expression-to-functions" "^7.25.9" |
| 224 | + "@babel/helper-optimise-call-expression" "^7.25.9" |
| 225 | + "@babel/traverse" "^7.26.5" |
| 226 | + |
205 | 227 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
|
206 | 228 | version "7.25.9"
|
207 | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
|
|
242 | 264 | "@babel/template" "^7.26.9"
|
243 | 265 | "@babel/types" "^7.26.10"
|
244 | 266 |
|
245 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7", "@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
246 |
| - version "7.26.10" |
247 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
248 |
| - integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 267 | +"@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7", "@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": |
| 268 | + version "7.27.0" |
| 269 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 270 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
249 | 271 | dependencies:
|
250 |
| - "@babel/types" "^7.26.10" |
| 272 | + "@babel/types" "^7.27.0" |
251 | 273 |
|
252 | 274 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
253 | 275 | version "7.25.9"
|
|
682 | 704 | "@babel/helper-module-transforms" "^7.25.9"
|
683 | 705 | "@babel/helper-plugin-utils" "^7.25.9"
|
684 | 706 |
|
685 |
| -"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.25.9", "@babel/plugin-transform-modules-commonjs@^7.26.3": |
| 707 | +"@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.26.3": |
686 | 708 | version "7.26.3"
|
687 | 709 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
|
688 | 710 | integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
|
|
903 | 925 | dependencies:
|
904 | 926 | "@babel/helper-plugin-utils" "^7.26.5"
|
905 | 927 |
|
906 |
| -"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.25.9": |
907 |
| - version "7.25.9" |
908 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.9.tgz#69267905c2b33c2ac6d8fe765e9dc2ddc9df3849" |
909 |
| - integrity sha512-7PbZQZP50tzv2KGGnhh82GSyMB01yKY9scIjf1a+GfZCtInOWqUH5+1EBU4t9fyR5Oykkkc9vFTs4OHrhHXljQ== |
| 928 | +"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.27.0": |
| 929 | + version "7.27.0" |
| 930 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8" |
| 931 | + integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg== |
910 | 932 | dependencies:
|
911 | 933 | "@babel/helper-annotate-as-pure" "^7.25.9"
|
912 |
| - "@babel/helper-create-class-features-plugin" "^7.25.9" |
913 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 934 | + "@babel/helper-create-class-features-plugin" "^7.27.0" |
| 935 | + "@babel/helper-plugin-utils" "^7.26.5" |
914 | 936 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
915 | 937 | "@babel/plugin-syntax-typescript" "^7.25.9"
|
916 | 938 |
|
|
1039 | 1061 | esutils "^2.0.2"
|
1040 | 1062 |
|
1041 | 1063 | "@babel/preset-typescript@^7.0.0", "@babel/preset-typescript@^7.11.5", "@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.21.0", "@babel/preset-typescript@^7.24.7", "@babel/preset-typescript@^7.8.3":
|
1042 |
| - version "7.26.0" |
1043 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d" |
1044 |
| - integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg== |
| 1064 | + version "7.27.0" |
| 1065 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7" |
| 1066 | + integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ== |
1045 | 1067 | dependencies:
|
1046 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1068 | + "@babel/helper-plugin-utils" "^7.26.5" |
1047 | 1069 | "@babel/helper-validator-option" "^7.25.9"
|
1048 | 1070 | "@babel/plugin-syntax-jsx" "^7.25.9"
|
1049 |
| - "@babel/plugin-transform-modules-commonjs" "^7.25.9" |
1050 |
| - "@babel/plugin-transform-typescript" "^7.25.9" |
| 1071 | + "@babel/plugin-transform-modules-commonjs" "^7.26.3" |
| 1072 | + "@babel/plugin-transform-typescript" "^7.27.0" |
1051 | 1073 |
|
1052 | 1074 |
|
1053 | 1075 | version "7.22.5"
|
|
1072 | 1094 | source-map-support "^0.5.16"
|
1073 | 1095 |
|
1074 | 1096 | "@babel/runtime@^7.0.0", "@babel/runtime@^7.20.0", "@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4":
|
1075 |
| - version "7.26.10" |
1076 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2" |
1077 |
| - integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw== |
| 1097 | + version "7.27.0" |
| 1098 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762" |
| 1099 | + integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw== |
1078 | 1100 | dependencies:
|
1079 | 1101 | regenerator-runtime "^0.14.0"
|
1080 | 1102 |
|
1081 |
| -"@babel/template@^7.25.0", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3": |
1082 |
| - version "7.26.9" |
1083 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
1084 |
| - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1103 | +"@babel/template@^7.25.0", "@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.27.0", "@babel/template@^7.3.3": |
| 1104 | + version "7.27.0" |
| 1105 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 1106 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
1085 | 1107 | dependencies:
|
1086 | 1108 | "@babel/code-frame" "^7.26.2"
|
1087 |
| - "@babel/parser" "^7.26.9" |
1088 |
| - "@babel/types" "^7.26.9" |
| 1109 | + "@babel/parser" "^7.27.0" |
| 1110 | + "@babel/types" "^7.27.0" |
1089 | 1111 |
|
1090 | 1112 | "@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
|
1091 | 1113 | version "7.25.9"
|
|
1100 | 1122 | debug "^4.3.1"
|
1101 | 1123 | globals "^11.1.0"
|
1102 | 1124 |
|
1103 |
| -"@babel/traverse@^7.11.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8": |
1104 |
| - version "7.26.10" |
1105 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
1106 |
| - integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
| 1125 | +"@babel/traverse@^7.11.5", "@babel/traverse@^7.23.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.27.0": |
| 1126 | + version "7.27.0" |
| 1127 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 1128 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
1107 | 1129 | dependencies:
|
1108 | 1130 | "@babel/code-frame" "^7.26.2"
|
1109 |
| - "@babel/generator" "^7.26.10" |
1110 |
| - "@babel/parser" "^7.26.10" |
1111 |
| - "@babel/template" "^7.26.9" |
1112 |
| - "@babel/types" "^7.26.10" |
| 1131 | + "@babel/generator" "^7.27.0" |
| 1132 | + "@babel/parser" "^7.27.0" |
| 1133 | + "@babel/template" "^7.27.0" |
| 1134 | + "@babel/types" "^7.27.0" |
1113 | 1135 | debug "^4.3.1"
|
1114 | 1136 | globals "^11.1.0"
|
1115 | 1137 |
|
1116 |
| -"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1117 |
| - version "7.26.10" |
1118 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
1119 |
| - integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1138 | +"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1139 | + version "7.27.0" |
| 1140 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 1141 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
1120 | 1142 | dependencies:
|
1121 | 1143 | "@babel/helper-string-parser" "^7.25.9"
|
1122 | 1144 | "@babel/helper-validator-identifier" "^7.25.9"
|
@@ -11686,9 +11708,9 @@ validate-npm-package-name@^3.0.0:
|
11686 | 11708 | builtins "^1.0.3"
|
11687 | 11709 |
|
11688 | 11710 | validator@^13.7.0:
|
11689 |
| - version "13.12.0" |
11690 |
| - resolved "https://registry.yarnpkg.com/validator/-/validator-13.12.0.tgz#7d78e76ba85504da3fee4fd1922b385914d4b35f" |
11691 |
| - integrity sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg== |
| 11711 | + version "13.15.0" |
| 11712 | + resolved "https://registry.yarnpkg.com/validator/-/validator-13.15.0.tgz#2dc7ce057e7513a55585109eec29b2c8e8c1aefd" |
| 11713 | + integrity sha512-36B2ryl4+oL5QxZ3AzD0t5SsMNGvTtQHpjgFO5tbNxfXbMFkY822ktCDe1MnlqV3301QQI9SLHDNJokDI+Z9pA== |
11692 | 11714 |
|
11693 | 11715 | vary@~1.1.2:
|
11694 | 11716 | version "1.1.2"
|
|
0 commit comments