Bump @babel/core from 7.12.16 to 7.12.17 (#15762)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.16 to 7.12.17. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									68d1a4ee0c
								
							
						
					
					
						commit
						03d5dba7c8
					
				
					 2 changed files with 43 additions and 43 deletions
				
			
		|  | @ -59,7 +59,7 @@ | |||
|   }, | ||||
|   "private": true, | ||||
|   "dependencies": { | ||||
|     "@babel/core": "^7.12.16", | ||||
|     "@babel/core": "^7.12.17", | ||||
|     "@babel/plugin-proposal-class-properties": "^7.8.3", | ||||
|     "@babel/plugin-proposal-decorators": "^7.12.13", | ||||
|     "@babel/plugin-transform-react-inline-elements": "^7.12.13", | ||||
|  |  | |||
							
								
								
									
										84
									
								
								yarn.lock
									
										
									
									
									
								
							
							
						
						
									
										84
									
								
								yarn.lock
									
										
									
									
									
								
							|  | @ -21,19 +21,19 @@ | |||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8" | ||||
|   integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg== | ||||
| 
 | ||||
| "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | ||||
|   version "7.12.16" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c" | ||||
|   integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== | ||||
| "@babel/core@^7.1.0", "@babel/core@^7.12.17", "@babel/core@^7.7.2", "@babel/core@^7.7.5": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2" | ||||
|   integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.12.13" | ||||
|     "@babel/generator" "^7.12.15" | ||||
|     "@babel/helper-module-transforms" "^7.12.13" | ||||
|     "@babel/helpers" "^7.12.13" | ||||
|     "@babel/parser" "^7.12.16" | ||||
|     "@babel/generator" "^7.12.17" | ||||
|     "@babel/helper-module-transforms" "^7.12.17" | ||||
|     "@babel/helpers" "^7.12.17" | ||||
|     "@babel/parser" "^7.12.17" | ||||
|     "@babel/template" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.17" | ||||
|     "@babel/types" "^7.12.17" | ||||
|     convert-source-map "^1.7.0" | ||||
|     debug "^4.1.0" | ||||
|     gensync "^1.0.0-beta.1" | ||||
|  | @ -42,12 +42,12 @@ | |||
|     semver "^5.4.1" | ||||
|     source-map "^0.5.0" | ||||
| 
 | ||||
| "@babel/generator@^7.12.13", "@babel/generator@^7.12.15": | ||||
|   version "7.12.15" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" | ||||
|   integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== | ||||
| "@babel/generator@^7.12.17": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287" | ||||
|   integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== | ||||
|   dependencies: | ||||
|     "@babel/types" "^7.12.13" | ||||
|     "@babel/types" "^7.12.17" | ||||
|     jsesc "^2.5.1" | ||||
|     source-map "^0.5.0" | ||||
| 
 | ||||
|  | @ -154,10 +154,10 @@ | |||
|   dependencies: | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helper-module-transforms@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea" | ||||
|   integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== | ||||
| "@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.12.17": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509" | ||||
|   integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-module-imports" "^7.12.13" | ||||
|     "@babel/helper-replace-supers" "^7.12.13" | ||||
|  | @ -165,8 +165,8 @@ | |||
|     "@babel/helper-split-export-declaration" "^7.12.13" | ||||
|     "@babel/helper-validator-identifier" "^7.12.11" | ||||
|     "@babel/template" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.17" | ||||
|     "@babel/types" "^7.12.17" | ||||
|     lodash "^4.17.19" | ||||
| 
 | ||||
| "@babel/helper-optimise-call-expression@^7.12.13": | ||||
|  | @ -241,14 +241,14 @@ | |||
|     "@babel/traverse" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/helpers@^7.12.13": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47" | ||||
|   integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== | ||||
| "@babel/helpers@^7.12.17": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc" | ||||
|   integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== | ||||
|   dependencies: | ||||
|     "@babel/template" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
|     "@babel/traverse" "^7.12.17" | ||||
|     "@babel/types" "^7.12.17" | ||||
| 
 | ||||
| "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13": | ||||
|   version "7.12.13" | ||||
|  | @ -259,10 +259,10 @@ | |||
|     chalk "^2.0.0" | ||||
|     js-tokens "^4.0.0" | ||||
| 
 | ||||
| "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.16", "@babel/parser@^7.7.0": | ||||
|   version "7.12.16" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4" | ||||
|   integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== | ||||
| "@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.12.17", "@babel/parser@^7.7.0": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848" | ||||
|   integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== | ||||
| 
 | ||||
| "@babel/plugin-proposal-async-generator-functions@^7.12.13": | ||||
|   version "7.12.13" | ||||
|  | @ -915,25 +915,25 @@ | |||
|     "@babel/parser" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
| 
 | ||||
| "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.7.0": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0" | ||||
|   integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== | ||||
| "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17", "@babel/traverse@^7.7.0": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619" | ||||
|   integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.12.13" | ||||
|     "@babel/generator" "^7.12.13" | ||||
|     "@babel/generator" "^7.12.17" | ||||
|     "@babel/helper-function-name" "^7.12.13" | ||||
|     "@babel/helper-split-export-declaration" "^7.12.13" | ||||
|     "@babel/parser" "^7.12.13" | ||||
|     "@babel/types" "^7.12.13" | ||||
|     "@babel/parser" "^7.12.17" | ||||
|     "@babel/types" "^7.12.17" | ||||
|     debug "^4.1.0" | ||||
|     globals "^11.1.0" | ||||
|     lodash "^4.17.19" | ||||
| 
 | ||||
| "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||||
|   version "7.12.13" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611" | ||||
|   integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== | ||||
| "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.4", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | ||||
|   version "7.12.17" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963" | ||||
|   integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== | ||||
|   dependencies: | ||||
|     "@babel/helper-validator-identifier" "^7.12.11" | ||||
|     lodash "^4.17.19" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue