From becbc01e479e505da6ecc3add72bf75f1e81fba2 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 9 Jan 2025 12:19:31 +0100 Subject: [PATCH 1/3] chore(deps-dev): update "eslint" to latest 8.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da67323104..b0f4348508 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "cheerio": "1.0.0", "crypto-browserify": "3.12.1", "dox": "1.0.0", - "eslint": "8.57.0", + "eslint": "8.57.1", "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-mocha-no-only": "1.2.0", "express": "^4.19.2", From b67a452d10ea0274891065f9093b1e7672f1b976 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 9 Jan 2025 12:21:27 +0100 Subject: [PATCH 2/3] chore(deps-dev): update "eslint-plugin-markdown" to latest minor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f4348508..832105a54c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "crypto-browserify": "3.12.1", "dox": "1.0.0", "eslint": "8.57.1", - "eslint-plugin-markdown": "^5.0.0", + "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-mocha-no-only": "1.2.0", "express": "^4.19.2", "fs-extra": "~11.2.0", From 02d08aa017536a1fe316d6befc72e8ec4f5ba007 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 9 Jan 2025 12:22:07 +0100 Subject: [PATCH 3/3] chore(deps-dev): update "@typescript-eslint/*" to latest minor --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 832105a54c..bcb729e3d7 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "devDependencies": { "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", - "@typescript-eslint/eslint-plugin": "^8.18.0", - "@typescript-eslint/parser": "^8.18.0", + "@typescript-eslint/eslint-plugin": "^8.19.1", + "@typescript-eslint/parser": "^8.19.1", "acquit": "1.3.0", "acquit-ignore": "0.2.1", "acquit-require": "0.1.1",