diff --git a/package-lock.json b/package-lock.json index 6c13e2e748..9f426c8a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "oas-schemas", - "version": "2.0.0", + "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "oas-schemas", - "version": "2.0.0", + "version": "0.0.0", "license": "Apache-2.0", "dependencies": { "cheerio": "^1.0.0-rc.5", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0", - "respec": "35.2.3", + "respec": "35.3.0", "yargs": "^17.7.2" }, "devDependencies": { @@ -4280,9 +4280,9 @@ } }, "node_modules/respec": { - "version": "35.2.3", - "resolved": "https://registry.npmjs.org/respec/-/respec-35.2.3.tgz", - "integrity": "sha512-/nu8qOLdHUzKNMUKM9YgTFK+AW0M1qYZxGlqqIHgm4OlpPpCXqPvAcI/RrGjJohXZc67Hz6qXFZ0rEiPvvwFIg==", + "version": "35.3.0", + "resolved": "https://registry.npmjs.org/respec/-/respec-35.3.0.tgz", + "integrity": "sha512-O5yFnTyFHUH7BwfhvEIPUiFEHUP+qrf3lcOaRSw33jF2+gJ6bUeXUpVEnfGdHbi6tmIQUnX3qnYDddIQHjsU2Q==", "license": "W3C", "dependencies": { "colors": "1.4.0", diff --git a/package.json b/package.json index aff5195087..3d8f11d40f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "cheerio": "^1.0.0-rc.5", "highlight.js": "^11.11.1", "markdown-it": "^14.1.0", - "respec": "35.2.3", + "respec": "35.3.0", "yargs": "^17.7.2" }, "devDependencies": {