diff --git a/package-lock.json b/package-lock.json index 7a67861..3bdc32d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -473,20 +473,12 @@ } }, "@hapi/code": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.1.tgz", - "integrity": "sha512-mJS+UNpGHo3O2+tazy8W7Bsh8ozLnDfZsCbUxrc74LVSqRcC4la6Ue8kM5e+xMWh79zA4E+8tOJTnrydFiEELQ==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/@hapi/code/-/code-9.0.2.tgz", + "integrity": "sha512-9qEX9EK2daHgupwYqt77mExWo1zsuk1uGKHP9VLajitZM57g/ndMQXMMAZsoh3BgyccWrDx3Td6Ub6z9l0PrSg==", "dev": true, "requires": { "@hapi/hoek": "10.x.x" - }, - "dependencies": { - "@hapi/hoek": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.0.tgz", - "integrity": "sha512-CeNFz1JcLZ5xE8Vc9aau37cgHw9bxXqSDK/D55GF2GAOv0n0XjyyjSodHtKahB7A1tV3FlgCpijp3zkSITmBdA==", - "dev": true - } } }, "@hapi/content": {