From d037398dcc5d531532e4c19c4a711ed677f579c1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 21 May 2022 14:24:26 -0700 Subject: [PATCH] [Dev Deps] update `@ljharb/eslint-config`, `error-cause`, `es-value-fixtures`, `functions-have-names`, `tape` --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed5e494..afecf64 100644 --- a/package.json +++ b/package.json @@ -5,22 +5,22 @@ "main": "index.js", "sideEffects": false, "devDependencies": { - "@ljharb/eslint-config": "^20.2.3", + "@ljharb/eslint-config": "^21.0.0", "aud": "^2.0.0", "auto-changelog": "^2.4.0", "core-js": "^2.6.12", - "error-cause": "^1.0.3", - "es-value-fixtures": "^1.2.1", + "error-cause": "^1.0.4", + "es-value-fixtures": "^1.4.1", "eslint": "=8.8.0", "for-each": "^0.3.3", - "functions-have-names": "^1.2.2", + "functions-have-names": "^1.2.3", "has-tostringtag": "^1.0.0", "make-arrow-function": "^1.2.0", "mock-property": "^1.0.0", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "string.prototype.repeat": "^1.0.0", - "tape": "^5.5.2" + "tape": "^5.5.3" }, "scripts": { "prepublish": "not-in-publish || npm run prepublishOnly",