From 904e991fc8076d85c61b49735789d58df3d3359a Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 3 Oct 2022 08:17:49 +0100 Subject: [PATCH] build(deps): bump dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8c0197d..98186b5 100644 --- a/package.json +++ b/package.json @@ -49,24 +49,24 @@ "testTimeout": 10000 }, "devDependencies": { - "@commitlint/cli": "^17.0.3", - "@commitlint/config-conventional": "^17.0.3", - "eslint": "^8.21.0", + "@commitlint/cli": "^17.1.2", + "@commitlint/config-conventional": "^17.1.0", + "eslint": "^8.24.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.0.1", + "eslint-plugin-jest": "^27.0.4", "eslint-plugin-jsdoc": "^39.3.6", - "eslint-plugin-promise": "^6.0.0", + "eslint-plugin-promise": "^6.0.1", "eslint-plugin-security": "^1.5.0", "eslint-plugin-security-node": "^1.1.1", - "fastify": "^4.4.0", + "fastify": "^4.7.0", "husky": "^8.0.1", - "jest": "^29.0.1", + "jest": "^29.1.2", "license-checker": "^25.0.1", "prettier": "^2.7.1" }, "dependencies": { - "fastify-plugin": "^4.1.0" + "fastify-plugin": "^4.2.1" } }