From 495556fd641f1c6b9f2f1eedf1be98ed7dad1c43 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 28 Aug 2023 11:16:56 -0700 Subject: [PATCH] [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1a79a83..44f64a1 100644 --- a/package.json +++ b/package.json @@ -46,16 +46,16 @@ "es-abstract": "^1.20.4" }, "devDependencies": { - "@es-shims/api": "^2.2.3", - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@es-shims/api": "^2.4.2", + "@ljharb/eslint-config": "^21.1.0", + "aud": "^2.0.3", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "has-strict-mode": "^1.0.1", "in-publish": "^2.0.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.6.6" }, "testling": { "files": "test/index.js",