Skip to content

Commit 9411a6a

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.47...v4.1.0) (2026-01-27) ### Bug Fixes * Bump `glob` to resolve CVE-2025-64756 ([66a817c](66a817c)) * Bump `js-yaml` to avert CVE-2025-64718 [#282](#282) ([2c9ca71](2c9ca71)) * Resolve test issues due to dependency updates ([284c930](284c930)) ### Features * Work to align to latest Sonatype Community Standards ([4ee3453](4ee3453))
1 parent c51642b commit 9411a6a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.1.0](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.47...v4.1.0) (2026-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Bump `glob` to resolve CVE-2025-64756 ([66a817c](https://github.com/sonatype-nexus-community/auditjs/commit/66a817cf468f5071f34bae0dcd8b35e394ec5ba1))
7+
* Bump `js-yaml` to avert CVE-2025-64718 [#282](https://github.com/sonatype-nexus-community/auditjs/issues/282) ([2c9ca71](https://github.com/sonatype-nexus-community/auditjs/commit/2c9ca71652439d4e6347d4d9ff6fd29b4f010874))
8+
* Resolve test issues due to dependency updates ([284c930](https://github.com/sonatype-nexus-community/auditjs/commit/284c930539835d388a005d9bfc4fe7c7c68c25aa))
9+
10+
11+
### Features
12+
13+
* Work to align to latest Sonatype Community Standards ([4ee3453](https://github.com/sonatype-nexus-community/auditjs/commit/4ee34535f046e264d2ebbb2308d48fadc9f2ff2a))
14+
115
## [4.0.47](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.46...v4.0.47) (2025-06-17)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auditjs",
3-
"version": "4.0.47",
3+
"version": "4.1.0",
44
"description": "Audit dependencies to identify known vulnerabilities and maintenance problems",
55
"main": "./bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)