Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Updated the version of z-schema to fix vulnerability #638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Release Notes

### 0.10.5 (2022-03-01)

* Updated the version of z-schema to fix vulnerability _(Issue #636)_

### 0.10.4 (2018-07-20)

* Fix issue where an `object` with a `length` property was incorrectly traversed _(Issue #557)_
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"swagger-converter": "~0.1.7",
"traverse": "^0.6.7",
"visionmedia-debug": "~3.1.0",
"z-schema": "~3.18.4"
"z-schema": "^5.0.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-tools",
"version": "0.10.3",
"version": "0.10.5",
"description": "Various tools for using and integrating with Swagger.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -82,6 +82,6 @@
"superagent": "^3.5.2",
"swagger-converter": "^0.1.7",
"traverse": "^0.6.6",
"z-schema": "^3.15.4"
"z-schema": "^5.0.2"
}
}