Upgrade Joi (#3505)

* upgrade joi
* find & replace ALL THE THINGS
* update related deps
This commit is contained in:
chris48s
2019-06-02 21:59:55 +01:00
committed by GitHub
parent b95811ba40
commit 8621fe42d7
295 changed files with 356 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
const Joi = require('joi')
const Joi = require('@hapi/joi')
const { toSvgColor } = require('../gh-badges/lib/color')
const coalesce = require('../core/base-service/coalesce')
const { svg2base64 } = require('./svg-helpers')