From f32f11ac1424d3ff3f31359e7e6a0471bb3eecb4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 5 Aug 2024 09:51:16 +1200 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e24d59e..c7235c6 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "homepage": "https://github.com/es-shims/Number.isSafeInteger#readme", "devDependencies": { "@es-shims/api": "^2.5.0", - "@ljharb/eslint-config": "^21.1.0", - "aud": "^2.0.3", + "@ljharb/eslint-config": "^21.1.1", + "aud": "^2.0.5", "auto-changelog": "^2.4.0", "eslint": "=8.8.0", "functions-have-names": "^1.2.3", @@ -67,7 +67,7 @@ "npmignore": "^0.3.1", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", - "tape": "^5.7.5" + "tape": "^5.8.1" }, "dependencies": { "call-bind": "^1.0.7",