From 7a52cb5bd457db370f7928ab411fa39c06c3a1ac Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 27 Aug 2023 22:11:54 -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 7a744a4..07b2140 100644 --- a/package.json +++ b/package.json @@ -46,10 +46,10 @@ "es-abstract": "^1.20.4" }, "devDependencies": { - "@es-shims/api": "^2.2.3", - "@ljharb/eslint-config": "^21.0.0", + "@es-shims/api": "^2.4.2", + "@ljharb/eslint-config": "^21.1.0", "array.prototype.map": "^1.0.5", - "aud": "^2.0.1", + "aud": "^2.0.3", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "functions-have-names": "^1.2.3", @@ -59,7 +59,7 @@ "nyc": "^10.3.2", "object-keys": "^1.1.1", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.6.6" }, "testling": { "files": "test/index.js",