Skip to content

Commit 6752ee6

Browse files
build(deps-dev): bump @babel/core from 7.12.13 to 7.13.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.13.8. - [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.13.8/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcb35f9 commit 6752ee6

File tree

2 files changed

+27
-70
lines changed

2 files changed

+27
-70
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
118118
"devDependencies": {
119119
"@babel/cli": "^7.13.0",
120-
"@babel/core": "^7.12.13",
120+
"@babel/core": "^7.13.8",
121121
"@babel/preset-env": "^7.13.9",
122122
"babel-jest": "^26.6.3",
123123
"eslint-config-kentcdodds": "^15.0.0",

yarn.lock

Lines changed: 26 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,26 @@
3131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
3232
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
3333

34-
"@babel/core@^7.1.0", "@babel/core@^7.12.13", "@babel/core@^7.7.5":
35-
version "7.12.13"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
37-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
34+
"@babel/core@^7.1.0", "@babel/core@^7.13.8", "@babel/core@^7.7.5":
35+
version "7.13.8"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
37+
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
3838
dependencies:
3939
"@babel/code-frame" "^7.12.13"
40-
"@babel/generator" "^7.12.13"
41-
"@babel/helper-module-transforms" "^7.12.13"
42-
"@babel/helpers" "^7.12.13"
43-
"@babel/parser" "^7.12.13"
40+
"@babel/generator" "^7.13.0"
41+
"@babel/helper-compilation-targets" "^7.13.8"
42+
"@babel/helper-module-transforms" "^7.13.0"
43+
"@babel/helpers" "^7.13.0"
44+
"@babel/parser" "^7.13.4"
4445
"@babel/template" "^7.12.13"
45-
"@babel/traverse" "^7.12.13"
46-
"@babel/types" "^7.12.13"
46+
"@babel/traverse" "^7.13.0"
47+
"@babel/types" "^7.13.0"
4748
convert-source-map "^1.7.0"
4849
debug "^4.1.0"
49-
gensync "^1.0.0-beta.1"
50+
gensync "^1.0.0-beta.2"
5051
json5 "^2.1.2"
5152
lodash "^4.17.19"
52-
semver "^5.4.1"
53-
source-map "^0.5.0"
54-
55-
"@babel/generator@^7.12.13":
56-
version "7.12.15"
57-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
58-
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
59-
dependencies:
60-
"@babel/types" "^7.12.13"
61-
jsesc "^2.5.1"
53+
semver "^6.3.0"
6254
source-map "^0.5.0"
6355

6456
"@babel/generator@^7.13.0":
@@ -180,21 +172,6 @@
180172
dependencies:
181173
"@babel/types" "^7.12.13"
182174

183-
"@babel/helper-module-transforms@^7.12.13":
184-
version "7.12.13"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
186-
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
187-
dependencies:
188-
"@babel/helper-module-imports" "^7.12.13"
189-
"@babel/helper-replace-supers" "^7.12.13"
190-
"@babel/helper-simple-access" "^7.12.13"
191-
"@babel/helper-split-export-declaration" "^7.12.13"
192-
"@babel/helper-validator-identifier" "^7.12.11"
193-
"@babel/template" "^7.12.13"
194-
"@babel/traverse" "^7.12.13"
195-
"@babel/types" "^7.12.13"
196-
lodash "^4.17.19"
197-
198175
"@babel/helper-module-transforms@^7.13.0":
199176
version "7.13.0"
200177
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
@@ -292,14 +269,14 @@
292269
"@babel/traverse" "^7.13.0"
293270
"@babel/types" "^7.13.0"
294271

295-
"@babel/helpers@^7.12.13":
296-
version "7.12.13"
297-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
298-
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
272+
"@babel/helpers@^7.13.0":
273+
version "7.13.0"
274+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
275+
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
299276
dependencies:
300277
"@babel/template" "^7.12.13"
301-
"@babel/traverse" "^7.12.13"
302-
"@babel/types" "^7.12.13"
278+
"@babel/traverse" "^7.13.0"
279+
"@babel/types" "^7.13.0"
303280

304281
"@babel/highlight@^7.12.13":
305282
version "7.12.13"
@@ -310,12 +287,7 @@
310287
chalk "^2.0.0"
311288
js-tokens "^4.0.0"
312289

313-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.7.0":
314-
version "7.12.15"
315-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
316-
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
317-
318-
"@babel/parser@^7.13.0":
290+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4", "@babel/parser@^7.7.0":
319291
version "7.13.9"
320292
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
321293
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
@@ -884,22 +856,7 @@
884856
"@babel/parser" "^7.12.13"
885857
"@babel/types" "^7.12.13"
886858

887-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.7.0":
888-
version "7.12.13"
889-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
890-
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
891-
dependencies:
892-
"@babel/code-frame" "^7.12.13"
893-
"@babel/generator" "^7.12.13"
894-
"@babel/helper-function-name" "^7.12.13"
895-
"@babel/helper-split-export-declaration" "^7.12.13"
896-
"@babel/parser" "^7.12.13"
897-
"@babel/types" "^7.12.13"
898-
debug "^4.1.0"
899-
globals "^11.1.0"
900-
lodash "^4.17.19"
901-
902-
"@babel/traverse@^7.13.0":
859+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0":
903860
version "7.13.0"
904861
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
905862
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
@@ -4472,10 +4429,10 @@ functional-red-black-tree@^1.0.1:
44724429
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
44734430
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
44744431

4475-
gensync@^1.0.0-beta.1:
4476-
version "1.0.0-beta.1"
4477-
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
4478-
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
4432+
gensync@^1.0.0-beta.2:
4433+
version "1.0.0-beta.2"
4434+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
4435+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
44794436

44804437
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
44814438
version "2.0.5"
@@ -7791,7 +7748,7 @@ semver-regex@^3.1.2:
77917748
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-3.1.2.tgz#34b4c0d361eef262e07199dbef316d0f2ab11807"
77927749
integrity sha512-bXWyL6EAKOJa81XG1OZ/Yyuq+oT0b2YLlxx7c+mrdYPaPbnj6WgVULXhinMIeZGufuUBu/eVRqXEhiv4imfwxA==
77937750

7794-
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1:
7751+
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0, semver@^5.7.1:
77957752
version "5.7.1"
77967753
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
77977754
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

0 commit comments

Comments
 (0)