Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgraded import-in-the-middle to work around a bug introduced in 1.11.1 #2618

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

### import-in-the-middle

This product includes source derived from [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) ([v1.11.1](https://github.com/nodejs/import-in-the-middle/tree/v1.11.1)), distributed under the [Apache-2.0 License](https://github.com/nodejs/import-in-the-middle/blob/v1.11.1/LICENSE):
This product includes source derived from [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) ([v1.11.2](https://github.com/nodejs/import-in-the-middle/tree/v1.11.2)), distributed under the [Apache-2.0 License](https://github.com/nodejs/import-in-the-middle/blob/v1.11.2/LICENSE):

```
Apache License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"@tyriar/fibonacci-heap": "^2.0.7",
"concat-stream": "^2.0.0",
"https-proxy-agent": "^7.0.1",
"import-in-the-middle": "1.11.0",
"import-in-the-middle": "^1.11.2",
"json-bigint": "^1.0.0",
"json-stringify-safe": "^5.0.0",
"module-details-from-path": "^1.0.3",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Sep 27 2024 11:07:28 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Mon Sep 30 2024 10:50:22 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -120,15 +120,15 @@
"email": "[email protected]",
"url": "http://n8.io/"
},
"[email protected].1": {
"[email protected].2": {
"name": "import-in-the-middle",
"version": "1.11.1",
"range": "1.11.0",
"version": "1.11.2",
"range": "^1.11.2",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/nodejs/import-in-the-middle",
"versionedRepoUrl": "https://github.com/nodejs/import-in-the-middle/tree/v1.11.1",
"versionedRepoUrl": "https://github.com/nodejs/import-in-the-middle/tree/v1.11.2",
"licenseFile": "node_modules/import-in-the-middle/LICENSE",
"licenseUrl": "https://github.com/nodejs/import-in-the-middle/blob/v1.11.1/LICENSE",
"licenseUrl": "https://github.com/nodejs/import-in-the-middle/blob/v1.11.2/LICENSE",
"licenseTextSource": "file",
"publisher": "Bryan English",
"email": "[email protected]"
Expand Down
Loading