Skip to content

Commit 0507cd3

Browse files
committed
added change logs
1 parent 1031ae9 commit 0507cd3

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v2.4.0 (2025-03-20)
2+
#### Features
3+
* Support for gRPC error reporting
4+
* Support to detect API endpoints in next.js framework
5+
#### Miscellaneous chores
6+
* Updated axios to v1.8.4
7+
18
### v2.3.2 (2025-03-11)
29
#### Bug fixes
310
* Updated axios to v1.8.2

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.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):
81+
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.8.4](https://github.com/axios/axios/tree/v1.8.4)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.8.4/LICENSE):
8282

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

third_party_manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"lastUpdated": "Tue Mar 11 2025 10:56:00 GMT+0530 (India Standard Time)",
2+
"lastUpdated": "Thu Mar 20 2025 14:22:03 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-
8+
99
"name": "axios",
10-
"version": "1.8.2",
11-
"range": "^1.8.2",
10+
"version": "1.8.4",
11+
"range": "^1.8.4",
1212
"licenses": "MIT",
1313
"repoUrl": "https://github.com/axios/axios",
14-
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.8.2",
14+
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.8.4",
1515
"licenseFile": "node_modules/axios/LICENSE",
16-
"licenseUrl": "https://github.com/axios/axios/blob/v1.8.2/LICENSE",
16+
"licenseUrl": "https://github.com/axios/axios/blob/v1.8.4/LICENSE",
1717
"licenseTextSource": "file",
1818
"publisher": "Matt Zabriskie"
1919
},

0 commit comments

Comments
 (0)