diff --git a/package-lock.json b/package-lock.json index dee3fa7f5..ea2c079e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -908,6 +908,40 @@ "protobufjs": "^6.8.6" } }, + "@hapi/address": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", + "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==" + }, + "@hapi/bourne": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-1.3.2.tgz", + "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==" + }, + "@hapi/hoek": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" + }, + "@hapi/joi": { + "version": "15.1.1", + "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-15.1.1.tgz", + "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==", + "requires": { + "@hapi/address": "2.x.x", + "@hapi/bourne": "1.x.x", + "@hapi/hoek": "8.x.x", + "@hapi/topo": "3.x.x" + } + }, + "@hapi/topo": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz", + "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==", + "requires": { + "@hapi/hoek": "^8.3.0" + } + }, "@istanbuljs/load-nyc-config": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", @@ -8149,29 +8183,11 @@ } }, "hapi-graceful-shutdown-plugin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/hapi-graceful-shutdown-plugin/-/hapi-graceful-shutdown-plugin-1.0.1.tgz", - "integrity": "sha1-PhiHEHo/qtXXUdo73i1+7xOreQQ=", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/hapi-graceful-shutdown-plugin/-/hapi-graceful-shutdown-plugin-2.0.8.tgz", + "integrity": "sha512-iRksIB1/YEPgd/IWsR27UJO3tQqIOvsT0DpEPMi+IggbL3Ce4em1mADFfH+afpAs50/f8NW+egP7dYFjHBtjWg==", "requires": { - "joi": "^10.2.2" - }, - "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" - } - } + "@hapi/joi": "^15.0.1" } }, "hapi-mustache": { diff --git a/package.json b/package.json index 208002ef0..10379c0a6 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "halacious": "5.1.2", "hapi": "16.7.0", "hapi-auth-cookie": "7.1.0", - "hapi-graceful-shutdown-plugin": "1.0.1", + "hapi-graceful-shutdown-plugin": "2.0.8", "hapi-mustache": "0.0.1", "hapi-swaggered": "2.12.2", "hapi-swaggered-ui": "2.6.2",