Skip to content

Commit b9f64b7

Browse files
authoredJul 25, 2024··
chore: Switch to using Node built-in test runner (#2387)
1 parent e2c0a31 commit b9f64b7

File tree

4 files changed

+414
-104
lines changed

4 files changed

+414
-104
lines changed
 

‎THIRD_PARTY_NOTICES.md

+262-31
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
4444
* [ajv](#ajv)
4545
* [async](#async)
4646
* [aws-sdk](#aws-sdk)
47+
* [borp](#borp)
4748
* [c8](#c8)
4849
* [clean-jsdoc-theme](#clean-jsdoc-theme)
4950
* [commander](#commander)
@@ -91,7 +92,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
9192

9293
### @grpc/grpc-js
9394

94-
This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.10.8](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.10.8)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.10.8/LICENSE):
95+
This product includes source derived from [@grpc/grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) ([v1.11.1](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.11.1)), distributed under the [Apache-2.0 License](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.11.1/LICENSE):
9596

9697
```
9798
Apache License
@@ -539,7 +540,7 @@ SOFTWARE.
539540

540541
### @newrelic/security-agent
541542

542-
This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v1.3.0](https://github.com/newrelic/csec-node-agent/tree/v1.3.0)), distributed under the [UNKNOWN License](https://github.com/newrelic/csec-node-agent/blob/v1.3.0/LICENSE):
543+
This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v1.4.0](https://github.com/newrelic/csec-node-agent/tree/v1.4.0)), distributed under the [UNKNOWN License](https://github.com/newrelic/csec-node-agent/blob/v1.4.0/LICENSE):
543544

544545
```
545546
## New Relic Software License v1.0
@@ -645,7 +646,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
645646

646647
### https-proxy-agent
647648

648-
This product includes source derived from [https-proxy-agent](https://github.com/TooTallNate/proxy-agents) ([v7.0.4](https://github.com/TooTallNate/proxy-agents/tree/v7.0.4)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v7.0.4/LICENSE):
649+
This product includes source derived from [https-proxy-agent](https://github.com/TooTallNate/proxy-agents) ([v7.0.5](https://github.com/TooTallNate/proxy-agents/tree/v7.0.5)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v7.0.5/LICENSE):
649650

650651
```
651652
(The MIT License)
@@ -674,22 +675,210 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
674675

675676
### import-in-the-middle
676677

677-
This product includes source derived from [import-in-the-middle](https://github.com/DataDog/import-in-the-middle) ([v1.8.0](https://github.com/DataDog/import-in-the-middle/tree/v1.8.0)), distributed under the [Apache-2.0 License](https://github.com/DataDog/import-in-the-middle/blob/v1.8.0/LICENSE):
678+
This product includes source derived from [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) ([v1.9.1](https://github.com/nodejs/import-in-the-middle/tree/v1.9.1)), distributed under the [Apache-2.0 License](https://github.com/nodejs/import-in-the-middle/blob/v1.9.1/LICENSE):
678679

679680
```
680-
Copyright 2021 Datadog, Inc.
681+
Apache License
682+
Version 2.0, January 2004
683+
http://www.apache.org/licenses/
681684
682-
Licensed under the Apache License, Version 2.0 (the "License");
683-
you may not use this file except in compliance with the License.
684-
You may obtain a copy of the License at
685+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
686+
687+
1. Definitions.
685688
686-
http://www.apache.org/licenses/LICENSE-2.0
689+
"License" shall mean the terms and conditions for use, reproduction,
690+
and distribution as defined by Sections 1 through 9 of this document.
687691
688-
Unless required by applicable law or agreed to in writing, software
689-
distributed under the License is distributed on an "AS IS" BASIS,
690-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
691-
See the License for the specific language governing permissions and
692-
limitations under the License.
692+
"Licensor" shall mean the copyright owner or entity authorized by
693+
the copyright owner that is granting the License.
694+
695+
"Legal Entity" shall mean the union of the acting entity and all
696+
other entities that control, are controlled by, or are under common
697+
control with that entity. For the purposes of this definition,
698+
"control" means (i) the power, direct or indirect, to cause the
699+
direction or management of such entity, whether by contract or
700+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
701+
outstanding shares, or (iii) beneficial ownership of such entity.
702+
703+
"You" (or "Your") shall mean an individual or Legal Entity
704+
exercising permissions granted by this License.
705+
706+
"Source" form shall mean the preferred form for making modifications,
707+
including but not limited to software source code, documentation
708+
source, and configuration files.
709+
710+
"Object" form shall mean any form resulting from mechanical
711+
transformation or translation of a Source form, including but
712+
not limited to compiled object code, generated documentation,
713+
and conversions to other media types.
714+
715+
"Work" shall mean the work of authorship, whether in Source or
716+
Object form, made available under the License, as indicated by a
717+
copyright notice that is included in or attached to the work
718+
(an example is provided in the Appendix below).
719+
720+
"Derivative Works" shall mean any work, whether in Source or Object
721+
form, that is based on (or derived from) the Work and for which the
722+
editorial revisions, annotations, elaborations, or other modifications
723+
represent, as a whole, an original work of authorship. For the purposes
724+
of this License, Derivative Works shall not include works that remain
725+
separable from, or merely link (or bind by name) to the interfaces of,
726+
the Work and Derivative Works thereof.
727+
728+
"Contribution" shall mean any work of authorship, including
729+
the original version of the Work and any modifications or additions
730+
to that Work or Derivative Works thereof, that is intentionally
731+
submitted to Licensor for inclusion in the Work by the copyright owner
732+
or by an individual or Legal Entity authorized to submit on behalf of
733+
the copyright owner. For the purposes of this definition, "submitted"
734+
means any form of electronic, verbal, or written communication sent
735+
to the Licensor or its representatives, including but not limited to
736+
communication on electronic mailing lists, source code control systems,
737+
and issue tracking systems that are managed by, or on behalf of, the
738+
Licensor for the purpose of discussing and improving the Work, but
739+
excluding communication that is conspicuously marked or otherwise
740+
designated in writing by the copyright owner as "Not a Contribution."
741+
742+
"Contributor" shall mean Licensor and any individual or Legal Entity
743+
on behalf of whom a Contribution has been received by Licensor and
744+
subsequently incorporated within the Work.
745+
746+
2. Grant of Copyright License. Subject to the terms and conditions of
747+
this License, each Contributor hereby grants to You a perpetual,
748+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
749+
copyright license to reproduce, prepare Derivative Works of,
750+
publicly display, publicly perform, sublicense, and distribute the
751+
Work and such Derivative Works in Source or Object form.
752+
753+
3. Grant of Patent License. Subject to the terms and conditions of
754+
this License, each Contributor hereby grants to You a perpetual,
755+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
756+
(except as stated in this section) patent license to make, have made,
757+
use, offer to sell, sell, import, and otherwise transfer the Work,
758+
where such license applies only to those patent claims licensable
759+
by such Contributor that are necessarily infringed by their
760+
Contribution(s) alone or by combination of their Contribution(s)
761+
with the Work to which such Contribution(s) was submitted. If You
762+
institute patent litigation against any entity (including a
763+
cross-claim or counterclaim in a lawsuit) alleging that the Work
764+
or a Contribution incorporated within the Work constitutes direct
765+
or contributory patent infringement, then any patent licenses
766+
granted to You under this License for that Work shall terminate
767+
as of the date such litigation is filed.
768+
769+
4. Redistribution. You may reproduce and distribute copies of the
770+
Work or Derivative Works thereof in any medium, with or without
771+
modifications, and in Source or Object form, provided that You
772+
meet the following conditions:
773+
774+
(a) You must give any other recipients of the Work or
775+
Derivative Works a copy of this License; and
776+
777+
(b) You must cause any modified files to carry prominent notices
778+
stating that You changed the files; and
779+
780+
(c) You must retain, in the Source form of any Derivative Works
781+
that You distribute, all copyright, patent, trademark, and
782+
attribution notices from the Source form of the Work,
783+
excluding those notices that do not pertain to any part of
784+
the Derivative Works; and
785+
786+
(d) If the Work includes a "NOTICE" text file as part of its
787+
distribution, then any Derivative Works that You distribute must
788+
include a readable copy of the attribution notices contained
789+
within such NOTICE file, excluding those notices that do not
790+
pertain to any part of the Derivative Works, in at least one
791+
of the following places: within a NOTICE text file distributed
792+
as part of the Derivative Works; within the Source form or
793+
documentation, if provided along with the Derivative Works; or,
794+
within a display generated by the Derivative Works, if and
795+
wherever such third-party notices normally appear. The contents
796+
of the NOTICE file are for informational purposes only and
797+
do not modify the License. You may add Your own attribution
798+
notices within Derivative Works that You distribute, alongside
799+
or as an addendum to the NOTICE text from the Work, provided
800+
that such additional attribution notices cannot be construed
801+
as modifying the License.
802+
803+
You may add Your own copyright statement to Your modifications and
804+
may provide additional or different license terms and conditions
805+
for use, reproduction, or distribution of Your modifications, or
806+
for any such Derivative Works as a whole, provided Your use,
807+
reproduction, and distribution of the Work otherwise complies with
808+
the conditions stated in this License.
809+
810+
5. Submission of Contributions. Unless You explicitly state otherwise,
811+
any Contribution intentionally submitted for inclusion in the Work
812+
by You to the Licensor shall be under the terms and conditions of
813+
this License, without any additional terms or conditions.
814+
Notwithstanding the above, nothing herein shall supersede or modify
815+
the terms of any separate license agreement you may have executed
816+
with Licensor regarding such Contributions.
817+
818+
6. Trademarks. This License does not grant permission to use the trade
819+
names, trademarks, service marks, or product names of the Licensor,
820+
except as required for reasonable and customary use in describing the
821+
origin of the Work and reproducing the content of the NOTICE file.
822+
823+
7. Disclaimer of Warranty. Unless required by applicable law or
824+
agreed to in writing, Licensor provides the Work (and each
825+
Contributor provides its Contributions) on an "AS IS" BASIS,
826+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
827+
implied, including, without limitation, any warranties or conditions
828+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
829+
PARTICULAR PURPOSE. You are solely responsible for determining the
830+
appropriateness of using or redistributing the Work and assume any
831+
risks associated with Your exercise of permissions under this License.
832+
833+
8. Limitation of Liability. In no event and under no legal theory,
834+
whether in tort (including negligence), contract, or otherwise,
835+
unless required by applicable law (such as deliberate and grossly
836+
negligent acts) or agreed to in writing, shall any Contributor be
837+
liable to You for damages, including any direct, indirect, special,
838+
incidental, or consequential damages of any character arising as a
839+
result of this License or out of the use or inability to use the
840+
Work (including but not limited to damages for loss of goodwill,
841+
work stoppage, computer failure or malfunction, or any and all
842+
other commercial damages or losses), even if such Contributor
843+
has been advised of the possibility of such damages.
844+
845+
9. Accepting Warranty or Additional Liability. While redistributing
846+
the Work or Derivative Works thereof, You may choose to offer,
847+
and charge a fee for, acceptance of support, warranty, indemnity,
848+
or other liability obligations and/or rights consistent with this
849+
License. However, in accepting such obligations, You may act only
850+
on Your own behalf and on Your sole responsibility, not on behalf
851+
of any other Contributor, and only if You agree to indemnify,
852+
defend, and hold each Contributor harmless for any liability
853+
incurred by, or claims asserted against, such Contributor by reason
854+
of your accepting any such warranty or additional liability.
855+
856+
END OF TERMS AND CONDITIONS
857+
858+
APPENDIX: How to apply the Apache License to your work.
859+
860+
To apply the Apache License to your work, attach the following
861+
boilerplate notice, with the fields enclosed by brackets "[]"
862+
replaced with your own identifying information. (Don't include
863+
the brackets!) The text should be enclosed in the appropriate
864+
comment syntax for the file format. We also recommend that a
865+
file or class name and description of purpose be included on the
866+
same "printed page" as the copyright notice for easier
867+
identification within third-party archives.
868+
869+
Copyright [yyyy] [name of copyright owner]
870+
871+
Licensed under the Apache License, Version 2.0 (the "License");
872+
you may not use this file except in compliance with the License.
873+
You may obtain a copy of the License at
874+
875+
http://www.apache.org/licenses/LICENSE-2.0
876+
877+
Unless required by applicable law or agreed to in writing, software
878+
distributed under the License is distributed on an "AS IS" BASIS,
879+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
880+
See the License for the specific language governing permissions and
881+
limitations under the License.
693882
694883
```
695884

@@ -830,7 +1019,7 @@ IN THE SOFTWARE.
8301019

8311020
### semver
8321021

833-
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.6.2](https://github.com/npm/node-semver/tree/v7.6.2)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.6.2/LICENSE):
1022+
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.6.3](https://github.com/npm/node-semver/tree/v7.6.3)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.6.3/LICENSE):
8341023

8351024
```
8361025
The ISC License
@@ -853,7 +1042,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8531042

8541043
### winston-transport
8551044

856-
This product includes source derived from [winston-transport](https://github.com/winstonjs/winston-transport) ([v4.7.0](https://github.com/winstonjs/winston-transport/tree/v4.7.0)), distributed under the [MIT License](https://github.com/winstonjs/winston-transport/blob/v4.7.0/LICENSE):
1045+
This product includes source derived from [winston-transport](https://github.com/winstonjs/winston-transport) ([v4.7.1](https://github.com/winstonjs/winston-transport/tree/v4.7.1)), distributed under the [MIT License](https://github.com/winstonjs/winston-transport/blob/v4.7.1/LICENSE):
8571046

8581047
```
8591048
The MIT License (MIT)
@@ -886,7 +1075,7 @@ SOFTWARE.
8861075

8871076
### @aws-sdk/client-s3
8881077

889-
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.592.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.592.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.592.0/LICENSE):
1078+
This product includes source derived from [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3) ([v3.614.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.614.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.614.0/LICENSE):
8901079

8911080
```
8921081
Apache License
@@ -1095,7 +1284,7 @@ This product includes source derived from [@aws-sdk/client-s3](https://github.co
10951284

10961285
### @aws-sdk/s3-request-presigner
10971286

1098-
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.592.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.592.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.592.0/LICENSE):
1287+
This product includes source derived from [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3) ([v3.616.0](https://github.com/aws/aws-sdk-js-v3/tree/v3.616.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js-v3/blob/v3.616.0/LICENSE):
10991288

11001289
```
11011290
Apache License
@@ -1750,7 +1939,7 @@ This product includes source derived from [@newrelic/newrelic-oss-cli](https://g
17501939

17511940
### @newrelic/test-utilities
17521941

1753-
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v8.6.0](https://github.com/newrelic/node-test-utilities/tree/v8.6.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v8.6.0/LICENSE):
1942+
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v8.7.0](https://github.com/newrelic/node-test-utilities/tree/v8.7.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v8.7.0/LICENSE):
17541943

17551944
```
17561945
Apache License
@@ -1989,7 +2178,7 @@ THE SOFTWARE.
19892178

19902179
### @slack/bolt
19912180

1992-
This product includes source derived from [@slack/bolt](https://github.com/slackapi/bolt) ([v3.18.0](https://github.com/slackapi/bolt/tree/v3.18.0)), distributed under the [MIT License](https://github.com/slackapi/bolt/blob/v3.18.0/LICENSE):
2181+
This product includes source derived from [@slack/bolt](https://github.com/slackapi/bolt) ([v3.19.0](https://github.com/slackapi/bolt/tree/v3.19.0)), distributed under the [MIT License](https://github.com/slackapi/bolt/blob/v3.19.0/LICENSE):
19932182

19942183
```
19952184
The MIT License (MIT)
@@ -2493,7 +2682,7 @@ THE SOFTWARE.
24932682

24942683
### aws-sdk
24952684

2496-
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1636.0](https://github.com/aws/aws-sdk-js/tree/v2.1636.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1636.0/LICENSE.txt):
2685+
This product includes source derived from [aws-sdk](https://github.com/aws/aws-sdk-js) ([v2.1659.0](https://github.com/aws/aws-sdk-js/tree/v2.1659.0)), distributed under the [Apache-2.0 License](https://github.com/aws/aws-sdk-js/blob/v2.1659.0/LICENSE.txt):
24972686

24982687
```
24992688
@@ -2701,6 +2890,35 @@ This product includes source derived from [aws-sdk](https://github.com/aws/aws-s
27012890
27022891
```
27032892

2893+
### borp
2894+
2895+
This product includes source derived from [borp](https://github.com/mcollina/borp) ([v0.17.0](https://github.com/mcollina/borp/tree/v0.17.0)), distributed under the [MIT License](https://github.com/mcollina/borp/blob/v0.17.0/LICENSE):
2896+
2897+
```
2898+
MIT License
2899+
2900+
Copyright (c) 2023 Matteo Collina
2901+
2902+
Permission is hereby granted, free of charge, to any person obtaining a copy
2903+
of this software and associated documentation files (the "Software"), to deal
2904+
in the Software without restriction, including without limitation the rights
2905+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2906+
copies of the Software, and to permit persons to whom the Software is
2907+
furnished to do so, subject to the following conditions:
2908+
2909+
The above copyright notice and this permission notice shall be included in all
2910+
copies or substantial portions of the Software.
2911+
2912+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2913+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2914+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2915+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2916+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2917+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2918+
SOFTWARE.
2919+
2920+
```
2921+
27042922
### c8
27052923

27062924
This product includes source derived from [c8](https://github.com/bcoe/c8) ([v8.0.1](https://github.com/bcoe/c8/tree/v8.0.1)), distributed under the [ISC License](https://github.com/bcoe/c8/blob/v8.0.1/LICENSE.txt):
@@ -2892,7 +3110,7 @@ THE SOFTWARE.
28923110

28933111
### eslint-plugin-jsdoc
28943112

2895-
This product includes source derived from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) ([v48.2.8](https://github.com/gajus/eslint-plugin-jsdoc/tree/v48.2.8)), distributed under the [BSD-3-Clause License](https://github.com/gajus/eslint-plugin-jsdoc/blob/v48.2.8/LICENSE):
3113+
This product includes source derived from [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) ([v48.8.3](https://github.com/gajus/eslint-plugin-jsdoc/tree/v48.8.3)), distributed under the [BSD-3-Clause License](https://github.com/gajus/eslint-plugin-jsdoc/blob/v48.8.3/LICENSE):
28963114

28973115
```
28983116
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
@@ -3474,7 +3692,7 @@ SOFTWARE.
34743692

34753693
### lockfile-lint
34763694

3477-
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.13.2](https://github.com/lirantal/lockfile-lint/tree/v4.13.2)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE):
3695+
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.14.0](https://github.com/lirantal/lockfile-lint/tree/v4.14.0)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.14.0/LICENSE):
34783696

34793697
```
34803698
@@ -3701,18 +3919,31 @@ SOFTWARE.
37013919

37023920
### proxy
37033921

3704-
This product includes source derived from [proxy](https://github.com/TooTallNate/proxy-agents) ([v2.1.1](https://github.com/TooTallNate/proxy-agents/tree/v2.1.1)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v2.1.1/README.md):
3922+
This product includes source derived from [proxy](https://github.com/TooTallNate/proxy-agents) ([v2.2.0](https://github.com/TooTallNate/proxy-agents/tree/v2.2.0)), distributed under the [MIT License](https://github.com/TooTallNate/proxy-agents/blob/v2.2.0/LICENSE):
37053923

37063924
```
3707-
MIT License
3925+
(The MIT License)
37083926
3709-
Copyright (c) <year> <copyright holders>
3927+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
37103928
3711-
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:
3929+
Permission is hereby granted, free of charge, to any person obtaining
3930+
a copy of this software and associated documentation files (the
3931+
'Software'), to deal in the Software without restriction, including
3932+
without limitation the rights to use, copy, modify, merge, publish,
3933+
distribute, sublicense, and/or sell copies of the Software, and to
3934+
permit persons to whom the Software is furnished to do so, subject to
3935+
the following conditions:
37123936
3713-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3937+
The above copyright notice and this permission notice shall be
3938+
included in all copies or substantial portions of the Software.
37143939
3715-
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.
3940+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3941+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3942+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3943+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3944+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3945+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3946+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
37163947
```
37173948

37183949
### proxyquire
@@ -3748,7 +3979,7 @@ OTHER DEALINGS IN THE SOFTWARE.
37483979

37493980
### rfdc
37503981

3751-
This product includes source derived from [rfdc](https://github.com/davidmarkclements/rfdc) ([v1.3.1](https://github.com/davidmarkclements/rfdc/tree/v1.3.1)), distributed under the [MIT License](https://github.com/davidmarkclements/rfdc/blob/v1.3.1/LICENSE):
3982+
This product includes source derived from [rfdc](https://github.com/davidmarkclements/rfdc) ([v1.4.1](https://github.com/davidmarkclements/rfdc/tree/v1.4.1)), distributed under the [MIT License](https://github.com/davidmarkclements/rfdc/blob/v1.4.1/LICENSE):
37523983

37533984
```
37543985
Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
@@ -3967,7 +4198,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39674198

39684199
### @newrelic/native-metrics
39694200

3970-
This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v10.1.1](https://github.com/newrelic/node-native-metrics/tree/v10.1.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-native-metrics/blob/v10.1.1/LICENSE):
4201+
This product includes source derived from [@newrelic/native-metrics](https://github.com/newrelic/node-native-metrics) ([v10.2.0](https://github.com/newrelic/node-native-metrics/tree/v10.2.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-native-metrics/blob/v10.2.0/LICENSE):
39714202

39724203
```
39734204
Apache License

‎package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,22 @@
161161
"bench": "node ./bin/run-bench.js",
162162
"docker-env": "./bin/docker-env-vars.sh",
163163
"docs": "rm -rf ./out && jsdoc -c ./jsdoc-conf.jsonc --private -r .",
164-
"integration": "npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration tap --test-regex='(\\/|^test\\/integration\\/.*\\.tap\\.js)$' --timeout=600 --no-coverage --reporter classic",
165-
"integration:esm": "time c8 -o ./coverage/integration-esm tap --node-arg='--loader=./esm-loader.mjs' --test-regex='(test\\/integration\\/.*\\.tap\\.mjs)$' --timeout=600 --no-coverage --reporter classic",
164+
"integration": "npm run prepare-test && npm run sub-install && time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.js'",
165+
"integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs 'test/integration/**/*.tap.mjs'",
166166
"prepare-test": "npm run ssl && npm run docker-env",
167167
"lint": "eslint ./*.{js,mjs} lib test bin examples",
168168
"lint:fix": "eslint --fix, ./*.{js,mjs} lib test bin examples",
169169
"public-docs": "jsdoc -c ./jsdoc-conf.jsonc && cp examples/shim/*.png out/",
170170
"publish-docs": "./bin/publish-docs.sh",
171171
"services": "DOCKER_PLATFORM=linux/$(uname -m) docker compose up -d --wait",
172172
"services:stop": "docker compose down",
173-
"smoke": "npm run ssl && time tap test/smoke/**/**/*.tap.js --timeout=180 --no-coverage",
173+
"smoke": "npm run ssl && time borp --timeout 180000 --reporter ./test/lib/test-reporter.mjs 'test/smoke/**/*.tap.js'",
174174
"ssl": "./bin/ssl.sh",
175175
"sub-install": "node test/bin/install_sub_deps",
176176
"test": "npm run integration && npm run unit",
177177
"third-party-updates": "oss third-party manifest --includeOptDeps && oss third-party notices --includeOptDeps && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
178-
"unit": "rm -f newrelic_agent.log && time c8 -o ./coverage/unit tap --test-regex='(\\/|^test\\/unit\\/.*\\.test\\.js)$' --timeout=180 --no-coverage --reporter classic",
179-
"unit:scripts": "time c8 -o ./coverage/scripts-unit tap --test-regex='(\\/|^bin\\/test\\/.*\\.test\\.js)$' --timeout=180 --no-coverage --reporter classic",
178+
"unit": "rm -f newrelic_agent.log && time c8 -o ./coverage/unit borp --timeout 180000 --reporter ./test/lib/test-reporter.mjs 'test/unit/**/*.test.js'",
179+
"unit:scripts": "time c8 -o ./coverage/scripts-unit borp --reporter ./test/lib/test-reporter.mjs 'bin/test/*.test.js'",
180180
"update-cross-agent-tests": "./bin/update-cats.sh",
181181
"versioned-tests": "./bin/run-versioned-tests.sh",
182182
"update-changelog-version": "node ./bin/update-changelog-version",
@@ -229,6 +229,7 @@
229229
"ajv": "^6.12.6",
230230
"async": "^3.2.4",
231231
"aws-sdk": "^2.1604.0",
232+
"borp": "^0.17.0",
232233
"c8": "^8.0.1",
233234
"clean-jsdoc-theme": "^4.2.18",
234235
"commander": "^7.0.0",

‎test/lib/test-reporter.mjs

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
/*
2+
* Copyright 2024 New Relic Corporation. All rights reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
// This file provides a custom test reporter for the native test runner
7+
// included in Node.js >=18. The default `spec` reporter writes too much
8+
// information to be usable in CI, and the `dot` reporter hides which tests
9+
// failed. This custom reporter outputs nothing for successful tests, and
10+
// outputs the failing test file when any failing test has occurred.
11+
//
12+
// See https://nodejs.org/api/test.html#custom-reporters.
13+
14+
const OUTPUT_MODE = process.env.OUTPUT_MODE?.toLowerCase() ?? 'simple'
15+
const isSilent = OUTPUT_MODE === 'quiet' || OUTPUT_MODE === 'silent'
16+
17+
async function* reporter(source) {
18+
const passed = new Set()
19+
const failed = new Set()
20+
21+
for await (const event of source) {
22+
// Once v18 has been dropped, we might want to revisit the output of
23+
// cases. The `event` object is supposed to provide things like
24+
// the failing line number and column, along with the failing test name.
25+
// But on v18, we seem to only get `1` for both line and column, and the
26+
// test name gets set to the `file`. So there isn't really any point in
27+
// trying to provide more useful reports here while we need to support v18.
28+
//
29+
// The issue may also stem from the current test suites still being based
30+
// on `tap`. Once we are able to migrate the actual test code to `node:test`
31+
// we should revisit this reporter to determine if we can improve it.
32+
//
33+
// See https://nodejs.org/api/test.html#event-testfail.
34+
switch (event.type) {
35+
case 'test:pass': {
36+
passed.add(event.data.file)
37+
if (isSilent === true) {
38+
yield ''
39+
} else {
40+
yield `passed: ${event.data.file}\n`
41+
}
42+
43+
break
44+
}
45+
46+
case 'test:fail': {
47+
failed.add(event.data.file)
48+
yield `failed: ${event.data.file}\n`
49+
break
50+
}
51+
52+
default: {
53+
yield ''
54+
}
55+
}
56+
}
57+
58+
yield `\n\nFailed tests:\n`
59+
for (const file of failed) {
60+
yield `${file}\n`
61+
}
62+
yield `\n\nPassed: ${passed.size}\nFailed: ${failed.size}\nTotal: ${passed.size + failed.size}\n`
63+
}
64+
65+
export default reporter

‎third_party_manifest.json

+81-68
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "Thu Jun 06 2024 16:54:51 GMT-0400 (Eastern Daylight Time)",
2+
"lastUpdated": "Thu Jul 25 2024 14:48:26 GMT-0400 (Eastern Daylight Time)",
33
"projectName": "New Relic Node Agent",
44
"projectUrl": "https://github.com/newrelic/node-newrelic",
55
"includeOptDeps": true,
@@ -16,15 +16,15 @@
1616
"licenseTextSource": "file",
1717
"publisher": "Contrast Security"
1818
},
19-
"@newrelic/native-metrics@10.1.1": {
19+
"@newrelic/native-metrics@10.2.0": {
2020
"name": "@newrelic/native-metrics",
21-
"version": "10.1.1",
21+
"version": "10.2.0",
2222
"range": "^10.0.0",
2323
"licenses": "Apache-2.0",
2424
"repoUrl": "https://github.com/newrelic/node-native-metrics",
25-
"versionedRepoUrl": "https://github.com/newrelic/node-native-metrics/tree/v10.1.1",
25+
"versionedRepoUrl": "https://github.com/newrelic/node-native-metrics/tree/v10.2.0",
2626
"licenseFile": "node_modules/@newrelic/native-metrics/LICENSE",
27-
"licenseUrl": "https://github.com/newrelic/node-native-metrics/blob/v10.1.1/LICENSE",
27+
"licenseUrl": "https://github.com/newrelic/node-native-metrics/blob/v10.2.0/LICENSE",
2828
"licenseTextSource": "file",
2929
"publisher": "New Relic Node.js agent team",
3030
"email": "nodejs@newrelic.com"
@@ -44,15 +44,15 @@
4444
},
4545
"includeDev": true,
4646
"dependencies": {
47-
"@grpc/grpc-js@1.10.8": {
47+
"@grpc/grpc-js@1.11.1": {
4848
"name": "@grpc/grpc-js",
49-
"version": "1.10.8",
49+
"version": "1.11.1",
5050
"range": "^1.9.4",
5151
"licenses": "Apache-2.0",
5252
"repoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
53-
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.10.8",
53+
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.11.1",
5454
"licenseFile": "node_modules/@grpc/grpc-js/LICENSE",
55-
"licenseUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.10.8/LICENSE",
55+
"licenseUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.11.1/LICENSE",
5656
"licenseTextSource": "file",
5757
"publisher": "Google Inc."
5858
},
@@ -82,15 +82,15 @@
8282
"email": "w@tson.dk",
8383
"url": "https://twitter.com/wa7son"
8484
},
85-
"@newrelic/security-agent@1.3.0": {
85+
"@newrelic/security-agent@1.4.0": {
8686
"name": "@newrelic/security-agent",
87-
"version": "1.3.0",
87+
"version": "1.4.0",
8888
"range": "^1.3.0",
8989
"licenses": "UNKNOWN",
9090
"repoUrl": "https://github.com/newrelic/csec-node-agent",
91-
"versionedRepoUrl": "https://github.com/newrelic/csec-node-agent/tree/v1.3.0",
91+
"versionedRepoUrl": "https://github.com/newrelic/csec-node-agent/tree/v1.4.0",
9292
"licenseFile": "node_modules/@newrelic/security-agent/LICENSE",
93-
"licenseUrl": "https://github.com/newrelic/csec-node-agent/blob/v1.3.0/LICENSE",
93+
"licenseUrl": "https://github.com/newrelic/csec-node-agent/blob/v1.4.0/LICENSE",
9494
"licenseTextSource": "file",
9595
"publisher": "newrelic"
9696
},
@@ -120,29 +120,29 @@
120120
"publisher": "Max Ogden",
121121
"email": "max@maxogden.com"
122122
},
123-
"https-proxy-agent@7.0.4": {
123+
"https-proxy-agent@7.0.5": {
124124
"name": "https-proxy-agent",
125-
"version": "7.0.4",
125+
"version": "7.0.5",
126126
"range": "^7.0.1",
127127
"licenses": "MIT",
128128
"repoUrl": "https://github.com/TooTallNate/proxy-agents",
129-
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v7.0.4",
129+
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v7.0.5",
130130
"licenseFile": "node_modules/https-proxy-agent/LICENSE",
131-
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v7.0.4/LICENSE",
131+
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v7.0.5/LICENSE",
132132
"licenseTextSource": "file",
133133
"publisher": "Nathan Rajlich",
134134
"email": "nathan@tootallnate.net",
135135
"url": "http://n8.io/"
136136
},
137-
"import-in-the-middle@1.8.0": {
137+
"import-in-the-middle@1.9.1": {
138138
"name": "import-in-the-middle",
139-
"version": "1.8.0",
139+
"version": "1.9.1",
140140
"range": "^1.6.0",
141141
"licenses": "Apache-2.0",
142-
"repoUrl": "https://github.com/DataDog/import-in-the-middle",
143-
"versionedRepoUrl": "https://github.com/DataDog/import-in-the-middle/tree/v1.8.0",
142+
"repoUrl": "https://github.com/nodejs/import-in-the-middle",
143+
"versionedRepoUrl": "https://github.com/nodejs/import-in-the-middle/tree/v1.9.1",
144144
"licenseFile": "node_modules/import-in-the-middle/LICENSE",
145-
"licenseUrl": "https://github.com/DataDog/import-in-the-middle/blob/v1.8.0/LICENSE",
145+
"licenseUrl": "https://github.com/nodejs/import-in-the-middle/blob/v1.9.1/LICENSE",
146146
"licenseTextSource": "file",
147147
"publisher": "Bryan English",
148148
"email": "bryan.english@datadoghq.com"
@@ -199,55 +199,55 @@
199199
"licenseUrl": "https://github.com/nodejs/readable-stream/blob/v3.6.2/LICENSE",
200200
"licenseTextSource": "file"
201201
},
202-
"semver@7.6.2": {
202+
"semver@7.6.3": {
203203
"name": "semver",
204-
"version": "7.6.2",
204+
"version": "7.6.3",
205205
"range": "^7.5.2",
206206
"licenses": "ISC",
207207
"repoUrl": "https://github.com/npm/node-semver",
208-
"versionedRepoUrl": "https://github.com/npm/node-semver/tree/v7.6.2",
208+
"versionedRepoUrl": "https://github.com/npm/node-semver/tree/v7.6.3",
209209
"licenseFile": "node_modules/semver/LICENSE",
210-
"licenseUrl": "https://github.com/npm/node-semver/blob/v7.6.2/LICENSE",
210+
"licenseUrl": "https://github.com/npm/node-semver/blob/v7.6.3/LICENSE",
211211
"licenseTextSource": "file",
212212
"publisher": "GitHub Inc."
213213
},
214-
"winston-transport@4.7.0": {
214+
"winston-transport@4.7.1": {
215215
"name": "winston-transport",
216-
"version": "4.7.0",
216+
"version": "4.7.1",
217217
"range": "^4.5.0",
218218
"licenses": "MIT",
219219
"repoUrl": "https://github.com/winstonjs/winston-transport",
220-
"versionedRepoUrl": "https://github.com/winstonjs/winston-transport/tree/v4.7.0",
220+
"versionedRepoUrl": "https://github.com/winstonjs/winston-transport/tree/v4.7.1",
221221
"licenseFile": "node_modules/winston-transport/LICENSE",
222-
"licenseUrl": "https://github.com/winstonjs/winston-transport/blob/v4.7.0/LICENSE",
222+
"licenseUrl": "https://github.com/winstonjs/winston-transport/blob/v4.7.1/LICENSE",
223223
"licenseTextSource": "file",
224224
"publisher": "Charlie Robbins",
225225
"email": "charlie.robbins@gmail.com"
226226
}
227227
},
228228
"devDependencies": {
229-
"@aws-sdk/client-s3@3.592.0": {
229+
"@aws-sdk/client-s3@3.614.0": {
230230
"name": "@aws-sdk/client-s3",
231-
"version": "3.592.0",
231+
"version": "3.614.0",
232232
"range": "^3.556.0",
233233
"licenses": "Apache-2.0",
234234
"repoUrl": "https://github.com/aws/aws-sdk-js-v3",
235-
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.592.0",
235+
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.614.0",
236236
"licenseFile": "node_modules/@aws-sdk/client-s3/LICENSE",
237-
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.592.0/LICENSE",
237+
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.614.0/LICENSE",
238238
"licenseTextSource": "file",
239239
"publisher": "AWS SDK for JavaScript Team",
240240
"url": "https://aws.amazon.com/javascript/"
241241
},
242-
"@aws-sdk/s3-request-presigner@3.592.0": {
242+
"@aws-sdk/s3-request-presigner@3.616.0": {
243243
"name": "@aws-sdk/s3-request-presigner",
244-
"version": "3.592.0",
244+
"version": "3.616.0",
245245
"range": "^3.556.0",
246246
"licenses": "Apache-2.0",
247247
"repoUrl": "https://github.com/aws/aws-sdk-js-v3",
248-
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.592.0",
248+
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js-v3/tree/v3.616.0",
249249
"licenseFile": "node_modules/@aws-sdk/s3-request-presigner/LICENSE",
250-
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.592.0/LICENSE",
250+
"licenseUrl": "https://github.com/aws/aws-sdk-js-v3/blob/v3.616.0/LICENSE",
251251
"licenseTextSource": "file",
252252
"publisher": "AWS SDK for JavaScript Team",
253253
"url": "https://aws.amazon.com/javascript/"
@@ -290,15 +290,15 @@
290290
"licenseTextSource": "file",
291291
"publisher": "New Relic"
292292
},
293-
"@newrelic/test-utilities@8.6.0": {
293+
"@newrelic/test-utilities@8.7.0": {
294294
"name": "@newrelic/test-utilities",
295-
"version": "8.6.0",
295+
"version": "8.7.0",
296296
"range": "^8.5.0",
297297
"licenses": "Apache-2.0",
298298
"repoUrl": "https://github.com/newrelic/node-test-utilities",
299-
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v8.6.0",
299+
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v8.7.0",
300300
"licenseFile": "node_modules/@newrelic/test-utilities/LICENSE",
301-
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v8.6.0/LICENSE",
301+
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v8.7.0/LICENSE",
302302
"licenseTextSource": "file",
303303
"publisher": "New Relic Node.js agent team",
304304
"email": "nodejs@newrelic.com"
@@ -314,15 +314,15 @@
314314
"licenseUrl": "https://github.com/octokit/rest.js/blob/v18.12.0/LICENSE",
315315
"licenseTextSource": "file"
316316
},
317-
"@slack/bolt@3.18.0": {
317+
"@slack/bolt@3.19.0": {
318318
"name": "@slack/bolt",
319-
"version": "3.18.0",
319+
"version": "3.19.0",
320320
"range": "^3.7.0",
321321
"licenses": "MIT",
322322
"repoUrl": "https://github.com/slackapi/bolt",
323-
"versionedRepoUrl": "https://github.com/slackapi/bolt/tree/v3.18.0",
323+
"versionedRepoUrl": "https://github.com/slackapi/bolt/tree/v3.19.0",
324324
"licenseFile": "node_modules/@slack/bolt/LICENSE",
325-
"licenseUrl": "https://github.com/slackapi/bolt/blob/v3.18.0/LICENSE",
325+
"licenseUrl": "https://github.com/slackapi/bolt/blob/v3.19.0/LICENSE",
326326
"licenseTextSource": "file",
327327
"publisher": "Slack Technologies, LLC"
328328
},
@@ -376,19 +376,32 @@
376376
"licenseTextSource": "file",
377377
"publisher": "Caolan McMahon"
378378
},
379-
"aws-sdk@2.1636.0": {
379+
"aws-sdk@2.1659.0": {
380380
"name": "aws-sdk",
381-
"version": "2.1636.0",
381+
"version": "2.1659.0",
382382
"range": "^2.1604.0",
383383
"licenses": "Apache-2.0",
384384
"repoUrl": "https://github.com/aws/aws-sdk-js",
385-
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1636.0",
385+
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.1659.0",
386386
"licenseFile": "node_modules/aws-sdk/LICENSE.txt",
387-
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1636.0/LICENSE.txt",
387+
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.1659.0/LICENSE.txt",
388388
"licenseTextSource": "file",
389389
"publisher": "Amazon Web Services",
390390
"url": "https://aws.amazon.com/"
391391
},
392+
"borp@0.17.0": {
393+
"name": "borp",
394+
"version": "0.17.0",
395+
"range": "^0.17.0",
396+
"licenses": "MIT",
397+
"repoUrl": "https://github.com/mcollina/borp",
398+
"versionedRepoUrl": "https://github.com/mcollina/borp/tree/v0.17.0",
399+
"licenseFile": "node_modules/borp/LICENSE",
400+
"licenseUrl": "https://github.com/mcollina/borp/blob/v0.17.0/LICENSE",
401+
"licenseTextSource": "file",
402+
"publisher": "Matteo Collina",
403+
"email": "hello@matteocollina.com"
404+
},
392405
"c8@8.0.1": {
393406
"name": "c8",
394407
"version": "8.0.1",
@@ -480,15 +493,15 @@
480493
"publisher": "Michael Radionov",
481494
"url": "https://github.com/mradionov"
482495
},
483-
"eslint-plugin-jsdoc@48.2.8": {
496+
"eslint-plugin-jsdoc@48.8.3": {
484497
"name": "eslint-plugin-jsdoc",
485-
"version": "48.2.8",
498+
"version": "48.8.3",
486499
"range": "^48.0.5",
487500
"licenses": "BSD-3-Clause",
488501
"repoUrl": "https://github.com/gajus/eslint-plugin-jsdoc",
489-
"versionedRepoUrl": "https://github.com/gajus/eslint-plugin-jsdoc/tree/v48.2.8",
502+
"versionedRepoUrl": "https://github.com/gajus/eslint-plugin-jsdoc/tree/v48.8.3",
490503
"licenseFile": "node_modules/eslint-plugin-jsdoc/LICENSE",
491-
"licenseUrl": "https://github.com/gajus/eslint-plugin-jsdoc/blob/v48.2.8/LICENSE",
504+
"licenseUrl": "https://github.com/gajus/eslint-plugin-jsdoc/blob/v48.8.3/LICENSE",
492505
"licenseTextSource": "file",
493506
"publisher": "Gajus Kuizinas",
494507
"email": "gajus@gajus.com",
@@ -644,15 +657,15 @@
644657
"publisher": "Andrey Okonetchnikov",
645658
"email": "andrey@okonet.ru"
646659
},
647-
"lockfile-lint@4.13.2": {
660+
"lockfile-lint@4.14.0": {
648661
"name": "lockfile-lint",
649-
"version": "4.13.2",
662+
"version": "4.14.0",
650663
"range": "^4.9.6",
651664
"licenses": "Apache-2.0",
652665
"repoUrl": "https://github.com/lirantal/lockfile-lint",
653-
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.13.2",
666+
"versionedRepoUrl": "https://github.com/lirantal/lockfile-lint/tree/v4.14.0",
654667
"licenseFile": "node_modules/lockfile-lint/LICENSE",
655-
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE",
668+
"licenseUrl": "https://github.com/lirantal/lockfile-lint/blob/v4.14.0/LICENSE",
656669
"licenseTextSource": "file",
657670
"publisher": "Liran Tal",
658671
"email": "liran.tal@gmail.com",
@@ -671,16 +684,16 @@
671684
"publisher": "Pedro Teixeira",
672685
"email": "pedro.teixeira@gmail.com"
673686
},
674-
"proxy@2.1.1": {
687+
"proxy@2.2.0": {
675688
"name": "proxy",
676-
"version": "2.1.1",
689+
"version": "2.2.0",
677690
"range": "^2.1.1",
678691
"licenses": "MIT",
679692
"repoUrl": "https://github.com/TooTallNate/proxy-agents",
680-
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v2.1.1",
681-
"licenseFile": "node_modules/proxy/README.md",
682-
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v2.1.1/README.md",
683-
"licenseTextSource": "spdx",
693+
"versionedRepoUrl": "https://github.com/TooTallNate/proxy-agents/tree/v2.2.0",
694+
"licenseFile": "node_modules/proxy/LICENSE",
695+
"licenseUrl": "https://github.com/TooTallNate/proxy-agents/blob/v2.2.0/LICENSE",
696+
"licenseTextSource": "file",
684697
"publisher": "Nathan Rajlich",
685698
"email": "nathan@tootallnate.net",
686699
"url": "http://n8.io/"
@@ -697,15 +710,15 @@
697710
"licenseTextSource": "file",
698711
"publisher": "Thorsten Lorenz"
699712
},
700-
"rfdc@1.3.1": {
713+
"rfdc@1.4.1": {
701714
"name": "rfdc",
702-
"version": "1.3.1",
715+
"version": "1.4.1",
703716
"range": "^1.3.1",
704717
"licenses": "MIT",
705718
"repoUrl": "https://github.com/davidmarkclements/rfdc",
706-
"versionedRepoUrl": "https://github.com/davidmarkclements/rfdc/tree/v1.3.1",
719+
"versionedRepoUrl": "https://github.com/davidmarkclements/rfdc/tree/v1.4.1",
707720
"licenseFile": "node_modules/rfdc/LICENSE",
708-
"licenseUrl": "https://github.com/davidmarkclements/rfdc/blob/v1.3.1/LICENSE",
721+
"licenseUrl": "https://github.com/davidmarkclements/rfdc/blob/v1.4.1/LICENSE",
709722
"licenseTextSource": "file",
710723
"publisher": "David Mark Clements",
711724
"email": "david.clements@nearform.com"

0 commit comments

Comments
 (0)
Please sign in to comment.