Skip to content

Commit 6e0a131

Browse files
wraithgarlukekarrys
authored andcommitted
1 parent 738a404 commit 6e0a131

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

node_modules/debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug",
3-
"version": "4.3.3",
3+
"version": "4.3.4",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/debug-js/debug.git"

node_modules/debug/src/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function setup(env) {
179179
namespaces = split[i].replace(/\*/g, '.*?');
180180

181181
if (namespaces[0] === '-') {
182-
createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
182+
createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$'));
183183
} else {
184184
createDebug.names.push(new RegExp('^' + namespaces + '$'));
185185
}

package-lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2144,9 +2144,9 @@
21442144
}
21452145
},
21462146
"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==",
21502150
"inBundle": true,
21512151
"dependencies": {
21522152
"ms": "2.1.2"
@@ -12231,9 +12231,9 @@
1223112231
}
1223212232
},
1223312233
"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==",
1223712237
"requires": {
1223812238
"ms": "2.1.2"
1223912239
},

0 commit comments

Comments
 (0)