mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-30 18:34:22 +01:00 
			
		
		
		
	chore(deps-dev): bump @babel/core in /src/packages/excalidraw (#4707)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.7 to 7.17.0. - [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.17.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... 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:
		| @@ -44,7 +44,7 @@ | |||||||
|     "react-dom": "^17.0.2" |     "react-dom": "^17.0.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "7.16.7", |     "@babel/core": "7.17.0", | ||||||
|     "@babel/plugin-transform-arrow-functions": "7.16.7", |     "@babel/plugin-transform-arrow-functions": "7.16.7", | ||||||
|     "@babel/plugin-transform-async-to-generator": "7.16.0", |     "@babel/plugin-transform-async-to-generator": "7.16.0", | ||||||
|     "@babel/plugin-transform-runtime": "7.16.8", |     "@babel/plugin-transform-runtime": "7.16.8", | ||||||
|   | |||||||
| @@ -2,6 +2,14 @@ | |||||||
| # yarn lockfile v1 | # yarn lockfile v1 | ||||||
|  |  | ||||||
|  |  | ||||||
|  | "@ampproject/remapping@^2.0.0": | ||||||
|  |   version "2.0.3" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.3.tgz#899999b5b7a5ce570d6d9bafdcc1e62cea466cf3" | ||||||
|  |   integrity sha512-DmIAguV77yFP0MGVFWknCMgSLAtsLR3VlRTteR6xgMpIfYtwaZuMvjGv5YlpiqN7S/5q87DHyuIx8oa15kiyag== | ||||||
|  |   dependencies: | ||||||
|  |     "@jridgewell/sourcemap-codec" "^1.4.9" | ||||||
|  |     "@jridgewell/trace-mapping" "^0.2.7" | ||||||
|  |  | ||||||
| "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": | ||||||
|   version "7.16.7" |   version "7.16.7" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" |   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" | ||||||
| @@ -14,33 +22,33 @@ | |||||||
|   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" |   resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e" | ||||||
|   integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== |   integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q== | ||||||
|  |  | ||||||
| "@babel/core@7.16.7": | "@babel/core@7.17.0": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf" |   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.0.tgz#16b8772b0a567f215839f689c5ded6bb20e864d5" | ||||||
|   integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA== |   integrity sha512-x/5Ea+RO5MvF9ize5DeVICJoVrNv0Mi2RnIABrZEKYvPEpldXwauPkgvYA17cKa6WpU3LoYvYbuEMFtSNFsarA== | ||||||
|   dependencies: |   dependencies: | ||||||
|  |     "@ampproject/remapping" "^2.0.0" | ||||||
|     "@babel/code-frame" "^7.16.7" |     "@babel/code-frame" "^7.16.7" | ||||||
|     "@babel/generator" "^7.16.7" |     "@babel/generator" "^7.17.0" | ||||||
|     "@babel/helper-compilation-targets" "^7.16.7" |     "@babel/helper-compilation-targets" "^7.16.7" | ||||||
|     "@babel/helper-module-transforms" "^7.16.7" |     "@babel/helper-module-transforms" "^7.16.7" | ||||||
|     "@babel/helpers" "^7.16.7" |     "@babel/helpers" "^7.17.0" | ||||||
|     "@babel/parser" "^7.16.7" |     "@babel/parser" "^7.17.0" | ||||||
|     "@babel/template" "^7.16.7" |     "@babel/template" "^7.16.7" | ||||||
|     "@babel/traverse" "^7.16.7" |     "@babel/traverse" "^7.17.0" | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.17.0" | ||||||
|     convert-source-map "^1.7.0" |     convert-source-map "^1.7.0" | ||||||
|     debug "^4.1.0" |     debug "^4.1.0" | ||||||
|     gensync "^1.0.0-beta.2" |     gensync "^1.0.0-beta.2" | ||||||
|     json5 "^2.1.2" |     json5 "^2.1.2" | ||||||
|     semver "^6.3.0" |     semver "^6.3.0" | ||||||
|     source-map "^0.5.0" |  | ||||||
|  |  | ||||||
| "@babel/generator@^7.16.7": | "@babel/generator@^7.17.0": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.7.tgz#b42bf46a3079fa65e1544135f32e7958f048adbb" |   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e" | ||||||
|   integrity sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg== |   integrity sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.17.0" | ||||||
|     jsesc "^2.5.1" |     jsesc "^2.5.1" | ||||||
|     source-map "^0.5.0" |     source-map "^0.5.0" | ||||||
|  |  | ||||||
| @@ -327,14 +335,14 @@ | |||||||
|     "@babel/traverse" "^7.16.7" |     "@babel/traverse" "^7.16.7" | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.16.7" | ||||||
|  |  | ||||||
| "@babel/helpers@^7.16.7": | "@babel/helpers@^7.17.0": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.7.tgz#7e3504d708d50344112767c3542fc5e357fffefc" |   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.0.tgz#79cdf6c66a579f3a7b5e739371bc63ca0306886b" | ||||||
|   integrity sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw== |   integrity sha512-Xe/9NFxjPwELUvW2dsukcMZIp6XwPSbI4ojFBJuX5ramHuVE22SVcZIwqzdWo5uCgeTXW8qV97lMvSOjq+1+nQ== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/template" "^7.16.7" |     "@babel/template" "^7.16.7" | ||||||
|     "@babel/traverse" "^7.16.7" |     "@babel/traverse" "^7.17.0" | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.17.0" | ||||||
|  |  | ||||||
| "@babel/highlight@^7.16.7": | "@babel/highlight@^7.16.7": | ||||||
|   version "7.16.7" |   version "7.16.7" | ||||||
| @@ -345,10 +353,10 @@ | |||||||
|     chalk "^2.0.0" |     chalk "^2.0.0" | ||||||
|     js-tokens "^4.0.0" |     js-tokens "^4.0.0" | ||||||
|  |  | ||||||
| "@babel/parser@^7.16.7": | "@babel/parser@^7.16.7", "@babel/parser@^7.17.0": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e" |   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" | ||||||
|   integrity sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA== |   integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== | ||||||
|  |  | ||||||
| "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": | ||||||
|   version "7.16.7" |   version "7.16.7" | ||||||
| @@ -1063,26 +1071,26 @@ | |||||||
|     "@babel/parser" "^7.16.7" |     "@babel/parser" "^7.16.7" | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.16.7" | ||||||
|  |  | ||||||
| "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7": | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.17.0": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.7.tgz#dac01236a72c2560073658dd1a285fe4e0865d76" |   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" | ||||||
|   integrity sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ== |   integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/code-frame" "^7.16.7" |     "@babel/code-frame" "^7.16.7" | ||||||
|     "@babel/generator" "^7.16.7" |     "@babel/generator" "^7.17.0" | ||||||
|     "@babel/helper-environment-visitor" "^7.16.7" |     "@babel/helper-environment-visitor" "^7.16.7" | ||||||
|     "@babel/helper-function-name" "^7.16.7" |     "@babel/helper-function-name" "^7.16.7" | ||||||
|     "@babel/helper-hoist-variables" "^7.16.7" |     "@babel/helper-hoist-variables" "^7.16.7" | ||||||
|     "@babel/helper-split-export-declaration" "^7.16.7" |     "@babel/helper-split-export-declaration" "^7.16.7" | ||||||
|     "@babel/parser" "^7.16.7" |     "@babel/parser" "^7.17.0" | ||||||
|     "@babel/types" "^7.16.7" |     "@babel/types" "^7.17.0" | ||||||
|     debug "^4.1.0" |     debug "^4.1.0" | ||||||
|     globals "^11.1.0" |     globals "^11.1.0" | ||||||
|  |  | ||||||
| "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.4.4": | "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.4.4": | ||||||
|   version "7.16.7" |   version "7.17.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.7.tgz#4ed19d51f840ed4bd5645be6ce40775fecf03159" |   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" | ||||||
|   integrity sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg== |   integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/helper-validator-identifier" "^7.16.7" |     "@babel/helper-validator-identifier" "^7.16.7" | ||||||
|     to-fast-properties "^2.0.0" |     to-fast-properties "^2.0.0" | ||||||
| @@ -1092,6 +1100,24 @@ | |||||||
|   resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752" |   resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752" | ||||||
|   integrity sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg== |   integrity sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg== | ||||||
|  |  | ||||||
|  | "@jridgewell/resolve-uri@^3.0.3": | ||||||
|  |   version "3.0.4" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" | ||||||
|  |   integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg== | ||||||
|  |  | ||||||
|  | "@jridgewell/sourcemap-codec@^1.4.9": | ||||||
|  |   version "1.4.10" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186" | ||||||
|  |   integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg== | ||||||
|  |  | ||||||
|  | "@jridgewell/trace-mapping@^0.2.7": | ||||||
|  |   version "0.2.7" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.7.tgz#d45be64544788e32c7ea5c8faa16a7000d840b5b" | ||||||
|  |   integrity sha512-ZKfRhw6eK2vvdWqpU7DQq49+BZESqh5rmkYpNhuzkz01tapssl2sNNy6uMUIgrTtUWQDijomWJzJRCoevVrfgw== | ||||||
|  |   dependencies: | ||||||
|  |     "@jridgewell/resolve-uri" "^3.0.3" | ||||||
|  |     "@jridgewell/sourcemap-codec" "^1.4.9" | ||||||
|  |  | ||||||
| "@nodelib/fs.scandir@2.1.5": | "@nodelib/fs.scandir@2.1.5": | ||||||
|   version "2.1.5" |   version "2.1.5" | ||||||
|   resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |   resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]