From 5932c0d24ba8ebeec2d44f8bf4753e0c799d391c Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 6 Jul 2024 12:08:49 +0200 Subject: [PATCH 1/6] chore(dev-deps): bump @typescript-eslint/* from 6.2.1 to 6.21.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2fffca8d75..5962a9ad81f 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "devDependencies": { "@babel/core": "7.24.7", "@babel/preset-env": "7.24.7", - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.1", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "acquit": "1.3.0", "acquit-ignore": "0.2.1", "acquit-require": "0.1.1", From b9e6501a75f15909a0650797a7ae8ed7ba331bbe Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 6 Jul 2024 12:12:26 +0200 Subject: [PATCH 2/6] chore(dev-deps): bump axios from 1.1.3 to 1.7.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5962a9ad81f..5378dd31ce0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "acquit-ignore": "0.2.1", "acquit-require": "0.1.1", "assert-browserify": "2.0.0", - "axios": "1.1.3", + "axios": "1.7.2", "babel-loader": "8.2.5", "broken-link-checker": "^0.7.8", "buffer": "^5.6.0", From 808bdc91c9a178098e68d33ab789c30a728b4384 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 6 Jul 2024 12:14:06 +0200 Subject: [PATCH 3/6] chore(dev-deps): bump express from 4.18.1 to 4.19.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5378dd31ce0..57c5467177a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "8.57.0", "eslint-plugin-markdown": "^5.0.0", "eslint-plugin-mocha-no-only": "1.2.0", - "express": "^4.18.1", + "express": "^4.19.2", "fs-extra": "~11.2.0", "highlight.js": "11.8.0", "lodash.isequal": "4.5.0", From cb96aa50b0eeff02dc7571c0e5f2dd2942f39eb7 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 6 Jul 2024 12:16:12 +0200 Subject: [PATCH 4/6] chore(dev-deps): bump highlight.js from 11.8.0 to 11.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57c5467177a..ed30394b983 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-mocha-no-only": "1.2.0", "express": "^4.19.2", "fs-extra": "~11.2.0", - "highlight.js": "11.8.0", + "highlight.js": "11.9.0", "lodash.isequal": "4.5.0", "lodash.isequalwith": "4.4.0", "markdownlint-cli2": "^0.13.0", From 13f96a44be9930c6d31aecc4adcac5c38dedd10c Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 6 Jul 2024 12:19:33 +0200 Subject: [PATCH 5/6] chore(dev-deps): set moment to use a consistent version like the rest of the dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed30394b983..1eee432aa61 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "marked": "4.3.0", "mkdirp": "^3.0.1", "mocha": "10.6.0", - "moment": "2.x", + "moment": "2.30.1", "mongodb-memory-server": "9.4.0", "ncp": "^2.0.0", "nyc": "15.1.0", From 8a1018677c9a47b81b3f464a5880da49ee6130ff Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sat, 6 Jul 2024 14:29:16 -0400 Subject: [PATCH 6/6] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1eee432aa61..6dac516c46e 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "acquit-ignore": "0.2.1", "acquit-require": "0.1.1", "assert-browserify": "2.0.0", - "axios": "1.7.2", + "axios": "1.1.3", "babel-loader": "8.2.5", "broken-link-checker": "^0.7.8", "buffer": "^5.6.0",