From a19568be2e03a8cc6f05bb414c9ffd6ced28084e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sat, 27 May 2023 16:02:42 +0100 Subject: [PATCH] build(deps-dev): bump dev dependencies (#33) --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6f4f322..d116296 100644 --- a/package.json +++ b/package.json @@ -54,22 +54,22 @@ "testTimeout": 10000 }, "devDependencies": { - "@commitlint/cli": "^17.5.1", - "@commitlint/config-conventional": "^17.4.4", - "eslint": "^8.37.0", + "@commitlint/cli": "^17.6.3", + "@commitlint/config-conventional": "^17.6.3", + "eslint": "^8.41.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", - "eslint-plugin-jsdoc": "^43.0.7", + "eslint-plugin-jsdoc": "^44.2.7", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", "eslint-plugin-security-node": "^1.1.1", - "fastify": "^4.15.0", + "fastify": "^4.17.0", "husky": "^8.0.3", "jest": "^29.5.0", "license-checker": "^25.0.1", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "spdx-copyleft": "^1.0.0", "upath": "^2.0.1" },