Skip to content

Commit b9d3af6

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

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
117117
"devDependencies": {
118118
"@babel/cli": "^7.13.10",
119-
"@babel/core": "^7.13.8",
119+
"@babel/core": "^7.13.10",
120120
"@babel/preset-env": "^7.13.9",
121121
"babel-jest": "^26.6.3",
122122
"eslint-config-kentcdodds": "^17.5.0",

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
3939
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4040

41-
"@babel/core@^7.1.0", "@babel/core@^7.13.8", "@babel/core@^7.7.5":
42-
version "7.13.8"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
44-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
41+
"@babel/core@^7.1.0", "@babel/core@^7.13.10", "@babel/core@^7.7.5":
42+
version "7.13.10"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
44+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
4545
dependencies:
4646
"@babel/code-frame" "^7.12.13"
47-
"@babel/generator" "^7.13.0"
48-
"@babel/helper-compilation-targets" "^7.13.8"
47+
"@babel/generator" "^7.13.9"
48+
"@babel/helper-compilation-targets" "^7.13.10"
4949
"@babel/helper-module-transforms" "^7.13.0"
50-
"@babel/helpers" "^7.13.0"
51-
"@babel/parser" "^7.13.4"
50+
"@babel/helpers" "^7.13.10"
51+
"@babel/parser" "^7.13.10"
5252
"@babel/template" "^7.12.13"
5353
"@babel/traverse" "^7.13.0"
5454
"@babel/types" "^7.13.0"
@@ -60,7 +60,7 @@
6060
semver "^6.3.0"
6161
source-map "^0.5.0"
6262

63-
"@babel/generator@^7.13.0":
63+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
6464
version "7.13.9"
6565
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
6666
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -84,10 +84,10 @@
8484
"@babel/helper-explode-assignable-expression" "^7.12.13"
8585
"@babel/types" "^7.12.13"
8686

87-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8":
88-
version "7.13.8"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
90-
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
87+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
88+
version "7.13.10"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
90+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
9191
dependencies:
9292
"@babel/compat-data" "^7.13.8"
9393
"@babel/helper-validator-option" "^7.12.17"
@@ -276,10 +276,10 @@
276276
"@babel/traverse" "^7.13.0"
277277
"@babel/types" "^7.13.0"
278278

279-
"@babel/helpers@^7.13.0":
280-
version "7.13.0"
281-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
282-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
279+
"@babel/helpers@^7.13.10":
280+
version "7.13.10"
281+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
282+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
283283
dependencies:
284284
"@babel/template" "^7.12.13"
285285
"@babel/traverse" "^7.13.0"
@@ -303,10 +303,10 @@
303303
chalk "^2.0.0"
304304
js-tokens "^4.0.0"
305305

306-
"@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":
307-
version "7.13.9"
308-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99"
309-
integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw==
306+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.7.0":
307+
version "7.13.11"
308+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
309+
integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q==
310310

311311
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
312312
version "7.13.8"

0 commit comments

Comments
 (0)