@rork8s/ror-resources 1.15.6 → 1.15.7

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.
@@ -240,7 +240,7 @@ export interface VulnerableVersion {
240
240
  }
241
241
  export interface CVE {
242
242
  id: string;
243
- csvss: string;
243
+ cvss: string;
244
244
  title: string;
245
245
  description: string;
246
246
  references: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "ROR Team",
3
- "commit": "5474206",
3
+ "commit": "eb80cd0",
4
4
  "description": "ROR resource models",
5
5
  "devDependencies": {
6
6
  "prettier": "^3.4.2",
@@ -57,5 +57,5 @@
57
57
  }
58
58
  },
59
59
  "typings": "dist/index.d.ts",
60
- "version": "1.15.6"
60
+ "version": "1.15.7"
61
61
  }
Binary file
package/src/resources.ts CHANGED
@@ -234,7 +234,7 @@ export interface VulnerableVersion {
234
234
  }
235
235
  export interface CVE {
236
236
  id: string;
237
- csvss: string;
237
+ cvss: string;
238
238
  title: string;
239
239
  description: string;
240
240
  references: string[];
Binary file