Skip to content

Commit 24388aa

Browse files
chore(deps-dev): bump @babel/core from 7.4.4 to 7.8.4 (#3975)
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.4 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.4.4...v7.8.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ea4910c commit 24388aa

File tree

2 files changed

+34
-47
lines changed

2 files changed

+34
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.4.4",
22+
"@babel/core": "^7.8.4",
2323
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
2424
"@babel/plugin-transform-block-scoping": "^7.4.4",
2525
"@ember/jquery": "^1.1.0",

yarn.lock

Lines changed: 33 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,23 @@
1818
invariant "^2.2.4"
1919
semver "^5.5.0"
2020

21-
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.4.3", "@babel/core@^7.4.4", "@babel/core@^7.8.3":
22-
version "7.4.4"
23-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250"
21+
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.4.3", "@babel/core@^7.4.4", "@babel/core@^7.8.3", "@babel/core@^7.8.4":
22+
version "7.8.4"
23+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
24+
integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
2425
dependencies:
25-
"@babel/code-frame" "^7.0.0"
26-
"@babel/generator" "^7.4.4"
27-
"@babel/helpers" "^7.4.4"
28-
"@babel/parser" "^7.4.4"
29-
"@babel/template" "^7.4.4"
30-
"@babel/traverse" "^7.4.4"
31-
"@babel/types" "^7.4.4"
32-
convert-source-map "^1.1.0"
26+
"@babel/code-frame" "^7.8.3"
27+
"@babel/generator" "^7.8.4"
28+
"@babel/helpers" "^7.8.4"
29+
"@babel/parser" "^7.8.4"
30+
"@babel/template" "^7.8.3"
31+
"@babel/traverse" "^7.8.4"
32+
"@babel/types" "^7.8.3"
33+
convert-source-map "^1.7.0"
3334
debug "^4.1.0"
35+
gensync "^1.0.0-beta.1"
3436
json5 "^2.1.0"
35-
lodash "^4.17.11"
37+
lodash "^4.17.13"
3638
resolve "^1.3.2"
3739
semver "^5.4.1"
3840
source-map "^0.5.0"
@@ -47,16 +49,6 @@
4749
lodash "^4.17.13"
4850
source-map "^0.5.0"
4951

50-
"@babel/generator@^7.4.4":
51-
version "7.4.4"
52-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
53-
dependencies:
54-
"@babel/types" "^7.4.4"
55-
jsesc "^2.5.1"
56-
lodash "^4.17.11"
57-
source-map "^0.5.0"
58-
trim-right "^1.0.1"
59-
6052
"@babel/helper-annotate-as-pure@^7.8.3":
6153
version "7.8.3"
6254
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -243,13 +235,14 @@
243235
"@babel/traverse" "^7.8.3"
244236
"@babel/types" "^7.8.3"
245237

246-
"@babel/helpers@^7.4.4":
247-
version "7.4.4"
248-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5"
238+
"@babel/helpers@^7.8.4":
239+
version "7.8.4"
240+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
241+
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
249242
dependencies:
250-
"@babel/template" "^7.4.4"
251-
"@babel/traverse" "^7.4.4"
252-
"@babel/types" "^7.4.4"
243+
"@babel/template" "^7.8.3"
244+
"@babel/traverse" "^7.8.4"
245+
"@babel/types" "^7.8.3"
253246

254247
"@babel/highlight@^7.8.3":
255248
version "7.8.3"
@@ -260,7 +253,7 @@
260253
esutils "^2.0.2"
261254
js-tokens "^4.0.0"
262255

263-
"@babel/parser@^7.0.0", "@babel/parser@^7.3.4", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
256+
"@babel/parser@^7.0.0", "@babel/parser@^7.3.4", "@babel/parser@^7.4.3", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
264257
version "7.8.4"
265258
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
266259
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
@@ -789,15 +782,7 @@
789782
"@babel/parser" "^7.8.3"
790783
"@babel/types" "^7.8.3"
791784

792-
"@babel/template@^7.4.4":
793-
version "7.4.4"
794-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
795-
dependencies:
796-
"@babel/code-frame" "^7.0.0"
797-
"@babel/parser" "^7.4.4"
798-
"@babel/types" "^7.4.4"
799-
800-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.2.4", "@babel/traverse@^7.3.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3":
785+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.2.4", "@babel/traverse@^7.3.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.5", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
801786
version "7.8.4"
802787
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
803788
integrity sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==
@@ -812,7 +797,7 @@
812797
globals "^11.1.0"
813798
lodash "^4.17.13"
814799

815-
"@babel/types@^7.0.0", "@babel/types@^7.1.6", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3":
800+
"@babel/types@^7.0.0", "@babel/types@^7.1.6", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.8.3":
816801
version "7.8.3"
817802
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
818803
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
@@ -4784,16 +4769,13 @@ continuable-cache@^0.3.1:
47844769
version "0.3.1"
47854770
resolved "https://registry.yarnpkg.com/continuable-cache/-/continuable-cache-0.3.1.tgz#bd727a7faed77e71ff3985ac93351a912733ad0f"
47864771

4787-
convert-source-map@^1.1.0:
4788-
version "1.6.0"
4789-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
4772+
convert-source-map@^1.1.0, convert-source-map@^1.5.1, convert-source-map@^1.7.0:
4773+
version "1.7.0"
4774+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
4775+
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
47904776
dependencies:
47914777
safe-buffer "~5.1.1"
47924778

4793-
convert-source-map@^1.5.1:
4794-
version "1.5.1"
4795-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5"
4796-
47974779
47984780
version "1.0.6"
47994781
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -8559,6 +8541,11 @@ genfun@^4.0.1:
85598541
version "4.0.1"
85608542
resolved "https://registry.yarnpkg.com/genfun/-/genfun-4.0.1.tgz#ed10041f2e4a7f1b0a38466d17a5c3e27df1dfc1"
85618543

8544+
gensync@^1.0.0-beta.1:
8545+
version "1.0.0-beta.1"
8546+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269"
8547+
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==
8548+
85628549
get-caller-file@^1.0.1:
85638550
version "1.0.2"
85648551
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"

0 commit comments

Comments
 (0)