From 0c847be04c7f8e34ba7a94d7e15dab9317ca003e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 6 Aug 2021 07:31:01 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `tape` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 71bd96d..ee5270a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@ljharb/eslint-config": "^17.6.0", "aud": "^1.1.5", "core-js": "^2.6.12", - "eslint": "^7.30.0", + "eslint": "^7.32.0", "for-each": "^0.3.3", "functions-have-names": "^1.2.2", "has-tostringtag": "^1.0.0", @@ -15,7 +15,7 @@ "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", "string.prototype.repeat": "^1.0.0", - "tape": "^5.2.2" + "tape": "^5.3.0" }, "scripts": { "prepublish": "not-in-publish || npm run prepublishOnly",