File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug" ,
3
- "version" : " 4.3.3 " ,
3
+ "version" : " 4.3.4 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git://github.com/debug-js/debug.git"
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ function setup(env) {
179
179
namespaces = split [ i ] . replace ( / \* / g, '.*?' ) ;
180
180
181
181
if ( namespaces [ 0 ] === '-' ) {
182
- createDebug . skips . push ( new RegExp ( '^' + namespaces . substr ( 1 ) + '$' ) ) ;
182
+ createDebug . skips . push ( new RegExp ( '^' + namespaces . slice ( 1 ) + '$' ) ) ;
183
183
} else {
184
184
createDebug . names . push ( new RegExp ( '^' + namespaces + '$' ) ) ;
185
185
}
Original file line number Diff line number Diff line change 2144
2144
}
2145
2145
},
2146
2146
"node_modules/debug": {
2147
- "version": "4.3.3 ",
2148
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3 .tgz",
2149
- "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q ==",
2147
+ "version": "4.3.4 ",
2148
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4 .tgz",
2149
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ ==",
2150
2150
"inBundle": true,
2151
2151
"dependencies": {
2152
2152
"ms": "2.1.2"
12231
12231
}
12232
12232
},
12233
12233
"debug": {
12234
- "version": "4.3.3 ",
12235
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3 .tgz",
12236
- "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q ==",
12234
+ "version": "4.3.4 ",
12235
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4 .tgz",
12236
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ ==",
12237
12237
"requires": {
12238
12238
"ms": "2.1.2"
12239
12239
},
You can’t perform that action at this time.
0 commit comments