Skip to content

Commit d7e2499

Browse files
committed
deps: debug@4.3.3
1 parent adcefef commit d7e2499

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

node_modules/debug/LICENSE

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
(The MIT License)
22

3-
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
3+
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
4+
Copyright (c) 2018-2021 Josh Junon
45

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
6-
and associated documentation files (the 'Software'), to deal in the Software without restriction,
7-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7+
and associated documentation files (the 'Software'), to deal in the Software without restriction,
8+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
89
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
910
subject to the following conditions:
1011

11-
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
The above copyright notice and this permission notice shall be included in all copies or substantial
1213
portions of the Software.
1314

14-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
17-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
15+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
16+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1819
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1920

node_modules/debug/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "debug",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"repository": {
55
"type": "git",
6-
"url": "git://github.com/visionmedia/debug.git"
6+
"url": "git://github.com/debug-js/debug.git"
77
},
8-
"description": "small debugging utility",
8+
"description": "Lightweight debugging utility for Node.js and the browser",
99
"keywords": [
1010
"debug",
1111
"log",
@@ -16,11 +16,11 @@
1616
"LICENSE",
1717
"README.md"
1818
],
19-
"author": "TJ Holowaychuk <tj@vision-media.ca>",
19+
"author": "Josh Junon <josh.junon@protonmail.com>",
2020
"contributors": [
21+
"TJ Holowaychuk <tj@vision-media.ca>",
2122
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)",
22-
"Andrew Rhyne <rhyneandrew@gmail.com>",
23-
"Josh Junon <josh@junon.me>"
23+
"Andrew Rhyne <rhyneandrew@gmail.com>"
2424
],
2525
"license": "MIT",
2626
"scripts": {

node_modules/debug/src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function setup(env) {
3434

3535
/**
3636
* Selects a color for a debug namespace
37-
* @param {String} namespace The namespace string for the for the debug instance to be colored
37+
* @param {String} namespace The namespace string for the debug instance to be colored
3838
* @return {Number|String} An ANSI color code for the given namespace
3939
* @api private
4040
*/

package-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,9 +2233,9 @@
22332233
}
22342234
},
22352235
"node_modules/debug": {
2236-
"version": "4.3.2",
2237-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
2238-
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
2236+
"version": "4.3.3",
2237+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
2238+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
22392239
"inBundle": true,
22402240
"dependencies": {
22412241
"ms": "2.1.2"
@@ -12556,9 +12556,9 @@
1255612556
}
1255712557
},
1255812558
"debug": {
12559-
"version": "4.3.2",
12560-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz",
12561-
"integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==",
12559+
"version": "4.3.3",
12560+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
12561+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
1256212562
"requires": {
1256312563
"ms": "2.1.2"
1256412564
},

0 commit comments

Comments
 (0)