diff --git a/THIRD_PARTY_NOTICES.md b/THIRD_PARTY_NOTICES.md index 2fe10bd1d..5b4fec733 100644 --- a/THIRD_PARTY_NOTICES.md +++ b/THIRD_PARTY_NOTICES.md @@ -951,7 +951,7 @@ 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): +This product includes source derived from [@newrelic/security-agent](https://github.com/newrelic/csec-node-agent) ([v1.1.1](https://github.com/newrelic/csec-node-agent/tree/v1.1.1)), distributed under the [UNKNOWN License](https://github.com/newrelic/csec-node-agent/blob/v1.1.1/LICENSE): ``` ## New Relic Software License v1.0 diff --git a/package-lock.json b/package-lock.json index 1bf73b54e..96f62bb0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@newrelic/aws-sdk": "^7.3.0", "@newrelic/koa": "^9.0.0", "@newrelic/ritm": "^7.2.0", - "@newrelic/security-agent": "1.0.1", + "@newrelic/security-agent": "^1.1.1", "@newrelic/superagent": "^7.0.1", "@tyriar/fibonacci-heap": "^2.0.7", "concat-stream": "^2.0.0", @@ -961,11 +961,11 @@ } }, "node_modules/@newrelic/security-agent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@newrelic/security-agent/-/security-agent-1.0.1.tgz", - "integrity": "sha512-Ao5MTULa6CzI8a2poRdQ31jJA0Exv99eyewfMHYbJGAY3H4rj6TZs08rGtrDK9ZyjNTalM/DHhyyTTDq+FJM+Q==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@newrelic/security-agent/-/security-agent-1.1.1.tgz", + "integrity": "sha512-HGeKOPGKIr27vjTpW3j+tRLPT0HmGOIjcnyvgGZyXJXampCY3g79mpvcM5B6DcTAU5qI/LeZq1q+jLmtGHz+AA==", "dependencies": { - "axios": "^1.6.5", + "axios": "^1.6.8", "check-disk-space": "^3.4.0", "content-type": "^1.0.5", "fast-safe-stringify": "^2.1.1", diff --git a/package.json b/package.json index 79e5da2bb..fd65eef55 100644 --- a/package.json +++ b/package.json @@ -196,7 +196,7 @@ "@newrelic/aws-sdk": "^7.3.0", "@newrelic/koa": "^9.0.0", "@newrelic/ritm": "^7.2.0", - "@newrelic/security-agent": "1.0.1", + "@newrelic/security-agent": "^1.1.1", "@newrelic/superagent": "^7.0.1", "@tyriar/fibonacci-heap": "^2.0.7", "concat-stream": "^2.0.0", diff --git a/third_party_manifest.json b/third_party_manifest.json index 767427e10..b29c46d12 100644 --- a/third_party_manifest.json +++ b/third_party_manifest.json @@ -1,5 +1,5 @@ { - "lastUpdated": "Wed Mar 20 2024 08:44:47 GMT-0400 (Eastern Daylight Time)", + "lastUpdated": "Thu Mar 21 2024 15:16:56 GMT+0530 (India Standard Time)", "projectName": "New Relic Node Agent", "projectUrl": "https://github.com/newrelic/node-newrelic", "includeOptDeps": true, @@ -108,15 +108,15 @@ "email": "w@tson.dk", "url": "https://twitter.com/wa7son" }, - "@newrelic/security-agent@1.0.1": { + "@newrelic/security-agent@1.1.1": { "name": "@newrelic/security-agent", - "version": "1.0.1", - "range": "1.0.1", + "version": "1.1.1", + "range": "^1.1.1", "licenses": "UNKNOWN", "repoUrl": "https://github.com/newrelic/csec-node-agent", - "versionedRepoUrl": "https://github.com/newrelic/csec-node-agent/tree/v1.0.1", + "versionedRepoUrl": "https://github.com/newrelic/csec-node-agent/tree/v1.1.1", "licenseFile": "node_modules/@newrelic/security-agent/LICENSE", - "licenseUrl": "https://github.com/newrelic/csec-node-agent/blob/v1.0.1/LICENSE", + "licenseUrl": "https://github.com/newrelic/csec-node-agent/blob/v1.1.1/LICENSE", "licenseTextSource": "file", "publisher": "newrelic" },