Skip to content

Commit abd6832

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @babel/core to v7.12.9
1 parent 2ccaf28 commit abd6832

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"tailwindcss": "1.9.6"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.12.7",
31+
"@babel/core": "7.12.9",
3232
"@storybook/addon-actions": "6.1.2",
3333
"@storybook/addon-essentials": "6.1.2",
3434
"@storybook/addon-links": "6.1.2",

yarn.lock

+38-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,29 @@
103103
semver "^5.4.1"
104104
source-map "^0.5.0"
105105

106-
"@babel/[email protected]", "@babel/core@^7.12.1", "@babel/core@^7.12.3":
106+
107+
version "7.12.9"
108+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
109+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
110+
dependencies:
111+
"@babel/code-frame" "^7.10.4"
112+
"@babel/generator" "^7.12.5"
113+
"@babel/helper-module-transforms" "^7.12.1"
114+
"@babel/helpers" "^7.12.5"
115+
"@babel/parser" "^7.12.7"
116+
"@babel/template" "^7.12.7"
117+
"@babel/traverse" "^7.12.9"
118+
"@babel/types" "^7.12.7"
119+
convert-source-map "^1.7.0"
120+
debug "^4.1.0"
121+
gensync "^1.0.0-beta.1"
122+
json5 "^2.1.2"
123+
lodash "^4.17.19"
124+
resolve "^1.3.2"
125+
semver "^5.4.1"
126+
source-map "^0.5.0"
127+
128+
"@babel/core@^7.12.1", "@babel/core@^7.12.3":
107129
version "7.12.7"
108130
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
109131
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
@@ -1801,6 +1823,21 @@
18011823
globals "^11.1.0"
18021824
lodash "^4.17.19"
18031825

1826+
"@babel/traverse@^7.12.9":
1827+
version "7.12.9"
1828+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
1829+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
1830+
dependencies:
1831+
"@babel/code-frame" "^7.10.4"
1832+
"@babel/generator" "^7.12.5"
1833+
"@babel/helper-function-name" "^7.10.4"
1834+
"@babel/helper-split-export-declaration" "^7.11.0"
1835+
"@babel/parser" "^7.12.7"
1836+
"@babel/types" "^7.12.7"
1837+
debug "^4.1.0"
1838+
globals "^11.1.0"
1839+
lodash "^4.17.19"
1840+
18041841
18051842
version "7.8.3"
18061843
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"

0 commit comments

Comments
 (0)