@datapos/datapos-development 0.3.317 → 0.3.319
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.
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit dependencies utilities.
|
|
3
3
|
*/
|
|
4
|
-
export interface SeverityCounts {
|
|
5
|
-
critical: number;
|
|
6
|
-
high: number;
|
|
7
|
-
moderate: number;
|
|
8
|
-
low: number;
|
|
9
|
-
unknown: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const ALLOWED_SEVERITY_KEYS: (keyof SeverityCounts)[];
|
|
12
4
|
declare function auditDependencies(): Promise<void>;
|
|
13
5
|
export { auditDependencies };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-development",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.319",
|
|
4
4
|
"description": "A library of utilities used to manage Data Positioning repositories.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"zod": "^4.1.13"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@datapos/eslint-config-datapos": "^1.0.
|
|
41
|
+
"@datapos/eslint-config-datapos": "^1.0.18",
|
|
42
42
|
"@types/eslint-plugin-security": "^3.0.0",
|
|
43
43
|
"@types/node": "^24.10.2",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|