Skip to content

Commit 25b0f8f

Browse files
authored
Merge branch 'main' into nextjs_api_endpoints
2 parents 9b729d0 + 13ae0aa commit 25b0f8f

6 files changed

+27
-18
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.3.2 (2025-03-11)
2+
#### Bug fixes
3+
* Updated axios to v1.8.2
4+
#### Miscellaneous chores
5+
* Updated readme
6+
7+
18
### v2.3.1 (2025-02-04)
29
#### Bug fixes
310
* Removed docker-cli-js dependency and updated mongodb unit test case (#283)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ The [Developer docs](http://newrelic.github.io/node-newrelic/) for writing instr
5151
- `https`
5252
- `fs`
5353
- `child_process`
54+
- `vm`
5455
- [mysql](https://www.npmjs.com/package/mysql)(2.16.x and above)
5556
- [mysql2](https://www.npmjs.com/package/mysql2) (2.x and above)
5657
- [pg](https://www.npmjs.com/package/pg)(7.x and above)
@@ -68,6 +69,7 @@ The [Developer docs](http://newrelic.github.io/node-newrelic/) for writing instr
6869
- [xpath](https://www.npmjs.com/package/xpath)(0.0.20 and above)
6970
- [xpath.js](https://www.npmjs.com/package/xpath.js)(0.0.1 and above)
7071
- [undici](https://www.npmjs.com/package/undici)(4.7.0 and above)
72+
- [next](https://www.npmjs.com/package/next)(13.4.19 and above)
7173

7274
For more information, please see New Relic Node.js agent [compatibility and requirements](https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent/).
7375

THIRD_PARTY_NOTICES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ code, the source code can be found at [https://github.com/newrelic/csec-node-age
7878

7979
### axios
8080

81-
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.7.9](https://github.com/axios/axios/tree/v1.7.9)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.7.9/LICENSE):
81+
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.8.2](https://github.com/axios/axios/tree/v1.8.2)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.8.2/LICENSE):
8282

8383
```
8484
# Copyright (c) 2014-present Matt Zabriskie & Collaborators

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/security-agent",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "New Relic Security Agent for Node.js",
55
"main": "index.js",
66
"jsonVersion": "1.2.9",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/newrelic/csec-node-agent.git"
4040
},
4141
"dependencies": {
42-
"axios": "^1.7.9",
42+
"axios": "^1.8.2",
4343
"check-disk-space": "^3.4.0",
4444
"content-type": "^1.0.5",
4545
"cron": "^3.1.7",

third_party_manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"lastUpdated": "Tue Feb 04 2025 09:42:23 GMT+0530 (India Standard Time)",
2+
"lastUpdated": "Tue Mar 11 2025 10:56:00 GMT+0530 (India Standard Time)",
33
"projectName": "@newrelic/security-agent",
44
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
55
"includeOptDeps": false,
66
"includeDev": true,
77
"dependencies": {
8-
"axios@1.7.9": {
8+
"axios@1.8.2": {
99
"name": "axios",
10-
"version": "1.7.9",
11-
"range": "^1.7.9",
10+
"version": "1.8.2",
11+
"range": "^1.8.2",
1212
"licenses": "MIT",
1313
"repoUrl": "https://github.com/axios/axios",
14-
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.7.9",
14+
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.8.2",
1515
"licenseFile": "node_modules/axios/LICENSE",
16-
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.9/LICENSE",
16+
"licenseUrl": "https://github.com/axios/axios/blob/v1.8.2/LICENSE",
1717
"licenseTextSource": "file",
1818
"publisher": "Matt Zabriskie"
1919
},

0 commit comments

Comments
 (0)