mirror of
				https://github.com/chickensoft-games/setup-godot.git
				synced 2025-10-31 23:43:55 +00:00 
			
		
		
		
	build(deps-dev): bump eslint from 8.37.0 to 8.39.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.39.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.39.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									5880cd9daf
								
							
						
					
					
						commit
						e374569e18
					
				
							
								
								
									
										49
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										49
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -19,7 +19,7 @@ | ||||
|         "@types/node": "^18.15.11", | ||||
|         "@typescript-eslint/parser": "^5.54.0", | ||||
|         "@vercel/ncc": "^0.36.1", | ||||
|         "eslint": "^8.37.0", | ||||
|         "eslint": "^8.39.0", | ||||
|         "eslint-plugin-github": "^4.7.0", | ||||
|         "eslint-plugin-jest": "^27.2.1", | ||||
|         "jest": "^29.4.3", | ||||
| @ -1001,9 +1001,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@eslint/js": { | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", | ||||
|       "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", | ||||
|       "version": "8.39.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz", | ||||
|       "integrity": "sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==", | ||||
|       "dev": true, | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
| @ -2936,15 +2936,15 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint": { | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", | ||||
|       "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", | ||||
|       "version": "8.39.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz", | ||||
|       "integrity": "sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@eslint-community/eslint-utils": "^4.2.0", | ||||
|         "@eslint-community/regexpp": "^4.4.0", | ||||
|         "@eslint/eslintrc": "^2.0.2", | ||||
|         "@eslint/js": "8.37.0", | ||||
|         "@eslint/js": "8.39.0", | ||||
|         "@humanwhocodes/config-array": "^0.11.8", | ||||
|         "@humanwhocodes/module-importer": "^1.0.1", | ||||
|         "@nodelib/fs.walk": "^1.2.8", | ||||
| @ -2954,7 +2954,7 @@ | ||||
|         "debug": "^4.3.2", | ||||
|         "doctrine": "^3.0.0", | ||||
|         "escape-string-regexp": "^4.0.0", | ||||
|         "eslint-scope": "^7.1.1", | ||||
|         "eslint-scope": "^7.2.0", | ||||
|         "eslint-visitor-keys": "^3.4.0", | ||||
|         "espree": "^9.5.1", | ||||
|         "esquery": "^1.4.2", | ||||
| @ -3295,9 +3295,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-scope": { | ||||
|       "version": "7.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", | ||||
|       "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", | ||||
|       "version": "7.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", | ||||
|       "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "esrecurse": "^4.3.0", | ||||
| @ -3305,6 +3305,9 @@ | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
|       }, | ||||
|       "funding": { | ||||
|         "url": "https://opencollective.com/eslint" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/eslint-utils": { | ||||
| @ -7684,9 +7687,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@eslint/js": { | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", | ||||
|       "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", | ||||
|       "version": "8.39.0", | ||||
|       "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.39.0.tgz", | ||||
|       "integrity": "sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "@github/browserslist-config": { | ||||
| @ -9136,15 +9139,15 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "eslint": { | ||||
|       "version": "8.37.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", | ||||
|       "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", | ||||
|       "version": "8.39.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.39.0.tgz", | ||||
|       "integrity": "sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@eslint-community/eslint-utils": "^4.2.0", | ||||
|         "@eslint-community/regexpp": "^4.4.0", | ||||
|         "@eslint/eslintrc": "^2.0.2", | ||||
|         "@eslint/js": "8.37.0", | ||||
|         "@eslint/js": "8.39.0", | ||||
|         "@humanwhocodes/config-array": "^0.11.8", | ||||
|         "@humanwhocodes/module-importer": "^1.0.1", | ||||
|         "@nodelib/fs.walk": "^1.2.8", | ||||
| @ -9154,7 +9157,7 @@ | ||||
|         "debug": "^4.3.2", | ||||
|         "doctrine": "^3.0.0", | ||||
|         "escape-string-regexp": "^4.0.0", | ||||
|         "eslint-scope": "^7.1.1", | ||||
|         "eslint-scope": "^7.2.0", | ||||
|         "eslint-visitor-keys": "^3.4.0", | ||||
|         "espree": "^9.5.1", | ||||
|         "esquery": "^1.4.2", | ||||
| @ -9460,9 +9463,9 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "eslint-scope": { | ||||
|       "version": "7.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", | ||||
|       "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", | ||||
|       "version": "7.2.0", | ||||
|       "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", | ||||
|       "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "esrecurse": "^4.3.0", | ||||
|  | ||||
| @ -37,7 +37,7 @@ | ||||
|     "@types/node": "^18.15.11", | ||||
|     "@typescript-eslint/parser": "^5.54.0", | ||||
|     "@vercel/ncc": "^0.36.1", | ||||
|     "eslint": "^8.37.0", | ||||
|     "eslint": "^8.39.0", | ||||
|     "eslint-plugin-github": "^4.7.0", | ||||
|     "eslint-plugin-jest": "^27.2.1", | ||||
|     "jest": "^29.4.3", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user