Skip to content

Commit b458882

Browse files
renovate-botmarionebl
authored andcommitted
Update dependency babel-core to v6.26.3
1 parent 392dd7c commit b458882

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

@packages/babel-preset-commitlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"license": "MIT",
4545
"devDependencies": {
4646
"ava": "0.22.0",
47-
"babel-core": "6.26.0"
47+
"babel-core": "6.26.3"
4848
},
4949
"dependencies": {
5050
"babel-plugin-add-module-exports": "^0.3.0",

yarn.lock

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,32 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.26.0:
21062106
esutils "^2.0.2"
21072107
js-tokens "^3.0.2"
21082108

2109-
[email protected], babel-core@^6.17.0, babel-core@^6.26.0:
2109+
2110+
version "6.26.3"
2111+
resolved "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
2112+
integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==
2113+
dependencies:
2114+
babel-code-frame "^6.26.0"
2115+
babel-generator "^6.26.0"
2116+
babel-helpers "^6.24.1"
2117+
babel-messages "^6.23.0"
2118+
babel-register "^6.26.0"
2119+
babel-runtime "^6.26.0"
2120+
babel-template "^6.26.0"
2121+
babel-traverse "^6.26.0"
2122+
babel-types "^6.26.0"
2123+
babylon "^6.18.0"
2124+
convert-source-map "^1.5.1"
2125+
debug "^2.6.9"
2126+
json5 "^0.5.1"
2127+
lodash "^4.17.4"
2128+
minimatch "^3.0.4"
2129+
path-is-absolute "^1.0.1"
2130+
private "^0.1.8"
2131+
slash "^1.0.0"
2132+
source-map "^0.5.7"
2133+
2134+
babel-core@^6.17.0, babel-core@^6.26.0:
21102135
version "6.26.0"
21112136
resolved "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8"
21122137
integrity sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=
@@ -3955,7 +3980,7 @@ dateformat@^3.0.0:
39553980
resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
39563981
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
39573982

3958-
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8:
3983+
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
39593984
version "2.6.9"
39603985
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
39613986
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
@@ -8948,7 +8973,7 @@ prismjs@^1.6.0:
89488973
optionalDependencies:
89498974
clipboard "^1.5.5"
89508975

8951-
private@^0.1.6, private@^0.1.7:
8976+
private@^0.1.6, private@^0.1.7, private@^0.1.8:
89528977
version "0.1.8"
89538978
resolved "https://registry.npmjs.org/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
89548979
integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==
@@ -10131,7 +10156,7 @@ source-map-url@^0.4.0:
1013110156
resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
1013210157
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
1013310158

10134-
source-map@^0.5.0, source-map@^0.5.6:
10159+
source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
1013510160
version "0.5.7"
1013610161
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
1013710162
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)