mirror of
				https://github.com/keanuplayz/TravBot-v3.git
				synced 2024-08-15 02:33:12 +00:00 
			
		
		
		
	Bump inquirer from 7.3.1 to 7.3.3
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.1 to 7.3.3. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.1...inquirer@7.3.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
		
							parent
							
								
									0c0fc083cf
								
							
						
					
					
						commit
						a60f7513a4
					
				
					 2 changed files with 11 additions and 11 deletions
				
			
		
							
								
								
									
										20
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -623,9 +623,9 @@ | ||||||
|       "dev": true |       "dev": true | ||||||
|     }, |     }, | ||||||
|     "inquirer": { |     "inquirer": { | ||||||
|       "version": "7.3.1", |       "version": "7.3.3", | ||||||
|       "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.1.tgz", |       "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz", | ||||||
|       "integrity": "sha512-/+vOpHQHhoh90Znev8BXiuw1TDQ7IDxWsQnFafUEoK5+4uN5Eoz1p+3GqOj/NtzEi9VzWKQcV9Bm+i8moxedsA==", |       "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "ansi-escapes": "^4.2.1", |         "ansi-escapes": "^4.2.1", | ||||||
|         "chalk": "^4.1.0", |         "chalk": "^4.1.0", | ||||||
|  | @ -633,7 +633,7 @@ | ||||||
|         "cli-width": "^3.0.0", |         "cli-width": "^3.0.0", | ||||||
|         "external-editor": "^3.0.3", |         "external-editor": "^3.0.3", | ||||||
|         "figures": "^3.0.0", |         "figures": "^3.0.0", | ||||||
|         "lodash": "^4.17.16", |         "lodash": "^4.17.19", | ||||||
|         "mute-stream": "0.0.8", |         "mute-stream": "0.0.8", | ||||||
|         "run-async": "^2.4.0", |         "run-async": "^2.4.0", | ||||||
|         "rxjs": "^6.6.0", |         "rxjs": "^6.6.0", | ||||||
|  | @ -791,9 +791,9 @@ | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "lodash": { |     "lodash": { | ||||||
|       "version": "4.17.19", |       "version": "4.17.20", | ||||||
|       "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", |       "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", | ||||||
|       "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" |       "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" | ||||||
|     }, |     }, | ||||||
|     "log-symbols": { |     "log-symbols": { | ||||||
|       "version": "4.0.0", |       "version": "4.0.0", | ||||||
|  | @ -951,9 +951,9 @@ | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "onetime": { |     "onetime": { | ||||||
|       "version": "5.1.0", |       "version": "5.1.2", | ||||||
|       "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.0.tgz", |       "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", | ||||||
|       "integrity": "sha512-5NcSkPHhwTVFIQN+TUqXoS5+dlElHXdpAWu9I0HP20YOtIi+aZ0Ct82jdlILDxjLEAWwvm+qj1m6aEtsDVmm6Q==", |       "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", | ||||||
|       "requires": { |       "requires": { | ||||||
|         "mimic-fn": "^2.1.0" |         "mimic-fn": "^2.1.0" | ||||||
|       } |       } | ||||||
|  |  | ||||||
|  | @ -7,7 +7,7 @@ | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "chalk": "^4.1.0", |     "chalk": "^4.1.0", | ||||||
|     "discord.js": "^12.4.0", |     "discord.js": "^12.4.0", | ||||||
|     "inquirer": "^7.3.1", |     "inquirer": "^7.3.3", | ||||||
|     "moment": "^2.27.0" |     "moment": "^2.27.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue