Skip to content

Commit 0a50a3f

Browse files
committed
build(npm): update gulp-clang-format to v1.0.19
Closes angular#2338
1 parent ce92717 commit 0a50a3f

File tree

2 files changed

+98
-90
lines changed

2 files changed

+98
-90
lines changed

npm-shrinkwrap.clean.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,10 +4029,13 @@
40294029
}
40304030
},
40314031
"gulp-clang-format": {
4032-
"version": "1.0.14",
4032+
"version": "1.0.19",
40334033
"dependencies": {
4034+
"clang-format": {
4035+
"version": "1.0.17"
4036+
},
40344037
"gulp-util": {
4035-
"version": "3.0.4",
4038+
"version": "3.0.5",
40364039
"dependencies": {
40374040
"array-differ": {
40384041
"version": "1.0.0"
@@ -4041,7 +4044,7 @@
40414044
"version": "1.0.2"
40424045
},
40434046
"beeper": {
4044-
"version": "1.0.0"
4047+
"version": "1.1.0"
40454048
},
40464049
"chalk": {
40474050
"version": "1.0.0",
@@ -4081,7 +4084,7 @@
40814084
"version": "1.0.0",
40824085
"dependencies": {
40834086
"camelcase": {
4084-
"version": "1.0.2"
4087+
"version": "1.1.0"
40854088
},
40864089
"map-obj": {
40874090
"version": "1.0.1"
@@ -4102,7 +4105,7 @@
41024105
"version": "3.0.0"
41034106
},
41044107
"lodash.template": {
4105-
"version": "3.5.1",
4108+
"version": "3.6.1",
41064109
"dependencies": {
41074110
"lodash._basecopy": {
41084111
"version": "3.0.1"
@@ -4114,22 +4117,22 @@
41144117
"version": "3.0.0"
41154118
},
41164119
"lodash._isiterateecall": {
4117-
"version": "3.0.7"
4120+
"version": "3.0.9"
41184121
},
41194122
"lodash.escape": {
41204123
"version": "3.0.0"
41214124
},
4122-
"lodash.isnative": {
4123-
"version": "3.0.2"
4124-
},
41254125
"lodash.keys": {
4126-
"version": "3.0.7",
4126+
"version": "3.1.1",
41274127
"dependencies": {
4128+
"lodash._getnative": {
4129+
"version": "3.9.0"
4130+
},
41284131
"lodash.isarguments": {
4129-
"version": "3.0.2"
4132+
"version": "3.0.3"
41304133
},
41314134
"lodash.isarray": {
4132-
"version": "3.0.2"
4135+
"version": "3.0.3"
41334136
}
41344137
}
41354138
},
@@ -4176,6 +4179,9 @@
41764179
}
41774180
}
41784181
},
4182+
"pkginfo": {
4183+
"version": "0.3.0"
4184+
},
41794185
"stream-equal": {
41804186
"version": "0.1.5",
41814187
"dependencies": {
@@ -4197,9 +4203,6 @@
41974203
}
41984204
}
41994205
}
4200-
},
4201-
"clang-format": {
4202-
"version": "1.0.17"
42034206
}
42044207
}
42054208
},

0 commit comments

Comments
 (0)