mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 16:23:48 +00:00 
			
		
		
		
	update dependencies, prepare for release
This commit is contained in:
		
							parent
							
								
									3c68c31fe5
								
							
						
					
					
						commit
						5abb1e2a95
					
				| @ -1,5 +1,10 @@ | |||||||
| # Changelog | # Changelog | ||||||
| 
 | 
 | ||||||
|  | ## 2.8.1 | ||||||
|  | 
 | ||||||
|  | - Set empty `CARGO_ENCODED_RUSTFLAGS` when retrieving metadata | ||||||
|  | - Various dependency updates | ||||||
|  | 
 | ||||||
| ## 2.8.0 | ## 2.8.0 | ||||||
| 
 | 
 | ||||||
| - Add support for `warpbuild` cache provider | - Add support for `warpbuild` cache provider | ||||||
|  | |||||||
							
								
								
									
										66646
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										66646
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										66646
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										66646
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										326
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										326
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -56,7 +56,6 @@ | |||||||
|       "version": "4.0.5", |       "version": "4.0.5", | ||||||
|       "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.0.5.tgz", |       "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-4.0.5.tgz", | ||||||
|       "integrity": "sha512-RjLz1/vvntOfp3FpkY3wB0MjVRbLq7bfQEuQG9UUTKwdtcYmFrKVmuD+9B6ADbzbkSfHM+dM4sMjdr3R4XIkFg==", |       "integrity": "sha512-RjLz1/vvntOfp3FpkY3wB0MjVRbLq7bfQEuQG9UUTKwdtcYmFrKVmuD+9B6ADbzbkSfHM+dM4sMjdr3R4XIkFg==", | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/core": "^1.11.1", |         "@actions/core": "^1.11.1", | ||||||
|         "@actions/exec": "^1.0.1", |         "@actions/exec": "^1.0.1", | ||||||
| @ -138,7 +137,6 @@ | |||||||
|       "version": "1.4.7", |       "version": "1.4.7", | ||||||
|       "resolved": "https://registry.npmjs.org/github-actions.warp-cache/-/github-actions.warp-cache-1.4.7.tgz", |       "resolved": "https://registry.npmjs.org/github-actions.warp-cache/-/github-actions.warp-cache-1.4.7.tgz", | ||||||
|       "integrity": "sha512-TwYF+iv/l1uZRp3D0iBj+zoPZPhd3gpvKuarLxnB9de7KUFvG79M3fDIqhjjXa4l53XcfZKBt31H6UcsKiXlTw==", |       "integrity": "sha512-TwYF+iv/l1uZRp3D0iBj+zoPZPhd3gpvKuarLxnB9de7KUFvG79M3fDIqhjjXa4l53XcfZKBt31H6UcsKiXlTw==", | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@actions/core": "^1.10.0", |         "@actions/core": "^1.10.0", | ||||||
|         "@actions/exec": "^1.0.1", |         "@actions/exec": "^1.0.1", | ||||||
| @ -178,16 +176,16 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-auth": { |     "node_modules/@azure/core-auth": { | ||||||
|       "version": "1.9.0", |       "version": "1.10.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.9.0.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.10.1.tgz", | ||||||
|       "integrity": "sha512-FPwHpZywuyasDSLMqJ6fhbOK3TqUdviZNF8OqRGA4W5Ewib2lEEZ+pBsYcBa88B2NGO/SEnYPGhyBqNlE8ilSw==", |       "integrity": "sha512-ykRMW8PjVAn+RS6ww5cmK9U2CyH9p4Q88YJwvUslfuMmN98w/2rdGRLPqJYObapBCdzBVeDgYWdJnFPFb7qzpg==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.0.0", |         "@azure/abort-controller": "^2.1.2", | ||||||
|         "@azure/core-util": "^1.11.0", |         "@azure/core-util": "^1.13.0", | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-auth/node_modules/@azure/abort-controller": { |     "node_modules/@azure/core-auth/node_modules/@azure/abort-controller": { | ||||||
| @ -202,20 +200,20 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-client": { |     "node_modules/@azure/core-client": { | ||||||
|       "version": "1.9.2", |       "version": "1.10.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.9.2.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.10.1.tgz", | ||||||
|       "integrity": "sha512-kRdry/rav3fUKHl/aDLd/pDLcB+4pOFwPPTVEExuMyaI5r+JBbMWqRbCY1pn5BniDaU3lRxO9eaQ1AmSMehl/w==", |       "integrity": "sha512-Nh5PhEOeY6PrnxNPsEHRr9eimxLwgLlpmguQaHKBinFYA/RU9+kOYVOQqOrTsCL+KSxrLLl1gD8Dk5BFW/7l/w==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.0.0", |         "@azure/abort-controller": "^2.1.2", | ||||||
|         "@azure/core-auth": "^1.4.0", |         "@azure/core-auth": "^1.10.0", | ||||||
|         "@azure/core-rest-pipeline": "^1.9.1", |         "@azure/core-rest-pipeline": "^1.22.0", | ||||||
|         "@azure/core-tracing": "^1.0.0", |         "@azure/core-tracing": "^1.3.0", | ||||||
|         "@azure/core-util": "^1.6.1", |         "@azure/core-util": "^1.13.0", | ||||||
|         "@azure/logger": "^1.0.0", |         "@azure/logger": "^1.3.0", | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-client/node_modules/@azure/abort-controller": { |     "node_modules/@azure/core-client/node_modules/@azure/abort-controller": { | ||||||
| @ -230,16 +228,16 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-http-compat": { |     "node_modules/@azure/core-http-compat": { | ||||||
|       "version": "2.1.2", |       "version": "2.3.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.1.2.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-http-compat/-/core-http-compat-2.3.1.tgz", | ||||||
|       "integrity": "sha512-5MnV1yqzZwgNLLjlizsU3QqOeQChkIXw781Fwh1xdAqJR5AA32IUaq6xv1BICJvfbHoa+JYcaij2HFkhLbNTJQ==", |       "integrity": "sha512-az9BkXND3/d5VgdRRQVkiJb2gOmDU8Qcq4GvjtBmDICNiQ9udFmDk4ZpSB5Qq1OmtDJGlQAfBaS4palFsazQ5g==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.0.0", |         "@azure/abort-controller": "^2.1.2", | ||||||
|         "@azure/core-client": "^1.3.0", |         "@azure/core-client": "^1.10.0", | ||||||
|         "@azure/core-rest-pipeline": "^1.3.0" |         "@azure/core-rest-pipeline": "^1.22.0" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller": { |     "node_modules/@azure/core-http-compat/node_modules/@azure/abort-controller": { | ||||||
| @ -290,21 +288,20 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-rest-pipeline": { |     "node_modules/@azure/core-rest-pipeline": { | ||||||
|       "version": "1.18.1", |       "version": "1.22.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.18.1.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.22.1.tgz", | ||||||
|       "integrity": "sha512-/wS73UEDrxroUEVywEm7J0p2c+IIiVxyfigCGfsKvCxxCET4V/Hef2aURqltrXMRjNmdmt5IuOgIpl8f6xdO5A==", |       "integrity": "sha512-UVZlVLfLyz6g3Hy7GNDpooMQonUygH7ghdiSASOOHy97fKj/mPLqgDX7aidOijn+sCMU+WU8NjlPlNTgnvbcGA==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.0.0", |         "@azure/abort-controller": "^2.1.2", | ||||||
|         "@azure/core-auth": "^1.8.0", |         "@azure/core-auth": "^1.10.0", | ||||||
|         "@azure/core-tracing": "^1.0.1", |         "@azure/core-tracing": "^1.3.0", | ||||||
|         "@azure/core-util": "^1.11.0", |         "@azure/core-util": "^1.13.0", | ||||||
|         "@azure/logger": "^1.0.0", |         "@azure/logger": "^1.3.0", | ||||||
|         "http-proxy-agent": "^7.0.0", |         "@typespec/ts-http-runtime": "^0.3.0", | ||||||
|         "https-proxy-agent": "^7.0.0", |  | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-rest-pipeline/node_modules/@azure/abort-controller": { |     "node_modules/@azure/core-rest-pipeline/node_modules/@azure/abort-controller": { | ||||||
| @ -319,26 +316,27 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-tracing": { |     "node_modules/@azure/core-tracing": { | ||||||
|       "version": "1.2.0", |       "version": "1.3.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.2.0.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.3.1.tgz", | ||||||
|       "integrity": "sha512-UKTiEJPkWcESPYJz3X5uKRYyOcJD+4nYph+KpfdPRnQJVrZfk0KJgdnaAWKfhsBBtAf/D58Az4AvCJEmWgIBAg==", |       "integrity": "sha512-9MWKevR7Hz8kNzzPLfX4EAtGM2b8mr50HPDBvio96bURP/9C+HjdH3sBlLSNNrvRAr5/k/svoH457gB5IKpmwQ==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-util": { |     "node_modules/@azure/core-util": { | ||||||
|       "version": "1.11.0", |       "version": "1.13.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.11.0.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.13.1.tgz", | ||||||
|       "integrity": "sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g==", |       "integrity": "sha512-XPArKLzsvl0Hf0CaGyKHUyVgF7oDnhKoP85Xv6M4StF/1AhfORhZudHtOyf2s+FcbuQ9dPRAjB8J2KvRRMUK2A==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.0.0", |         "@azure/abort-controller": "^2.1.2", | ||||||
|  |         "@typespec/ts-http-runtime": "^0.3.0", | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-util/node_modules/@azure/abort-controller": { |     "node_modules/@azure/core-util/node_modules/@azure/abort-controller": { | ||||||
| @ -353,26 +351,27 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/core-xml": { |     "node_modules/@azure/core-xml": { | ||||||
|       "version": "1.4.4", |       "version": "1.5.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.4.4.tgz", |       "resolved": "https://registry.npmjs.org/@azure/core-xml/-/core-xml-1.5.0.tgz", | ||||||
|       "integrity": "sha512-J4FYAqakGXcbfeZjwjMzjNcpcH4E+JtEBv+xcV1yL0Ydn/6wbQfeFKTCHh9wttAi0lmajHw7yBbHPRG+YHckZQ==", |       "integrity": "sha512-D/sdlJBMJfx7gqoj66PKVmhDDaU6TKA49ptcolxdas29X7AfvLTmfAGLjAcIMBK7UZ2o4lygHIqVckOlQU3xWw==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "fast-xml-parser": "^4.4.1", |         "fast-xml-parser": "^5.0.7", | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.8.1" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/logger": { |     "node_modules/@azure/logger": { | ||||||
|       "version": "1.1.4", |       "version": "1.3.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.1.4.tgz", |       "resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.3.0.tgz", | ||||||
|       "integrity": "sha512-4IXXzcCdLdlXuCG+8UKEwLA1T1NHqUfanhXYHiQTn+6sfWCZXduqbtXDGceg3Ce5QxTGo7EqmbV6Bi+aqKuClQ==", |       "integrity": "sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|  |         "@typespec/ts-http-runtime": "^0.3.0", | ||||||
|         "tslib": "^2.6.2" |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=20.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/ms-rest-js": { |     "node_modules/@azure/ms-rest-js": { | ||||||
| @ -404,29 +403,60 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/storage-blob": { |     "node_modules/@azure/storage-blob": { | ||||||
|       "version": "12.26.0", |       "version": "12.28.0", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.26.0.tgz", |       "resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.28.0.tgz", | ||||||
|       "integrity": "sha512-SriLPKezypIsiZ+TtlFfE46uuBIap2HeaQVS78e1P7rz5OSbq0rsd52WE1mC5f7vAeLiXqv7I7oRhL3WFZEw3Q==", |       "integrity": "sha512-VhQHITXXO03SURhDiGuHhvc/k/sD2WvJUS7hqhiVNbErVCuQoLtWql7r97fleBlIRKHJaa9R7DpBjfE0pfLYcA==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@azure/abort-controller": "^2.1.2", |         "@azure/abort-controller": "^2.1.2", | ||||||
|         "@azure/core-auth": "^1.4.0", |         "@azure/core-auth": "^1.9.0", | ||||||
|         "@azure/core-client": "^1.6.2", |         "@azure/core-client": "^1.9.3", | ||||||
|         "@azure/core-http-compat": "^2.0.0", |         "@azure/core-http-compat": "^2.2.0", | ||||||
|         "@azure/core-lro": "^2.2.0", |         "@azure/core-lro": "^2.2.0", | ||||||
|         "@azure/core-paging": "^1.1.1", |         "@azure/core-paging": "^1.6.2", | ||||||
|         "@azure/core-rest-pipeline": "^1.10.1", |         "@azure/core-rest-pipeline": "^1.19.1", | ||||||
|         "@azure/core-tracing": "^1.1.2", |         "@azure/core-tracing": "^1.2.0", | ||||||
|         "@azure/core-util": "^1.6.1", |         "@azure/core-util": "^1.11.0", | ||||||
|         "@azure/core-xml": "^1.4.3", |         "@azure/core-xml": "^1.4.5", | ||||||
|         "@azure/logger": "^1.0.0", |         "@azure/logger": "^1.1.4", | ||||||
|  |         "@azure/storage-common": "^12.0.0-beta.2", | ||||||
|         "events": "^3.0.0", |         "events": "^3.0.0", | ||||||
|         "tslib": "^2.2.0" |         "tslib": "^2.8.1" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": ">=20.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@azure/storage-blob/node_modules/@azure/abort-controller": { | ||||||
|  |       "version": "2.1.2", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz", | ||||||
|  |       "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==", | ||||||
|  |       "dependencies": { | ||||||
|  |         "tslib": "^2.6.2" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">=18.0.0" |         "node": ">=18.0.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@azure/storage-blob/node_modules/@azure/abort-controller": { |     "node_modules/@azure/storage-common": { | ||||||
|  |       "version": "12.0.0", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@azure/storage-common/-/storage-common-12.0.0.tgz", | ||||||
|  |       "integrity": "sha512-QyEWXgi4kdRo0wc1rHum9/KnaWZKCdQGZK1BjU4fFL6Jtedp7KLbQihgTTVxldFy1z1ZPtuDPx8mQ5l3huPPbA==", | ||||||
|  |       "dependencies": { | ||||||
|  |         "@azure/abort-controller": "^2.1.2", | ||||||
|  |         "@azure/core-auth": "^1.9.0", | ||||||
|  |         "@azure/core-http-compat": "^2.2.0", | ||||||
|  |         "@azure/core-rest-pipeline": "^1.19.1", | ||||||
|  |         "@azure/core-tracing": "^1.2.0", | ||||||
|  |         "@azure/core-util": "^1.11.0", | ||||||
|  |         "@azure/logger": "^1.1.4", | ||||||
|  |         "events": "^3.3.0", | ||||||
|  |         "tslib": "^2.8.1" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": ">=20.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@azure/storage-common/node_modules/@azure/abort-controller": { | ||||||
|       "version": "2.1.2", |       "version": "2.1.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz", |       "resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-2.1.2.tgz", | ||||||
|       "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==", |       "integrity": "sha512-nBrLsEWm4J2u5LpAPjxADTlq3trDgVZZXHNKabeXZtpq3d3AbN/KGO82R87rdDz5/lYB024rtEf10/q0urNgsA==", | ||||||
| @ -474,9 +504,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@google-cloud/storage": { |     "node_modules/@google-cloud/storage": { | ||||||
|       "version": "7.16.0", |       "version": "7.17.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.16.0.tgz", |       "resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.17.1.tgz", | ||||||
|       "integrity": "sha512-7/5LRgykyOfQENcm6hDKP8SX/u9XxE5YOiWOkgkwcoO+cG8xT/cyOvp9wwN3IxfdYgpHs8CE7Nq2PKX2lNaEXw==", |       "integrity": "sha512-2FMQbpU7qK+OtBPaegC6n+XevgZksobUGo6mGKnXNmeZpvLiAo1gTAE3oTKsrMGDV4VtL8Zzpono0YsK/Q7Iqg==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@google-cloud/paginator": "^5.0.0", |         "@google-cloud/paginator": "^5.0.0", | ||||||
|         "@google-cloud/projectify": "^4.0.0", |         "@google-cloud/projectify": "^4.0.0", | ||||||
| @ -498,6 +528,34 @@ | |||||||
|         "node": ">=14" |         "node": ">=14" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@google-cloud/storage/node_modules/fast-xml-parser": { | ||||||
|  |       "version": "4.5.3", | ||||||
|  |       "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz", | ||||||
|  |       "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==", | ||||||
|  |       "funding": [ | ||||||
|  |         { | ||||||
|  |           "type": "github", | ||||||
|  |           "url": "https://github.com/sponsors/NaturalIntelligence" | ||||||
|  |         } | ||||||
|  |       ], | ||||||
|  |       "dependencies": { | ||||||
|  |         "strnum": "^1.1.1" | ||||||
|  |       }, | ||||||
|  |       "bin": { | ||||||
|  |         "fxparser": "src/cli/cli.js" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|  |     "node_modules/@google-cloud/storage/node_modules/strnum": { | ||||||
|  |       "version": "1.1.2", | ||||||
|  |       "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.2.tgz", | ||||||
|  |       "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==", | ||||||
|  |       "funding": [ | ||||||
|  |         { | ||||||
|  |           "type": "github", | ||||||
|  |           "url": "https://github.com/sponsors/NaturalIntelligence" | ||||||
|  |         } | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|     "node_modules/@google-cloud/storage/node_modules/uuid": { |     "node_modules/@google-cloud/storage/node_modules/uuid": { | ||||||
|       "version": "8.3.2", |       "version": "8.3.2", | ||||||
|       "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", |       "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", | ||||||
| @ -515,9 +573,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@octokit/core": { |     "node_modules/@octokit/core": { | ||||||
|       "version": "5.2.1", |       "version": "5.2.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", |       "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz", | ||||||
|       "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", |       "integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@octokit/auth-token": "^4.0.0", |         "@octokit/auth-token": "^4.0.0", | ||||||
|         "@octokit/graphql": "^7.1.0", |         "@octokit/graphql": "^7.1.0", | ||||||
| @ -659,14 +717,12 @@ | |||||||
|     "node_modules/@protobuf-ts/runtime": { |     "node_modules/@protobuf-ts/runtime": { | ||||||
|       "version": "2.11.1", |       "version": "2.11.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.11.1.tgz", |       "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime/-/runtime-2.11.1.tgz", | ||||||
|       "integrity": "sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==", |       "integrity": "sha512-KuDaT1IfHkugM2pyz+FwiY80ejWrkH1pAtOBOZFuR6SXEFTsnb/jiQWQ1rCIrcKx2BtyxnxW6BWwsVSA/Ie+WQ==" | ||||||
|       "license": "(Apache-2.0 AND BSD-3-Clause)" |  | ||||||
|     }, |     }, | ||||||
|     "node_modules/@protobuf-ts/runtime-rpc": { |     "node_modules/@protobuf-ts/runtime-rpc": { | ||||||
|       "version": "2.11.1", |       "version": "2.11.1", | ||||||
|       "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.11.1.tgz", |       "resolved": "https://registry.npmjs.org/@protobuf-ts/runtime-rpc/-/runtime-rpc-2.11.1.tgz", | ||||||
|       "integrity": "sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==", |       "integrity": "sha512-4CqqUmNA+/uMz00+d3CYKgElXO9VrEbucjnBFEjqI4GuDrEQ32MaI3q+9qPBvIGOlL4PmHXrzM32vBPWRhQKWQ==", | ||||||
|       "license": "Apache-2.0", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@protobuf-ts/runtime": "^2.11.1" |         "@protobuf-ts/runtime": "^2.11.1" | ||||||
|       } |       } | ||||||
| @ -685,23 +741,22 @@ | |||||||
|       "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==" |       "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/@types/node": { |     "node_modules/@types/node": { | ||||||
|       "version": "24.3.0", |       "version": "24.5.2", | ||||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz", |       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", | ||||||
|       "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==", |       "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "undici-types": "~7.10.0" |         "undici-types": "~7.12.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@types/request": { |     "node_modules/@types/request": { | ||||||
|       "version": "2.48.12", |       "version": "2.48.13", | ||||||
|       "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz", |       "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.13.tgz", | ||||||
|       "integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==", |       "integrity": "sha512-FGJ6udDNUCjd19pp0Q3iTiDkwhYup7J8hpMW9c4k53NrccQFFWKRho6hvtPPEhnXWKvukfwAlB6DbDz4yhH5Gg==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "@types/caseless": "*", |         "@types/caseless": "*", | ||||||
|         "@types/node": "*", |         "@types/node": "*", | ||||||
|         "@types/tough-cookie": "*", |         "@types/tough-cookie": "*", | ||||||
|         "form-data": "^2.5.0" |         "form-data": "^2.5.5" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/@types/tough-cookie": { |     "node_modules/@types/tough-cookie": { | ||||||
| @ -709,6 +764,19 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", |       "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", | ||||||
|       "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" |       "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==" | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@typespec/ts-http-runtime": { | ||||||
|  |       "version": "0.3.1", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.1.tgz", | ||||||
|  |       "integrity": "sha512-SnbaqayTVFEA6/tYumdF0UmybY0KHyKwGPBXnyckFlrrKdhWFrL3a2HIPXHjht5ZOElKGcXfD2D63P36btb+ww==", | ||||||
|  |       "dependencies": { | ||||||
|  |         "http-proxy-agent": "^7.0.0", | ||||||
|  |         "https-proxy-agent": "^7.0.0", | ||||||
|  |         "tslib": "^2.6.2" | ||||||
|  |       }, | ||||||
|  |       "engines": { | ||||||
|  |         "node": ">=20.0.0" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/@vercel/ncc": { |     "node_modules/@vercel/ncc": { | ||||||
|       "version": "0.38.3", |       "version": "0.38.3", | ||||||
|       "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", |       "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.3.tgz", | ||||||
| @ -730,9 +798,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/agent-base": { |     "node_modules/agent-base": { | ||||||
|       "version": "7.1.3", |       "version": "7.1.4", | ||||||
|       "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", |       "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", | ||||||
|       "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", |       "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">= 14" |         "node": ">= 14" | ||||||
|       } |       } | ||||||
| @ -759,19 +827,19 @@ | |||||||
|       "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" |       "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/axios": { |     "node_modules/axios": { | ||||||
|       "version": "1.10.0", |       "version": "1.12.2", | ||||||
|       "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", |       "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", | ||||||
|       "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==", |       "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "follow-redirects": "^1.15.6", |         "follow-redirects": "^1.15.6", | ||||||
|         "form-data": "^4.0.0", |         "form-data": "^4.0.4", | ||||||
|         "proxy-from-env": "^1.1.0" |         "proxy-from-env": "^1.1.0" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/axios/node_modules/form-data": { |     "node_modules/axios/node_modules/form-data": { | ||||||
|       "version": "4.0.3", |       "version": "4.0.4", | ||||||
|       "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz", |       "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", | ||||||
|       "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==", |       "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "asynckit": "^0.4.0", |         "asynckit": "^0.4.0", | ||||||
|         "combined-stream": "^1.0.8", |         "combined-stream": "^1.0.8", | ||||||
| @ -813,9 +881,9 @@ | |||||||
|       "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" |       "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/bignumber.js": { |     "node_modules/bignumber.js": { | ||||||
|       "version": "9.3.0", |       "version": "9.3.1", | ||||||
|       "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.0.tgz", |       "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz", | ||||||
|       "integrity": "sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==", |       "integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==", | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": "*" |         "node": "*" | ||||||
|       } |       } | ||||||
| @ -824,7 +892,6 @@ | |||||||
|       "version": "1.1.12", |       "version": "1.1.12", | ||||||
|       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", |       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", | ||||||
|       "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", |       "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", | ||||||
|       "license": "MIT", |  | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "balanced-match": "^1.0.0", |         "balanced-match": "^1.0.0", | ||||||
|         "concat-map": "0.0.1" |         "concat-map": "0.0.1" | ||||||
| @ -864,9 +931,9 @@ | |||||||
|       "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" |       "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/debug": { |     "node_modules/debug": { | ||||||
|       "version": "4.4.0", |       "version": "4.4.3", | ||||||
|       "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", |       "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", | ||||||
|       "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", |       "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "ms": "^2.1.3" |         "ms": "^2.1.3" | ||||||
|       }, |       }, | ||||||
| @ -995,30 +1062,26 @@ | |||||||
|       "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" |       "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" | ||||||
|     }, |     }, | ||||||
|     "node_modules/fast-xml-parser": { |     "node_modules/fast-xml-parser": { | ||||||
|       "version": "4.5.1", |       "version": "5.2.5", | ||||||
|       "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", |       "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", | ||||||
|       "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", |       "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", | ||||||
|       "funding": [ |       "funding": [ | ||||||
|         { |         { | ||||||
|           "type": "github", |           "type": "github", | ||||||
|           "url": "https://github.com/sponsors/NaturalIntelligence" |           "url": "https://github.com/sponsors/NaturalIntelligence" | ||||||
|         }, |  | ||||||
|         { |  | ||||||
|           "type": "paypal", |  | ||||||
|           "url": "https://paypal.me/naturalintelligence" |  | ||||||
|         } |         } | ||||||
|       ], |       ], | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "strnum": "^1.0.5" |         "strnum": "^2.1.0" | ||||||
|       }, |       }, | ||||||
|       "bin": { |       "bin": { | ||||||
|         "fxparser": "src/cli/cli.js" |         "fxparser": "src/cli/cli.js" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/follow-redirects": { |     "node_modules/follow-redirects": { | ||||||
|       "version": "1.15.9", |       "version": "1.15.11", | ||||||
|       "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", |       "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", | ||||||
|       "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", |       "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", | ||||||
|       "funding": [ |       "funding": [ | ||||||
|         { |         { | ||||||
|           "type": "individual", |           "type": "individual", | ||||||
| @ -1035,13 +1098,15 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/form-data": { |     "node_modules/form-data": { | ||||||
|       "version": "2.5.2", |       "version": "2.5.5", | ||||||
|       "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.2.tgz", |       "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz", | ||||||
|       "integrity": "sha512-GgwY0PS7DbXqajuGf4OYlsrIu3zgxD6Vvql43IBhm6MahqA5SK/7mwhtNj2AdH2z35YR34ujJ7BN+3fFC3jP5Q==", |       "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==", | ||||||
|       "dependencies": { |       "dependencies": { | ||||||
|         "asynckit": "^0.4.0", |         "asynckit": "^0.4.0", | ||||||
|         "combined-stream": "^1.0.6", |         "combined-stream": "^1.0.8", | ||||||
|         "mime-types": "^2.1.12", |         "es-set-tostringtag": "^2.1.0", | ||||||
|  |         "hasown": "^2.0.2", | ||||||
|  |         "mime-types": "^2.1.35", | ||||||
|         "safe-buffer": "^5.2.1" |         "safe-buffer": "^5.2.1" | ||||||
|       }, |       }, | ||||||
|       "engines": { |       "engines": { | ||||||
| @ -1475,7 +1540,6 @@ | |||||||
|       "version": "1.4.2", |       "version": "1.4.2", | ||||||
|       "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz", |       "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.4.2.tgz", | ||||||
|       "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==", |       "integrity": "sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==", | ||||||
|       "license": "BSD-3-Clause", |  | ||||||
|       "engines": { |       "engines": { | ||||||
|         "node": ">= 18" |         "node": ">= 18" | ||||||
|       }, |       }, | ||||||
| @ -1505,9 +1569,15 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/strnum": { |     "node_modules/strnum": { | ||||||
|       "version": "1.0.5", |       "version": "2.1.1", | ||||||
|       "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", |       "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz", | ||||||
|       "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" |       "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==", | ||||||
|  |       "funding": [ | ||||||
|  |         { | ||||||
|  |           "type": "github", | ||||||
|  |           "url": "https://github.com/sponsors/NaturalIntelligence" | ||||||
|  |         } | ||||||
|  |       ] | ||||||
|     }, |     }, | ||||||
|     "node_modules/stubs": { |     "node_modules/stubs": { | ||||||
|       "version": "3.0.0", |       "version": "3.0.0", | ||||||
| @ -1600,7 +1670,6 @@ | |||||||
|       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", |       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", | ||||||
|       "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", |       "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", | ||||||
|       "dev": true, |       "dev": true, | ||||||
|       "license": "Apache-2.0", |  | ||||||
|       "bin": { |       "bin": { | ||||||
|         "tsc": "bin/tsc", |         "tsc": "bin/tsc", | ||||||
|         "tsserver": "bin/tsserver" |         "tsserver": "bin/tsserver" | ||||||
| @ -1621,10 +1690,9 @@ | |||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "node_modules/undici-types": { |     "node_modules/undici-types": { | ||||||
|       "version": "7.10.0", |       "version": "7.12.0", | ||||||
|       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", |       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", | ||||||
|       "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", |       "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==" | ||||||
|       "license": "MIT" |  | ||||||
|     }, |     }, | ||||||
|     "node_modules/universal-user-agent": { |     "node_modules/universal-user-agent": { | ||||||
|       "version": "6.0.1", |       "version": "6.0.1", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user