From 7af0788cd2ba33d29ccbf99d021670d5a11da5d8 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 10 Feb 2021 20:16:09 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `array.prototype.map`, `aud`, `tape` --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfcfc497..de182b5e 100644 --- a/package.json +++ b/package.json @@ -25,15 +25,15 @@ "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test" }, "devDependencies": { - "@ljharb/eslint-config": "^17.2.0", - "array.prototype.map": "^1.0.2", - "aud": "^1.1.3", + "@ljharb/eslint-config": "^17.5.1", + "array.prototype.map": "^1.0.3", + "aud": "^1.1.4", "eclint": "^2.8.1", - "eslint": "^7.13.0", + "eslint": "^7.19.0", "object-keys": "^1.1.1", "safe-publish-latest": "^1.1.4", "tap": "0.4.13", - "tape": "^5.0.1" + "tape": "^5.1.1" }, "license": "MIT", "author": {