build(deps): bump @typescript-eslint/parser in /web (#1357)
This commit is contained in:
		
							
								
								
									
										157
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										157
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -31,7 +31,7 @@ | |||||||
|                 "@types/codemirror": "5.60.2", |                 "@types/codemirror": "5.60.2", | ||||||
|                 "@types/grecaptcha": "^3.0.3", |                 "@types/grecaptcha": "^3.0.3", | ||||||
|                 "@typescript-eslint/eslint-plugin": "^4.30.0", |                 "@typescript-eslint/eslint-plugin": "^4.30.0", | ||||||
|                 "@typescript-eslint/parser": "^4.30.0", |                 "@typescript-eslint/parser": "^4.31.0", | ||||||
|                 "@webcomponents/webcomponentsjs": "^2.6.0", |                 "@webcomponents/webcomponentsjs": "^2.6.0", | ||||||
|                 "babel-plugin-macros": "^3.1.0", |                 "babel-plugin-macros": "^3.1.0", | ||||||
|                 "base64-js": "^1.5.1", |                 "base64-js": "^1.5.1", | ||||||
| @ -2624,13 +2624,13 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "node_modules/@typescript-eslint/parser": { |         "node_modules/@typescript-eslint/parser": { | ||||||
|             "version": "4.30.0", |             "version": "4.31.0", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.30.0.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.31.0.tgz", | ||||||
|             "integrity": "sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==", |             "integrity": "sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==", | ||||||
|             "dependencies": { |             "dependencies": { | ||||||
|                 "@typescript-eslint/scope-manager": "4.30.0", |                 "@typescript-eslint/scope-manager": "4.31.0", | ||||||
|                 "@typescript-eslint/types": "4.30.0", |                 "@typescript-eslint/types": "4.31.0", | ||||||
|                 "@typescript-eslint/typescript-estree": "4.30.0", |                 "@typescript-eslint/typescript-estree": "4.31.0", | ||||||
|                 "debug": "^4.3.1" |                 "debug": "^4.3.1" | ||||||
|             }, |             }, | ||||||
|             "engines": { |             "engines": { | ||||||
| @ -2649,6 +2649,90 @@ | |||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|  |         "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { | ||||||
|  |             "version": "4.31.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz", | ||||||
|  |             "integrity": "sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "4.31.0", | ||||||
|  |                 "@typescript-eslint/visitor-keys": "4.31.0" | ||||||
|  |             }, | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^8.10.0 || ^10.13.0 || >=11.10.1" | ||||||
|  |             }, | ||||||
|  |             "funding": { | ||||||
|  |                 "type": "opencollective", | ||||||
|  |                 "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { | ||||||
|  |             "version": "4.31.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.0.tgz", | ||||||
|  |             "integrity": "sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==", | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^8.10.0 || ^10.13.0 || >=11.10.1" | ||||||
|  |             }, | ||||||
|  |             "funding": { | ||||||
|  |                 "type": "opencollective", | ||||||
|  |                 "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { | ||||||
|  |             "version": "4.31.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz", | ||||||
|  |             "integrity": "sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "4.31.0", | ||||||
|  |                 "@typescript-eslint/visitor-keys": "4.31.0", | ||||||
|  |                 "debug": "^4.3.1", | ||||||
|  |                 "globby": "^11.0.3", | ||||||
|  |                 "is-glob": "^4.0.1", | ||||||
|  |                 "semver": "^7.3.5", | ||||||
|  |                 "tsutils": "^3.21.0" | ||||||
|  |             }, | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^10.12.0 || >=12.0.0" | ||||||
|  |             }, | ||||||
|  |             "funding": { | ||||||
|  |                 "type": "opencollective", | ||||||
|  |                 "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |             }, | ||||||
|  |             "peerDependenciesMeta": { | ||||||
|  |                 "typescript": { | ||||||
|  |                     "optional": true | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { | ||||||
|  |             "version": "4.31.0", | ||||||
|  |             "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz", | ||||||
|  |             "integrity": "sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==", | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/types": "4.31.0", | ||||||
|  |                 "eslint-visitor-keys": "^2.0.0" | ||||||
|  |             }, | ||||||
|  |             "engines": { | ||||||
|  |                 "node": "^8.10.0 || ^10.13.0 || >=11.10.1" | ||||||
|  |             }, | ||||||
|  |             "funding": { | ||||||
|  |                 "type": "opencollective", | ||||||
|  |                 "url": "https://opencollective.com/typescript-eslint" | ||||||
|  |             } | ||||||
|  |         }, | ||||||
|  |         "node_modules/@typescript-eslint/parser/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/scope-manager": { |         "node_modules/@typescript-eslint/scope-manager": { | ||||||
|             "version": "4.30.0", |             "version": "4.30.0", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz", | ||||||
| @ -10329,14 +10413,61 @@ | |||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "@typescript-eslint/parser": { |         "@typescript-eslint/parser": { | ||||||
|             "version": "4.30.0", |             "version": "4.31.0", | ||||||
|             "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.30.0.tgz", |             "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.31.0.tgz", | ||||||
|             "integrity": "sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==", |             "integrity": "sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==", | ||||||
|             "requires": { |             "requires": { | ||||||
|                 "@typescript-eslint/scope-manager": "4.30.0", |                 "@typescript-eslint/scope-manager": "4.31.0", | ||||||
|                 "@typescript-eslint/types": "4.30.0", |                 "@typescript-eslint/types": "4.31.0", | ||||||
|                 "@typescript-eslint/typescript-estree": "4.30.0", |                 "@typescript-eslint/typescript-estree": "4.31.0", | ||||||
|                 "debug": "^4.3.1" |                 "debug": "^4.3.1" | ||||||
|  |             }, | ||||||
|  |             "dependencies": { | ||||||
|  |                 "@typescript-eslint/scope-manager": { | ||||||
|  |                     "version": "4.31.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz", | ||||||
|  |                     "integrity": "sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "4.31.0", | ||||||
|  |                         "@typescript-eslint/visitor-keys": "4.31.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/types": { | ||||||
|  |                     "version": "4.31.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.31.0.tgz", | ||||||
|  |                     "integrity": "sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==" | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/typescript-estree": { | ||||||
|  |                     "version": "4.31.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz", | ||||||
|  |                     "integrity": "sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "4.31.0", | ||||||
|  |                         "@typescript-eslint/visitor-keys": "4.31.0", | ||||||
|  |                         "debug": "^4.3.1", | ||||||
|  |                         "globby": "^11.0.3", | ||||||
|  |                         "is-glob": "^4.0.1", | ||||||
|  |                         "semver": "^7.3.5", | ||||||
|  |                         "tsutils": "^3.21.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "@typescript-eslint/visitor-keys": { | ||||||
|  |                     "version": "4.31.0", | ||||||
|  |                     "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz", | ||||||
|  |                     "integrity": "sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==", | ||||||
|  |                     "requires": { | ||||||
|  |                         "@typescript-eslint/types": "4.31.0", | ||||||
|  |                         "eslint-visitor-keys": "^2.0.0" | ||||||
|  |                     } | ||||||
|  |                 }, | ||||||
|  |                 "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/scope-manager": { |         "@typescript-eslint/scope-manager": { | ||||||
|  | |||||||
| @ -62,7 +62,7 @@ | |||||||
|         "@types/codemirror": "5.60.2", |         "@types/codemirror": "5.60.2", | ||||||
|         "@types/grecaptcha": "^3.0.3", |         "@types/grecaptcha": "^3.0.3", | ||||||
|         "@typescript-eslint/eslint-plugin": "^4.30.0", |         "@typescript-eslint/eslint-plugin": "^4.30.0", | ||||||
|         "@typescript-eslint/parser": "^4.30.0", |         "@typescript-eslint/parser": "^4.31.0", | ||||||
|         "@webcomponents/webcomponentsjs": "^2.6.0", |         "@webcomponents/webcomponentsjs": "^2.6.0", | ||||||
|         "babel-plugin-macros": "^3.1.0", |         "babel-plugin-macros": "^3.1.0", | ||||||
|         "base64-js": "^1.5.1", |         "base64-js": "^1.5.1", | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]