Skip to content
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
chore: Upgraded import-in-the-middle to work around a bug introduce…
…d in 1.11.1
  • Loading branch information
bizob2828 committed Sep 30, 2024
commit 5ad67b7b8c0dbb6becb874b6444b1b3e8f42a469
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