From a2c354bb3d0e1c331d5618160effb131002b300f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 07:35:47 +0000 Subject: [PATCH 1/2] Bump jsdoc-to-markdown from 5.0.3 to 6.0.1 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 5.0.3 to 6.0.1. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v5.0.3...v6.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88a6a9fa18..31eb521453 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "GNU General Public License v2.0", "devDependencies": { "jsdoc": "^3.6.4", - "jsdoc-to-markdown": "^5.0.3" + "jsdoc-to-markdown": "^6.0.1" }, "dependencies": {} } From 0857a95a7e7a9d5e39a8f8669c04bf6d30553c36 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Mon, 1 Jun 2020 20:40:06 +1000 Subject: [PATCH 2/2] Updated README to align with jsdoc version bump compatibility requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687dc3136f..1dfee3374e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Requirements * Operating System: Mac OSX 10.5.0 or higher / modern Linux. Note: Windows is not supported. * [Ruby](http://ruby-lang.org): 2.5 or newer * [SQLite](http://sqlite.org): 3.x -* [Node.js](https://nodejs.org): 6 or newer +* [Node.js](https://nodejs.org): 10 or newer * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile * Selenium is required on OSX: `brew install selenium-server-standalone` (See https://github.com/shvets/selenium)