From 55b8fd2c6a37fb22a3588f8be852028c8387e1e0 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Fri, 2 Jun 2023 16:10:27 -0500 Subject: [PATCH] chore: bump deps --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 180fb9e..a53ae75 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ }, "devDependencies": { "@babel/cli": "^7.21.5", - "@babel/core": "^7.21.8", - "@babel/preset-env": "^7.21.5", - "@commitlint/cli": "^17.6.3", - "@commitlint/config-conventional": "^17.6.3", - "ava": "^5.2.0", - "axe": "^12.2.1", + "@babel/core": "^7.22.1", + "@babel/preset-env": "^7.22.4", + "@commitlint/cli": "^17.6.5", + "@commitlint/config-conventional": "^17.6.5", + "ava": "^5.3.0", + "axe": "^12.2.2", "babelify": "^10.0.0", "browserify": "^17.0.0", "cross-env": "^7.0.3",