Skip to content

Commit d617f71

Browse files
Bump @babel/core from 7.17.7 to 7.17.8
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]>
1 parent 1c6c0f0 commit d617f71

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
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@babel/cli": "^7.17.6",
63-
"@babel/core": "^7.17.7",
63+
"@babel/core": "^7.17.8",
6464
"@babel/preset-env": "^7.16.11",
6565
"@rollup/plugin-commonjs": "^17.1.0",
6666
"@rollup/plugin-node-resolve": "^11.2.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,18 @@
159159
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
160160
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
161161

162-
"@babel/core@^7.1.0", "@babel/core@^7.17.7", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
163-
version "7.17.7"
164-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
165-
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
162+
"@babel/core@^7.1.0", "@babel/core@^7.17.8", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
163+
version "7.17.8"
164+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a"
165+
integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==
166166
dependencies:
167167
"@ampproject/remapping" "^2.1.0"
168168
"@babel/code-frame" "^7.16.7"
169169
"@babel/generator" "^7.17.7"
170170
"@babel/helper-compilation-targets" "^7.17.7"
171171
"@babel/helper-module-transforms" "^7.17.7"
172-
"@babel/helpers" "^7.17.7"
173-
"@babel/parser" "^7.17.7"
172+
"@babel/helpers" "^7.17.8"
173+
"@babel/parser" "^7.17.8"
174174
"@babel/template" "^7.16.7"
175175
"@babel/traverse" "^7.17.3"
176176
"@babel/types" "^7.17.0"
@@ -427,10 +427,10 @@
427427
"@babel/traverse" "^7.16.8"
428428
"@babel/types" "^7.16.8"
429429

430-
"@babel/helpers@^7.17.7":
431-
version "7.17.7"
432-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
433-
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
430+
"@babel/helpers@^7.17.8":
431+
version "7.17.8"
432+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106"
433+
integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==
434434
dependencies:
435435
"@babel/template" "^7.16.7"
436436
"@babel/traverse" "^7.17.3"
@@ -454,10 +454,10 @@
454454
chalk "^2.0.0"
455455
js-tokens "^4.0.0"
456456

457-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
458-
version "7.17.7"
459-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
460-
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
457+
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2":
458+
version "7.17.8"
459+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
460+
integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
461461

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

0 commit comments

Comments
 (0)