Skip to content

Commit 2963851

Browse files
chore(release): 1.33.2 [skip ci]
## ibm-openapi-validator [1.33.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.2) (2025-02-12) ### Bug Fixes * **build:** add override for jsonpath-plus to avoid CVE ([#729](#729)) ([ef4f34d](ef4f34d)) ### Dependencies * **@ibm-cloud/openapi-ruleset:** upgraded to 1.29.2 * **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.7.1
1 parent 0d0f820 commit 2963851

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

packages/validator/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## ibm-openapi-validator [1.33.2](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.2) (2025-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** add override for jsonpath-plus to avoid CVE ([#729](https://github.com/IBM/openapi-validator/issues/729)) ([ef4f34d](https://github.com/IBM/openapi-validator/commit/ef4f34d6c7ef03c120994c7d446dd1694d1d0c72))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@ibm-cloud/openapi-ruleset:** upgraded to 1.29.2
15+
* **@ibm-cloud/openapi-ruleset-utilities:** upgraded to 1.7.1
16+
117
## ibm-openapi-validator [1.33.1](https://github.com/IBM/openapi-validator/compare/[email protected]@1.33.1) (2025-02-07)
218

319

packages/validator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm-openapi-validator",
33
"description": "Configurable and extensible validator/linter for OpenAPI documents",
4-
"version": "1.33.1",
4+
"version": "1.33.2",
55
"private": false,
66
"repository": {
77
"type": "git",
@@ -23,8 +23,8 @@
2323
"pkg": "../../scripts/create-binaries.sh"
2424
},
2525
"dependencies": {
26-
"@ibm-cloud/openapi-ruleset": "1.29.1",
27-
"@ibm-cloud/openapi-ruleset-utilities": "1.7.0",
26+
"@ibm-cloud/openapi-ruleset": "1.29.2",
27+
"@ibm-cloud/openapi-ruleset-utilities": "1.7.1",
2828
"@stoplight/spectral-cli": "^6.14.2",
2929
"@stoplight/spectral-core": "^1.19.4",
3030
"@stoplight/spectral-parsers": "^1.0.5",

0 commit comments

Comments
 (0)