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 108
108
! /cross-spawn /node_modules /which
109
109
! /cssesc
110
110
! /debug
111
- ! /debug /node_modules /
112
- /debug /node_modules /*
113
- ! /debug /node_modules /ms
114
111
! /diff
115
112
! /eastasianwidth
116
113
! /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 5793
5793
}
5794
5794
},
5795
5795
"node_modules/debug": {
5796
- "version": "4.3.6 ",
5797
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6 .tgz",
5798
- "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg ==",
5796
+ "version": "4.3.7 ",
5797
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7 .tgz",
5798
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ ==",
5799
5799
"inBundle": true,
5800
5800
"license": "MIT",
5801
5801
"dependencies": {
5802
- "ms": "2.1.2 "
5802
+ "ms": "^ 2.1.3 "
5803
5803
},
5804
5804
"engines": {
5805
5805
"node": ">=6.0"
5810
5810
}
5811
5811
}
5812
5812
},
5813
- "node_modules/debug/node_modules/ms": {
5814
- "version": "2.1.2",
5815
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
5816
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
5817
- "inBundle": true,
5818
- "license": "MIT"
5819
- },
5820
5813
"node_modules/decamelize": {
5821
5814
"version": "1.2.0",
5822
5815
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
You can’t perform that action at this time.
0 commit comments