Skip to content

Commit a1e42dd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo
1 parent 7b93113 commit a1e42dd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@aureooms/js-heap-spec": "15.0.3",
34-
"@babel/cli": "7.12.7",
35-
"@babel/core": "7.12.7",
34+
"@babel/cli": "7.12.8",
35+
"@babel/core": "7.12.9",
3636
"@babel/preset-env": "7.12.7",
3737
"@babel/register": "7.12.1",
3838
"ava": "3.13.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
5252
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
5353

54-
"@babel/[email protected].7":
55-
version "7.12.7"
56-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977"
57-
integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q==
54+
"@babel/[email protected].8":
55+
version "7.12.8"
56+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430"
57+
integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==
5858
dependencies:
5959
commander "^4.0.1"
6060
convert-source-map "^1.1.0"
@@ -85,18 +85,18 @@
8585
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
8686
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
8787

88-
"@babel/[email protected].7":
89-
version "7.12.7"
90-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
91-
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
88+
"@babel/[email protected].9":
89+
version "7.12.9"
90+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
91+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
9292
dependencies:
9393
"@babel/code-frame" "^7.10.4"
9494
"@babel/generator" "^7.12.5"
9595
"@babel/helper-module-transforms" "^7.12.1"
9696
"@babel/helpers" "^7.12.5"
9797
"@babel/parser" "^7.12.7"
9898
"@babel/template" "^7.12.7"
99-
"@babel/traverse" "^7.12.7"
99+
"@babel/traverse" "^7.12.9"
100100
"@babel/types" "^7.12.7"
101101
convert-source-map "^1.7.0"
102102
debug "^4.1.0"
@@ -932,10 +932,10 @@
932932
globals "^11.1.0"
933933
lodash "^4.17.19"
934934

935-
"@babel/traverse@^7.12.7":
936-
version "7.12.7"
937-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
938-
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
935+
"@babel/traverse@^7.12.9":
936+
version "7.12.9"
937+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
938+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
939939
dependencies:
940940
"@babel/code-frame" "^7.10.4"
941941
"@babel/generator" "^7.12.5"

0 commit comments

Comments
 (0)