diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md index 45b5ffe9c3..47b7c5bf65 100644 --- a/THIRD_PARTY_NOTICES.md +++ b/THIRD_PARTY_NOTICES.md @@ -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 diff --git a/package.json b/package.json index bee3922198..4d09f3067b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/third_party_manifest.json b/third_party_manifest.json index e94abf8c44..ec680e4029 100644 --- a/third_party_manifest.json +++ b/third_party_manifest.json @@ -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, @@ -120,15 +120,15 @@ "email": "nathan@tootallnate.net", "url": "http://n8.io/" }, - "import-in-the-middle@1.11.1": { + "import-in-the-middle@1.11.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": "bryan.english@datadoghq.com"