|
@@ -29,8 +29,8 @@
|
|
|
"@types/mime-types": "^2.1.1",
|
|
|
"@types/mock-fs": "^4.13.1",
|
|
|
"@types/node": "^20.3.1",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
|
- "@typescript-eslint/parser": "^5.48.1",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
+ "@typescript-eslint/parser": "^6.0.0",
|
|
|
"chai": "^4.3.7",
|
|
|
"eslint": "^8.43.0",
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
"ts-jest": "^29.1.0",
|
|
|
"ts-node": "^10.9.1",
|
|
|
"tslib": "^2.5.3",
|
|
|
- "typescript": "^4.9.4"
|
|
|
+ "typescript": "^5.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
@@ -1604,9 +1604,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/node": {
|
|
|
- "version": "20.9.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz",
|
|
|
- "integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==",
|
|
|
+ "version": "20.10.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz",
|
|
|
+ "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"undici-types": "~5.26.4"
|
|
@@ -1646,32 +1646,90 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
|
|
|
- "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@eslint-community/regexpp": "^4.4.0",
|
|
|
- "@typescript-eslint/scope-manager": "5.62.0",
|
|
|
- "@typescript-eslint/type-utils": "5.62.0",
|
|
|
- "@typescript-eslint/utils": "5.62.0",
|
|
|
+ "@eslint-community/regexpp": "^4.5.1",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/type-utils": "6.13.1",
|
|
|
+ "@typescript-eslint/utils": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"graphemer": "^1.4.0",
|
|
|
- "ignore": "^5.2.0",
|
|
|
- "natural-compare-lite": "^1.4.0",
|
|
|
- "semver": "^7.3.7",
|
|
|
- "tsutils": "^3.21.0"
|
|
|
+ "ignore": "^5.2.4",
|
|
|
+ "natural-compare": "^1.4.0",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
},
|
|
|
"funding": {
|
|
|
"type": "opencollective",
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "@typescript-eslint/parser": "^5.0.0",
|
|
|
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
+ "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
|
|
|
+ "eslint": "^7.0.0 || ^8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependenciesMeta": {
|
|
|
"typescript": {
|
|
@@ -1679,26 +1737,126 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
+ "@types/json-schema": "^7.0.12",
|
|
|
+ "@types/semver": "^7.5.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "semver": "^7.5.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "eslint": "^7.0.0 || ^8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
|
|
|
- "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "5.62.0",
|
|
|
- "@typescript-eslint/types": "5.62.0",
|
|
|
- "@typescript-eslint/typescript-estree": "5.62.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
"debug": "^4.3.4"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
},
|
|
|
"funding": {
|
|
|
"type": "opencollective",
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
+ "eslint": "^7.0.0 || ^8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependenciesMeta": {
|
|
|
"typescript": {
|
|
@@ -1706,6 +1864,23 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
|
"version": "5.62.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
|
|
@@ -1724,25 +1899,82 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
|
|
|
- "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/typescript-estree": "5.62.0",
|
|
|
- "@typescript-eslint/utils": "5.62.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "@typescript-eslint/utils": "6.13.1",
|
|
|
"debug": "^4.3.4",
|
|
|
- "tsutils": "^3.21.0"
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
},
|
|
|
"funding": {
|
|
|
"type": "opencollective",
|
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "eslint": "*"
|
|
|
+ "eslint": "^7.0.0 || ^8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
},
|
|
|
"peerDependenciesMeta": {
|
|
|
"typescript": {
|
|
@@ -1750,6 +1982,48 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
+ "@types/json-schema": "^7.0.12",
|
|
|
+ "@types/semver": "^7.5.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "semver": "^7.5.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "eslint": "^7.0.0 || ^8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^16.0.0 || >=18.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/types": {
|
|
|
"version": "5.62.0",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
|
|
@@ -4864,12 +5138,6 @@
|
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "node_modules/natural-compare-lite": {
|
|
|
- "version": "1.4.0",
|
|
|
- "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
|
|
|
- "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"node_modules/node-int64": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
|
|
@@ -6023,6 +6291,18 @@
|
|
|
"node": ">=8.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ts-api-utils": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=16.13.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "typescript": ">=4.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/ts-jest": {
|
|
|
"version": "29.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz",
|
|
@@ -6170,16 +6450,16 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/typescript": {
|
|
|
- "version": "4.9.5",
|
|
|
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
|
- "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
|
+ "version": "5.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
|
|
|
+ "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
|
|
|
"dev": true,
|
|
|
"bin": {
|
|
|
"tsc": "bin/tsc",
|
|
|
"tsserver": "bin/tsserver"
|
|
|
},
|
|
|
"engines": {
|
|
|
- "node": ">=4.2.0"
|
|
|
+ "node": ">=14.17"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/undici-types": {
|
|
@@ -7710,9 +7990,9 @@
|
|
|
}
|
|
|
},
|
|
|
"@types/node": {
|
|
|
- "version": "20.9.4",
|
|
|
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz",
|
|
|
- "integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==",
|
|
|
+ "version": "20.10.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz",
|
|
|
+ "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"undici-types": "~5.26.4"
|
|
@@ -7752,33 +8032,136 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"@typescript-eslint/eslint-plugin": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
|
|
|
- "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@eslint-community/regexpp": "^4.4.0",
|
|
|
- "@typescript-eslint/scope-manager": "5.62.0",
|
|
|
- "@typescript-eslint/type-utils": "5.62.0",
|
|
|
- "@typescript-eslint/utils": "5.62.0",
|
|
|
+ "@eslint-community/regexpp": "^4.5.1",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/type-utils": "6.13.1",
|
|
|
+ "@typescript-eslint/utils": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"graphemer": "^1.4.0",
|
|
|
- "ignore": "^5.2.0",
|
|
|
- "natural-compare-lite": "^1.4.0",
|
|
|
- "semver": "^7.3.7",
|
|
|
- "tsutils": "^3.21.0"
|
|
|
+ "ignore": "^5.2.4",
|
|
|
+ "natural-compare": "^1.4.0",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/utils": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
+ "@types/json-schema": "^7.0.12",
|
|
|
+ "@types/semver": "^7.5.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "semver": "^7.5.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/parser": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
|
|
|
- "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-fs2XOhWCzRhqMmQf0eicLa/CWSaYss2feXsy7xBD/pLyWke/jCIVc2s1ikEAtSW7ina1HNhv7kONoEfVNEcdDQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@typescript-eslint/scope-manager": "5.62.0",
|
|
|
- "@typescript-eslint/types": "5.62.0",
|
|
|
- "@typescript-eslint/typescript-estree": "5.62.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
"debug": "^4.3.4"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/scope-manager": {
|
|
@@ -7792,15 +8175,73 @@
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/type-utils": {
|
|
|
- "version": "5.62.0",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
|
|
|
- "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@typescript-eslint/typescript-estree": "5.62.0",
|
|
|
- "@typescript-eslint/utils": "5.62.0",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "@typescript-eslint/utils": "6.13.1",
|
|
|
"debug": "^4.3.4",
|
|
|
- "tsutils": "^3.21.0"
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-BW0kJ7ceiKi56GbT2KKzZzN+nDxzQK2DS6x0PiSMPjciPgd/JRQGMibyaN2cPt2cAvuoH0oNvn2fwonHI+4QUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-sBLQsvOC0Q7LGcUHO5qpG1HxRgePbT6wwqOiGLpR8uOJvPJbfs0mW3jPA3ujsDvfiVwVlWUDESNXv44KtINkUQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "6.13.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.5.4",
|
|
|
+ "ts-api-utils": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/utils": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@eslint-community/eslint-utils": "^4.4.0",
|
|
|
+ "@types/json-schema": "^7.0.12",
|
|
|
+ "@types/semver": "^7.5.0",
|
|
|
+ "@typescript-eslint/scope-manager": "6.13.1",
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "6.13.1",
|
|
|
+ "semver": "^7.5.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "6.13.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.1.tgz",
|
|
|
+ "integrity": "sha512-NDhQUy2tg6XGNBGDRm1XybOHSia8mcXmlbKWoQP+nm1BIIMxa55shyJfZkHpEBN62KNPLrocSM2PdPcaLgDKMQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "6.13.1",
|
|
|
+ "eslint-visitor-keys": "^3.4.1"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/types": {
|
|
@@ -10035,12 +10476,6 @@
|
|
|
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
|
"dev": true
|
|
|
},
|
|
|
- "natural-compare-lite": {
|
|
|
- "version": "1.4.0",
|
|
|
- "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
|
|
|
- "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
|
|
|
- "dev": true
|
|
|
- },
|
|
|
"node-int64": {
|
|
|
"version": "0.4.0",
|
|
|
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
|
|
@@ -10865,6 +11300,13 @@
|
|
|
"is-number": "^7.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "ts-api-utils": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {}
|
|
|
+ },
|
|
|
"ts-jest": {
|
|
|
"version": "29.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz",
|
|
@@ -10947,9 +11389,9 @@
|
|
|
"dev": true
|
|
|
},
|
|
|
"typescript": {
|
|
|
- "version": "4.9.5",
|
|
|
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
|
- "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
|
+ "version": "5.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
|
|
|
+ "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
|
|
|
"dev": true
|
|
|
},
|
|
|
"undici-types": {
|