From 297aae88f619b1e058418be32e37fc29770b4f21 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 8 Apr 2021 15:12:32 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbols`, `object.getownpropertydescriptors`, `tape` --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index da9a241..d13c3c0 100644 --- a/package.json +++ b/package.json @@ -47,17 +47,17 @@ "which-typed-array": "^1.1.4" }, "devDependencies": { - "@ljharb/eslint-config": "^17.5.0", - "aud": "^1.1.3", + "@ljharb/eslint-config": "^17.5.1", + "aud": "^1.1.4", "auto-changelog": "^2.2.1", - "eslint": "^7.19.0", - "has-symbols": "^1.0.1", + "eslint": "^7.23.0", + "has-symbols": "^1.0.2", "has-typed-arrays": "^1.0.1", "nyc": "^10.3.2", - "object.getownpropertydescriptors": "^2.1.1", + "object.getownpropertydescriptors": "^2.1.2", "safe-publish-latest": "^1.1.4", "semver": "^6.3.0", - "tape": "^5.1.1" + "tape": "^5.2.2" }, "repository": { "type": "git",