Skip to content

Commit 0ae61c5

Browse files
build(deps-dev): bump @babel/core from 7.17.7 to 7.17.8 (#6051)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.7 to 7.17.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.17.8/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e77d66e commit 0ae61c5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.17.7",
73+
"@babel/core": "^7.17.8",
7474
"@babel/eslint-parser": "^7.17.0",
7575
"@babel/plugin-proposal-class-properties": "^7.16.7",
7676
"@babel/preset-env": "^7.16.11",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,18 @@
180180
semver "^5.4.1"
181181
source-map "^0.5.0"
182182

183-
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.7", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
184-
version "7.17.7"
185-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
186-
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
183+
"@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.8", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
184+
version "7.17.8"
185+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
186+
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
187187
dependencies:
188188
"@ampproject/remapping" "^2.1.0"
189189
"@babel/code-frame" "^7.16.7"
190190
"@babel/generator" "^7.17.7"
191191
"@babel/helper-compilation-targets" "^7.17.7"
192192
"@babel/helper-module-transforms" "^7.17.7"
193-
"@babel/helpers" "^7.17.7"
194-
"@babel/parser" "^7.17.7"
193+
"@babel/helpers" "^7.17.8"
194+
"@babel/parser" "^7.17.8"
195195
"@babel/template" "^7.16.7"
196196
"@babel/traverse" "^7.17.3"
197197
"@babel/types" "^7.17.0"
@@ -449,10 +449,10 @@
449449
"@babel/traverse" "^7.16.8"
450450
"@babel/types" "^7.16.8"
451451

452-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.7":
453-
version "7.17.7"
454-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
455-
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
452+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.8":
453+
version "7.17.8"
454+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
455+
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
456456
dependencies:
457457
"@babel/template" "^7.16.7"
458458
"@babel/traverse" "^7.17.3"
@@ -467,10 +467,10 @@
467467
chalk "^2.0.0"
468468
js-tokens "^4.0.0"
469469

470-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7":
471-
version "7.17.7"
472-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
473-
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
470+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8":
471+
version "7.17.8"
472+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
473+
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
474474

475475
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
476476
version "7.16.7"

0 commit comments

Comments
 (0)