mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
chore(deps): update dependency @babel/core to v7.11.1 (#6936)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
b0583c4955
commit
45f8ae7bbe
2 changed files with 10 additions and 10 deletions
|
@ -177,7 +177,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@actions/core": "1.2.4",
|
"@actions/core": "1.2.4",
|
||||||
"@babel/cli": "7.10.5",
|
"@babel/cli": "7.10.5",
|
||||||
"@babel/core": "7.11.0",
|
"@babel/core": "7.11.1",
|
||||||
"@babel/node": "7.10.5",
|
"@babel/node": "7.10.5",
|
||||||
"@babel/plugin-proposal-class-properties": "7.10.4",
|
"@babel/plugin-proposal-class-properties": "7.10.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
|
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -39,16 +39,16 @@
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
semver "^5.5.0"
|
semver "^5.5.0"
|
||||||
|
|
||||||
"@babel/core@7.11.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
"@babel/core@7.11.1", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
|
||||||
version "7.11.0"
|
version "7.11.1"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.1.tgz#2c55b604e73a40dc21b0e52650b11c65cf276643"
|
||||||
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
|
integrity sha512-XqF7F6FWQdKGGWAzGELL+aCO1p+lRY5Tj5/tbT3St1G8NaH70jhhDIKknIZaDans0OQBG5wRAldROLHSt44BgQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "^7.10.4"
|
"@babel/code-frame" "^7.10.4"
|
||||||
"@babel/generator" "^7.11.0"
|
"@babel/generator" "^7.11.0"
|
||||||
"@babel/helper-module-transforms" "^7.11.0"
|
"@babel/helper-module-transforms" "^7.11.0"
|
||||||
"@babel/helpers" "^7.10.4"
|
"@babel/helpers" "^7.10.4"
|
||||||
"@babel/parser" "^7.11.0"
|
"@babel/parser" "^7.11.1"
|
||||||
"@babel/template" "^7.10.4"
|
"@babel/template" "^7.10.4"
|
||||||
"@babel/traverse" "^7.11.0"
|
"@babel/traverse" "^7.11.0"
|
||||||
"@babel/types" "^7.11.0"
|
"@babel/types" "^7.11.0"
|
||||||
|
@ -293,10 +293,10 @@
|
||||||
resolve "^1.13.1"
|
resolve "^1.13.1"
|
||||||
v8flags "^3.1.1"
|
v8flags "^3.1.1"
|
||||||
|
|
||||||
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
|
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.0", "@babel/parser@^7.11.1":
|
||||||
version "7.11.0"
|
version "7.11.2"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.2.tgz#0882ab8a455df3065ea2dcb4c753b2460a24bead"
|
||||||
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
|
integrity sha512-Vuj/+7vLo6l1Vi7uuO+1ngCDNeVmNbTngcJFKCR/oEtz8tKz0CJxZEGmPt9KcIloZhOZ3Zit6xbpXT2MDlS9Vw==
|
||||||
|
|
||||||
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
|
"@babel/plugin-proposal-async-generator-functions@^7.10.4":
|
||||||
version "7.10.4"
|
version "7.10.4"
|
||||||
|
|
Loading…
Reference in a new issue