mirror of
				https://github.com/chickensoft-games/setup-godot.git
				synced 2025-10-31 23:43:55 +00:00 
			
		
		
		
	build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.60.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.60.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									c5887a6575
								
							
						
					
					
						commit
						3facd8e387
					
				
							
								
								
									
										106
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										106
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -17,7 +17,7 @@ | ||||
|       }, | ||||
|       "devDependencies": { | ||||
|         "@types/node": "^20.2.5", | ||||
|         "@typescript-eslint/parser": "^5.59.8", | ||||
|         "@typescript-eslint/parser": "^5.60.1", | ||||
|         "@vercel/ncc": "^0.36.1", | ||||
|         "eslint": "^8.41.0", | ||||
|         "eslint-plugin-github": "^4.7.0", | ||||
| @ -1713,14 +1713,14 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", | ||||
|       "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz", | ||||
|       "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/scope-manager": "5.59.8", | ||||
|         "@typescript-eslint/types": "5.59.8", | ||||
|         "@typescript-eslint/typescript-estree": "5.59.8", | ||||
|         "@typescript-eslint/scope-manager": "5.60.1", | ||||
|         "@typescript-eslint/types": "5.60.1", | ||||
|         "@typescript-eslint/typescript-estree": "5.60.1", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -1740,13 +1740,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", | ||||
|       "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz", | ||||
|       "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "5.59.8", | ||||
|         "@typescript-eslint/visitor-keys": "5.59.8" | ||||
|         "@typescript-eslint/types": "5.60.1", | ||||
|         "@typescript-eslint/visitor-keys": "5.60.1" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
| @ -1757,9 +1757,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", | ||||
|       "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz", | ||||
|       "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==", | ||||
|       "dev": true, | ||||
|       "engines": { | ||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||
| @ -1770,13 +1770,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", | ||||
|       "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz", | ||||
|       "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "5.59.8", | ||||
|         "@typescript-eslint/visitor-keys": "5.59.8", | ||||
|         "@typescript-eslint/types": "5.60.1", | ||||
|         "@typescript-eslint/visitor-keys": "5.60.1", | ||||
|         "debug": "^4.3.4", | ||||
|         "globby": "^11.1.0", | ||||
|         "is-glob": "^4.0.3", | ||||
| @ -1797,12 +1797,12 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", | ||||
|       "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz", | ||||
|       "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "5.59.8", | ||||
|         "@typescript-eslint/types": "5.60.1", | ||||
|         "eslint-visitor-keys": "^3.3.0" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -1826,9 +1826,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser/node_modules/semver": { | ||||
|       "version": "7.5.1", | ||||
|       "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", | ||||
|       "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", | ||||
|       "version": "7.5.3", | ||||
|       "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", | ||||
|       "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", | ||||
|       "dev": true, | ||||
|       "dependencies": { | ||||
|         "lru-cache": "^6.0.0" | ||||
| @ -8281,41 +8281,41 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@typescript-eslint/parser": { | ||||
|       "version": "5.59.8", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.8.tgz", | ||||
|       "integrity": "sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==", | ||||
|       "version": "5.60.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz", | ||||
|       "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "@typescript-eslint/scope-manager": "5.59.8", | ||||
|         "@typescript-eslint/types": "5.59.8", | ||||
|         "@typescript-eslint/typescript-estree": "5.59.8", | ||||
|         "@typescript-eslint/scope-manager": "5.60.1", | ||||
|         "@typescript-eslint/types": "5.60.1", | ||||
|         "@typescript-eslint/typescript-estree": "5.60.1", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/scope-manager": { | ||||
|           "version": "5.59.8", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", | ||||
|           "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", | ||||
|           "version": "5.60.1", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz", | ||||
|           "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==", | ||||
|           "dev": true, | ||||
|           "requires": { | ||||
|             "@typescript-eslint/types": "5.59.8", | ||||
|             "@typescript-eslint/visitor-keys": "5.59.8" | ||||
|             "@typescript-eslint/types": "5.60.1", | ||||
|             "@typescript-eslint/visitor-keys": "5.60.1" | ||||
|           } | ||||
|         }, | ||||
|         "@typescript-eslint/types": { | ||||
|           "version": "5.59.8", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", | ||||
|           "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", | ||||
|           "version": "5.60.1", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz", | ||||
|           "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==", | ||||
|           "dev": true | ||||
|         }, | ||||
|         "@typescript-eslint/typescript-estree": { | ||||
|           "version": "5.59.8", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", | ||||
|           "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", | ||||
|           "version": "5.60.1", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz", | ||||
|           "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==", | ||||
|           "dev": true, | ||||
|           "requires": { | ||||
|             "@typescript-eslint/types": "5.59.8", | ||||
|             "@typescript-eslint/visitor-keys": "5.59.8", | ||||
|             "@typescript-eslint/types": "5.60.1", | ||||
|             "@typescript-eslint/visitor-keys": "5.60.1", | ||||
|             "debug": "^4.3.4", | ||||
|             "globby": "^11.1.0", | ||||
|             "is-glob": "^4.0.3", | ||||
| @ -8324,12 +8324,12 @@ | ||||
|           } | ||||
|         }, | ||||
|         "@typescript-eslint/visitor-keys": { | ||||
|           "version": "5.59.8", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", | ||||
|           "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", | ||||
|           "version": "5.60.1", | ||||
|           "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz", | ||||
|           "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==", | ||||
|           "dev": true, | ||||
|           "requires": { | ||||
|             "@typescript-eslint/types": "5.59.8", | ||||
|             "@typescript-eslint/types": "5.60.1", | ||||
|             "eslint-visitor-keys": "^3.3.0" | ||||
|           } | ||||
|         }, | ||||
| @ -8343,9 +8343,9 @@ | ||||
|           } | ||||
|         }, | ||||
|         "semver": { | ||||
|           "version": "7.5.1", | ||||
|           "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz", | ||||
|           "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==", | ||||
|           "version": "7.5.3", | ||||
|           "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", | ||||
|           "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", | ||||
|           "dev": true, | ||||
|           "requires": { | ||||
|             "lru-cache": "^6.0.0" | ||||
|  | ||||
| @ -35,7 +35,7 @@ | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/node": "^20.2.5", | ||||
|     "@typescript-eslint/parser": "^5.59.8", | ||||
|     "@typescript-eslint/parser": "^5.60.1", | ||||
|     "@vercel/ncc": "^0.36.1", | ||||
|     "eslint": "^8.41.0", | ||||
|     "eslint-plugin-github": "^4.7.0", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user