Skip to content

Commit

Permalink
update joi dependency (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 19, 2022
1 parent 33f1722 commit 700f6db
Show file tree
Hide file tree
Showing 7 changed files with 62,022 additions and 57,461 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Expand Up @@ -12,15 +12,6 @@ updates:
open-pull-requests-limit: 10
labels:
- 'type: dependencies'
ignore:
- dependency-name: '@hapi/joi'
versions:
- '>= 16.a'
- '< 18'
- dependency-name: '@types/hapi__joi'
versions:
- '>= 16.a'
- '< 18'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion bin/generate-schema.js
@@ -1,5 +1,5 @@
// joi-to-json-schema currently does not support v16 of Joi (https://github.com/lightsofapollo/joi-to-json-schema/issues/57)
const convert = require('joi-to-json-schema')
const { convert } = require('@koa-lite/joi-schema')
const fs = require('fs')
const { schema } = require('../lib/schema')
const inputArguments = process.argv.slice(2) || []
Expand Down

0 comments on commit 700f6db

Please sign in to comment.