Skip to content

Commit 40b72ae

Browse files
Bump @babel/core from 7.8.3 to 7.8.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.3 to 7.8.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.8.3...v7.8.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c489a8f commit 40b72ae

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@babel/cli": "^7.8.4",
46-
"@babel/core": "^7.8.3",
46+
"@babel/core": "^7.8.4",
4747
"@babel/plugin-proposal-class-properties": "^7.8.3",
4848
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
4949
"@babel/plugin-transform-runtime": "^7.8.3",

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@
5555
semver "^5.4.1"
5656
source-map "^0.5.0"
5757

58-
"@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.3":
59-
version "7.8.3"
60-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.3.tgz#30b0ebb4dd1585de6923a0b4d179e0b9f5d82941"
61-
integrity sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA==
58+
"@babel/core@>=7.2.2", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
59+
version "7.8.4"
60+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
61+
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
6262
dependencies:
6363
"@babel/code-frame" "^7.8.3"
64-
"@babel/generator" "^7.8.3"
65-
"@babel/helpers" "^7.8.3"
66-
"@babel/parser" "^7.8.3"
64+
"@babel/generator" "^7.8.4"
65+
"@babel/helpers" "^7.8.4"
66+
"@babel/parser" "^7.8.4"
6767
"@babel/template" "^7.8.3"
68-
"@babel/traverse" "^7.8.3"
68+
"@babel/traverse" "^7.8.4"
6969
"@babel/types" "^7.8.3"
7070
convert-source-map "^1.7.0"
7171
debug "^4.1.0"
@@ -76,10 +76,10 @@
7676
semver "^5.4.1"
7777
source-map "^0.5.0"
7878

79-
"@babel/generator@^7.7.4", "@babel/generator@^7.8.0", "@babel/generator@^7.8.3":
80-
version "7.8.3"
81-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
82-
integrity sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug==
79+
"@babel/generator@^7.7.4", "@babel/generator@^7.8.0", "@babel/generator@^7.8.4":
80+
version "7.8.4"
81+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
82+
integrity sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==
8383
dependencies:
8484
"@babel/types" "^7.8.3"
8585
jsesc "^2.5.1"
@@ -285,13 +285,13 @@
285285
"@babel/traverse" "^7.8.3"
286286
"@babel/types" "^7.8.3"
287287

288-
"@babel/helpers@^7.8.0", "@babel/helpers@^7.8.3":
289-
version "7.8.3"
290-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.3.tgz#382fbb0382ce7c4ce905945ab9641d688336ce85"
291-
integrity sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ==
288+
"@babel/helpers@^7.8.0", "@babel/helpers@^7.8.4":
289+
version "7.8.4"
290+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
291+
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
292292
dependencies:
293293
"@babel/template" "^7.8.3"
294-
"@babel/traverse" "^7.8.3"
294+
"@babel/traverse" "^7.8.4"
295295
"@babel/types" "^7.8.3"
296296

297297
"@babel/highlight@^7.8.3":
@@ -303,10 +303,10 @@
303303
esutils "^2.0.2"
304304
js-tokens "^4.0.0"
305305

306-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.0", "@babel/parser@^7.8.3":
307-
version "7.8.3"
308-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.3.tgz#790874091d2001c9be6ec426c2eed47bc7679081"
309-
integrity sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ==
306+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.0", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
307+
version "7.8.4"
308+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
309+
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
310310

311311
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
312312
version "7.8.3"
@@ -898,16 +898,16 @@
898898
"@babel/parser" "^7.8.3"
899899
"@babel/types" "^7.8.3"
900900

901-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.0", "@babel/traverse@^7.8.3":
902-
version "7.8.3"
903-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.3.tgz#a826215b011c9b4f73f3a893afbc05151358bf9a"
904-
integrity sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg==
901+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
902+
version "7.8.4"
903+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
904+
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
905905
dependencies:
906906
"@babel/code-frame" "^7.8.3"
907-
"@babel/generator" "^7.8.3"
907+
"@babel/generator" "^7.8.4"
908908
"@babel/helper-function-name" "^7.8.3"
909909
"@babel/helper-split-export-declaration" "^7.8.3"
910-
"@babel/parser" "^7.8.3"
910+
"@babel/parser" "^7.8.4"
911911
"@babel/types" "^7.8.3"
912912
debug "^4.1.0"
913913
globals "^11.1.0"

0 commit comments

Comments
 (0)