Skip to content

Commit

Permalink
chore(deps): Updated to use @newrelic/ritm from require-in-the-middle (
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Feb 21, 2024
1 parent bf106d2 commit ffb729f
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 68 deletions.
64 changes: 32 additions & 32 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
* [@grpc/proto-loader](#grpcproto-loader)
* [@newrelic/aws-sdk](#newrelicaws-sdk)
* [@newrelic/koa](#newrelickoa)
* [@newrelic/ritm](#newrelicritm)
* [@newrelic/security-agent](#newrelicsecurity-agent)
* [@newrelic/superagent](#newrelicsuperagent)
* [@tyriar/fibonacci-heap](#tyriarfibonacci-heap)
Expand All @@ -28,7 +29,6 @@ code, the source code can be found at [https://github.com/newrelic/node-newrelic
* [json-stringify-safe](#json-stringify-safe)
* [module-details-from-path](#module-details-from-path)
* [readable-stream](#readable-stream)
* [require-in-the-middle](#require-in-the-middle)
* [semver](#semver)
* [winston-transport](#winston-transport)

Expand Down Expand Up @@ -919,6 +919,36 @@ Apache License
```

### @newrelic/ritm

This product includes source derived from [@newrelic/ritm](https://github.com/newrelic-forks/require-in-the-middle) ([v7.2.0](https://github.com/newrelic-forks/require-in-the-middle/tree/v7.2.0)), distributed under the [MIT License](https://github.com/newrelic-forks/require-in-the-middle/blob/v7.2.0/LICENSE):

```
The MIT License (MIT)
Copyright (c) 2016-2019, Thomas Watson Steen
Copyright (c) 2019-2023, Elasticsearch B.V.
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.
```

### @newrelic/security-agent

This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v1.0.1](https://github.com/newrelic/csec-node-agent/tree/v1.0.1)), distributed under the [UNKNOWN License](https://github.com/newrelic/csec-node-agent/blob/v1.0.1/LICENSE):
Expand Down Expand Up @@ -1406,36 +1436,6 @@ IN THE SOFTWARE.
```

### require-in-the-middle

This product includes source derived from [require-in-the-middle](https://github.com/elastic/require-in-the-middle) ([v7.2.0](https://github.com/elastic/require-in-the-middle/tree/v7.2.0)), distributed under the [MIT License](https://github.com/elastic/require-in-the-middle/blob/v7.2.0/LICENSE):

```
The MIT License (MIT)
Copyright (c) 2016-2019, Thomas Watson Steen
Copyright (c) 2019-2023, Elasticsearch B.V.
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.
```

### semver

This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.6.0](https://github.com/npm/node-semver/tree/v7.6.0)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.6.0/LICENSE):
Expand Down Expand Up @@ -2426,7 +2426,7 @@ THE SOFTWARE.

### eslint-plugin-jsdoc

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

```
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
Expand Down
2 changes: 1 addition & 1 deletion lib/shimmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const fs = require('./util/unwrapped-core').fs
const logger = require('./logger').child({ component: 'shimmer' })
const INSTRUMENTATIONS = require('./instrumentations')()
const shims = require('./shim')
const { Hook } = require('require-in-the-middle')
const { Hook } = require('@newrelic/ritm')
const IitmHook = require('import-in-the-middle')
const { nrEsmProxy } = require('./symbols')
let pkgsToHook = []
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^7.1.0",
"@newrelic/koa": "^8.0.1",
"@newrelic/ritm": "^7.2.0",
"@newrelic/security-agent": "^1.0.1",
"@newrelic/superagent": "^7.0.1",
"@tyriar/fibonacci-heap": "^2.0.7",
Expand All @@ -205,7 +206,6 @@
"json-stringify-safe": "^5.0.0",
"module-details-from-path": "^1.0.3",
"readable-stream": "^3.6.1",
"require-in-the-middle": "^7.2.0",
"semver": "^7.5.2",
"winston-transport": "^4.5.0"
},
Expand Down
40 changes: 20 additions & 20 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Wed Feb 07 2024 12:18:02 GMT-0500 (Eastern Standard Time)",
"lastUpdated": "Wed Feb 21 2024 15:11:52 GMT-0500 (Eastern Standard Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -94,6 +94,20 @@
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
},
"@newrelic/ritm@7.2.0": {
"name": "@newrelic/ritm",
"version": "7.2.0",
"range": "^7.2.0",
"licenses": "MIT",
"repoUrl": "https://github.com/newrelic-forks/require-in-the-middle",
"versionedRepoUrl": "https://github.com/newrelic-forks/require-in-the-middle/tree/v7.2.0",
"licenseFile": "node_modules/@newrelic/ritm/LICENSE",
"licenseUrl": "https://github.com/newrelic-forks/require-in-the-middle/blob/v7.2.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Thomas Watson Steen",
"email": "w@tson.dk",
"url": "https://twitter.com/wa7son"
},
"@newrelic/security-agent@1.0.1": {
"name": "@newrelic/security-agent",
"version": "1.0.1",
Expand Down Expand Up @@ -224,20 +238,6 @@
"licenseUrl": "https://github.com/nodejs/readable-stream/blob/v3.6.2/LICENSE",
"licenseTextSource": "file"
},
"require-in-the-middle@7.2.0": {
"name": "require-in-the-middle",
"version": "7.2.0",
"range": "^7.2.0",
"licenses": "MIT",
"repoUrl": "https://github.com/elastic/require-in-the-middle",
"versionedRepoUrl": "https://github.com/elastic/require-in-the-middle/tree/v7.2.0",
"licenseFile": "node_modules/require-in-the-middle/LICENSE",
"licenseUrl": "https://github.com/elastic/require-in-the-middle/blob/v7.2.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Thomas Watson Steen",
"email": "w@tson.dk",
"url": "https://twitter.com/wa7son"
},
"semver@7.6.0": {
"name": "semver",
"version": "7.6.0",
Expand Down Expand Up @@ -441,15 +441,15 @@
"publisher": "Michael Radionov",
"url": "https://github.com/mradionov"
},
"eslint-plugin-jsdoc@39.9.1": {
"eslint-plugin-jsdoc@48.0.6": {
"name": "eslint-plugin-jsdoc",
"version": "39.9.1",
"range": "^39.3.6",
"version": "48.0.6",
"range": "^48.0.5",
"licenses": "BSD-3-Clause",
"repoUrl": "https://github.com/gajus/eslint-plugin-jsdoc",
"versionedRepoUrl": "https://github.com/gajus/eslint-plugin-jsdoc/tree/v39.9.1",
"versionedRepoUrl": "https://github.com/gajus/eslint-plugin-jsdoc/tree/v48.0.6",
"licenseFile": "node_modules/eslint-plugin-jsdoc/LICENSE",
"licenseUrl": "https://github.com/gajus/eslint-plugin-jsdoc/blob/v39.9.1/LICENSE",
"licenseUrl": "https://github.com/gajus/eslint-plugin-jsdoc/blob/v48.0.6/LICENSE",
"licenseTextSource": "file",
"publisher": "Gajus Kuizinas",
"email": "gajus@gajus.com",
Expand Down

0 comments on commit ffb729f

Please sign in to comment.