Skip to content

Commit

Permalink
chore(release): 4.0.46 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.46](v4.0.45...v4.0.46) (2024-11-13)

### Bug Fixes

* latest mock-fs fixes failing unit tests after other updates, resolve CVE-2024-21538 in cross-spawn 7.0.3 ([7a66cbb](7a66cbb))
* resolve CVE-2024-21538 in cross-spawn : 7.0.3 ([4ade2a7](4ade2a7))
* resolve CVE-2024-21538 in cross-spawn : 7.0.3 (update CI node version) ([d3378f5](d3378f5))
* resolve CVE-2024-4068 in braces : 3.0.2 ([d065149](d065149))
* update CI 'release' target to use latest semantic-release, now that we use newer node version ([e2ac821](e2ac821))
  • Loading branch information
sonatype-community committed Nov 13, 2024
1 parent 20b4052 commit d18ff4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.0.46](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.45...v4.0.46) (2024-11-13)


### Bug Fixes

* latest mock-fs fixes failing unit tests after other updates, resolve CVE-2024-21538 in cross-spawn 7.0.3 ([7a66cbb](https://github.com/sonatype-nexus-community/auditjs/commit/7a66cbb5f7bd88e2ee6ccff70cb5ca2c88ee4846))
* resolve CVE-2024-21538 in cross-spawn : 7.0.3 ([4ade2a7](https://github.com/sonatype-nexus-community/auditjs/commit/4ade2a7fd575bb7adf33191e14ab9ee7ef2786a9))
* resolve CVE-2024-21538 in cross-spawn : 7.0.3 (update CI node version) ([d3378f5](https://github.com/sonatype-nexus-community/auditjs/commit/d3378f5b0c82f201558a74dc1496540f2306c90a))
* resolve CVE-2024-4068 in braces : 3.0.2 ([d065149](https://github.com/sonatype-nexus-community/auditjs/commit/d06514982d97f9f5258b98e1a6f5731e899b79c4))
* update CI 'release' target to use latest semantic-release, now that we use newer node version ([e2ac821](https://github.com/sonatype-nexus-community/auditjs/commit/e2ac821e5934a40a8d9f71666d7ca77f77a9984f))

## [4.0.45](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.44...v4.0.45) (2024-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auditjs",
"version": "4.0.45",
"version": "4.0.46",
"description": "Audit dependencies to identify known vulnerabilities and maintenance problems",
"main": "./bin/index.js",
"bin": {
Expand Down

0 comments on commit d18ff4c

Please sign in to comment.