We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01133f commit 0c71a49Copy full SHA for 0c71a49
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.40](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.39...v4.0.40) (2023-06-22)
2
+
3
4
+### Bug Fixes
5
6
+* CVE-2022-25883 in semver : 5.7.1 ([51d1dd0](https://github.com/sonatype-nexus-community/auditjs/commit/51d1dd00b04702f5de258ba6031001cbc4639cc4))
7
8
## [4.0.39](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.38...v4.0.39) (2022-10-31)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "auditjs",
- "version": "4.0.39",
+ "version": "4.0.40",
"description": "Audit dependencies to identify known vulnerabilities and maintenance problems",
"main": "./bin/index.js",
"bin": {
0 commit comments