Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit e25c607

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @babel/core to v7.12.8
1 parent a6cb5d1 commit e25c607

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "^16.13.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "7.12.7",
49+
"@babel/core": "7.12.8",
5050
"@babel/preset-env": "7.12.7",
5151
"@babel/preset-react": "7.12.7",
5252
"@commitlint/cli": "8.3.5",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
2222
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
2323

24-
"@babel/core@7.12.7":
25-
version "7.12.7"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
27-
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
24+
"@babel/core@7.12.8":
25+
version "7.12.8"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
27+
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
2828
dependencies:
2929
"@babel/code-frame" "^7.10.4"
3030
"@babel/generator" "^7.12.5"
3131
"@babel/helper-module-transforms" "^7.12.1"
3232
"@babel/helpers" "^7.12.5"
3333
"@babel/parser" "^7.12.7"
3434
"@babel/template" "^7.12.7"
35-
"@babel/traverse" "^7.12.7"
35+
"@babel/traverse" "^7.12.8"
3636
"@babel/types" "^7.12.7"
3737
convert-source-map "^1.7.0"
3838
debug "^4.1.0"
@@ -1210,7 +1210,7 @@
12101210
globals "^11.1.0"
12111211
lodash "^4.17.19"
12121212

1213-
"@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7":
1213+
"@babel/traverse@^7.12.5":
12141214
version "7.12.7"
12151215
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
12161216
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
@@ -1225,6 +1225,21 @@
12251225
globals "^11.1.0"
12261226
lodash "^4.17.19"
12271227

1228+
"@babel/traverse@^7.12.8":
1229+
version "7.12.8"
1230+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
1231+
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
1232+
dependencies:
1233+
"@babel/code-frame" "^7.10.4"
1234+
"@babel/generator" "^7.12.5"
1235+
"@babel/helper-function-name" "^7.10.4"
1236+
"@babel/helper-split-export-declaration" "^7.11.0"
1237+
"@babel/parser" "^7.12.7"
1238+
"@babel/types" "^7.12.7"
1239+
debug "^4.1.0"
1240+
globals "^11.1.0"
1241+
lodash "^4.17.19"
1242+
12281243
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
12291244
version "7.9.0"
12301245
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)