From 7b4be8d12365feb5b42658902cf18316508a0c62 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 21 Feb 2021 14:22:04 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `functions-have-names`, `has-strict-mode`, `tape` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0b1e064..1404cc2 100644 --- a/package.json +++ b/package.json @@ -50,15 +50,15 @@ }, "devDependencies": { "@es-shims/api": "^2.1.2", - "@ljharb/eslint-config": "^17.2.0", - "aud": "^1.1.3", + "@ljharb/eslint-config": "^17.5.1", + "aud": "^1.1.4", "auto-changelog": "^2.2.1", - "eslint": "^7.14.0", - "functions-have-names": "^1.2.1", - "has-strict-mode": "^1.0.0", + "eslint": "^7.20.0", + "functions-have-names": "^1.2.2", + "has-strict-mode": "^1.0.1", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.1" + "tape": "^5.2.0" }, "testling": { "files": "test/index.js",