web: bump eslint from 8.25.0 to 8.26.0 in /web (#3857)
This commit is contained in:
		
							
								
								
									
										53
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										53
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -54,7 +54,7 @@ | ||||
|                 "codemirror": "^6.0.1", | ||||
|                 "construct-style-sheets-polyfill": "^3.1.0", | ||||
|                 "country-flag-icons": "^1.5.5", | ||||
|                 "eslint": "^8.25.0", | ||||
|                 "eslint": "^8.26.0", | ||||
|                 "eslint-config-google": "^0.14.0", | ||||
|                 "eslint-plugin-custom-elements": "0.0.6", | ||||
|                 "eslint-plugin-lit": "^1.6.1", | ||||
| @ -1946,9 +1946,9 @@ | ||||
|             "integrity": "sha512-mwBT/bTpX4cSDxy6tQgaoHIzzWqpwIXSuv16knNqjk5emquckFOI1QhurB1D2MxbvrMETX8jfJWaE+LrE/cACA==" | ||||
|         }, | ||||
|         "node_modules/@humanwhocodes/config-array": { | ||||
|             "version": "0.10.5", | ||||
|             "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.5.tgz", | ||||
|             "integrity": "sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==", | ||||
|             "version": "0.11.6", | ||||
|             "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", | ||||
|             "integrity": "sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==", | ||||
|             "dependencies": { | ||||
|                 "@humanwhocodes/object-schema": "^1.2.1", | ||||
|                 "debug": "^4.1.1", | ||||
| @ -5338,13 +5338,14 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/eslint": { | ||||
|             "version": "8.25.0", | ||||
|             "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", | ||||
|             "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", | ||||
|             "version": "8.26.0", | ||||
|             "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", | ||||
|             "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", | ||||
|             "dependencies": { | ||||
|                 "@eslint/eslintrc": "^1.3.3", | ||||
|                 "@humanwhocodes/config-array": "^0.10.5", | ||||
|                 "@humanwhocodes/config-array": "^0.11.6", | ||||
|                 "@humanwhocodes/module-importer": "^1.0.1", | ||||
|                 "@nodelib/fs.walk": "^1.2.8", | ||||
|                 "ajv": "^6.10.0", | ||||
|                 "chalk": "^4.0.0", | ||||
|                 "cross-spawn": "^7.0.2", | ||||
| @ -5360,14 +5361,14 @@ | ||||
|                 "fast-deep-equal": "^3.1.3", | ||||
|                 "file-entry-cache": "^6.0.1", | ||||
|                 "find-up": "^5.0.0", | ||||
|                 "glob-parent": "^6.0.1", | ||||
|                 "glob-parent": "^6.0.2", | ||||
|                 "globals": "^13.15.0", | ||||
|                 "globby": "^11.1.0", | ||||
|                 "grapheme-splitter": "^1.0.4", | ||||
|                 "ignore": "^5.2.0", | ||||
|                 "import-fresh": "^3.0.0", | ||||
|                 "imurmurhash": "^0.1.4", | ||||
|                 "is-glob": "^4.0.0", | ||||
|                 "is-path-inside": "^3.0.3", | ||||
|                 "js-sdsl": "^4.1.4", | ||||
|                 "js-yaml": "^4.1.0", | ||||
|                 "json-stable-stringify-without-jsonify": "^1.0.1", | ||||
| @ -6808,6 +6809,14 @@ | ||||
|                 "node": ">=0.12.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/is-path-inside": { | ||||
|             "version": "3.0.3", | ||||
|             "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", | ||||
|             "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", | ||||
|             "engines": { | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/is-plain-object": { | ||||
|             "version": "3.0.1", | ||||
|             "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz", | ||||
| @ -11520,9 +11529,9 @@ | ||||
|             "integrity": "sha512-mwBT/bTpX4cSDxy6tQgaoHIzzWqpwIXSuv16knNqjk5emquckFOI1QhurB1D2MxbvrMETX8jfJWaE+LrE/cACA==" | ||||
|         }, | ||||
|         "@humanwhocodes/config-array": { | ||||
|             "version": "0.10.5", | ||||
|             "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.5.tgz", | ||||
|             "integrity": "sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==", | ||||
|             "version": "0.11.6", | ||||
|             "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.6.tgz", | ||||
|             "integrity": "sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==", | ||||
|             "requires": { | ||||
|                 "@humanwhocodes/object-schema": "^1.2.1", | ||||
|                 "debug": "^4.1.1", | ||||
| @ -14124,13 +14133,14 @@ | ||||
|             "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" | ||||
|         }, | ||||
|         "eslint": { | ||||
|             "version": "8.25.0", | ||||
|             "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", | ||||
|             "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", | ||||
|             "version": "8.26.0", | ||||
|             "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", | ||||
|             "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", | ||||
|             "requires": { | ||||
|                 "@eslint/eslintrc": "^1.3.3", | ||||
|                 "@humanwhocodes/config-array": "^0.10.5", | ||||
|                 "@humanwhocodes/config-array": "^0.11.6", | ||||
|                 "@humanwhocodes/module-importer": "^1.0.1", | ||||
|                 "@nodelib/fs.walk": "^1.2.8", | ||||
|                 "ajv": "^6.10.0", | ||||
|                 "chalk": "^4.0.0", | ||||
|                 "cross-spawn": "^7.0.2", | ||||
| @ -14146,14 +14156,14 @@ | ||||
|                 "fast-deep-equal": "^3.1.3", | ||||
|                 "file-entry-cache": "^6.0.1", | ||||
|                 "find-up": "^5.0.0", | ||||
|                 "glob-parent": "^6.0.1", | ||||
|                 "glob-parent": "^6.0.2", | ||||
|                 "globals": "^13.15.0", | ||||
|                 "globby": "^11.1.0", | ||||
|                 "grapheme-splitter": "^1.0.4", | ||||
|                 "ignore": "^5.2.0", | ||||
|                 "import-fresh": "^3.0.0", | ||||
|                 "imurmurhash": "^0.1.4", | ||||
|                 "is-glob": "^4.0.0", | ||||
|                 "is-path-inside": "^3.0.3", | ||||
|                 "js-sdsl": "^4.1.4", | ||||
|                 "js-yaml": "^4.1.0", | ||||
|                 "json-stable-stringify-without-jsonify": "^1.0.1", | ||||
| @ -15195,6 +15205,11 @@ | ||||
|             "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", | ||||
|             "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" | ||||
|         }, | ||||
|         "is-path-inside": { | ||||
|             "version": "3.0.3", | ||||
|             "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", | ||||
|             "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" | ||||
|         }, | ||||
|         "is-plain-object": { | ||||
|             "version": "3.0.1", | ||||
|             "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz", | ||||
|  | ||||
| @ -97,7 +97,7 @@ | ||||
|         "codemirror": "^6.0.1", | ||||
|         "construct-style-sheets-polyfill": "^3.1.0", | ||||
|         "country-flag-icons": "^1.5.5", | ||||
|         "eslint": "^8.25.0", | ||||
|         "eslint": "^8.26.0", | ||||
|         "eslint-config-google": "^0.14.0", | ||||
|         "eslint-plugin-custom-elements": "0.0.6", | ||||
|         "eslint-plugin-lit": "^1.6.1", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]