mirror of
				https://github.com/Swatinem/rust-cache.git
				synced 2025-10-31 19:33:48 +00:00 
			
		
		
		
	update dependencies
This commit is contained in:
		
							parent
							
								
									9de90d2338
								
							
						
					
					
						commit
						9cc357c650
					
				
							
								
								
									
										1919
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1919
									
								
								dist/restore/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										1919
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1919
									
								
								dist/save/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										80
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										80
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -5,14 +5,14 @@ | ||||
|   "requires": true, | ||||
|   "dependencies": { | ||||
|     "@actions/cache": { | ||||
|       "version": "1.0.2", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.2.tgz", | ||||
|       "integrity": "sha512-CzAseaJ4cKmOI58EIWUb/LfeYdM7Y25s39OEMtWAhEPrPPzrbSEjGHCLaYjJ0V8C4iojo8vBYh5B3OIJ37EiJw==", | ||||
|       "version": "1.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.3.tgz", | ||||
|       "integrity": "sha512-2DcdMrqbfj5LcsEYIh6ACgjb0bNMeMPP7y1a+bf/Sk0MFfkkrYRNFihkXRV6v0TNkNo0b5X38xmUguRZ5ZPLbw==", | ||||
|       "requires": { | ||||
|         "@actions/core": "^1.2.4", | ||||
|         "@actions/exec": "^1.0.1", | ||||
|         "@actions/glob": "^0.1.0", | ||||
|         "@actions/http-client": "^1.0.8", | ||||
|         "@actions/http-client": "^1.0.9", | ||||
|         "@actions/io": "^1.0.1", | ||||
|         "@azure/ms-rest-js": "^2.0.7", | ||||
|         "@azure/storage-blob": "^12.1.2", | ||||
| @ -43,9 +43,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@actions/http-client": { | ||||
|       "version": "1.0.8", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz", | ||||
|       "integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==", | ||||
|       "version": "1.0.9", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.9.tgz", | ||||
|       "integrity": "sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==", | ||||
|       "requires": { | ||||
|         "tunnel": "0.0.6" | ||||
|       } | ||||
| @ -90,9 +90,9 @@ | ||||
|           }, | ||||
|           "dependencies": { | ||||
|             "tslib": { | ||||
|               "version": "1.13.0", | ||||
|               "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", | ||||
|               "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" | ||||
|               "version": "1.14.1", | ||||
|               "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", | ||||
|               "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" | ||||
|             } | ||||
|           } | ||||
|         }, | ||||
| @ -105,16 +105,16 @@ | ||||
|           } | ||||
|         }, | ||||
|         "tslib": { | ||||
|           "version": "2.0.1", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", | ||||
|           "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" | ||||
|           "version": "2.0.3", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", | ||||
|           "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "@azure/core-http": { | ||||
|       "version": "1.1.8", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-1.1.8.tgz", | ||||
|       "integrity": "sha512-hJ9ZblU99sY2dTD6U5EqZ5zjd0QmwwvSp8RYp2zS9s5mhsNobLQFI09bIE6yo891bOySCEepNCE5tL15dLYhIA==", | ||||
|       "version": "1.1.9", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/core-http/-/core-http-1.1.9.tgz", | ||||
|       "integrity": "sha512-wM0HMRNQaE2NtTHb+9FXF7uxUqaAHFTMVu6OzlEll6gUGybcDqM7+9Oklp33BhEfq+ZumpCoqxq3njNbMHuf/w==", | ||||
|       "requires": { | ||||
|         "@azure/abort-controller": "^1.0.0", | ||||
|         "@azure/core-auth": "^1.1.3", | ||||
| @ -154,14 +154,14 @@ | ||||
|           } | ||||
|         }, | ||||
|         "tslib": { | ||||
|           "version": "2.0.1", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", | ||||
|           "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" | ||||
|           "version": "2.0.3", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", | ||||
|           "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" | ||||
|         }, | ||||
|         "uuid": { | ||||
|           "version": "8.3.0", | ||||
|           "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", | ||||
|           "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" | ||||
|           "version": "8.3.1", | ||||
|           "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz", | ||||
|           "integrity": "sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
| @ -177,9 +177,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@azure/core-paging": { | ||||
|       "version": "1.1.2", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.1.2.tgz", | ||||
|       "integrity": "sha512-6wZ+LrF8zwAuukvYsiff+uMNkVu9HZt8gRs/1o5377Cz9354y23QI7eZM0iwTfO38c8LZUSvzLJSqdM4T1QXxA==", | ||||
|       "version": "1.1.3", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/core-paging/-/core-paging-1.1.3.tgz", | ||||
|       "integrity": "sha512-his7Ah40ThEYORSpIAwuh6B8wkGwO/zG7gqVtmSE4WAJ46e36zUDXTKReUCLBDc6HmjjApQQxxcRFy5FruG79A==", | ||||
|       "requires": { | ||||
|         "@azure/core-asynciterator-polyfill": "^1.0.0" | ||||
|       } | ||||
| @ -195,9 +195,9 @@ | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "tslib": { | ||||
|           "version": "2.0.1", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", | ||||
|           "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" | ||||
|           "version": "2.0.3", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", | ||||
|           "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
| @ -210,9 +210,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "@azure/ms-rest-js": { | ||||
|       "version": "2.0.8", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.0.8.tgz", | ||||
|       "integrity": "sha512-PO4pnYaF66IAB/RWbhrTprGyhOzDzsgcbT7z8k3O38JKlwifbrhW+8M0fzx0ScZnaacP8rZyBazYMUF9P12c0g==", | ||||
|       "version": "2.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/@azure/ms-rest-js/-/ms-rest-js-2.1.0.tgz", | ||||
|       "integrity": "sha512-4BXLVImYRt+jcUmEJ5LUWglI8RBNVQndY6IcyvQ4U8O4kIXdmlRz3cJdA/RpXf5rKT38KOoTO2T6Z1f6Z1HDBg==", | ||||
|       "requires": { | ||||
|         "@types/node-fetch": "^2.3.7", | ||||
|         "@types/tunnel": "0.0.1", | ||||
| @ -243,9 +243,9 @@ | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "tslib": { | ||||
|           "version": "2.0.1", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz", | ||||
|           "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==" | ||||
|           "version": "2.0.3", | ||||
|           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz", | ||||
|           "integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==" | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
| @ -275,9 +275,9 @@ | ||||
|       "integrity": "sha512-5bHhlTBBq82ti3qPT15TRxkYTFPPQWbnkkQkmHPtqiS1XcTB69cEKd3Jm7Cfi/vkPoyxapmePE9tyA7EzLt8SQ==" | ||||
|     }, | ||||
|     "@types/node": { | ||||
|       "version": "14.11.2", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz", | ||||
|       "integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==" | ||||
|       "version": "14.14.0", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.0.tgz", | ||||
|       "integrity": "sha512-BfbIHP9IapdupGhq/hc+jT5dyiBVZ2DdeC5WwJWQWDb0GijQlzUFAeIQn/2GtvZcd2HVUU7An8felIICFTC2qg==" | ||||
|     }, | ||||
|     "@types/node-fetch": { | ||||
|       "version": "2.5.7", | ||||
| @ -446,9 +446,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "tslib": { | ||||
|       "version": "1.13.0", | ||||
|       "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz", | ||||
|       "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==" | ||||
|       "version": "1.14.1", | ||||
|       "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", | ||||
|       "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" | ||||
|     }, | ||||
|     "tunnel": { | ||||
|       "version": "0.0.6", | ||||
|  | ||||
| @ -20,7 +20,7 @@ | ||||
|   "funding": "https://github.com/sponsors/Swatinem", | ||||
|   "homepage": "https://github.com/Swatinem/rust-cache#readme", | ||||
|   "dependencies": { | ||||
|     "@actions/cache": "^1.0.2", | ||||
|     "@actions/cache": "^1.0.3", | ||||
|     "@actions/core": "^1.2.6", | ||||
|     "@actions/exec": "^1.0.4", | ||||
|     "@actions/glob": "^0.1.0", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user