|
@@ -32,7 +32,7 @@
|
|
|
"vue-tippy": "^6.0.0-alpha.63"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.35.1",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
|
"@typescript-eslint/parser": "^5.35.1",
|
|
|
"eslint": "^8.22.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -695,14 +695,14 @@
|
|
|
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz",
|
|
|
- "integrity": "sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/scope-manager": "5.35.1",
|
|
|
- "@typescript-eslint/type-utils": "5.35.1",
|
|
|
- "@typescript-eslint/utils": "5.35.1",
|
|
|
+ "@typescript-eslint/scope-manager": "5.36.1",
|
|
|
+ "@typescript-eslint/type-utils": "5.36.1",
|
|
|
+ "@typescript-eslint/utils": "5.36.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"functional-red-black-tree": "^1.0.1",
|
|
|
"ignore": "^5.2.0",
|
|
@@ -727,6 +727,62 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
|
|
|
"version": "7.3.7",
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
@@ -787,12 +843,13 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz",
|
|
|
- "integrity": "sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
- "@typescript-eslint/utils": "5.35.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "5.36.1",
|
|
|
+ "@typescript-eslint/utils": "5.36.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"tsutils": "^3.21.0"
|
|
|
},
|
|
@@ -812,6 +869,87 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.3.7",
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
|
+ "version": "7.3.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
|
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/types": {
|
|
|
"version": "5.35.1",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.35.1.tgz",
|
|
@@ -868,15 +1006,15 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@typescript-eslint/utils": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.35.1.tgz",
|
|
|
- "integrity": "sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@types/json-schema": "^7.0.9",
|
|
|
- "@typescript-eslint/scope-manager": "5.35.1",
|
|
|
- "@typescript-eslint/types": "5.35.1",
|
|
|
- "@typescript-eslint/typescript-estree": "5.35.1",
|
|
|
+ "@typescript-eslint/scope-manager": "5.36.1",
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "5.36.1",
|
|
|
"eslint-scope": "^5.1.1",
|
|
|
"eslint-utils": "^3.0.0"
|
|
|
},
|
|
@@ -891,6 +1029,104 @@
|
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.3.7",
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "typescript": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/typescript-eslint"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@typescript-eslint/utils/node_modules/semver": {
|
|
|
+ "version": "7.3.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
|
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
|
"version": "5.35.1",
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz",
|
|
@@ -5173,14 +5409,14 @@
|
|
|
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
|
|
|
},
|
|
|
"@typescript-eslint/eslint-plugin": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz",
|
|
|
- "integrity": "sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@typescript-eslint/scope-manager": "5.35.1",
|
|
|
- "@typescript-eslint/type-utils": "5.35.1",
|
|
|
- "@typescript-eslint/utils": "5.35.1",
|
|
|
+ "@typescript-eslint/scope-manager": "5.36.1",
|
|
|
+ "@typescript-eslint/type-utils": "5.36.1",
|
|
|
+ "@typescript-eslint/utils": "5.36.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"functional-red-black-tree": "^1.0.1",
|
|
|
"ignore": "^5.2.0",
|
|
@@ -5189,6 +5425,38 @@
|
|
|
"tsutils": "^3.21.0"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
"semver": {
|
|
|
"version": "7.3.7",
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
@@ -5223,14 +5491,63 @@
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/type-utils": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz",
|
|
|
- "integrity": "sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
- "@typescript-eslint/utils": "5.35.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "5.36.1",
|
|
|
+ "@typescript-eslint/utils": "5.36.1",
|
|
|
"debug": "^4.3.4",
|
|
|
"tsutils": "^3.21.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.3.7",
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "semver": {
|
|
|
+ "version": "7.3.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
|
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/types": {
|
|
@@ -5266,17 +5583,75 @@
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/utils": {
|
|
|
- "version": "5.35.1",
|
|
|
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.35.1.tgz",
|
|
|
- "integrity": "sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==",
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==",
|
|
|
"dev": true,
|
|
|
"requires": {
|
|
|
"@types/json-schema": "^7.0.9",
|
|
|
- "@typescript-eslint/scope-manager": "5.35.1",
|
|
|
- "@typescript-eslint/types": "5.35.1",
|
|
|
- "@typescript-eslint/typescript-estree": "5.35.1",
|
|
|
+ "@typescript-eslint/scope-manager": "5.36.1",
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/typescript-estree": "5.36.1",
|
|
|
"eslint-scope": "^5.1.1",
|
|
|
"eslint-utils": "^3.0.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@typescript-eslint/scope-manager": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/types": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "@typescript-eslint/typescript-estree": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "@typescript-eslint/visitor-keys": "5.36.1",
|
|
|
+ "debug": "^4.3.4",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "semver": "^7.3.7",
|
|
|
+ "tsutils": "^3.21.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@typescript-eslint/visitor-keys": {
|
|
|
+ "version": "5.36.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz",
|
|
|
+ "integrity": "sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "@typescript-eslint/types": "5.36.1",
|
|
|
+ "eslint-visitor-keys": "^3.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "eslint-visitor-keys": {
|
|
|
+ "version": "3.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
|
|
|
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "semver": {
|
|
|
+ "version": "7.3.7",
|
|
|
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
|
|
|
+ "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
|
|
|
+ "dev": true,
|
|
|
+ "requires": {
|
|
|
+ "lru-cache": "^6.0.0"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"@typescript-eslint/visitor-keys": {
|