mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-26 04:31:02 -05:00
Snyk has created this PR to upgrade @openapi-contrib/json-schema-to-openapi-schema from 1.2.0 to 1.3.0. See this package in npm: https://www.npmjs.com/package/@openapi-contrib/json-schema-to-openapi-schema See this project in Snyk: https://app.snyk.io/org/generall/project/c2542b2d-d01b-437b-a5c7-acdb8524555a?utm_source=github&utm_medium=referral&page=upgrade-pr
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"name": "tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "convert.js",
|
|
"dependencies": {
|
|
"@openapi-contrib/json-schema-to-openapi-schema": "^1.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"convert": "node convert.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|