build(deps): bump @typescript-eslint/eslint-plugin in /web (#2201)
This commit is contained in:
		
							
								
								
									
										290
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										290
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -37,7 +37,7 @@ | |||||||
|                 "@types/chart.js": "^2.9.35", |                 "@types/chart.js": "^2.9.35", | ||||||
|                 "@types/codemirror": "5.60.5", |                 "@types/codemirror": "5.60.5", | ||||||
|                 "@types/grecaptcha": "^3.0.3", |                 "@types/grecaptcha": "^3.0.3", | ||||||
|                 "@typescript-eslint/eslint-plugin": "^5.10.1", |                 "@typescript-eslint/eslint-plugin": "^5.10.2", | ||||||
|                 "@typescript-eslint/parser": "^5.10.1", |                 "@typescript-eslint/parser": "^5.10.1", | ||||||
|                 "@webcomponents/webcomponentsjs": "^2.6.0", |                 "@webcomponents/webcomponentsjs": "^2.6.0", | ||||||
|                 "babel-plugin-macros": "^3.1.0", |                 "babel-plugin-macros": "^3.1.0", | ||||||
| @ -2844,13 +2844,13 @@ | |||||||
|             "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" |             "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" | ||||||
|         }, |         }, | ||||||
|         "node_modules/@typescript-eslint/eslint-plugin": { |         "node_modules/@typescript-eslint/eslint-plugin": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz", | ||||||
|             "integrity": "sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==", |             "integrity": "sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@typescript-eslint/scope-manager": "5.10.1", |                 "@typescript-eslint/scope-manager": "5.10.2", | ||||||
|                 "@typescript-eslint/type-utils": "5.10.1", |                 "@typescript-eslint/type-utils": "5.10.2", | ||||||
|                 "@typescript-eslint/utils": "5.10.1", |                 "@typescript-eslint/utils": "5.10.2", | ||||||
|                 "debug": "^4.3.2", |                 "debug": "^4.3.2", | ||||||
|                 "functional-red-black-tree": "^1.0.1", |                 "functional-red-black-tree": "^1.0.1", | ||||||
|                 "ignore": "^5.1.8", |                 "ignore": "^5.1.8", | ||||||
| @ -2875,6 +2875,58 @@ | |||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |         "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { | ||||||
|  |             "version": "5.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "5.10.2", | ||||||
|  |                 "@typescript-eslint/visitor-keys": "5.10.2" | ||||||
|  |             }, | ||||||
|  |             "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.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==", | ||||||
|  |             "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.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "5.10.2", | ||||||
|  |                 "eslint-visitor-keys": "^3.0.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.2.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", | ||||||
|  |             "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==", | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|         "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { |         "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { | ||||||
|             "version": "5.1.8", |             "version": "5.1.8", | ||||||
|             "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", |             "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", | ||||||
| @ -2940,11 +2992,11 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@typescript-eslint/type-utils": { |         "node_modules/@typescript-eslint/type-utils": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz", | ||||||
|             "integrity": "sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==", |             "integrity": "sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@typescript-eslint/utils": "5.10.1", |                 "@typescript-eslint/utils": "5.10.2", | ||||||
|                 "debug": "^4.3.2", |                 "debug": "^4.3.2", | ||||||
|                 "tsutils": "^3.21.0" |                 "tsutils": "^3.21.0" | ||||||
|             }, |             }, | ||||||
| @ -3017,14 +3069,14 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@typescript-eslint/utils": { |         "node_modules/@typescript-eslint/utils": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.2.tgz", | ||||||
|             "integrity": "sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==", |             "integrity": "sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@types/json-schema": "^7.0.9", |                 "@types/json-schema": "^7.0.9", | ||||||
|                 "@typescript-eslint/scope-manager": "5.10.1", |                 "@typescript-eslint/scope-manager": "5.10.2", | ||||||
|                 "@typescript-eslint/types": "5.10.1", |                 "@typescript-eslint/types": "5.10.2", | ||||||
|                 "@typescript-eslint/typescript-estree": "5.10.1", |                 "@typescript-eslint/typescript-estree": "5.10.2", | ||||||
|                 "eslint-scope": "^5.1.1", |                 "eslint-scope": "^5.1.1", | ||||||
|                 "eslint-utils": "^3.0.0" |                 "eslint-utils": "^3.0.0" | ||||||
|             }, |             }, | ||||||
| @ -3039,6 +3091,98 @@ | |||||||
|                 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |                 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |         "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { | ||||||
|  |             "version": "5.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "5.10.2", | ||||||
|  |                 "@typescript-eslint/visitor-keys": "5.10.2" | ||||||
|  |             }, | ||||||
|  |             "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.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==", | ||||||
|  |             "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.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "5.10.2", | ||||||
|  |                 "@typescript-eslint/visitor-keys": "5.10.2", | ||||||
|  |                 "debug": "^4.3.2", | ||||||
|  |                 "globby": "^11.0.4", | ||||||
|  |                 "is-glob": "^4.0.3", | ||||||
|  |                 "semver": "^7.3.5", | ||||||
|  |                 "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.10.2", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", | ||||||
|  |             "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "5.10.2", | ||||||
|  |                 "eslint-visitor-keys": "^3.0.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.2.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", | ||||||
|  |             "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==", | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "node_modules/@typescript-eslint/utils/node_modules/semver": { | ||||||
|  |             "version": "7.3.5", | ||||||
|  |             "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", | ||||||
|  |             "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "lru-cache": "^6.0.0" | ||||||
|  |             }, | ||||||
|  |             "bin": { | ||||||
|  |                 "semver": "bin/semver.js" | ||||||
|  |             }, | ||||||
|  |             "engines": { | ||||||
|  |                 "node": ">=10" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|         "node_modules/@typescript-eslint/visitor-keys": { |         "node_modules/@typescript-eslint/visitor-keys": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.1", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz", | ||||||
| @ -10960,13 +11104,13 @@ | |||||||
|             "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" |             "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" | ||||||
|         }, |         }, | ||||||
|         "@typescript-eslint/eslint-plugin": { |         "@typescript-eslint/eslint-plugin": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz", | ||||||
|             "integrity": "sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==", |             "integrity": "sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@typescript-eslint/scope-manager": "5.10.1", |                 "@typescript-eslint/scope-manager": "5.10.2", | ||||||
|                 "@typescript-eslint/type-utils": "5.10.1", |                 "@typescript-eslint/type-utils": "5.10.2", | ||||||
|                 "@typescript-eslint/utils": "5.10.1", |                 "@typescript-eslint/utils": "5.10.2", | ||||||
|                 "debug": "^4.3.2", |                 "debug": "^4.3.2", | ||||||
|                 "functional-red-black-tree": "^1.0.1", |                 "functional-red-black-tree": "^1.0.1", | ||||||
|                 "ignore": "^5.1.8", |                 "ignore": "^5.1.8", | ||||||
| @ -10975,6 +11119,34 @@ | |||||||
|                 "tsutils": "^3.21.0" |                 "tsutils": "^3.21.0" | ||||||
|             }, |             }, | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/scope-manager": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "5.10.2", | ||||||
|  |                         "@typescript-eslint/visitor-keys": "5.10.2" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/types": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==" | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/visitor-keys": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "5.10.2", | ||||||
|  |                         "eslint-visitor-keys": "^3.0.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "eslint-visitor-keys": { | ||||||
|  |                     "version": "3.2.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", | ||||||
|  |                     "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" | ||||||
|  |                 }, | ||||||
|                 "ignore": { |                 "ignore": { | ||||||
|                     "version": "5.1.8", |                     "version": "5.1.8", | ||||||
|                     "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", |                     "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", | ||||||
| @ -11011,11 +11183,11 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@typescript-eslint/type-utils": { |         "@typescript-eslint/type-utils": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz", | ||||||
|             "integrity": "sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==", |             "integrity": "sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@typescript-eslint/utils": "5.10.1", |                 "@typescript-eslint/utils": "5.10.2", | ||||||
|                 "debug": "^4.3.2", |                 "debug": "^4.3.2", | ||||||
|                 "tsutils": "^3.21.0" |                 "tsutils": "^3.21.0" | ||||||
|             } |             } | ||||||
| @ -11050,16 +11222,68 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@typescript-eslint/utils": { |         "@typescript-eslint/utils": { | ||||||
|             "version": "5.10.1", |             "version": "5.10.2", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.1.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.2.tgz", | ||||||
|             "integrity": "sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==", |             "integrity": "sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@types/json-schema": "^7.0.9", |                 "@types/json-schema": "^7.0.9", | ||||||
|                 "@typescript-eslint/scope-manager": "5.10.1", |                 "@typescript-eslint/scope-manager": "5.10.2", | ||||||
|                 "@typescript-eslint/types": "5.10.1", |                 "@typescript-eslint/types": "5.10.2", | ||||||
|                 "@typescript-eslint/typescript-estree": "5.10.1", |                 "@typescript-eslint/typescript-estree": "5.10.2", | ||||||
|                 "eslint-scope": "^5.1.1", |                 "eslint-scope": "^5.1.1", | ||||||
|                 "eslint-utils": "^3.0.0" |                 "eslint-utils": "^3.0.0" | ||||||
|  |             }, | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/scope-manager": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "5.10.2", | ||||||
|  |                         "@typescript-eslint/visitor-keys": "5.10.2" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/types": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==" | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/typescript-estree": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "5.10.2", | ||||||
|  |                         "@typescript-eslint/visitor-keys": "5.10.2", | ||||||
|  |                         "debug": "^4.3.2", | ||||||
|  |                         "globby": "^11.0.4", | ||||||
|  |                         "is-glob": "^4.0.3", | ||||||
|  |                         "semver": "^7.3.5", | ||||||
|  |                         "tsutils": "^3.21.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/visitor-keys": { | ||||||
|  |                     "version": "5.10.2", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", | ||||||
|  |                     "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "5.10.2", | ||||||
|  |                         "eslint-visitor-keys": "^3.0.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "eslint-visitor-keys": { | ||||||
|  |                     "version": "3.2.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", | ||||||
|  |                     "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" | ||||||
|  |                 }, | ||||||
|  |                 "semver": { | ||||||
|  |                     "version": "7.3.5", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", | ||||||
|  |                     "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "lru-cache": "^6.0.0" | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@typescript-eslint/visitor-keys": { |         "@typescript-eslint/visitor-keys": { | ||||||
|  | |||||||
| @ -76,7 +76,7 @@ | |||||||
|         "@types/chart.js": "^2.9.35", |         "@types/chart.js": "^2.9.35", | ||||||
|         "@types/codemirror": "5.60.5", |         "@types/codemirror": "5.60.5", | ||||||
|         "@types/grecaptcha": "^3.0.3", |         "@types/grecaptcha": "^3.0.3", | ||||||
|         "@typescript-eslint/eslint-plugin": "^5.10.1", |         "@typescript-eslint/eslint-plugin": "^5.10.2", | ||||||
|         "@typescript-eslint/parser": "^5.10.1", |         "@typescript-eslint/parser": "^5.10.1", | ||||||
|         "@webcomponents/webcomponentsjs": "^2.6.0", |         "@webcomponents/webcomponentsjs": "^2.6.0", | ||||||
|         "babel-plugin-macros": "^3.1.0", |         "babel-plugin-macros": "^3.1.0", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]