Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump the root-prod group across 1 directory with 6 updates (#305)

Bumps the root-prod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) | `6.3.0` | `6.3.1` |
| [@graphql-codegen/named-operations-object](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/named-operations-object) | `4.0.0` | `4.0.1` |
| [@graphql-codegen/typescript-react-apollo](https://github.com/dotansimha/graphql-code-generator-community/tree/HEAD/packages/plugins/typescript/react-apollo) | `4.4.1` | `4.4.2` |
| [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers) | `5.1.7` | `5.1.8` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.5.2` | `16.4.0` |
| [sequelize-cli](https://github.com/sequelize/cli) | `6.6.0` | `6.6.5` |



Updates `@graphql-codegen/cli` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@6.3.1/packages/graphql-codegen-cli)

Updates `@graphql-codegen/named-operations-object` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/named-operations-object/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/named-operations-object@4.0.1/packages/plugins/typescript/named-operations-object)

Updates `@graphql-codegen/typescript-react-apollo` from 4.4.1 to 4.4.2
- [Release notes](https://github.com/dotansimha/graphql-code-generator-community/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator-community/blob/main/packages/plugins/typescript/react-apollo/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator-community/commits/@graphql-codegen/typescript-react-apollo@4.4.2/packages/plugins/typescript/react-apollo)

Updates `@graphql-codegen/typescript-resolvers` from 5.1.7 to 5.1.8
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@5.1.8/packages/plugins/typescript/resolvers)

Updates `lint-staged` from 15.5.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.5.2...v16.4.0)

Updates `sequelize-cli` from 6.6.0 to 6.6.5
- [Release notes](https://github.com/sequelize/cli/releases)
- [Changelog](https://github.com/sequelize/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sequelize/cli/compare/v6.6.0...v6.6.5)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
dependency-version: 6.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root-prod
- dependency-name: "@graphql-codegen/named-operations-object"
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root-prod
- dependency-name: "@graphql-codegen/typescript-react-apollo"
dependency-version: 4.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root-prod
- dependency-name: "@graphql-codegen/typescript-resolvers"
dependency-version: 5.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root-prod
- dependency-name: lint-staged
dependency-version: 16.4.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: root-prod
- dependency-name: sequelize-cli
dependency-version: 6.6.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: root-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
3c43a838 88153c98

+394 -737
+388 -731
package-lock.json
··· 10 10 "dependencies": { 11 11 "@graphiql/create-fetcher": "^0.1.0", 12 12 "@graphql-codegen/add": "^6.0.0", 13 - "@graphql-codegen/cli": "^6.3.0", 14 - "@graphql-codegen/named-operations-object": "^4.0.0", 13 + "@graphql-codegen/cli": "^6.3.1", 14 + "@graphql-codegen/named-operations-object": "^4.0.1", 15 15 "@graphql-codegen/typescript": "^5.0.9", 16 16 "@graphql-codegen/typescript-operations": "^5.0.9", 17 - "@graphql-codegen/typescript-react-apollo": "^4.4.1", 18 - "@graphql-codegen/typescript-resolvers": "^5.1.7", 17 + "@graphql-codegen/typescript-react-apollo": "^4.4.2", 18 + "@graphql-codegen/typescript-resolvers": "^5.1.8", 19 19 "concurrently": "^9.2.1", 20 - "lint-staged": "^15.5.2", 20 + "lint-staged": "^16.4.0", 21 21 "node-worker-threads-pool": "^1.5.1", 22 22 "pg": "^8.20.0", 23 - "sequelize-cli": "^6.2.0" 23 + "sequelize-cli": "^6.6.5" 24 24 }, 25 25 "devDependencies": { 26 26 "@ianvs/prettier-plugin-sort-imports": "^4.1.0", ··· 452 452 "peerDependencies": { 453 453 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 454 454 } 455 - }, 456 - "node_modules/@graphql-codegen/add/node_modules/tslib": { 457 - "version": "2.8.1", 458 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 459 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 460 - "license": "0BSD" 461 455 }, 462 456 "node_modules/@graphql-codegen/cli": { 463 - "version": "6.3.0", 464 - "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.3.0.tgz", 465 - "integrity": "sha512-tlzSaM2oSnG6x8+QVc+cJ7NMJe+CN4tnSm/B8Uny/IpgSkAqP+RG8xaDxnrzwQZ+lz1ZXrBkNM6vzAGZhOaOGw==", 457 + "version": "6.3.1", 458 + "resolved": "https://registry.npmjs.org/@graphql-codegen/cli/-/cli-6.3.1.tgz", 459 + "integrity": "sha512-I5KkyX1SgQZPojMeQTRydB6fml4cysZq/mIdhNW4rmqdoOcTgdMPq1Tl+wtRp1VpBAOrBazJUJh1nAqJMMSPIQ==", 466 460 "license": "MIT", 467 461 "dependencies": { 468 462 "@babel/generator": "^7.18.13", ··· 909 903 } 910 904 } 911 905 }, 912 - "node_modules/@graphql-codegen/client-preset/node_modules/tslib": { 913 - "version": "2.8.1", 914 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 915 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 916 - "license": "0BSD" 917 - }, 918 906 "node_modules/@graphql-codegen/core": { 919 907 "version": "5.0.2", 920 908 "resolved": "https://registry.npmjs.org/@graphql-codegen/core/-/core-5.0.2.tgz", ··· 933 921 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 934 922 } 935 923 }, 936 - "node_modules/@graphql-codegen/core/node_modules/tslib": { 937 - "version": "2.8.1", 938 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 939 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 940 - "license": "0BSD" 941 - }, 942 924 "node_modules/@graphql-codegen/gql-tag-operations": { 943 925 "version": "5.2.0", 944 926 "resolved": "https://registry.npmjs.org/@graphql-codegen/gql-tag-operations/-/gql-tag-operations-5.2.0.tgz", ··· 958 940 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 959 941 } 960 942 }, 961 - "node_modules/@graphql-codegen/gql-tag-operations/node_modules/tslib": { 962 - "version": "2.8.1", 963 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 964 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 965 - "license": "0BSD" 966 - }, 967 943 "node_modules/@graphql-codegen/named-operations-object": { 968 - "version": "4.0.0", 969 - "resolved": "https://registry.npmjs.org/@graphql-codegen/named-operations-object/-/named-operations-object-4.0.0.tgz", 970 - "integrity": "sha512-fIn4C/DNy1SZOjH+l4diKryUWe0yJk06UOmfyvogA4Pu82AESFHrlSaGexFaDDZQ57SBrxEDengzgGdK/Iajmg==", 944 + "version": "4.0.1", 945 + "resolved": "https://registry.npmjs.org/@graphql-codegen/named-operations-object/-/named-operations-object-4.0.1.tgz", 946 + "integrity": "sha512-f+3zfq56WSfkNFVikUhuD0PmzOskfYXB8kQNQWnO/DQ9hWqROd0GEGgtXwE0ucMnTNpyuy/YEnqOMnZOZsdfDQ==", 971 947 "license": "MIT", 972 948 "dependencies": { 973 - "@graphql-codegen/plugin-helpers": "^6.1.1", 949 + "@graphql-codegen/plugin-helpers": "^6.3.0", 974 950 "change-case-all": "1.0.15", 975 951 "tslib": "^2.8.1" 976 952 }, ··· 982 958 "graphql-tag": "^2.0.0" 983 959 } 984 960 }, 985 - "node_modules/@graphql-codegen/named-operations-object/node_modules/tslib": { 986 - "version": "2.8.1", 987 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 988 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 989 - "license": "0BSD" 990 - }, 991 961 "node_modules/@graphql-codegen/plugin-helpers": { 992 962 "version": "6.3.0", 993 963 "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-6.3.0.tgz", ··· 1006 976 "peerDependencies": { 1007 977 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1008 978 } 1009 - }, 1010 - "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": { 1011 - "version": "2.8.1", 1012 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1013 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1014 - "license": "0BSD" 1015 979 }, 1016 980 "node_modules/@graphql-codegen/schema-ast": { 1017 981 "version": "5.0.2", ··· 1030 994 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1031 995 } 1032 996 }, 1033 - "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": { 1034 - "version": "2.8.1", 1035 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1036 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1037 - "license": "0BSD" 1038 - }, 1039 997 "node_modules/@graphql-codegen/typed-document-node": { 1040 998 "version": "6.1.8", 1041 999 "resolved": "https://registry.npmjs.org/@graphql-codegen/typed-document-node/-/typed-document-node-6.1.8.tgz", ··· 1055 1013 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1056 1014 } 1057 1015 }, 1058 - "node_modules/@graphql-codegen/typed-document-node/node_modules/tslib": { 1059 - "version": "2.8.1", 1060 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1061 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1062 - "license": "0BSD" 1063 - }, 1064 1016 "node_modules/@graphql-codegen/typescript": { 1065 1017 "version": "5.0.10", 1066 1018 "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-5.0.10.tgz", ··· 1105 1057 } 1106 1058 } 1107 1059 }, 1108 - "node_modules/@graphql-codegen/typescript-operations/node_modules/tslib": { 1109 - "version": "2.8.1", 1110 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1111 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1112 - "license": "0BSD" 1113 - }, 1114 1060 "node_modules/@graphql-codegen/typescript-react-apollo": { 1115 - "version": "4.4.1", 1116 - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.4.1.tgz", 1117 - "integrity": "sha512-lrjUfDCNlCWQU07jO6EvZE8I2OLfJl9XKKGCcol27OhW6B9xaUEPaId+TvL6o/NfV+T4z4eQ/Y8BuKWyYjD+mQ==", 1061 + "version": "4.4.2", 1062 + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.4.2.tgz", 1063 + "integrity": "sha512-S/VQeLWMNzo/WnUpvCQELqh2qgAK4H9kkWyC8JrrrPHaV3w/BmOwzeHpcwlHKcuSYWRH6u61XPRQ5+eCjj00AQ==", 1118 1064 "license": "MIT", 1119 1065 "dependencies": { 1120 - "@graphql-codegen/plugin-helpers": "^6.1.1", 1121 - "@graphql-codegen/visitor-plugin-common": "^6.2.4", 1066 + "@graphql-codegen/plugin-helpers": "^6.3.0", 1067 + "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1122 1068 "auto-bind": "~4.0.0", 1123 1069 "change-case-all": "1.0.15", 1124 1070 "tslib": "^2.8.1" ··· 1130 1076 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1131 1077 } 1132 1078 }, 1133 - "node_modules/@graphql-codegen/typescript-react-apollo/node_modules/tslib": { 1134 - "version": "2.8.1", 1135 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1136 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1137 - "license": "0BSD" 1138 - }, 1139 1079 "node_modules/@graphql-codegen/typescript-resolvers": { 1140 - "version": "5.1.7", 1141 - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-5.1.7.tgz", 1142 - "integrity": "sha512-fhsyG+GWs+MClzQy3KuzUEcztzhPWM7O/66bK5qmL0JfR+XRv5kBIjOGpHJ/A//xF0dPTEctsf+cJm7XfKYMKw==", 1080 + "version": "5.1.8", 1081 + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript-resolvers/-/typescript-resolvers-5.1.8.tgz", 1082 + "integrity": "sha512-aimBhh/XIoMD9SAif8F1NUQQeQNR4RaDZnso/tZHzX8OpNzp7kLr3lRQM12p4L7+zekOFkouaDbsoKbLoaIAQA==", 1143 1083 "license": "MIT", 1144 1084 "dependencies": { 1145 - "@graphql-codegen/plugin-helpers": "^6.1.1", 1146 - "@graphql-codegen/typescript": "^5.0.9", 1147 - "@graphql-codegen/visitor-plugin-common": "^6.2.4", 1085 + "@graphql-codegen/plugin-helpers": "^6.3.0", 1086 + "@graphql-codegen/typescript": "^5.0.10", 1087 + "@graphql-codegen/visitor-plugin-common": "^6.3.0", 1148 1088 "@graphql-tools/utils": "^11.0.0", 1149 1089 "auto-bind": "~4.0.0", 1150 - "tslib": "~2.6.0" 1090 + "tslib": "^2.8.0" 1151 1091 }, 1152 1092 "engines": { 1153 1093 "node": ">=16" ··· 1162 1102 } 1163 1103 } 1164 1104 }, 1165 - "node_modules/@graphql-codegen/typescript/node_modules/tslib": { 1166 - "version": "2.8.1", 1167 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1168 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1169 - "license": "0BSD" 1170 - }, 1171 1105 "node_modules/@graphql-codegen/visitor-plugin-common": { 1172 1106 "version": "6.3.0", 1173 1107 "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-6.3.0.tgz", ··· 1191 1125 "peerDependencies": { 1192 1126 "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" 1193 1127 } 1194 - }, 1195 - "node_modules/@graphql-codegen/visitor-plugin-common/node_modules/tslib": { 1196 - "version": "2.8.1", 1197 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1198 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1199 - "license": "0BSD" 1200 1128 }, 1201 1129 "node_modules/@graphql-hive/signal": { 1202 1130 "version": "2.0.0", ··· 1243 1171 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1244 1172 } 1245 1173 }, 1246 - "node_modules/@graphql-tools/batch-execute/node_modules/tslib": { 1247 - "version": "2.8.1", 1248 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1249 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1250 - "license": "0BSD" 1251 - }, 1252 1174 "node_modules/@graphql-tools/code-file-loader": { 1253 1175 "version": "8.1.28", 1254 1176 "resolved": "https://registry.npmjs.org/@graphql-tools/code-file-loader/-/code-file-loader-8.1.28.tgz", ··· 1289 1211 "peerDependencies": { 1290 1212 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1291 1213 } 1292 - }, 1293 - "node_modules/@graphql-tools/delegate/node_modules/tslib": { 1294 - "version": "2.8.1", 1295 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1296 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1297 - "license": "0BSD" 1298 1214 }, 1299 1215 "node_modules/@graphql-tools/documents": { 1300 1216 "version": "1.0.1", ··· 1368 1284 "peerDependencies": { 1369 1285 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1370 1286 } 1371 - }, 1372 - "node_modules/@graphql-tools/executor-graphql-ws/node_modules/tslib": { 1373 - "version": "2.8.1", 1374 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1375 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1376 - "license": "0BSD" 1377 1287 }, 1378 1288 "node_modules/@graphql-tools/executor-http": { 1379 1289 "version": "3.1.0", ··· 1398 1308 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1399 1309 } 1400 1310 }, 1401 - "node_modules/@graphql-tools/executor-http/node_modules/tslib": { 1402 - "version": "2.8.1", 1403 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1404 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1405 - "license": "0BSD" 1406 - }, 1407 1311 "node_modules/@graphql-tools/executor-legacy-ws": { 1408 1312 "version": "1.1.25", 1409 1313 "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.25.tgz", ··· 1685 1589 "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" 1686 1590 } 1687 1591 }, 1688 - "node_modules/@graphql-tools/wrap/node_modules/tslib": { 1689 - "version": "2.8.1", 1690 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 1691 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 1692 - "license": "0BSD" 1693 - }, 1694 1592 "node_modules/@graphql-typed-document-node/core": { 1695 1593 "version": "3.2.0", 1696 1594 "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", ··· 1770 1668 "node": ">=18" 1771 1669 } 1772 1670 }, 1671 + "node_modules/@isaacs/cliui": { 1672 + "version": "8.0.2", 1673 + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", 1674 + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", 1675 + "license": "ISC", 1676 + "dependencies": { 1677 + "string-width": "^5.1.2", 1678 + "string-width-cjs": "npm:string-width@^4.2.0", 1679 + "strip-ansi": "^7.0.1", 1680 + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", 1681 + "wrap-ansi": "^8.1.0", 1682 + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" 1683 + }, 1684 + "engines": { 1685 + "node": ">=12" 1686 + } 1687 + }, 1688 + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { 1689 + "version": "6.2.2", 1690 + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", 1691 + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", 1692 + "license": "MIT", 1693 + "engines": { 1694 + "node": ">=12" 1695 + }, 1696 + "funding": { 1697 + "url": "https://github.com/chalk/ansi-regex?sponsor=1" 1698 + } 1699 + }, 1700 + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { 1701 + "version": "6.2.3", 1702 + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", 1703 + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", 1704 + "license": "MIT", 1705 + "engines": { 1706 + "node": ">=12" 1707 + }, 1708 + "funding": { 1709 + "url": "https://github.com/chalk/ansi-styles?sponsor=1" 1710 + } 1711 + }, 1712 + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { 1713 + "version": "9.2.2", 1714 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", 1715 + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", 1716 + "license": "MIT" 1717 + }, 1718 + "node_modules/@isaacs/cliui/node_modules/string-width": { 1719 + "version": "5.1.2", 1720 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", 1721 + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", 1722 + "license": "MIT", 1723 + "dependencies": { 1724 + "eastasianwidth": "^0.2.0", 1725 + "emoji-regex": "^9.2.2", 1726 + "strip-ansi": "^7.0.1" 1727 + }, 1728 + "engines": { 1729 + "node": ">=12" 1730 + }, 1731 + "funding": { 1732 + "url": "https://github.com/sponsors/sindresorhus" 1733 + } 1734 + }, 1735 + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { 1736 + "version": "7.2.0", 1737 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", 1738 + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", 1739 + "license": "MIT", 1740 + "dependencies": { 1741 + "ansi-regex": "^6.2.2" 1742 + }, 1743 + "engines": { 1744 + "node": ">=12" 1745 + }, 1746 + "funding": { 1747 + "url": "https://github.com/chalk/strip-ansi?sponsor=1" 1748 + } 1749 + }, 1750 + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { 1751 + "version": "8.1.0", 1752 + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", 1753 + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", 1754 + "license": "MIT", 1755 + "dependencies": { 1756 + "ansi-styles": "^6.1.0", 1757 + "string-width": "^5.0.1", 1758 + "strip-ansi": "^7.0.1" 1759 + }, 1760 + "engines": { 1761 + "node": ">=12" 1762 + }, 1763 + "funding": { 1764 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 1765 + } 1766 + }, 1773 1767 "node_modules/@jest/types": { 1774 1768 "version": "26.6.2", 1775 1769 "dev": true, ··· 1871 1865 }, 1872 1866 "engines": { 1873 1867 "node": ">= 8" 1868 + } 1869 + }, 1870 + "node_modules/@one-ini/wasm": { 1871 + "version": "0.1.1", 1872 + "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", 1873 + "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", 1874 + "license": "MIT" 1875 + }, 1876 + "node_modules/@pkgjs/parseargs": { 1877 + "version": "0.11.0", 1878 + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", 1879 + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", 1880 + "license": "MIT", 1881 + "optional": true, 1882 + "engines": { 1883 + "node": ">=14" 1874 1884 } 1875 1885 }, 1876 1886 "node_modules/@repeaterjs/repeater": { ··· 2089 2099 "node": ">=18.0.0" 2090 2100 } 2091 2101 }, 2092 - "node_modules/@whatwg-node/disposablestack/node_modules/tslib": { 2093 - "version": "2.8.1", 2094 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 2095 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 2096 - "license": "0BSD" 2097 - }, 2098 2102 "node_modules/@whatwg-node/fetch": { 2099 2103 "version": "0.10.13", 2100 2104 "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.10.13.tgz", ··· 2123 2127 "node": ">=18.0.0" 2124 2128 } 2125 2129 }, 2126 - "node_modules/@whatwg-node/node-fetch/node_modules/tslib": { 2127 - "version": "2.8.1", 2128 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 2129 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 2130 - "license": "0BSD" 2131 - }, 2132 2130 "node_modules/@whatwg-node/promise-helpers": { 2133 2131 "version": "1.3.2", 2134 2132 "resolved": "https://registry.npmjs.org/@whatwg-node/promise-helpers/-/promise-helpers-1.3.2.tgz", ··· 2141 2139 "node": ">=16.0.0" 2142 2140 } 2143 2141 }, 2144 - "node_modules/@whatwg-node/promise-helpers/node_modules/tslib": { 2145 - "version": "2.8.1", 2146 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 2147 - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 2148 - "license": "0BSD" 2149 - }, 2150 2142 "node_modules/abbrev": { 2151 - "version": "1.1.1", 2152 - "license": "ISC" 2143 + "version": "2.0.0", 2144 + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", 2145 + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", 2146 + "license": "ISC", 2147 + "engines": { 2148 + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 2149 + } 2153 2150 }, 2154 2151 "node_modules/acorn": { 2155 2152 "version": "8.15.0", ··· 2232 2229 }, 2233 2230 "node_modules/balanced-match": { 2234 2231 "version": "1.0.2", 2232 + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", 2233 + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", 2235 2234 "license": "MIT" 2236 2235 }, 2237 2236 "node_modules/baseline-browser-mapping": { ··· 2248 2247 "license": "MIT" 2249 2248 }, 2250 2249 "node_modules/brace-expansion": { 2251 - "version": "2.0.3", 2252 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz", 2253 - "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==", 2250 + "version": "2.1.0", 2251 + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", 2252 + "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", 2254 2253 "license": "MIT", 2255 2254 "dependencies": { 2256 2255 "balanced-match": "^1.0.0" ··· 2416 2415 "integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==", 2417 2416 "license": "MIT" 2418 2417 }, 2419 - "node_modules/cli-color": { 2420 - "version": "2.0.3", 2421 - "license": "ISC", 2422 - "dependencies": { 2423 - "d": "^1.0.1", 2424 - "es5-ext": "^0.10.61", 2425 - "es6-iterator": "^2.0.3", 2426 - "memoizee": "^0.4.15", 2427 - "timers-ext": "^0.1.7" 2428 - }, 2429 - "engines": { 2430 - "node": ">=0.10" 2431 - } 2432 - }, 2433 - "node_modules/cli-truncate": { 2434 - "version": "4.0.0", 2435 - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", 2436 - "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", 2437 - "dependencies": { 2438 - "slice-ansi": "^5.0.0", 2439 - "string-width": "^7.0.0" 2440 - }, 2441 - "engines": { 2442 - "node": ">=18" 2443 - }, 2444 - "funding": { 2445 - "url": "https://github.com/sponsors/sindresorhus" 2446 - } 2447 - }, 2448 - "node_modules/cli-truncate/node_modules/ansi-regex": { 2449 - "version": "6.1.0", 2450 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 2451 - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 2452 - "engines": { 2453 - "node": ">=12" 2454 - }, 2455 - "funding": { 2456 - "url": "https://github.com/chalk/ansi-regex?sponsor=1" 2457 - } 2458 - }, 2459 - "node_modules/cli-truncate/node_modules/emoji-regex": { 2460 - "version": "10.4.0", 2461 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 2462 - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" 2463 - }, 2464 - "node_modules/cli-truncate/node_modules/string-width": { 2465 - "version": "7.2.0", 2466 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 2467 - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 2468 - "dependencies": { 2469 - "emoji-regex": "^10.3.0", 2470 - "get-east-asian-width": "^1.0.0", 2471 - "strip-ansi": "^7.1.0" 2472 - }, 2473 - "engines": { 2474 - "node": ">=18" 2475 - }, 2476 - "funding": { 2477 - "url": "https://github.com/sponsors/sindresorhus" 2478 - } 2479 - }, 2480 - "node_modules/cli-truncate/node_modules/strip-ansi": { 2481 - "version": "7.1.0", 2482 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 2483 - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 2484 - "dependencies": { 2485 - "ansi-regex": "^6.0.1" 2486 - }, 2487 - "engines": { 2488 - "node": ">=12" 2489 - }, 2490 - "funding": { 2491 - "url": "https://github.com/chalk/strip-ansi?sponsor=1" 2492 - } 2493 - }, 2494 2418 "node_modules/cli-width": { 2495 2419 "version": "4.1.0", 2496 2420 "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", ··· 2532 2456 "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" 2533 2457 }, 2534 2458 "node_modules/commander": { 2535 - "version": "13.1.0", 2536 - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", 2537 - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", 2459 + "version": "14.0.3", 2460 + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz", 2461 + "integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==", 2538 2462 "license": "MIT", 2539 2463 "engines": { 2540 - "node": ">=18" 2464 + "node": ">=20" 2541 2465 } 2542 2466 }, 2543 2467 "node_modules/common-tags": { ··· 2573 2497 }, 2574 2498 "node_modules/config-chain": { 2575 2499 "version": "1.1.13", 2500 + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", 2501 + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", 2576 2502 "license": "MIT", 2577 2503 "dependencies": { 2578 2504 "ini": "^1.3.4", ··· 2653 2579 "node": ">= 8" 2654 2580 } 2655 2581 }, 2656 - "node_modules/d": { 2657 - "version": "1.0.1", 2658 - "license": "ISC", 2659 - "dependencies": { 2660 - "es5-ext": "^0.10.50", 2661 - "type": "^1.0.1" 2662 - } 2663 - }, 2664 2582 "node_modules/data-uri-to-buffer": { 2665 2583 "version": "4.0.1", 2666 2584 "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", ··· 2751 2669 "tslib": "^2.0.3" 2752 2670 } 2753 2671 }, 2672 + "node_modules/eastasianwidth": { 2673 + "version": "0.2.0", 2674 + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", 2675 + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", 2676 + "license": "MIT" 2677 + }, 2754 2678 "node_modules/editorconfig": { 2755 - "version": "0.15.3", 2679 + "version": "1.0.7", 2680 + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.7.tgz", 2681 + "integrity": "sha512-e0GOtq/aTQhVdNyDU9e02+wz9oDDM+SIOQxWME2QRjzRX5yyLAuHDE+0aE8vHb9XRC8XD37eO2u57+F09JqFhw==", 2756 2682 "license": "MIT", 2757 2683 "dependencies": { 2758 - "commander": "^2.19.0", 2759 - "lru-cache": "^4.1.5", 2760 - "semver": "^5.6.0", 2761 - "sigmund": "^1.0.1" 2684 + "@one-ini/wasm": "0.1.1", 2685 + "commander": "^10.0.0", 2686 + "minimatch": "^9.0.1", 2687 + "semver": "^7.5.3" 2762 2688 }, 2763 2689 "bin": { 2764 2690 "editorconfig": "bin/editorconfig" 2691 + }, 2692 + "engines": { 2693 + "node": ">=14" 2765 2694 } 2766 2695 }, 2767 2696 "node_modules/editorconfig/node_modules/commander": { 2768 - "version": "2.20.3", 2769 - "license": "MIT" 2770 - }, 2771 - "node_modules/editorconfig/node_modules/lru-cache": { 2772 - "version": "4.1.5", 2773 - "license": "ISC", 2774 - "dependencies": { 2775 - "pseudomap": "^1.0.2", 2776 - "yallist": "^2.1.2" 2697 + "version": "10.0.1", 2698 + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", 2699 + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", 2700 + "license": "MIT", 2701 + "engines": { 2702 + "node": ">=14" 2777 2703 } 2778 2704 }, 2779 2705 "node_modules/editorconfig/node_modules/semver": { 2780 - "version": "5.7.2", 2781 - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", 2782 - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", 2706 + "version": "7.7.4", 2707 + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", 2708 + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", 2709 + "license": "ISC", 2783 2710 "bin": { 2784 - "semver": "bin/semver" 2711 + "semver": "bin/semver.js" 2712 + }, 2713 + "engines": { 2714 + "node": ">=10" 2785 2715 } 2786 - }, 2787 - "node_modules/editorconfig/node_modules/yallist": { 2788 - "version": "2.1.2", 2789 - "license": "ISC" 2790 2716 }, 2791 2717 "node_modules/electron-to-chromium": { 2792 2718 "version": "1.5.277", 2793 2719 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.277.tgz", 2794 2720 "integrity": "sha512-wKXFZw4erWmmOz5N/grBoJ2XrNJGDFMu2+W5ACHza5rHtvsqrK4gb6rnLC7XxKB9WlJ+RmyQatuEXmtm86xbnw==", 2795 2721 "license": "ISC" 2722 + }, 2723 + "node_modules/emoji-regex": { 2724 + "version": "8.0.0", 2725 + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", 2726 + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", 2727 + "license": "MIT" 2796 2728 }, 2797 2729 "node_modules/env-paths": { 2798 2730 "version": "2.2.1", ··· 2821 2753 "is-arrayish": "^0.2.1" 2822 2754 } 2823 2755 }, 2824 - "node_modules/es5-ext": { 2825 - "version": "0.10.64", 2826 - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", 2827 - "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", 2828 - "hasInstallScript": true, 2829 - "dependencies": { 2830 - "es6-iterator": "^2.0.3", 2831 - "es6-symbol": "^3.1.3", 2832 - "esniff": "^2.0.1", 2833 - "next-tick": "^1.1.0" 2834 - }, 2835 - "engines": { 2836 - "node": ">=0.10" 2837 - } 2838 - }, 2839 - "node_modules/es6-iterator": { 2840 - "version": "2.0.3", 2841 - "license": "MIT", 2842 - "dependencies": { 2843 - "d": "1", 2844 - "es5-ext": "^0.10.35", 2845 - "es6-symbol": "^3.1.1" 2846 - } 2847 - }, 2848 - "node_modules/es6-symbol": { 2849 - "version": "3.1.3", 2850 - "license": "ISC", 2851 - "dependencies": { 2852 - "d": "^1.0.1", 2853 - "ext": "^1.1.2" 2854 - } 2855 - }, 2856 - "node_modules/es6-weak-map": { 2857 - "version": "2.0.3", 2858 - "license": "ISC", 2859 - "dependencies": { 2860 - "d": "1", 2861 - "es5-ext": "^0.10.46", 2862 - "es6-iterator": "^2.0.3", 2863 - "es6-symbol": "^3.1.1" 2864 - } 2865 - }, 2866 2756 "node_modules/escalade": { 2867 2757 "version": "3.2.0", 2868 2758 "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", ··· 2872 2762 "node": ">=6" 2873 2763 } 2874 2764 }, 2875 - "node_modules/esniff": { 2876 - "version": "2.0.1", 2877 - "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", 2878 - "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", 2879 - "dependencies": { 2880 - "d": "^1.0.1", 2881 - "es5-ext": "^0.10.62", 2882 - "event-emitter": "^0.3.5", 2883 - "type": "^2.7.2" 2884 - }, 2885 - "engines": { 2886 - "node": ">=0.10" 2887 - } 2888 - }, 2889 - "node_modules/esniff/node_modules/type": { 2890 - "version": "2.7.3", 2891 - "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz", 2892 - "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" 2893 - }, 2894 - "node_modules/event-emitter": { 2895 - "version": "0.3.5", 2896 - "license": "MIT", 2897 - "dependencies": { 2898 - "d": "1", 2899 - "es5-ext": "~0.10.14" 2900 - } 2901 - }, 2902 2765 "node_modules/eventemitter3": { 2903 2766 "version": "3.1.2", 2904 2767 "license": "MIT" 2905 2768 }, 2906 - "node_modules/execa": { 2907 - "version": "8.0.1", 2908 - "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", 2909 - "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", 2910 - "dependencies": { 2911 - "cross-spawn": "^7.0.3", 2912 - "get-stream": "^8.0.1", 2913 - "human-signals": "^5.0.0", 2914 - "is-stream": "^3.0.0", 2915 - "merge-stream": "^2.0.0", 2916 - "npm-run-path": "^5.1.0", 2917 - "onetime": "^6.0.0", 2918 - "signal-exit": "^4.1.0", 2919 - "strip-final-newline": "^3.0.0" 2920 - }, 2921 - "engines": { 2922 - "node": ">=16.17" 2923 - }, 2924 - "funding": { 2925 - "url": "https://github.com/sindresorhus/execa?sponsor=1" 2926 - } 2927 - }, 2928 - "node_modules/execa/node_modules/mimic-fn": { 2929 - "version": "4.0.0", 2930 - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", 2931 - "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", 2932 - "engines": { 2933 - "node": ">=12" 2934 - }, 2935 - "funding": { 2936 - "url": "https://github.com/sponsors/sindresorhus" 2937 - } 2938 - }, 2939 - "node_modules/execa/node_modules/onetime": { 2940 - "version": "6.0.0", 2941 - "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", 2942 - "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", 2943 - "dependencies": { 2944 - "mimic-fn": "^4.0.0" 2945 - }, 2946 - "engines": { 2947 - "node": ">=12" 2948 - }, 2949 - "funding": { 2950 - "url": "https://github.com/sponsors/sindresorhus" 2951 - } 2952 - }, 2953 - "node_modules/ext": { 2954 - "version": "1.7.0", 2955 - "license": "ISC", 2956 - "dependencies": { 2957 - "type": "^2.7.2" 2958 - } 2959 - }, 2960 - "node_modules/ext/node_modules/type": { 2961 - "version": "2.7.2", 2962 - "license": "ISC" 2963 - }, 2964 2769 "node_modules/fast-glob": { 2965 2770 "version": "3.3.2", 2966 2771 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", ··· 3017 2822 "node": ">=8" 3018 2823 } 3019 2824 }, 2825 + "node_modules/foreground-child": { 2826 + "version": "3.3.1", 2827 + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", 2828 + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", 2829 + "license": "ISC", 2830 + "dependencies": { 2831 + "cross-spawn": "^7.0.6", 2832 + "signal-exit": "^4.0.1" 2833 + }, 2834 + "engines": { 2835 + "node": ">=14" 2836 + }, 2837 + "funding": { 2838 + "url": "https://github.com/sponsors/isaacs" 2839 + } 2840 + }, 3020 2841 "node_modules/formdata-polyfill": { 3021 2842 "version": "4.0.10", 3022 2843 "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", ··· 3029 2850 "node": ">=12.20.0" 3030 2851 } 3031 2852 }, 3032 - "node_modules/fs.realpath": { 3033 - "version": "1.0.0", 3034 - "license": "ISC" 3035 - }, 3036 2853 "node_modules/function-bind": { 3037 2854 "version": "1.1.1", 3038 2855 "license": "MIT" ··· 3063 2880 "url": "https://github.com/sponsors/sindresorhus" 3064 2881 } 3065 2882 }, 3066 - "node_modules/get-stream": { 3067 - "version": "8.0.1", 3068 - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", 3069 - "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", 3070 - "engines": { 3071 - "node": ">=16" 2883 + "node_modules/glob": { 2884 + "version": "10.5.0", 2885 + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", 2886 + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", 2887 + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", 2888 + "license": "ISC", 2889 + "dependencies": { 2890 + "foreground-child": "^3.1.0", 2891 + "jackspeak": "^3.1.2", 2892 + "minimatch": "^9.0.4", 2893 + "minipass": "^7.1.2", 2894 + "package-json-from-dist": "^1.0.0", 2895 + "path-scurry": "^1.11.1" 2896 + }, 2897 + "bin": { 2898 + "glob": "dist/esm/bin.mjs" 3072 2899 }, 3073 2900 "funding": { 3074 - "url": "https://github.com/sponsors/sindresorhus" 2901 + "url": "https://github.com/sponsors/isaacs" 3075 2902 } 3076 2903 }, 3077 2904 "node_modules/glob-parent": { ··· 3254 3081 "tslib": "^2.0.3" 3255 3082 } 3256 3083 }, 3257 - "node_modules/human-signals": { 3258 - "version": "5.0.0", 3259 - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", 3260 - "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", 3261 - "engines": { 3262 - "node": ">=16.17.0" 3263 - } 3264 - }, 3265 3084 "node_modules/husky": { 3266 3085 "version": "8.0.3", 3267 3086 "dev": true, ··· 3336 3155 "url": "https://github.com/sponsors/sindresorhus" 3337 3156 } 3338 3157 }, 3339 - "node_modules/inflight": { 3340 - "version": "1.0.6", 3341 - "license": "ISC", 3342 - "dependencies": { 3343 - "once": "^1.3.0", 3344 - "wrappy": "1" 3345 - } 3346 - }, 3347 - "node_modules/inherits": { 3348 - "version": "2.0.4", 3349 - "license": "ISC" 3350 - }, 3351 3158 "node_modules/ini": { 3352 3159 "version": "1.3.8", 3160 + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", 3161 + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", 3353 3162 "license": "ISC" 3354 3163 }, 3355 3164 "node_modules/invariant": { ··· 3429 3238 "node": ">=0.12.0" 3430 3239 } 3431 3240 }, 3432 - "node_modules/is-promise": { 3433 - "version": "2.2.2", 3434 - "license": "MIT" 3435 - }, 3436 3241 "node_modules/is-relative": { 3437 3242 "version": "1.0.0", 3438 3243 "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", ··· 3445 3250 "node": ">=0.10.0" 3446 3251 } 3447 3252 }, 3448 - "node_modules/is-stream": { 3449 - "version": "3.0.0", 3450 - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", 3451 - "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", 3452 - "engines": { 3453 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 3454 - }, 3455 - "funding": { 3456 - "url": "https://github.com/sponsors/sindresorhus" 3457 - } 3458 - }, 3459 3253 "node_modules/is-unc-path": { 3460 3254 "version": "1.0.0", 3461 3255 "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", ··· 3500 3294 }, 3501 3295 "node_modules/isexe": { 3502 3296 "version": "2.0.0", 3297 + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", 3298 + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", 3503 3299 "license": "ISC" 3504 3300 }, 3505 3301 "node_modules/isomorphic-ws": { ··· 3530 3326 "version": "1.3.0", 3531 3327 "license": "MIT" 3532 3328 }, 3329 + "node_modules/jackspeak": { 3330 + "version": "3.4.3", 3331 + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", 3332 + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", 3333 + "license": "BlueOak-1.0.0", 3334 + "dependencies": { 3335 + "@isaacs/cliui": "^8.0.2" 3336 + }, 3337 + "funding": { 3338 + "url": "https://github.com/sponsors/isaacs" 3339 + }, 3340 + "optionalDependencies": { 3341 + "@pkgjs/parseargs": "^0.11.0" 3342 + } 3343 + }, 3533 3344 "node_modules/jiti": { 3534 3345 "version": "2.6.1", 3535 3346 "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", ··· 3540 3351 } 3541 3352 }, 3542 3353 "node_modules/js-beautify": { 3543 - "version": "1.14.7", 3354 + "version": "1.15.4", 3355 + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.4.tgz", 3356 + "integrity": "sha512-9/KXeZUKKJwqCXUdBxFJ3vPh467OCckSBmYDwSK/EtV090K+iMJ7zx2S3HLVDIWFQdqMIsZWbnaGiba18aWhaA==", 3544 3357 "license": "MIT", 3545 3358 "dependencies": { 3546 3359 "config-chain": "^1.1.13", 3547 - "editorconfig": "^0.15.3", 3548 - "glob": "^8.0.3", 3549 - "nopt": "^6.0.0" 3360 + "editorconfig": "^1.0.4", 3361 + "glob": "^10.4.2", 3362 + "js-cookie": "^3.0.5", 3363 + "nopt": "^7.2.1" 3550 3364 }, 3551 3365 "bin": { 3552 3366 "css-beautify": "js/bin/css-beautify.js", ··· 3554 3368 "js-beautify": "js/bin/js-beautify.js" 3555 3369 }, 3556 3370 "engines": { 3557 - "node": ">=10" 3371 + "node": ">=14" 3558 3372 } 3559 3373 }, 3560 - "node_modules/js-beautify/node_modules/glob": { 3561 - "version": "8.1.0", 3562 - "license": "ISC", 3563 - "dependencies": { 3564 - "fs.realpath": "^1.0.0", 3565 - "inflight": "^1.0.4", 3566 - "inherits": "2", 3567 - "minimatch": "^5.0.1", 3568 - "once": "^1.3.0" 3569 - }, 3374 + "node_modules/js-cookie": { 3375 + "version": "3.0.5", 3376 + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", 3377 + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", 3378 + "license": "MIT", 3570 3379 "engines": { 3571 - "node": ">=12" 3572 - }, 3573 - "funding": { 3574 - "url": "https://github.com/sponsors/isaacs" 3380 + "node": ">=14" 3575 3381 } 3576 3382 }, 3577 3383 "node_modules/js-tokens": { ··· 3638 3444 "graceful-fs": "^4.1.6" 3639 3445 } 3640 3446 }, 3641 - "node_modules/lilconfig": { 3642 - "version": "3.1.3", 3643 - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", 3644 - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", 3645 - "license": "MIT", 3646 - "engines": { 3647 - "node": ">=14" 3648 - }, 3649 - "funding": { 3650 - "url": "https://github.com/sponsors/antonk52" 3651 - } 3652 - }, 3653 3447 "node_modules/lint-staged": { 3654 - "version": "15.5.2", 3655 - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.2.tgz", 3656 - "integrity": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==", 3448 + "version": "16.4.0", 3449 + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.4.0.tgz", 3450 + "integrity": "sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==", 3657 3451 "license": "MIT", 3658 3452 "dependencies": { 3659 - "chalk": "^5.4.1", 3660 - "commander": "^13.1.0", 3661 - "debug": "^4.4.0", 3662 - "execa": "^8.0.1", 3663 - "lilconfig": "^3.1.3", 3664 - "listr2": "^8.2.5", 3665 - "micromatch": "^4.0.8", 3666 - "pidtree": "^0.6.0", 3453 + "commander": "^14.0.3", 3454 + "listr2": "^9.0.5", 3455 + "picomatch": "^4.0.3", 3667 3456 "string-argv": "^0.3.2", 3668 - "yaml": "^2.7.0" 3457 + "tinyexec": "^1.0.4", 3458 + "yaml": "^2.8.2" 3669 3459 }, 3670 3460 "bin": { 3671 3461 "lint-staged": "bin/lint-staged.js" 3672 3462 }, 3673 3463 "engines": { 3674 - "node": ">=18.12.0" 3464 + "node": ">=20.17" 3675 3465 }, 3676 3466 "funding": { 3677 3467 "url": "https://opencollective.com/lint-staged" 3678 3468 } 3679 3469 }, 3680 - "node_modules/lint-staged/node_modules/ansi-regex": { 3681 - "version": "6.1.0", 3682 - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", 3683 - "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", 3684 - "engines": { 3685 - "node": ">=12" 3686 - }, 3687 - "funding": { 3688 - "url": "https://github.com/chalk/ansi-regex?sponsor=1" 3689 - } 3690 - }, 3691 - "node_modules/lint-staged/node_modules/ansi-styles": { 3692 - "version": "6.2.1", 3693 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 3694 - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 3695 - "engines": { 3696 - "node": ">=12" 3697 - }, 3698 - "funding": { 3699 - "url": "https://github.com/chalk/ansi-styles?sponsor=1" 3700 - } 3701 - }, 3702 - "node_modules/lint-staged/node_modules/chalk": { 3703 - "version": "5.6.2", 3704 - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz", 3705 - "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==", 3470 + "node_modules/lint-staged/node_modules/picomatch": { 3471 + "version": "4.0.4", 3472 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3473 + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3706 3474 "license": "MIT", 3707 3475 "engines": { 3708 - "node": "^12.17.0 || ^14.13 || >=16.0.0" 3709 - }, 3710 - "funding": { 3711 - "url": "https://github.com/chalk/chalk?sponsor=1" 3712 - } 3713 - }, 3714 - "node_modules/lint-staged/node_modules/emoji-regex": { 3715 - "version": "10.4.0", 3716 - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", 3717 - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==" 3718 - }, 3719 - "node_modules/lint-staged/node_modules/eventemitter3": { 3720 - "version": "5.0.1", 3721 - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", 3722 - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" 3723 - }, 3724 - "node_modules/lint-staged/node_modules/listr2": { 3725 - "version": "8.2.5", 3726 - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz", 3727 - "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==", 3728 - "dependencies": { 3729 - "cli-truncate": "^4.0.0", 3730 - "colorette": "^2.0.20", 3731 - "eventemitter3": "^5.0.1", 3732 - "log-update": "^6.1.0", 3733 - "rfdc": "^1.4.1", 3734 - "wrap-ansi": "^9.0.0" 3735 - }, 3736 - "engines": { 3737 - "node": ">=18.0.0" 3738 - } 3739 - }, 3740 - "node_modules/lint-staged/node_modules/string-width": { 3741 - "version": "7.2.0", 3742 - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", 3743 - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", 3744 - "dependencies": { 3745 - "emoji-regex": "^10.3.0", 3746 - "get-east-asian-width": "^1.0.0", 3747 - "strip-ansi": "^7.1.0" 3748 - }, 3749 - "engines": { 3750 - "node": ">=18" 3751 - }, 3752 - "funding": { 3753 - "url": "https://github.com/sponsors/sindresorhus" 3754 - } 3755 - }, 3756 - "node_modules/lint-staged/node_modules/strip-ansi": { 3757 - "version": "7.1.0", 3758 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", 3759 - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", 3760 - "dependencies": { 3761 - "ansi-regex": "^6.0.1" 3762 - }, 3763 - "engines": { 3764 3476 "node": ">=12" 3765 3477 }, 3766 3478 "funding": { 3767 - "url": "https://github.com/chalk/strip-ansi?sponsor=1" 3768 - } 3769 - }, 3770 - "node_modules/lint-staged/node_modules/wrap-ansi": { 3771 - "version": "9.0.0", 3772 - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", 3773 - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", 3774 - "dependencies": { 3775 - "ansi-styles": "^6.2.1", 3776 - "string-width": "^7.0.0", 3777 - "strip-ansi": "^7.1.0" 3778 - }, 3779 - "engines": { 3780 - "node": ">=18" 3781 - }, 3782 - "funding": { 3783 - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 3479 + "url": "https://github.com/sponsors/jonschlinkert" 3784 3480 } 3785 3481 }, 3786 3482 "node_modules/listr2": { ··· 4190 3886 "yallist": "^3.0.2" 4191 3887 } 4192 3888 }, 4193 - "node_modules/lru-queue": { 4194 - "version": "0.1.0", 4195 - "license": "MIT", 4196 - "dependencies": { 4197 - "es5-ext": "~0.10.2" 4198 - } 4199 - }, 4200 3889 "node_modules/make-error": { 4201 3890 "version": "1.3.6", 4202 3891 "dev": true, ··· 4210 3899 "engines": { 4211 3900 "node": ">=0.10.0" 4212 3901 } 4213 - }, 4214 - "node_modules/memoizee": { 4215 - "version": "0.4.15", 4216 - "license": "ISC", 4217 - "dependencies": { 4218 - "d": "^1.0.1", 4219 - "es5-ext": "^0.10.53", 4220 - "es6-weak-map": "^2.0.3", 4221 - "event-emitter": "^0.3.5", 4222 - "is-promise": "^2.2.2", 4223 - "lru-queue": "^0.1.0", 4224 - "next-tick": "^1.1.0", 4225 - "timers-ext": "^0.1.7" 4226 - } 4227 - }, 4228 - "node_modules/merge-stream": { 4229 - "version": "2.0.0", 4230 - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", 4231 - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" 4232 3902 }, 4233 3903 "node_modules/merge2": { 4234 3904 "version": "1.4.1", ··· 4278 3948 } 4279 3949 }, 4280 3950 "node_modules/minimatch": { 4281 - "version": "5.1.9", 4282 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz", 4283 - "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==", 3951 + "version": "9.0.9", 3952 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", 3953 + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", 4284 3954 "license": "ISC", 4285 3955 "dependencies": { 4286 - "brace-expansion": "^2.0.1" 3956 + "brace-expansion": "^2.0.2" 4287 3957 }, 4288 3958 "engines": { 4289 - "node": ">=10" 3959 + "node": ">=16 || 14 >=14.17" 3960 + }, 3961 + "funding": { 3962 + "url": "https://github.com/sponsors/isaacs" 3963 + } 3964 + }, 3965 + "node_modules/minipass": { 3966 + "version": "7.1.3", 3967 + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", 3968 + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", 3969 + "license": "BlueOak-1.0.0", 3970 + "engines": { 3971 + "node": ">=16 || 14 >=14.17" 4290 3972 } 4291 3973 }, 4292 3974 "node_modules/ms": { ··· 4302 3984 "engines": { 4303 3985 "node": "^18.17.0 || >=20.5.0" 4304 3986 } 4305 - }, 4306 - "node_modules/next-tick": { 4307 - "version": "1.1.0", 4308 - "license": "ISC" 4309 3987 }, 4310 3988 "node_modules/no-case": { 4311 3989 "version": "3.0.4", ··· 4366 4044 "license": "MIT" 4367 4045 }, 4368 4046 "node_modules/nopt": { 4369 - "version": "6.0.0", 4047 + "version": "7.2.1", 4048 + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", 4049 + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", 4370 4050 "license": "ISC", 4371 4051 "dependencies": { 4372 - "abbrev": "^1.0.0" 4052 + "abbrev": "^2.0.0" 4373 4053 }, 4374 4054 "bin": { 4375 4055 "nopt": "bin/nopt.js" 4376 4056 }, 4377 4057 "engines": { 4378 - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" 4379 - } 4380 - }, 4381 - "node_modules/npm-run-path": { 4382 - "version": "5.3.0", 4383 - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", 4384 - "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", 4385 - "dependencies": { 4386 - "path-key": "^4.0.0" 4387 - }, 4388 - "engines": { 4389 - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 4390 - }, 4391 - "funding": { 4392 - "url": "https://github.com/sponsors/sindresorhus" 4393 - } 4394 - }, 4395 - "node_modules/npm-run-path/node_modules/path-key": { 4396 - "version": "4.0.0", 4397 - "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", 4398 - "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", 4399 - "engines": { 4400 - "node": ">=12" 4401 - }, 4402 - "funding": { 4403 - "url": "https://github.com/sponsors/sindresorhus" 4404 - } 4405 - }, 4406 - "node_modules/once": { 4407 - "version": "1.4.0", 4408 - "license": "ISC", 4409 - "dependencies": { 4410 - "wrappy": "1" 4058 + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 4411 4059 } 4412 4060 }, 4413 4061 "node_modules/p-limit": { ··· 4424 4072 "funding": { 4425 4073 "url": "https://github.com/sponsors/sindresorhus" 4426 4074 } 4075 + }, 4076 + "node_modules/package-json-from-dist": { 4077 + "version": "1.0.1", 4078 + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", 4079 + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", 4080 + "license": "BlueOak-1.0.0" 4427 4081 }, 4428 4082 "node_modules/param-case": { 4429 4083 "version": "3.0.4", ··· 4501 4155 }, 4502 4156 "node_modules/path-key": { 4503 4157 "version": "3.1.1", 4158 + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", 4159 + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", 4504 4160 "license": "MIT", 4505 4161 "engines": { 4506 4162 "node": ">=8" ··· 4531 4187 "node": ">=0.10.0" 4532 4188 } 4533 4189 }, 4190 + "node_modules/path-scurry": { 4191 + "version": "1.11.1", 4192 + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", 4193 + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", 4194 + "license": "BlueOak-1.0.0", 4195 + "dependencies": { 4196 + "lru-cache": "^10.2.0", 4197 + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" 4198 + }, 4199 + "engines": { 4200 + "node": ">=16 || 14 >=14.18" 4201 + }, 4202 + "funding": { 4203 + "url": "https://github.com/sponsors/isaacs" 4204 + } 4205 + }, 4206 + "node_modules/path-scurry/node_modules/lru-cache": { 4207 + "version": "10.4.3", 4208 + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", 4209 + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", 4210 + "license": "ISC" 4211 + }, 4534 4212 "node_modules/path-type": { 4535 4213 "version": "4.0.0", 4536 4214 "license": "MIT", ··· 4639 4317 "url": "https://github.com/sponsors/jonschlinkert" 4640 4318 } 4641 4319 }, 4642 - "node_modules/pidtree": { 4643 - "version": "0.6.0", 4644 - "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", 4645 - "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", 4646 - "bin": { 4647 - "pidtree": "bin/pidtree.js" 4648 - }, 4649 - "engines": { 4650 - "node": ">=0.10" 4651 - } 4652 - }, 4653 4320 "node_modules/postgres-array": { 4654 4321 "version": "2.0.0", 4655 4322 "license": "MIT", ··· 4712 4379 }, 4713 4380 "node_modules/proto-list": { 4714 4381 "version": "1.2.4", 4715 - "license": "ISC" 4716 - }, 4717 - "node_modules/pseudomap": { 4718 - "version": "1.0.2", 4382 + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", 4383 + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", 4719 4384 "license": "ISC" 4720 4385 }, 4721 4386 "node_modules/queue-microtask": { ··· 4855 4520 } 4856 4521 }, 4857 4522 "node_modules/sequelize-cli": { 4858 - "version": "6.6.0", 4523 + "version": "6.6.5", 4524 + "resolved": "https://registry.npmjs.org/sequelize-cli/-/sequelize-cli-6.6.5.tgz", 4525 + "integrity": "sha512-DqyISCULOaEbTM+rRQH4YvcUWeOC1XDiSKcjsC6TfAnT7W837mNkChJhtB/Z4FdCFHRCojmiP7zsrA4pARmacA==", 4859 4526 "license": "MIT", 4860 4527 "dependencies": { 4861 - "cli-color": "^2.0.3", 4862 4528 "fs-extra": "^9.1.0", 4863 - "js-beautify": "^1.14.5", 4529 + "js-beautify": "1.15.4", 4864 4530 "lodash": "^4.17.21", 4531 + "picocolors": "^1.1.1", 4865 4532 "resolve": "^1.22.1", 4866 4533 "umzug": "^2.3.0", 4867 4534 "yargs": "^16.2.0" ··· 4921 4588 }, 4922 4589 "node_modules/shebang-command": { 4923 4590 "version": "2.0.0", 4591 + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", 4592 + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", 4924 4593 "license": "MIT", 4925 4594 "dependencies": { 4926 4595 "shebang-regex": "^3.0.0" ··· 4931 4600 }, 4932 4601 "node_modules/shebang-regex": { 4933 4602 "version": "3.0.0", 4603 + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", 4604 + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", 4934 4605 "license": "MIT", 4935 4606 "engines": { 4936 4607 "node": ">=8" ··· 4948 4619 "url": "https://github.com/sponsors/ljharb" 4949 4620 } 4950 4621 }, 4951 - "node_modules/sigmund": { 4952 - "version": "1.0.1", 4953 - "license": "ISC" 4954 - }, 4955 4622 "node_modules/signal-exit": { 4956 4623 "version": "4.1.0", 4957 4624 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", ··· 4971 4638 "node": ">=8" 4972 4639 } 4973 4640 }, 4974 - "node_modules/slice-ansi": { 4975 - "version": "5.0.0", 4976 - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", 4977 - "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", 4978 - "dependencies": { 4979 - "ansi-styles": "^6.0.0", 4980 - "is-fullwidth-code-point": "^4.0.0" 4981 - }, 4982 - "engines": { 4983 - "node": ">=12" 4984 - }, 4985 - "funding": { 4986 - "url": "https://github.com/chalk/slice-ansi?sponsor=1" 4987 - } 4988 - }, 4989 - "node_modules/slice-ansi/node_modules/ansi-styles": { 4990 - "version": "6.2.1", 4991 - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", 4992 - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", 4993 - "engines": { 4994 - "node": ">=12" 4995 - }, 4996 - "funding": { 4997 - "url": "https://github.com/chalk/ansi-styles?sponsor=1" 4998 - } 4999 - }, 5000 - "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { 5001 - "version": "4.0.0", 5002 - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", 5003 - "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", 5004 - "engines": { 5005 - "node": ">=12" 5006 - }, 5007 - "funding": { 5008 - "url": "https://github.com/sponsors/sindresorhus" 5009 - } 5010 - }, 5011 4641 "node_modules/snake-case": { 5012 4642 "version": "3.0.4", 5013 4643 "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz", ··· 5060 4690 "node": ">=8" 5061 4691 } 5062 4692 }, 5063 - "node_modules/string-width/node_modules/emoji-regex": { 5064 - "version": "8.0.0", 5065 - "license": "MIT" 4693 + "node_modules/string-width-cjs": { 4694 + "name": "string-width", 4695 + "version": "4.2.3", 4696 + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", 4697 + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", 4698 + "license": "MIT", 4699 + "dependencies": { 4700 + "emoji-regex": "^8.0.0", 4701 + "is-fullwidth-code-point": "^3.0.0", 4702 + "strip-ansi": "^6.0.1" 4703 + }, 4704 + "engines": { 4705 + "node": ">=8" 4706 + } 5066 4707 }, 5067 4708 "node_modules/strip-ansi": { 5068 4709 "version": "6.0.1", ··· 5074 4715 "node": ">=8" 5075 4716 } 5076 4717 }, 5077 - "node_modules/strip-final-newline": { 5078 - "version": "3.0.0", 5079 - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", 5080 - "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", 4718 + "node_modules/strip-ansi-cjs": { 4719 + "name": "strip-ansi", 4720 + "version": "6.0.1", 4721 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", 4722 + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", 4723 + "license": "MIT", 4724 + "dependencies": { 4725 + "ansi-regex": "^5.0.1" 4726 + }, 5081 4727 "engines": { 5082 - "node": ">=12" 5083 - }, 5084 - "funding": { 5085 - "url": "https://github.com/sponsors/sindresorhus" 4728 + "node": ">=8" 5086 4729 } 5087 4730 }, 5088 4731 "node_modules/subscriptions-transport-ws": { ··· 5181 4824 "node": ">=16" 5182 4825 } 5183 4826 }, 5184 - "node_modules/timers-ext": { 5185 - "version": "0.1.7", 5186 - "license": "ISC", 5187 - "dependencies": { 5188 - "es5-ext": "~0.10.46", 5189 - "next-tick": "1" 4827 + "node_modules/tinyexec": { 4828 + "version": "1.1.1", 4829 + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.1.1.tgz", 4830 + "integrity": "sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==", 4831 + "license": "MIT", 4832 + "engines": { 4833 + "node": ">=18" 5190 4834 } 5191 4835 }, 5192 4836 "node_modules/title-case": { ··· 5264 4908 } 5265 4909 }, 5266 4910 "node_modules/tslib": { 5267 - "version": "2.6.2", 5268 - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", 5269 - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" 5270 - }, 5271 - "node_modules/type": { 5272 - "version": "1.2.0", 5273 - "license": "ISC" 4911 + "version": "2.8.1", 4912 + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", 4913 + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", 4914 + "license": "0BSD" 5274 4915 }, 5275 4916 "node_modules/typescript": { 5276 4917 "version": "5.3.2", ··· 5415 5056 }, 5416 5057 "node_modules/which": { 5417 5058 "version": "2.0.2", 5059 + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", 5060 + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", 5418 5061 "license": "ISC", 5419 5062 "dependencies": { 5420 5063 "isexe": "^2.0.0" ··· 5441 5084 "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5442 5085 } 5443 5086 }, 5444 - "node_modules/wrappy": { 5445 - "version": "1.0.2", 5446 - "license": "ISC" 5087 + "node_modules/wrap-ansi-cjs": { 5088 + "name": "wrap-ansi", 5089 + "version": "7.0.0", 5090 + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", 5091 + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", 5092 + "license": "MIT", 5093 + "dependencies": { 5094 + "ansi-styles": "^4.0.0", 5095 + "string-width": "^4.1.0", 5096 + "strip-ansi": "^6.0.0" 5097 + }, 5098 + "engines": { 5099 + "node": ">=10" 5100 + }, 5101 + "funding": { 5102 + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" 5103 + } 5447 5104 }, 5448 5105 "node_modules/ws": { 5449 5106 "version": "8.19.0",
+6 -6
package.json
··· 24 24 "dependencies": { 25 25 "@graphiql/create-fetcher": "^0.1.0", 26 26 "@graphql-codegen/add": "^6.0.0", 27 - "@graphql-codegen/cli": "^6.3.0", 28 - "@graphql-codegen/named-operations-object": "^4.0.0", 27 + "@graphql-codegen/cli": "^6.3.1", 28 + "@graphql-codegen/named-operations-object": "^4.0.1", 29 29 "@graphql-codegen/typescript": "^5.0.9", 30 30 "@graphql-codegen/typescript-operations": "^5.0.9", 31 - "@graphql-codegen/typescript-react-apollo": "^4.4.1", 32 - "@graphql-codegen/typescript-resolvers": "^5.1.7", 31 + "@graphql-codegen/typescript-react-apollo": "^4.4.2", 32 + "@graphql-codegen/typescript-resolvers": "^5.1.8", 33 33 "concurrently": "^9.2.1", 34 - "lint-staged": "^15.5.2", 34 + "lint-staged": "^16.4.0", 35 35 "node-worker-threads-pool": "^1.5.1", 36 36 "pg": "^8.20.0", 37 - "sequelize-cli": "^6.2.0" 37 + "sequelize-cli": "^6.6.5" 38 38 }, 39 39 "engines": { 40 40 "node": "^24.0.0"