@podium/schemas
Advanced tools
Comparing version 4.1.24 to 4.1.25
@@ -0,1 +1,8 @@ | ||
## [4.1.25](https://github.com/podium-lib/schemas/compare/v4.1.24...v4.1.25) (2021-09-12) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.3 ([a6c641f](https://github.com/podium-lib/schemas/commit/a6c641f6758ef2f143cc8b4debdf61cd9080c676)) | ||
## [4.1.24](https://github.com/podium-lib/schemas/compare/v4.1.23...v4.1.24) (2021-08-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.1.24", | ||
"version": "4.1.25", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "8.6.2", | ||
"ajv": "8.6.3", | ||
"ajv-formats": "2.1.1" | ||
@@ -41,3 +41,3 @@ }, | ||
"@semantic-release/commit-analyzer": "8.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/git": "9.0.1", | ||
"@semantic-release/github": "7.2.3", | ||
@@ -49,8 +49,8 @@ "@semantic-release/npm": "7.1.3", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.24.0", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"eslint-plugin-import": "2.24.1", | ||
"eslint-plugin-prettier": "3.4.1", | ||
"prettier": "2.2.1", | ||
"semantic-release": "17.4.3", | ||
"semantic-release": "17.4.7", | ||
"tap": "15.0.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16282