Skip to content

Commit 0c2c194

Browse files
author
Tomáš Látal
authored
Update Lodash (#12)
1 parent 3035f5a commit 0c2c194

2 files changed

Lines changed: 237 additions & 7 deletions

File tree

package-lock.json

Lines changed: 230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.2.0",
44
"description": "Convert an Open API (i.e. Swagger) specification to Slate Markdown",
55
"homepage": "https://github.com/scrive/openapi2slate",
6-
"repository" : {
7-
"type" : "git",
8-
"url" : "https://github.com/scrive/openapi2slate.git"
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/scrive/openapi2slate.git"
99
},
10-
"scripts" : {
11-
"main" : "./main.js",
12-
"test" : "scripts/test.sh"
10+
"scripts": {
11+
"main": "./main.js",
12+
"test": "scripts/test.sh"
1313
},
1414
"author": "Jonathan Jouty",
1515
"license": "BSD-3-Clause",
@@ -18,7 +18,7 @@
1818
"commander": "^2.9.0",
1919
"fs": "0.0.2",
2020
"json-schema-ref-parser": "^3.1.2",
21-
"lodash": "^4.13.1",
21+
"lodash": "^4.17.21",
2222
"markdown-it": "^7.0.0",
2323
"swagger-parser": "^3.4.1"
2424
}

0 commit comments

Comments
 (0)