Skip to content

Commit

Permalink
chore: npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Aug 3, 2020
1 parent bc4685f commit 2c363ce
Show file tree
Hide file tree
Showing 5 changed files with 2,563 additions and 1,641 deletions.
19 changes: 19 additions & 0 deletions licenses/DEBUG_MIT.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
(The MIT License)

Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>

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

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

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

9 changes: 8 additions & 1 deletion licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ <h2>nodejs-rest-http</h2>
</tr>
<tr>
<td>N/A</td>
<td>debug</td>
<td>4.2.0</td>
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
<td><a href=DEBUG_MIT.TXT>DEBUG_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>express</td>
<td>4.17.1</td>
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
Expand All @@ -30,7 +37,7 @@ <h2>nodejs-rest-http</h2>
<tr>
<td>N/A</td>
<td>license-reporter</td>
<td>1.2.2</td>
<td>1.3.0</td>
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
<td><a href=LICENSE-REPORTER_APACHE-2.0.TXT>LICENSE-REPORTER_APACHE-2.0.TXT</a></td>
</tr>
Expand Down
12 changes: 11 additions & 1 deletion licenses/licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
</license>
</licenses>
</dependency>
<dependency>
<packageName>debug</packageName>
<version>4.2.0</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>express</packageName>
<version>4.17.1</version>
Expand All @@ -26,7 +36,7 @@
</dependency>
<dependency>
<packageName>license-reporter</packageName>
<version>1.2.2</version>
<version>1.3.0</version>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down
Loading

0 comments on commit 2c363ce

Please sign in to comment.