From e317de4bab37055ff875af8c6beef3ad65b3fe70 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:03:05 -0600 Subject: [PATCH] chore: bump deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f433ef0..56f6900 100644 --- a/package.json +++ b/package.json @@ -15,20 +15,20 @@ "is-whitespace": "^0.3.0", "iserror": "^0.0.2", "lodash": "^4.17.21", - "parse-request": "^6.0.0", + "parse-request": "^6.0.1", "prepare-stack-trace": "^0.0.4", "rfdc": "^1.3.0" }, "devDependencies": { - "@commitlint/cli": "^17.4.2", - "@commitlint/config-conventional": "^17.4.2", - "ava": "^5.1.1", + "@commitlint/cli": "^17.4.3", + "@commitlint/config-conventional": "^17.4.3", + "ava": "^5.2.0", "cross-env": "^7.0.3", - "eslint": "^8.33.0", + "eslint": "^8.34.0", "eslint-config-xo-lass": "^2.0.1", "fixpack": "^4.0.0", "husky": "^8.0.3", - "lint-staged": "^13.1.0", + "lint-staged": "^13.1.2", "nyc": "^15.1.0", "parse-err": "^1.0.0", "remark-cli": "^11.0.0",