Skip to content

Commit 9d3206b

Browse files
authoredJun 3, 2020
Merge pull request beefproject#1933 from beefproject/dependabot/npm_and_yarn/jsdoc-to-markdown-6.0.1
Bump jsdoc-to-markdown from 5.0.3 to 6.0.1
2 parents 0c768ec + 0857a95 commit 9d3206b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Requirements
3737
* Operating System: Mac OSX 10.5.0 or higher / modern Linux. Note: Windows is not supported.
3838
* [Ruby](http://ruby-lang.org): 2.5 or newer
3939
* [SQLite](http://sqlite.org): 3.x
40-
* [Node.js](https://nodejs.org): 6 or newer
40+
* [Node.js](https://nodejs.org): 10 or newer
4141
* The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile
4242
* Selenium is required on OSX: `brew install selenium-server-standalone` (See https://github.com/shvets/selenium)
4343

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "GNU General Public License v2.0",
1010
"devDependencies": {
1111
"jsdoc": "^3.6.4",
12-
"jsdoc-to-markdown": "^5.0.3"
12+
"jsdoc-to-markdown": "^6.0.1"
1313
},
1414
"dependencies": {}
1515
}

0 commit comments

Comments
 (0)