Skip to content

Commit

Permalink
Build(deps): Bump @babel/parser from 7.10.5 to 7.11.0
Browse files Browse the repository at this point in the history
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.10.5 to 7.11.0.
- [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.11.0/packages/babel-parser)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2020
1 parent 170033f commit 6b91c3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@angular/compiler": "10.0.7",
"@babel/code-frame": "7.10.4",
"@babel/parser": "7.10.5",
"@babel/parser": "7.11.0",
"@glimmer/syntax": "0.55.2",
"@iarna/toml": "2.2.5",
"@typescript-eslint/typescript-estree": "3.7.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -272,10 +272,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@babel/parser@7.10.5", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5":
version "7.10.5"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
"@babel/parser@7.11.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==

"@babel/plugin-proposal-async-generator-functions@^7.10.4":
version "7.10.4"
Expand Down

0 comments on commit 6b91c3e

Please sign in to comment.