Bump yargs from 13.3.0 to 15.0.2 (#12574)
Bumps [yargs](https://github.com/yargs/yargs) from 13.3.0 to 15.0.2. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v13.3.0...v15.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
		
				
					committed by
					
						 Yamagishi Kazutoshi
						Yamagishi Kazutoshi
					
				
			
			
				
	
			
			
			
						parent
						
							5ff2d8c247
						
					
				
				
					commit
					c7a9e14c46
				
			| @ -183,6 +183,6 @@ | ||||
|     "react-test-renderer": "^16.11.0", | ||||
|     "sass-lint": "^1.13.1", | ||||
|     "webpack-dev-server": "^3.9.0", | ||||
|     "yargs": "^13.3.0" | ||||
|     "yargs": "^15.0.2" | ||||
|   } | ||||
| } | ||||
|  | ||||
							
								
								
									
										69
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										69
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -1077,6 +1077,11 @@ | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.3.0" | ||||
|  | ||||
| "@types/color-name@^1.1.1": | ||||
|   version "1.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" | ||||
|   integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ== | ||||
|  | ||||
| "@types/events@*": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" | ||||
| @ -1500,6 +1505,14 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: | ||||
|   dependencies: | ||||
|     color-convert "^1.9.0" | ||||
|  | ||||
| ansi-styles@^4.0.0: | ||||
|   version "4.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.0.tgz#5681f0dcf7ae5880a7841d8831c4724ed9cc0172" | ||||
|   integrity sha512-7kFQgnEaMdRtwf6uSfUnVr9gSGC7faurn+J/Mv90/W+iTtN0405/nLdopfMWwchyxhbGYl6TC4Sccn9TUkGAgg== | ||||
|   dependencies: | ||||
|     "@types/color-name" "^1.1.1" | ||||
|     color-convert "^2.0.1" | ||||
|  | ||||
| anymatch@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" | ||||
| @ -2506,6 +2519,15 @@ cliui@^5.0.0: | ||||
|     strip-ansi "^5.2.0" | ||||
|     wrap-ansi "^5.1.0" | ||||
|  | ||||
| cliui@^6.0.0: | ||||
|   version "6.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" | ||||
|   integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== | ||||
|   dependencies: | ||||
|     string-width "^4.2.0" | ||||
|     strip-ansi "^6.0.0" | ||||
|     wrap-ansi "^6.2.0" | ||||
|  | ||||
| clone-deep@^4.0.1: | ||||
|   version "4.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" | ||||
| @ -2549,12 +2571,19 @@ color-convert@^1.9.0, color-convert@^1.9.1: | ||||
|   dependencies: | ||||
|     color-name "1.1.3" | ||||
|  | ||||
| color-convert@^2.0.1: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" | ||||
|   integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== | ||||
|   dependencies: | ||||
|     color-name "~1.1.4" | ||||
|  | ||||
| color-name@1.1.3: | ||||
|   version "1.1.3" | ||||
|   resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" | ||||
|   integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= | ||||
|  | ||||
| color-name@^1.0.0: | ||||
| color-name@^1.0.0, color-name@~1.1.4: | ||||
|   version "1.1.4" | ||||
|   resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | ||||
|   integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | ||||
| @ -4370,7 +4399,7 @@ find-up@^3.0.0: | ||||
|   dependencies: | ||||
|     locate-path "^3.0.0" | ||||
|  | ||||
| find-up@^4.0.0: | ||||
| find-up@^4.0.0, find-up@^4.1.0: | ||||
|   version "4.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" | ||||
|   integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== | ||||
| @ -9908,7 +9937,7 @@ string-width@^3.0.0, string-width@^3.1.0: | ||||
|     is-fullwidth-code-point "^2.0.0" | ||||
|     strip-ansi "^5.1.0" | ||||
|  | ||||
| string-width@^4.1.0: | ||||
| string-width@^4.1.0, string-width@^4.2.0: | ||||
|   version "4.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5" | ||||
|   integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg== | ||||
| @ -10968,6 +10997,15 @@ wrap-ansi@^5.1.0: | ||||
|     string-width "^3.0.0" | ||||
|     strip-ansi "^5.0.0" | ||||
|  | ||||
| wrap-ansi@^6.2.0: | ||||
|   version "6.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" | ||||
|   integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== | ||||
|   dependencies: | ||||
|     ansi-styles "^4.0.0" | ||||
|     string-width "^4.1.0" | ||||
|     strip-ansi "^6.0.0" | ||||
|  | ||||
| wrappy@1: | ||||
|   version "1.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||||
| @ -11058,6 +11096,14 @@ yargs-parser@^13.1.0, yargs-parser@^13.1.1: | ||||
|     camelcase "^5.0.0" | ||||
|     decamelize "^1.2.0" | ||||
|  | ||||
| yargs-parser@^16.1.0: | ||||
|   version "16.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-16.1.0.tgz#73747d53ae187e7b8dbe333f95714c76ea00ecf1" | ||||
|   integrity sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg== | ||||
|   dependencies: | ||||
|     camelcase "^5.0.0" | ||||
|     decamelize "^1.2.0" | ||||
|  | ||||
| yargs@12.0.5: | ||||
|   version "12.0.5" | ||||
|   resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" | ||||
| @ -11109,6 +11155,23 @@ yargs@^13.3.0: | ||||
|     y18n "^4.0.0" | ||||
|     yargs-parser "^13.1.1" | ||||
|  | ||||
| yargs@^15.0.2: | ||||
|   version "15.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.0.2.tgz#4248bf218ef050385c4f7e14ebdf425653d13bd3" | ||||
|   integrity sha512-GH/X/hYt+x5hOat4LMnCqMd8r5Cv78heOMIJn1hr7QPPBqfeC6p89Y78+WB9yGDvfpCvgasfmWLzNzEioOUD9Q== | ||||
|   dependencies: | ||||
|     cliui "^6.0.0" | ||||
|     decamelize "^1.2.0" | ||||
|     find-up "^4.1.0" | ||||
|     get-caller-file "^2.0.1" | ||||
|     require-directory "^2.1.1" | ||||
|     require-main-filename "^2.0.0" | ||||
|     set-blocking "^2.0.0" | ||||
|     string-width "^4.2.0" | ||||
|     which-module "^2.0.0" | ||||
|     y18n "^4.0.0" | ||||
|     yargs-parser "^16.1.0" | ||||
|  | ||||
| zlibjs@^0.3.1: | ||||
|   version "0.3.1" | ||||
|   resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user