@podium/schemas
Advanced tools
+7
-0
@@ -0,1 +1,8 @@ | ||
| ## [5.1.2](https://github.com/podium-lib/schemas/compare/v5.1.1...v5.1.2) (2026-02-14) | ||
| ### Bug Fixes | ||
| * **deps:** update dependency ajv to v8.18.0 ([#269](https://github.com/podium-lib/schemas/issues/269)) ([d996203](https://github.com/podium-lib/schemas/commit/d9962036fd2f3ef13cb79eb88078d1a828e3381d)) | ||
| ## [5.1.1](https://github.com/podium-lib/schemas/compare/v5.1.0...v5.1.1) (2025-12-12) | ||
@@ -2,0 +9,0 @@ |
+6
-6
| { | ||
| "name": "@podium/schemas", | ||
| "version": "5.1.1", | ||
| "version": "5.1.2", | ||
| "type": "module", | ||
@@ -43,13 +43,13 @@ "description": "Schemas for validating the @podium contract.", | ||
| "dependencies": { | ||
| "ajv": "8.17.1", | ||
| "ajv": "8.18.0", | ||
| "ajv-formats": "3.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@podium/eslint-config": "1.0.19", | ||
| "@podium/eslint-config": "1.0.21", | ||
| "@podium/semantic-release-config": "3.0.0", | ||
| "@podium/typescript-config": "1.0.0", | ||
| "@types/node": "24.10.1", | ||
| "eslint": "9.39.1", | ||
| "@types/node": "24.10.9", | ||
| "eslint": "9.39.2", | ||
| "npm-run-all2": "8.0.4", | ||
| "prettier": "3.7.4", | ||
| "prettier": "3.8.1", | ||
| "semantic-release": "25.0.2", | ||
@@ -56,0 +56,0 @@ "tap": "21.5.0", |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
42746
0.73%+ Added
- Removed
Updated