|
878 | 878 | dependencies:
|
879 | 879 | "@babel/highlight" "^7.22.5"
|
880 | 880 |
|
| 881 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5": |
| 882 | + version "7.23.5" |
| 883 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244" |
| 884 | + integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA== |
| 885 | + dependencies: |
| 886 | + "@babel/highlight" "^7.23.4" |
| 887 | + chalk "^2.4.2" |
| 888 | + |
881 | 889 | "@babel/compat-data@^7.22.9":
|
882 | 890 | version "7.22.9"
|
883 | 891 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
|
904 | 912 | json5 "^2.2.2"
|
905 | 913 | semver "^6.3.1"
|
906 | 914 |
|
| 915 | +"@babel/generator@7.17.7": |
| 916 | + version "7.17.7" |
| 917 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" |
| 918 | + integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== |
| 919 | + dependencies: |
| 920 | + "@babel/types" "^7.17.0" |
| 921 | + jsesc "^2.5.1" |
| 922 | + source-map "^0.5.0" |
| 923 | + |
907 | 924 | "@babel/generator@^7.22.7", "@babel/generator@^7.22.9", "@babel/generator@^7.7.2":
|
908 | 925 | version "7.22.9"
|
909 | 926 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
|
|
914 | 931 | "@jridgewell/trace-mapping" "^0.3.17"
|
915 | 932 | jsesc "^2.5.1"
|
916 | 933 |
|
| 934 | +"@babel/generator@^7.23.0": |
| 935 | + version "7.23.6" |
| 936 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e" |
| 937 | + integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw== |
| 938 | + dependencies: |
| 939 | + "@babel/types" "^7.23.6" |
| 940 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 941 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 942 | + jsesc "^2.5.1" |
| 943 | + |
917 | 944 | "@babel/helper-compilation-targets@^7.22.9":
|
918 | 945 | version "7.22.9"
|
919 | 946 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892"
|
|
925 | 952 | lru-cache "^5.1.1"
|
926 | 953 | semver "^6.3.1"
|
927 | 954 |
|
| 955 | +"@babel/helper-environment-visitor@^7.22.20": |
| 956 | + version "7.22.20" |
| 957 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 958 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 959 | + |
928 | 960 | "@babel/helper-environment-visitor@^7.22.5":
|
929 | 961 | version "7.22.5"
|
930 | 962 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
|
938 | 970 | "@babel/template" "^7.22.5"
|
939 | 971 | "@babel/types" "^7.22.5"
|
940 | 972 |
|
| 973 | +"@babel/helper-function-name@^7.23.0": |
| 974 | + version "7.23.0" |
| 975 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 976 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 977 | + dependencies: |
| 978 | + "@babel/template" "^7.22.15" |
| 979 | + "@babel/types" "^7.23.0" |
| 980 | + |
941 | 981 | "@babel/helper-hoist-variables@^7.22.5":
|
942 | 982 | version "7.22.5"
|
943 | 983 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
|
987 | 1027 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
988 | 1028 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
989 | 1029 |
|
| 1030 | +"@babel/helper-string-parser@^7.23.4": |
| 1031 | + version "7.23.4" |
| 1032 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 1033 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 1034 | + |
| 1035 | +"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.22.20": |
| 1036 | + version "7.22.20" |
| 1037 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 1038 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 1039 | + |
990 | 1040 | "@babel/helper-validator-identifier@^7.22.5":
|
991 | 1041 | version "7.22.5"
|
992 | 1042 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
|
|
1015 | 1065 | chalk "^2.0.0"
|
1016 | 1066 | js-tokens "^4.0.0"
|
1017 | 1067 |
|
| 1068 | +"@babel/highlight@^7.23.4": |
| 1069 | + version "7.23.4" |
| 1070 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 1071 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 1072 | + dependencies: |
| 1073 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1074 | + chalk "^2.4.2" |
| 1075 | + js-tokens "^4.0.0" |
| 1076 | + |
1018 | 1077 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
|
1019 | 1078 | version "7.22.7"
|
1020 | 1079 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
|
1021 | 1080 | integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
|
1022 | 1081 |
|
| 1082 | +"@babel/parser@^7.20.5", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9": |
| 1083 | + version "7.23.9" |
| 1084 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" |
| 1085 | + integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== |
| 1086 | + |
1023 | 1087 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
1024 | 1088 | version "7.8.4"
|
1025 | 1089 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
1125 | 1189 | dependencies:
|
1126 | 1190 | regenerator-runtime "^0.13.11"
|
1127 | 1191 |
|
| 1192 | +"@babel/template@^7.22.15": |
| 1193 | + version "7.23.9" |
| 1194 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" |
| 1195 | + integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== |
| 1196 | + dependencies: |
| 1197 | + "@babel/code-frame" "^7.23.5" |
| 1198 | + "@babel/parser" "^7.23.9" |
| 1199 | + "@babel/types" "^7.23.9" |
| 1200 | + |
1128 | 1201 | "@babel/template@^7.22.5", "@babel/template@^7.3.3":
|
1129 | 1202 | version "7.22.5"
|
1130 | 1203 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
|
|
1134 | 1207 | "@babel/parser" "^7.22.5"
|
1135 | 1208 | "@babel/types" "^7.22.5"
|
1136 | 1209 |
|
| 1210 | +"@babel/traverse@7.23.2": |
| 1211 | + version "7.23.2" |
| 1212 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1213 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1214 | + dependencies: |
| 1215 | + "@babel/code-frame" "^7.22.13" |
| 1216 | + "@babel/generator" "^7.23.0" |
| 1217 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1218 | + "@babel/helper-function-name" "^7.23.0" |
| 1219 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1220 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1221 | + "@babel/parser" "^7.23.0" |
| 1222 | + "@babel/types" "^7.23.0" |
| 1223 | + debug "^4.1.0" |
| 1224 | + globals "^11.1.0" |
| 1225 | + |
1137 | 1226 | "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
|
1138 | 1227 | version "7.22.8"
|
1139 | 1228 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
|
|
1150 | 1239 | debug "^4.1.0"
|
1151 | 1240 | globals "^11.1.0"
|
1152 | 1241 |
|
| 1242 | +"@babel/types@7.17.0": |
| 1243 | + version "7.17.0" |
| 1244 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1245 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1246 | + dependencies: |
| 1247 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1248 | + to-fast-properties "^2.0.0" |
| 1249 | + |
1153 | 1250 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3":
|
1154 | 1251 | version "7.22.5"
|
1155 | 1252 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
|
|
1159 | 1256 | "@babel/helper-validator-identifier" "^7.22.5"
|
1160 | 1257 | to-fast-properties "^2.0.0"
|
1161 | 1258 |
|
| 1259 | +"@babel/types@^7.17.0", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.23.9": |
| 1260 | + version "7.23.9" |
| 1261 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" |
| 1262 | + integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== |
| 1263 | + dependencies: |
| 1264 | + "@babel/helper-string-parser" "^7.23.4" |
| 1265 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1266 | + to-fast-properties "^2.0.0" |
| 1267 | + |
1162 | 1268 | "@bcoe/v8-coverage@^0.2.3":
|
1163 | 1269 | version "0.2.3"
|
1164 | 1270 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
2338 | 2444 | resolved "https://registry.yarnpkg.com/@sqltools/formatter/-/formatter-1.2.5.tgz#3abc203c79b8c3e90fd6c156a0c62d5403520e12"
|
2339 | 2445 | integrity sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==
|
2340 | 2446 |
|
| 2447 | +"@trivago/prettier-plugin-sort-imports@^4.3.0": |
| 2448 | + version "4.3.0" |
| 2449 | + resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-4.3.0.tgz#725f411646b3942193a37041c84e0b2116339789" |
| 2450 | + integrity sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ== |
| 2451 | + dependencies: |
| 2452 | + "@babel/generator" "7.17.7" |
| 2453 | + "@babel/parser" "^7.20.5" |
| 2454 | + "@babel/traverse" "7.23.2" |
| 2455 | + "@babel/types" "7.17.0" |
| 2456 | + javascript-natural-sort "0.7.1" |
| 2457 | + lodash "^4.17.21" |
| 2458 | + |
2341 | 2459 | "@tsconfig/node10@^1.0.7":
|
2342 | 2460 | version "1.0.9"
|
2343 | 2461 | resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2"
|
@@ -3617,7 +3735,7 @@ chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
3617 | 3735 | ansi-styles "^4.1.0"
|
3618 | 3736 | supports-color "^7.1.0"
|
3619 | 3737 |
|
3620 |
| -chalk@^2.0.0: |
| 3738 | +chalk@^2.0.0, chalk@^2.4.2: |
3621 | 3739 | version "2.4.2"
|
3622 | 3740 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
3623 | 3741 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -5329,6 +5447,11 @@ jackspeak@^2.0.3:
|
5329 | 5447 | optionalDependencies:
|
5330 | 5448 | "@pkgjs/parseargs" "^0.11.0"
|
5331 | 5449 |
|
| 5450 | +javascript-natural-sort@0.7.1: |
| 5451 | + version "0.7.1" |
| 5452 | + resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59" |
| 5453 | + integrity sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw== |
| 5454 | + |
5332 | 5455 | jest-changed-files@^29.5.0:
|
5333 | 5456 | version "29.5.0"
|
5334 | 5457 | resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.5.0.tgz#e88786dca8bf2aa899ec4af7644e16d9dcf9b23e"
|
@@ -7168,6 +7291,11 @@ source-map@0.7.4:
|
7168 | 7291 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
|
7169 | 7292 | integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
|
7170 | 7293 |
|
| 7294 | +source-map@^0.5.0: |
| 7295 | + version "0.5.7" |
| 7296 | + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |
| 7297 | + integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== |
| 7298 | + |
7171 | 7299 | source-map@^0.6.0, source-map@^0.6.1:
|
7172 | 7300 | version "0.6.1"
|
7173 | 7301 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
|
0 commit comments