mirror of
				https://kkgithub.com/actions/setup-node.git
				synced 2025-10-31 10:41:57 +08:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			0721c9d359
			...
			dependabot
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f08eb64cf8 | |||
| a5116b4fc2 | |||
| 89d709d423 | 
| @ -1,6 +1,6 @@ | |||||||
| --- | --- | ||||||
| name: uuid | name: uuid | ||||||
| version: 11.1.0 | version: 13.0.0 | ||||||
| type: npm | type: npm | ||||||
| summary: RFC9562 UUIDs | summary: RFC9562 UUIDs | ||||||
| homepage: | homepage: | ||||||
| @ -114,10 +114,10 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CachePrimaryKey || key === State.CacheMatchedKey |           : key === State.CachePrimaryKey || key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePaths |             : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |               ? '["/foo/bar"]' | ||||||
|           : 'not expected' |               : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -138,10 +138,10 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CachePrimaryKey || key === State.CacheMatchedKey |           : key === State.CachePrimaryKey || key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePaths |             : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |               ? '["/foo/bar"]' | ||||||
|           : 'not expected' |               : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -162,10 +162,10 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CachePrimaryKey || key === State.CacheMatchedKey |           : key === State.CachePrimaryKey || key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePaths |             : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |               ? '["/foo/bar"]' | ||||||
|           : 'not expected' |               : 'not expected' | ||||||
|       ); |       ); | ||||||
|       getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/npm`); |       getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/npm`); | ||||||
|  |  | ||||||
| @ -184,10 +184,10 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CachePrimaryKey || key === State.CacheMatchedKey |           : key === State.CachePrimaryKey || key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePaths |             : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |               ? '["/foo/bar"]' | ||||||
|           : 'not expected' |               : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -207,12 +207,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? npmFileHash |               ? npmFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -237,12 +237,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? yarnFileHash |             ? yarnFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? npmFileHash |               ? npmFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -267,12 +267,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? npmFileHash |             ? npmFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? yarnFileHash |               ? yarnFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -297,12 +297,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? pnpmFileHash |             ? pnpmFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? npmFileHash |               ? npmFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|  |  | ||||||
|       await run(); |       await run(); | ||||||
| @ -327,12 +327,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? npmFileHash |             ? npmFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? yarnFileHash |               ? yarnFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|       saveCacheSpy.mockImplementation(() => { |       saveCacheSpy.mockImplementation(() => { | ||||||
|         return -1; |         return -1; | ||||||
| @ -360,12 +360,12 @@ describe('run', () => { | |||||||
|         key === State.CachePackageManager |         key === State.CachePackageManager | ||||||
|           ? inputs['cache'] |           ? inputs['cache'] | ||||||
|           : key === State.CacheMatchedKey |           : key === State.CacheMatchedKey | ||||||
|           ? npmFileHash |             ? npmFileHash | ||||||
|           : key === State.CachePrimaryKey |             : key === State.CachePrimaryKey | ||||||
|           ? yarnFileHash |               ? yarnFileHash | ||||||
|           : key === State.CachePaths |               : key === State.CachePaths | ||||||
|           ? '["/foo/bar"]' |                 ? '["/foo/bar"]' | ||||||
|           : 'not expected' |                 : 'not expected' | ||||||
|       ); |       ); | ||||||
|       saveCacheSpy.mockImplementation(() => { |       saveCacheSpy.mockImplementation(() => { | ||||||
|         throw new cache.ValidationError('Validation failed'); |         throw new cache.ValidationError('Validation failed'); | ||||||
|  | |||||||
							
								
								
									
										3712
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3712
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										475
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										475
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -18,13 +18,13 @@ | |||||||
|         "@actions/io": "^1.0.2", |         "@actions/io": "^1.0.2", | ||||||
|         "@actions/tool-cache": "^2.0.2", |         "@actions/tool-cache": "^2.0.2", | ||||||
|         "semver": "^7.6.3", |         "semver": "^7.6.3", | ||||||
|         "uuid": "^11.1.0" |         "uuid": "^13.0.0" | ||||||
|       }, |       }, | ||||||
|       "devDependencies": { |       "devDependencies": { | ||||||
|         "@types/jest": "^29.5.14", |         "@types/jest": "^29.5.14", | ||||||
|         "@types/node": "^24.1.0", |         "@types/node": "^24.1.0", | ||||||
|         "@types/semver": "^7.5.8", |         "@types/semver": "^7.5.8", | ||||||
|         "@typescript-eslint/eslint-plugin": "^8.43.0", |         "@typescript-eslint/eslint-plugin": "^5.54.0", | ||||||
|         "@typescript-eslint/parser": "^5.54.0", |         "@typescript-eslint/parser": "^5.54.0", | ||||||
|         "@vercel/ncc": "^0.38.3", |         "@vercel/ncc": "^0.38.3", | ||||||
|         "eslint": "^8.57.0", |         "eslint": "^8.57.0", | ||||||
| @ -34,7 +34,7 @@ | |||||||
|         "jest": "^29.7.0", |         "jest": "^29.7.0", | ||||||
|         "jest-circus": "^29.7.0", |         "jest-circus": "^29.7.0", | ||||||
|         "jest-each": "^29.7.0", |         "jest-each": "^29.7.0", | ||||||
|         "prettier": "^2.8.4", |         "prettier": "^3.6.2", | ||||||
|         "ts-jest": "^29.4.1", |         "ts-jest": "^29.4.1", | ||||||
|         "typescript": "^5.4.2" |         "typescript": "^5.4.2" | ||||||
|       }, |       }, | ||||||
| @ -858,30 +858,25 @@ | |||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/@eslint-community/eslint-utils": { |     "node_modules/@eslint-community/eslint-utils": { | ||||||
|       "version": "4.9.0", |       "version": "4.4.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz", |       "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", | ||||||
|       "integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==", |       "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "eslint-visitor-keys": "^3.4.3" |         "eslint-visitor-keys": "^3.3.0" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|       }, |       }, | ||||||
|       "funding": { |  | ||||||
|         "url": "https://opencollective.com/eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |       "peerDependencies": { | ||||||
|         "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" |         "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@eslint-community/regexpp": { |     "node_modules/@eslint-community/regexpp": { | ||||||
|       "version": "4.12.1", |       "version": "4.9.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", |       "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.1.tgz", | ||||||
|       "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", |       "integrity": "sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^12.0.0 || ^14.0.0 || >=16.0.0" |         "node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||||||
|       } |       } | ||||||
| @ -1856,185 +1851,37 @@ | |||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin": { |     "node_modules/@typescript-eslint/eslint-plugin": { | ||||||
|       "version": "8.43.0", |       "version": "5.62.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", | ||||||
|       "integrity": "sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==", |       "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@eslint-community/regexpp": "^4.10.0", |         "@eslint-community/regexpp": "^4.4.0", | ||||||
|         "@typescript-eslint/scope-manager": "8.43.0", |         "@typescript-eslint/scope-manager": "5.62.0", | ||||||
|         "@typescript-eslint/type-utils": "8.43.0", |         "@typescript-eslint/type-utils": "5.62.0", | ||||||
|         "@typescript-eslint/utils": "8.43.0", |         "@typescript-eslint/utils": "5.62.0", | ||||||
|         "@typescript-eslint/visitor-keys": "8.43.0", |  | ||||||
|         "graphemer": "^1.4.0", |  | ||||||
|         "ignore": "^7.0.0", |  | ||||||
|         "natural-compare": "^1.4.0", |  | ||||||
|         "ts-api-utils": "^2.1.0" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "@typescript-eslint/parser": "^8.43.0", |  | ||||||
|         "eslint": "^8.57.0 || ^9.0.0", |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/visitor-keys": "8.43.0" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/project-service": "8.43.0", |  | ||||||
|         "@typescript-eslint/tsconfig-utils": "8.43.0", |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/visitor-keys": "8.43.0", |  | ||||||
|         "debug": "^4.3.4", |         "debug": "^4.3.4", | ||||||
|         "fast-glob": "^3.3.2", |         "graphemer": "^1.4.0", | ||||||
|         "is-glob": "^4.0.3", |         "ignore": "^5.2.0", | ||||||
|         "minimatch": "^9.0.4", |         "natural-compare-lite": "^1.4.0", | ||||||
|         "semver": "^7.6.0", |         "semver": "^7.3.7", | ||||||
|         "ts-api-utils": "^2.1.0" |         "tsutils": "^3.21.0" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|       }, |       }, | ||||||
|       "funding": { |       "funding": { | ||||||
|         "type": "opencollective", |         "type": "opencollective", | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|       }, |       }, | ||||||
|       "peerDependencies": { |       "peerDependencies": { | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |         "@typescript-eslint/parser": "^5.0.0", | ||||||
|       } |         "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@eslint-community/eslint-utils": "^4.7.0", |  | ||||||
|         "@typescript-eslint/scope-manager": "8.43.0", |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/typescript-estree": "8.43.0" |  | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "peerDependenciesMeta": { | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |         "typescript": { | ||||||
|       }, |           "optional": true | ||||||
|       "funding": { |         } | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "eslint": "^8.57.0 || ^9.0.0", |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "eslint-visitor-keys": "^4.2.1" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/brace-expansion": { |  | ||||||
|       "version": "2.0.2", |  | ||||||
|       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |  | ||||||
|       "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "balanced-match": "^1.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-visitor-keys": { |  | ||||||
|       "version": "4.2.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", |  | ||||||
|       "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "Apache-2.0", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "url": "https://opencollective.com/eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": { |  | ||||||
|       "version": "7.0.5", |  | ||||||
|       "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz", |  | ||||||
|       "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": ">= 4" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": { |  | ||||||
|       "version": "9.0.5", |  | ||||||
|       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |  | ||||||
|       "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "ISC", |  | ||||||
|       "dependencies": { |  | ||||||
|         "brace-expansion": "^2.0.1" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": ">=16 || 14 >=14.17" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "url": "https://github.com/sponsors/isaacs" |  | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/parser": { |     "node_modules/@typescript-eslint/parser": { | ||||||
| @ -2064,42 +1911,6 @@ | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/project-service": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/tsconfig-utils": "^8.43.0", |  | ||||||
|         "@typescript-eslint/types": "^8.43.0", |  | ||||||
|         "debug": "^4.3.4" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/scope-manager": { |     "node_modules/@typescript-eslint/scope-manager": { | ||||||
|       "version": "5.62.0", |       "version": "5.62.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", | ||||||
| @ -2117,188 +1928,31 @@ | |||||||
|         "url": "https://opencollective.com/typescript-eslint" |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/tsconfig-utils": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils": { |     "node_modules/@typescript-eslint/type-utils": { | ||||||
|       "version": "8.43.0", |       "version": "5.62.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz", |       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", | ||||||
|       "integrity": "sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==", |       "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@typescript-eslint/types": "8.43.0", |         "@typescript-eslint/typescript-estree": "5.62.0", | ||||||
|         "@typescript-eslint/typescript-estree": "8.43.0", |         "@typescript-eslint/utils": "5.62.0", | ||||||
|         "@typescript-eslint/utils": "8.43.0", |  | ||||||
|         "debug": "^4.3.4", |         "debug": "^4.3.4", | ||||||
|         "ts-api-utils": "^2.1.0" |         "tsutils": "^3.21.0" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |         "node": "^12.22.0 || ^14.17.0 || >=16.0.0" | ||||||
|       }, |       }, | ||||||
|       "funding": { |       "funding": { | ||||||
|         "type": "opencollective", |         "type": "opencollective", | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |         "url": "https://opencollective.com/typescript-eslint" | ||||||
|       }, |       }, | ||||||
|       "peerDependencies": { |       "peerDependencies": { | ||||||
|         "eslint": "^8.57.0 || ^9.0.0", |         "eslint": "*" | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/visitor-keys": "8.43.0" |  | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "peerDependenciesMeta": { | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |         "typescript": { | ||||||
|       }, |           "optional": true | ||||||
|       "funding": { |         } | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/project-service": "8.43.0", |  | ||||||
|         "@typescript-eslint/tsconfig-utils": "8.43.0", |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/visitor-keys": "8.43.0", |  | ||||||
|         "debug": "^4.3.4", |  | ||||||
|         "fast-glob": "^3.3.2", |  | ||||||
|         "is-glob": "^4.0.3", |  | ||||||
|         "minimatch": "^9.0.4", |  | ||||||
|         "semver": "^7.6.0", |  | ||||||
|         "ts-api-utils": "^2.1.0" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@eslint-community/eslint-utils": "^4.7.0", |  | ||||||
|         "@typescript-eslint/scope-manager": "8.43.0", |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "@typescript-eslint/typescript-estree": "8.43.0" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "eslint": "^8.57.0 || ^9.0.0", |  | ||||||
|         "typescript": ">=4.8.4 <6.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { |  | ||||||
|       "version": "8.43.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz", |  | ||||||
|       "integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "@typescript-eslint/types": "8.43.0", |  | ||||||
|         "eslint-visitor-keys": "^4.2.1" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "type": "opencollective", |  | ||||||
|         "url": "https://opencollective.com/typescript-eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": { |  | ||||||
|       "version": "2.0.2", |  | ||||||
|       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", |  | ||||||
|       "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |  | ||||||
|         "balanced-match": "^1.0.0" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": { |  | ||||||
|       "version": "4.2.1", |  | ||||||
|       "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz", |  | ||||||
|       "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "Apache-2.0", |  | ||||||
|       "engines": { |  | ||||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "url": "https://opencollective.com/eslint" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { |  | ||||||
|       "version": "9.0.5", |  | ||||||
|       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", |  | ||||||
|       "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "ISC", |  | ||||||
|       "dependencies": { |  | ||||||
|         "brace-expansion": "^2.0.1" |  | ||||||
|       }, |  | ||||||
|       "engines": { |  | ||||||
|         "node": ">=16 || 14 >=14.17" |  | ||||||
|       }, |  | ||||||
|       "funding": { |  | ||||||
|         "url": "https://github.com/sponsors/isaacs" |  | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@typescript-eslint/types": { |     "node_modules/@typescript-eslint/types": { | ||||||
| @ -3525,17 +3179,16 @@ | |||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "node_modules/fast-glob": { |     "node_modules/fast-glob": { | ||||||
|       "version": "3.3.3", |       "version": "3.3.1", | ||||||
|       "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", |       "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", | ||||||
|       "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", |       "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@nodelib/fs.stat": "^2.0.2", |         "@nodelib/fs.stat": "^2.0.2", | ||||||
|         "@nodelib/fs.walk": "^1.2.3", |         "@nodelib/fs.walk": "^1.2.3", | ||||||
|         "glob-parent": "^5.1.2", |         "glob-parent": "^5.1.2", | ||||||
|         "merge2": "^1.3.0", |         "merge2": "^1.3.0", | ||||||
|         "micromatch": "^4.0.8" |         "micromatch": "^4.0.4" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=8.6.0" |         "node": ">=8.6.0" | ||||||
| @ -4992,6 +4645,12 @@ | |||||||
|       "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", |       "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", | ||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/natural-compare-lite": { | ||||||
|  |       "version": "1.4.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", | ||||||
|  |       "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", | ||||||
|  |       "dev": true | ||||||
|  |     }, | ||||||
|     "node_modules/neo-async": { |     "node_modules/neo-async": { | ||||||
|       "version": "2.6.2", |       "version": "2.6.2", | ||||||
|       "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", |       "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", | ||||||
| @ -5303,15 +4962,16 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/prettier": { |     "node_modules/prettier": { | ||||||
|       "version": "2.8.8", |       "version": "3.6.2", | ||||||
|       "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", |       "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", | ||||||
|       "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", |       "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|  |       "license": "MIT", | ||||||
|       "bin": { |       "bin": { | ||||||
|         "prettier": "bin-prettier.js" |         "prettier": "bin/prettier.cjs" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=10.13.0" |         "node": ">=14" | ||||||
|       }, |       }, | ||||||
|       "funding": { |       "funding": { | ||||||
|         "url": "https://github.com/prettier/prettier?sponsor=1" |         "url": "https://github.com/prettier/prettier?sponsor=1" | ||||||
| @ -5800,19 +5460,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", |       "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", | ||||||
|       "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" |       "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/ts-api-utils": { |  | ||||||
|       "version": "2.1.0", |  | ||||||
|       "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz", |  | ||||||
|       "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==", |  | ||||||
|       "dev": true, |  | ||||||
|       "license": "MIT", |  | ||||||
|       "engines": { |  | ||||||
|         "node": ">=18.12" |  | ||||||
|       }, |  | ||||||
|       "peerDependencies": { |  | ||||||
|         "typescript": ">=4.8.4" |  | ||||||
|       } |  | ||||||
|     }, |  | ||||||
|     "node_modules/ts-jest": { |     "node_modules/ts-jest": { | ||||||
|       "version": "29.4.1", |       "version": "29.4.1", | ||||||
|       "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.1.tgz", |       "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.1.tgz", | ||||||
| @ -6037,16 +5684,16 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/uuid": { |     "node_modules/uuid": { | ||||||
|       "version": "11.1.0", |       "version": "13.0.0", | ||||||
|       "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", |       "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", | ||||||
|       "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", |       "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", | ||||||
|       "funding": [ |       "funding": [ | ||||||
|         "https://github.com/sponsors/broofa", |         "https://github.com/sponsors/broofa", | ||||||
|         "https://github.com/sponsors/ctavan" |         "https://github.com/sponsors/ctavan" | ||||||
|       ], |       ], | ||||||
|       "license": "MIT", |       "license": "MIT", | ||||||
|       "bin": { |       "bin": { | ||||||
|         "uuid": "dist/esm/bin/uuid" |         "uuid": "dist-node/bin/uuid" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/v8-to-istanbul": { |     "node_modules/v8-to-istanbul": { | ||||||
|  | |||||||
| @ -37,13 +37,13 @@ | |||||||
|     "@actions/io": "^1.0.2", |     "@actions/io": "^1.0.2", | ||||||
|     "@actions/tool-cache": "^2.0.2", |     "@actions/tool-cache": "^2.0.2", | ||||||
|     "semver": "^7.6.3", |     "semver": "^7.6.3", | ||||||
|     "uuid": "^11.1.0" |     "uuid": "^13.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@types/jest": "^29.5.14", |     "@types/jest": "^29.5.14", | ||||||
|     "@types/node": "^24.1.0", |     "@types/node": "^24.1.0", | ||||||
|     "@types/semver": "^7.5.8", |     "@types/semver": "^7.5.8", | ||||||
|     "@typescript-eslint/eslint-plugin": "^8.43.0", |     "@typescript-eslint/eslint-plugin": "^5.54.0", | ||||||
|     "@typescript-eslint/parser": "^5.54.0", |     "@typescript-eslint/parser": "^5.54.0", | ||||||
|     "@vercel/ncc": "^0.38.3", |     "@vercel/ncc": "^0.38.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
| @ -53,7 +53,7 @@ | |||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-circus": "^29.7.0", |     "jest-circus": "^29.7.0", | ||||||
|     "jest-each": "^29.7.0", |     "jest-each": "^29.7.0", | ||||||
|     "prettier": "^2.8.4", |     "prettier": "^3.6.2", | ||||||
|     "ts-jest": "^29.4.1", |     "ts-jest": "^29.4.1", | ||||||
|     "typescript": "^5.4.2" |     "typescript": "^5.4.2" | ||||||
|   } |   } | ||||||
|  | |||||||
| @ -167,14 +167,12 @@ const getCacheDirectoriesFromCacheDependencyPath = async ( | |||||||
|   packageManagerInfo: PackageManagerInfo, |   packageManagerInfo: PackageManagerInfo, | ||||||
|   cacheDependencyPath: string |   cacheDependencyPath: string | ||||||
| ): Promise<string[]> => { | ): Promise<string[]> => { | ||||||
|   const projectDirectories = await getProjectDirectoriesFromCacheDependencyPath( |   const projectDirectories = | ||||||
|     cacheDependencyPath |     await getProjectDirectoriesFromCacheDependencyPath(cacheDependencyPath); | ||||||
|   ); |  | ||||||
|   const cacheFoldersPaths = await Promise.all( |   const cacheFoldersPaths = await Promise.all( | ||||||
|     projectDirectories.map(async projectDirectory => { |     projectDirectories.map(async projectDirectory => { | ||||||
|       const cacheFolderPath = await packageManagerInfo.getCacheFolderPath( |       const cacheFolderPath = | ||||||
|         projectDirectory |         await packageManagerInfo.getCacheFolderPath(projectDirectory); | ||||||
|       ); |  | ||||||
|       core.debug( |       core.debug( | ||||||
|         `${packageManagerInfo.name}'s cache folder "${cacheFolderPath}" configured for the directory "${projectDirectory}"` |         `${packageManagerInfo.name}'s cache folder "${cacheFolderPath}" configured for the directory "${projectDirectory}"` | ||||||
|       ); |       ); | ||||||
|  | |||||||
| @ -221,8 +221,8 @@ export default class OfficialBuilds extends BaseDistribution { | |||||||
|       alias === '*' |       alias === '*' | ||||||
|         ? numbered[numbered.length - 1] |         ? numbered[numbered.length - 1] | ||||||
|         : n < 0 |         : n < 0 | ||||||
|         ? numbered[numbered.length - 1 + n] |           ? numbered[numbered.length - 1 + n] | ||||||
|         : aliases[alias]; |           : aliases[alias]; | ||||||
|  |  | ||||||
|     if (!release) { |     if (!release) { | ||||||
|       throw new Error( |       throw new Error( | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	