mobbdev 1.0.131 → 1.0.132

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -5141,7 +5141,7 @@ var ProjectVulnerabilityReport = z11.object({
5141
5141
  fixReport: z11.object({
5142
5142
  id: z11.string().uuid(),
5143
5143
  createdOn: z11.string(),
5144
- vulnerabilityReportIssuesFixedCount: z11.object({
5144
+ vulnerabilityReportIrrelevantIssuesCount: z11.object({
5145
5145
  vulnerabilityReportIssues_aggregate: z11.object({
5146
5146
  aggregate: z11.object({ count: z11.number() })
5147
5147
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "1.0.131",
3
+ "version": "1.0.132",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",