@swagger-api/apidom-core
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.0.0-beta.29](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2025-03-17) | ||
### Bug Fixes | ||
- **security:** eliminate CVE-2025-27789 ([#4797](https://github.com/swagger-api/apidom/issues/4797)) ([af335c3](https://github.com/swagger-api/apidom/commit/af335c3d53616b7991acc74329e61d350398997a)) | ||
# [1.0.0-beta.28](https://github.com/swagger-api/apidom/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2025-03-12) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@swagger-api/apidom-core", | ||
"version": "1.0.0-beta.28", | ||
"version": "1.0.0-beta.29", | ||
"description": "Tools for manipulating ApiDOM structures.", | ||
@@ -44,5 +44,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.20.7", | ||
"@swagger-api/apidom-ast": "^1.0.0-beta.28", | ||
"@swagger-api/apidom-error": "^1.0.0-beta.28", | ||
"@babel/runtime-corejs3": "^7.26.10", | ||
"@swagger-api/apidom-ast": "^1.0.0-beta.29", | ||
"@swagger-api/apidom-error": "^1.0.0-beta.29", | ||
"@types/ramda": "~0.30.0", | ||
@@ -66,3 +66,3 @@ "minim": "~0.23.8", | ||
], | ||
"gitHead": "388edeca4613c7bf4871996474c349c00daa2128" | ||
"gitHead": "933a3340eda0288faccbc977f0ea1712be011090" | ||
} |
927792
0.04%