Skip to content

Commit

Permalink
chore(deps): bump oas-normalize from 10.1.0 to 11.0.0 (#915)
Browse files Browse the repository at this point in the history
* chore(deps): bump oas-normalize from 10.1.0 to 11.0.0

Bumps [oas-normalize](https://github.com/readmeio/oas-normalize) from 10.1.0 to 11.0.0.
- [Release notes](https://github.com/readmeio/oas-normalize/releases)
- [Commits](readmeio/oas-normalize@10.1.0...11.0.0)

---
updated-dependencies:
- dependency-name: oas-normalize
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: empty commit to trigger build

* fix: import types

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kanad Gupta <[email protected]>
  • Loading branch information
dependabot[bot] and kanadgupta authored Oct 2, 2023
1 parent c11ee63 commit 7a4c489
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mime-types": "^2.1.35",
"node-fetch": "^3.3.2",
"oas": "^21.1.1",
"oas-normalize": "^10.1.0",
"oas-normalize": "^11.0.0",
"open": "^9.1.0",
"ora": "^6.3.1",
"parse-link-header": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion src/lib/prepareOas.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { OpenAPI } from 'openapi-types';

import chalk from 'chalk';
import OASNormalize, { getAPIDefinitionType } from 'oas-normalize';
import OASNormalize from 'oas-normalize';
import { getAPIDefinitionType } from 'oas-normalize/lib/utils';
import ora from 'ora';

import isCI from './isCI.js';
Expand Down

0 comments on commit 7a4c489

Please sign in to comment.