From b140b080e82cc8746c819a3970f63644abcf3013 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 1 Oct 2023 15:15:21 +0900 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `aud`, `es6-shim`, `tape` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d798e8e..bfddf24 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ "which-collection": "^1.0.1" }, "devDependencies": { - "@ljharb/eslint-config": "^21.0.0", - "aud": "^2.0.1", + "@ljharb/eslint-config": "^21.1.0", + "aud": "^2.0.3", "auto-changelog": "^2.4.0", "core-js": "^2.6.5 || ^3.16.0", "es-value-fixtures": "^1.4.2", - "es6-shim": "^0.35.6", + "es6-shim": "^0.35.8", "eslint": "=8.8.0", "for-each": "^0.3.3", "in-publish": "^2.0.1", @@ -74,7 +74,7 @@ "nyc": "^10.3.2", "object.assign": "^4.1.4", "safe-publish-latest": "^2.0.0", - "tape": "^5.6.1" + "tape": "^5.7.0" }, "testling": { "files": "test/native.js",