mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update a dependency
.....before we update apidoc we should check the changelog
This commit is contained in:
parent
ce6471c5ad
commit
12d4387c99
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -253,9 +253,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"html-entities": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
|
||||
"integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=",
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.3.1.tgz",
|
||||
"integrity": "sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==",
|
||||
"dev": true
|
||||
},
|
||||
"iconv-lite": {
|
||||
|
@ -397,9 +397,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"nightdocs": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/nightdocs/-/nightdocs-1.0.6.tgz",
|
||||
"integrity": "sha512-oo9+q4nuztpnzefbasM4Pn3sKSYRGuZHFh18Km9AiDqQFqHUZrwPzy8zmAUkAP5ajUcUMS4j2vutg5hHb8pZcw==",
|
||||
"version": "1.0.9",
|
||||
"resolved": "https://registry.npmjs.org/nightdocs/-/nightdocs-1.0.9.tgz",
|
||||
"integrity": "sha512-wDVVlfRGxot+u0ixcIh6ICgW7LjlKPxAM60pepiIgXjLYPbl3X6GllZC/lehTk8++UYmp6v/0bzCbYMLUCYRLg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"marked": "^0.7.0",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"homepage": "https://github.com/sbrl/Pepperminty-Wiki#readme",
|
||||
"devDependencies": {
|
||||
"apidoc": "^0.17.7",
|
||||
"nightdocs": "^1.0.6"
|
||||
"nightdocs": "^1.0.9"
|
||||
},
|
||||
"docpress": {
|
||||
"github": "sbrl/Pepperminty-Wiki",
|
||||
|
|
Loading…
Reference in a new issue