From 3124ed3e46306301ebb3c834874ce0241555c2c4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 5 Jan 2023 21:57:53 -0800 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `aud` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6333be3..37765a9 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "parse argument options", "main": "index.js", "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@ljharb/eslint-config": "^21.0.1", + "aud": "^2.0.2", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "in-publish": "^2.0.1",