Skip to content

Commit c0d1a22

Browse files
chore: update babel monorepo (#2311)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b2aa663 commit c0d1a22

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"license": "MIT",
4747
"devDependencies": {
48-
"@babel/cli": "7.12.7",
49-
"@babel/core": "7.12.7",
48+
"@babel/cli": "7.12.8",
49+
"@babel/core": "7.12.8",
5050
"@commitlint/test": "^11.0.0",
5151
"@commitlint/utils": "^11.0.0",
5252
"babel-preset-commitlint": "^11.0.0",

yarn.lock

+25-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].7":
6-
version "7.12.7"
7-
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.12.7.tgz#63a3c38bddff02a1c633c70f2fd03019af6bf977"
8-
integrity sha512-vE1fidQsaWnQVs4SItkuCdi3+uXqjbhw4cIKp8aawKxOnTnlvxYMzXSeMAqo6alldQRFQYb198YQfW0Sp1jl5Q==
5+
"@babel/[email protected].8":
6+
version "7.12.8"
7+
resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430"
8+
integrity sha512-/6nQj11oaGhLmZiuRUfxsujiPDc9BBReemiXgIbxc+M5W+MIiFKYwvNDJvBfnGKNsJTKbUfEheKc9cwoPHAVQA==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -58,18 +58,18 @@
5858
invariant "^2.2.4"
5959
semver "^5.5.0"
6060

61-
"@babel/[email protected].7":
62-
version "7.12.7"
63-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.7.tgz#bf55363c08c8352a37691f7216ec30090bf7e3bf"
64-
integrity sha512-tRKx9B53kJe8NCGGIxEQb2Bkr0riUIEuN7Sc1fxhs5H8lKlCWUvQCSNMVIB0Meva7hcbCRJ76de15KoLltdoqw==
61+
"@babel/[email protected].8":
62+
version "7.12.8"
63+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6"
64+
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg==
6565
dependencies:
6666
"@babel/code-frame" "^7.10.4"
6767
"@babel/generator" "^7.12.5"
6868
"@babel/helper-module-transforms" "^7.12.1"
6969
"@babel/helpers" "^7.12.5"
7070
"@babel/parser" "^7.12.7"
7171
"@babel/template" "^7.12.7"
72-
"@babel/traverse" "^7.12.7"
72+
"@babel/traverse" "^7.12.8"
7373
"@babel/types" "^7.12.7"
7474
convert-source-map "^1.7.0"
7575
debug "^4.1.0"
@@ -1204,7 +1204,7 @@
12041204
globals "^11.1.0"
12051205
lodash "^4.17.19"
12061206

1207-
"@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7":
1207+
"@babel/traverse@^7.12.5":
12081208
version "7.12.7"
12091209
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
12101210
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
@@ -1219,6 +1219,21 @@
12191219
globals "^11.1.0"
12201220
lodash "^4.17.19"
12211221

1222+
"@babel/traverse@^7.12.8":
1223+
version "7.12.8"
1224+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4"
1225+
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q==
1226+
dependencies:
1227+
"@babel/code-frame" "^7.10.4"
1228+
"@babel/generator" "^7.12.5"
1229+
"@babel/helper-function-name" "^7.10.4"
1230+
"@babel/helper-split-export-declaration" "^7.11.0"
1231+
"@babel/parser" "^7.12.7"
1232+
"@babel/types" "^7.12.7"
1233+
debug "^4.1.0"
1234+
globals "^11.1.0"
1235+
lodash "^4.17.19"
1236+
12221237
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
12231238
version "7.8.3"
12241239
resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"

0 commit comments

Comments
 (0)