diff --git a/package-lock.json b/package-lock.json index 2f8a5f0da..30e6f8362 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8097,31 +8097,13 @@ } }, "hapi-swaggered": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/hapi-swaggered/-/hapi-swaggered-2.12.2.tgz", - "integrity": "sha512-ZL1hG7ddQf1x7IvDanR1Rb4GiiZhAfGDl4pA5LEeamM0XKiNSwdMlChKJd+MTqqqUSNHDKu9t7ru7YtsEgRhzQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hapi-swaggered/-/hapi-swaggered-3.1.0.tgz", + "integrity": "sha512-TD8TQtN21NlAS3n40atuiBtJUvfGCs+21OEYbDwkwJ2cKQP6XY8g1iIk0StMHh07jlj6uGlsJoFv6bIe2SFrWQ==", "requires": { - "hoek": "^4.2.0", - "joi": "^10.6.0", - "lodash": "^4.17.4" - }, - "dependencies": { - "hoek": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", - "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - } + "hoek": "^6.1.3", + "joi": "^14.3.1", + "lodash": "^4.17.15" } }, "hapi-swaggered-ui": { diff --git a/package.json b/package.json index 31af81a2a..a8c6706fc 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "hapi-auth-cookie": "7.1.0", "hapi-graceful-shutdown-plugin": "1.0.1", "hapi-mustache": "0.0.1", - "hapi-swaggered": "2.12.2", + "hapi-swaggered": "3.1.0", "hapi-swaggered-ui": "2.6.2", "http-status-codes": "1.4.0", "inert": "4.2.1",