Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

Commit 49aec38

Browse files
committed
chore: general updates
1 parent 234a0af commit 49aec38

File tree

8 files changed

+1478
-10484
lines changed

8 files changed

+1478
-10484
lines changed

.github/workflows/ci-action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm ci
20-
- run: npm test
20+
- run: npm test
21+
- name: upload coverage to Coveralls
22+
uses: coverallsapp/github-action@master
23+
with:
24+
github-token: ${{ secrets.github_token }}
25+
flag-name: run-${{ matrix.node-version }}

licenses/DEBUG_MIT.TXT

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
4+
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,
8+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
9+
subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
13+
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
18+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19+

licenses/PINO-PRETTY_MIT.TXT

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2019 the Pino team
4+
5+
Pino team listed at https://github.com/pinojs/pino#the-team
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.

licenses/PINO_MIT.TXT

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016-2019 Matteo Collina, David Mark Clements and the Pino contributors
4+
5+
Pino contributors listed at https://github.com/pinojs/pino#the-team and in
6+
the README file.
7+
8+
Permission is hereby granted, free of charge, to any person obtaining a copy
9+
of this software and associated documentation files (the "Software"), to deal
10+
in the Software without restriction, including without limitation the rights
11+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
copies of the Software, and to permit persons to whom the Software is
13+
furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

licenses/licenses.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ <h2>nodejs-rest-http-secured</h2>
2222
</tr>
2323
<tr>
2424
<td>N/A</td>
25+
<td>debug</td>
26+
<td>4.3.2</td>
27+
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
28+
<td><a href=DEBUG_MIT.TXT>DEBUG_MIT.TXT</a></td>
29+
</tr>
30+
<tr>
31+
<td>N/A</td>
2532
<td>express</td>
2633
<td>4.17.1</td>
2734
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
@@ -30,24 +37,38 @@ <h2>nodejs-rest-http-secured</h2>
3037
<tr>
3138
<td>N/A</td>
3239
<td>keycloak-connect</td>
33-
<td>6.0.1</td>
40+
<td>15.0.2</td>
3441
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
3542
<td><a href=KEYCLOAK-CONNECT_APACHE-2.0.TXT>KEYCLOAK-CONNECT_APACHE-2.0.TXT</a></td>
3643
</tr>
3744
<tr>
3845
<td>N/A</td>
3946
<td>license-reporter</td>
40-
<td>1.3.0</td>
47+
<td>1.4.0</td>
4148
<td>http:&#x2F;&#x2F;www.apache.org&#x2F;licenses&#x2F;LICENSE-2.0</td>
4249
<td><a href=LICENSE-REPORTER_APACHE-2.0.TXT>LICENSE-REPORTER_APACHE-2.0.TXT</a></td>
4350
</tr>
4451
<tr>
4552
<td>N/A</td>
53+
<td>pino</td>
54+
<td>6.13.1</td>
55+
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
56+
<td><a href=PINO_MIT.TXT>PINO_MIT.TXT</a></td>
57+
</tr>
58+
<tr>
59+
<td>N/A</td>
4660
<td>pino-debug</td>
4761
<td>2.0.0</td>
4862
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
4963
<td><a href=PINO-DEBUG_MIT.TXT>PINO-DEBUG_MIT.TXT</a></td>
5064
</tr>
65+
<tr>
66+
<td>N/A</td>
67+
<td>pino-pretty</td>
68+
<td>6.0.0</td>
69+
<td>http:&#x2F;&#x2F;www.opensource.org&#x2F;licenses&#x2F;MIT</td>
70+
<td><a href=PINO-PRETTY_MIT.TXT>PINO-PRETTY_MIT.TXT</a></td>
71+
</tr>
5172
</table>
5273
</body>
5374
</html>

licenses/licenses.xml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
</license>
1515
</licenses>
1616
</dependency>
17+
<dependency>
18+
<packageName>debug</packageName>
19+
<version>4.3.2</version>
20+
<licenses>
21+
<license>
22+
<name>MIT License</name>
23+
<url>http://www.opensource.org/licenses/MIT</url>
24+
</license>
25+
</licenses>
26+
</dependency>
1727
<dependency>
1828
<packageName>express</packageName>
1929
<version>4.17.1</version>
@@ -26,7 +36,7 @@
2636
</dependency>
2737
<dependency>
2838
<packageName>keycloak-connect</packageName>
29-
<version>6.0.1</version>
39+
<version>15.0.2</version>
3040
<licenses>
3141
<license>
3242
<name>Apache License 2.0</name>
@@ -36,14 +46,24 @@
3646
</dependency>
3747
<dependency>
3848
<packageName>license-reporter</packageName>
39-
<version>1.3.0</version>
49+
<version>1.4.0</version>
4050
<licenses>
4151
<license>
4252
<name>Apache License 2.0</name>
4353
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
4454
</license>
4555
</licenses>
4656
</dependency>
57+
<dependency>
58+
<packageName>pino</packageName>
59+
<version>6.13.1</version>
60+
<licenses>
61+
<license>
62+
<name>MIT License</name>
63+
<url>http://www.opensource.org/licenses/MIT</url>
64+
</license>
65+
</licenses>
66+
</dependency>
4767
<dependency>
4868
<packageName>pino-debug</packageName>
4969
<version>2.0.0</version>
@@ -54,5 +74,15 @@
5474
</license>
5575
</licenses>
5676
</dependency>
77+
<dependency>
78+
<packageName>pino-pretty</packageName>
79+
<version>6.0.0</version>
80+
<licenses>
81+
<license>
82+
<name>MIT License</name>
83+
<url>http://www.opensource.org/licenses/MIT</url>
84+
</license>
85+
</licenses>
86+
</dependency>
5787
</dependencies>
5888
</licenseSummary>

0 commit comments

Comments
 (0)