From 7c204f22b9e41bc97147f4d32d4cb045b17769a6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 25 May 2020 14:38:27 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `core-js`, `tape`; add `aud` --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1398649..477f958 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,13 @@ "description": "string representations of objects in node and the browser", "main": "index.js", "devDependencies": { - "@ljharb/eslint-config": "^16.0.0", - "core-js": "^2.5.7", - "eslint": "^6.8.0", + "@ljharb/eslint-config": "^17.1.0", + "aud": "^1.1.2", + "core-js": "^2.6.11", + "eslint": "^7.1.0", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.0" + "tape": "^5.0.1" }, "scripts": { "prepublish": "safe-publish-latest",