From 098873c213cdb7c92e55ae1ef5aa1af3a8192a79 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 5 Jan 2023 22:01:32 -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 12eb5aa..6f74a64 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",