Skip to content

Commit

Permalink
Release v1.5.0 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: sumitsuthar <gh-actions-sumitsuthar@github.com>
Co-authored-by: Sumit Suthar <ssuthar@newrelic.com>
  • Loading branch information
3 people authored Aug 14, 2024
1 parent df7379c commit 61cb472
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v1.5.0 (2024-08-14)
#### Features
* Support for Node.js v22.x
#### Bug fixes
* Fix for traceId in error reporting
#### Miscellaneous chores
* (deps): bumped axios from 1.6.8 to 1.7.4
* (deps-dev): bumped ws from 7.5.9 to 8.18.0
#### Continuous integration
* Added Node.js v22.x to unit tests

### v1.4.0 (2024-06-24)
#### Features
* Added support to report application's errors while IAST scanning
Expand Down
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ code, the source code can be found at [https://github.com/newrelic/csec-node-age

### axios

This product includes source derived from [axios](https://github.com/axios/axios) ([v1.7.2](https://github.com/axios/axios/tree/v1.7.2)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.7.2/LICENSE):
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.7.4](https://github.com/axios/axios/tree/v1.7.4)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.7.4/LICENSE):

```
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/security-agent",
"version": "1.4.0",
"version": "1.5.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.2.3",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"lastUpdated": "Mon Jun 24 2024 16:50:11 GMT+0530 (India Standard Time)",
"lastUpdated": "Wed Aug 14 2024 10:38:44 GMT+0530 (India Standard Time)",
"projectName": "@newrelic/security-agent",
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
"includeOptDeps": false,
"includeDev": true,
"dependencies": {
"axios@1.7.2": {
"axios@1.7.4": {
"name": "axios",
"version": "1.7.2",
"range": "^1.6.8",
"version": "1.7.4",
"range": "^1.7.4",
"licenses": "MIT",
"repoUrl": "https://github.com/axios/axios",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.7.2",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.7.4",
"licenseFile": "node_modules/axios/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.2/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v1.7.4/LICENSE",
"licenseTextSource": "file",
"publisher": "Matt Zabriskie"
},
Expand Down

0 comments on commit 61cb472

Please sign in to comment.