From 6a9009f81b2cf72135ff25a810dbb7cb5218306f Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 05:52:52 +0000 Subject: [PATCH] Update Dev Dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bbbb769a..d556623d 100644 --- a/package.json +++ b/package.json @@ -35,13 +35,13 @@ "@mathigon/fermat": "1.1.12" }, "devDependencies": { - "@types/tape": "5.6.1", + "@types/tape": "5.6.4", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", - "esbuild": "0.19.4", - "eslint": "8.50.0", - "eslint-plugin-import": "2.28.1", - "tape": "5.7.0", + "esbuild": "0.19.5", + "eslint": "8.54.0", + "eslint-plugin-import": "2.29.0", + "tape": "5.7.2", "ts-node": "10.9.1", "tslib": "2.6.2", "typescript": "5.2.2"