diff --git a/package.json b/package.json index c0a15b5..fdfddee 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,13 @@ }, "homepage": "https://github.com/fastify/secure-json-parse#readme", "devDependencies": { - "airtap": "^4.0.1", + "@fastify/pre-commit": "^2.1.0", + "airtap": "^4.0.4", "airtap-playwright": "^1.0.1", - "nyc": "^14.1.1", - "playwright": "^1.7.1", - "standard": "^17.0.0", - "tape": "^5.1.1", + "nyc": "^15.1.0", + "playwright": "^1.43.1", + "standard": "^17.1.0", + "tape": "^5.7.5", "tsd": "^0.31.0" } }