From 1416ce083143b240bbcf5831815bed8701631001 Mon Sep 17 00:00:00 2001 From: "ogkevin-robot[bot]" <140143426+ogkevin-robot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:08:09 +0000 Subject: [PATCH] fix(deps): update @types/mocha to 10.0.3 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | npm | @types/mocha | 10.0.1 | 10.0.3 | --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28cbcbf..dd47e15 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "@types/chai": "4.3.5", - "@types/mocha": "10.0.1", + "@types/mocha": "10.0.3", "@types/node": "18.17.14", "@types/sql.js": "1.4.4", "@typescript-eslint/eslint-plugin": "6.5.0",