Skip to content

Commit a2e7334

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
build(deps-dev): bump @babel/core from 7.15.4 to 7.15.5
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.15.4 to 7.15.5. - [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.15.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54e0e6a commit a2e7334

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"homepage": "https://github.com/hoverinc/hover-javascript#readme",
114114
"devDependencies": {
115115
"@babel/cli": "^7.14.8",
116-
"@babel/core": "^7.15.4",
116+
"@babel/core": "^7.15.5",
117117
"@babel/preset-env": "^7.15.0",
118118
"@types/cross-spawn": "^6.0.2",
119119
"babel-jest": "^27.0.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
3838
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
3939

40-
"@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.15.4", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
41-
version "7.15.4"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.4.tgz#a70d06c58ae1fce39c23f8efd79f9d5eb8b2f397"
43-
integrity sha512-Lkcv9I4a8bgUI8LJOLM6IKv6hnz1KOju6KM1lceqVMKlKKqNRopYd2Pc9MgIurqvMJ6BooemrnJz8jlIiQIpsA==
40+
"@babel/core@^7.1.0", "@babel/core@^7.14.6", "@babel/core@^7.15.5", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
41+
version "7.15.5"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
43+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
4444
dependencies:
4545
"@babel/code-frame" "^7.14.5"
4646
"@babel/generator" "^7.15.4"
4747
"@babel/helper-compilation-targets" "^7.15.4"
4848
"@babel/helper-module-transforms" "^7.15.4"
4949
"@babel/helpers" "^7.15.4"
50-
"@babel/parser" "^7.15.4"
50+
"@babel/parser" "^7.15.5"
5151
"@babel/template" "^7.15.4"
5252
"@babel/traverse" "^7.15.4"
5353
"@babel/types" "^7.15.4"
@@ -384,10 +384,10 @@
384384
chalk "^2.0.0"
385385
js-tokens "^4.0.0"
386386

387-
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.7.2":
388-
version "7.15.4"
389-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.4.tgz#02f2931b822512d3aad17d475ae83da74a255a84"
390-
integrity sha512-xmzz+7fRpjrvDUj+GV7zfz/R3gSK2cOxGlazaXooxspCr539cbTXJKvBJzSVI2pPhcRGquoOtaIkKCsHQUiO3w==
387+
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.2":
388+
version "7.15.5"
389+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
390+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
391391

392392
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
393393
version "7.14.5"

0 commit comments

Comments
 (0)