File tree 6 files changed +6
-236
lines changed
6 files changed +6
-236
lines changed Original file line number Diff line number Diff line change 80
80
! /cross-spawn /node_modules /which
81
81
! /cssesc
82
82
! /debug
83
- ! /debug /node_modules /
84
- /debug /node_modules /*
85
- ! /debug /node_modules /ms
86
83
! /diff
87
84
! /eastasianwidth
88
85
! /emoji-regex
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug" ,
3
- "version" : " 4.3.6 " ,
3
+ "version" : " 4.3.7 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git://github.com/debug-js/debug.git"
31
31
"test:coverage" : " cat ./coverage/lcov.info | coveralls"
32
32
},
33
33
"dependencies" : {
34
- "ms" : " 2.1.2 "
34
+ "ms" : " ^ 2.1.3 "
35
35
},
36
36
"devDependencies" : {
37
37
"brfs" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 6613
6613
}
6614
6614
},
6615
6615
"node_modules/debug": {
6616
- "version": "4.3.6 ",
6617
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6 .tgz",
6618
- "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg ==",
6616
+ "version": "4.3.7 ",
6617
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7 .tgz",
6618
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ ==",
6619
6619
"inBundle": true,
6620
6620
"license": "MIT",
6621
6621
"dependencies": {
6622
- "ms": "2.1.2 "
6622
+ "ms": "^ 2.1.3 "
6623
6623
},
6624
6624
"engines": {
6625
6625
"node": ">=6.0"
6630
6630
}
6631
6631
}
6632
6632
},
6633
- "node_modules/debug/node_modules/ms": {
6634
- "version": "2.1.2",
6635
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
6636
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
6637
- "inBundle": true,
6638
- "license": "MIT"
6639
- },
6640
6633
"node_modules/decamelize": {
6641
6634
"version": "1.2.0",
6642
6635
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
You can’t perform that action at this time.
0 commit comments