Update json-schema-to-jsdoc and move it to devDependencies

cshd
Dragory 2020-11-22 13:18:14 +02:00
parent 18da383673
commit 179361d761
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@ -2002,7 +2002,8 @@
"foreach": { "foreach": {
"version": "2.0.5", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
"integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
"dev": true
}, },
"forever-agent": { "forever-agent": {
"version": "0.6.1", "version": "0.6.1",
@ -2800,9 +2801,10 @@
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
}, },
"json-pointer": { "json-pointer": {
"version": "0.6.0", "version": "0.6.1",
"resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.0.tgz", "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.1.tgz",
"integrity": "sha1-jlAFUKaqxUZKRzN32leqbMIoKNc=", "integrity": "sha512-3OvjqKdCBvH41DLpV4iSt6v2XhZXV1bPB4OROuknvUXI7ZQNofieCPkmE26stEJ9zdQuvIxDHCuYhfgxFAAs+Q==",
"dev": true,
"requires": { "requires": {
"foreach": "^2.0.4" "foreach": "^2.0.4"
} }
@ -2813,9 +2815,10 @@
"integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
}, },
"json-schema-to-jsdoc": { "json-schema-to-jsdoc": {
"version": "1.0.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/json-schema-to-jsdoc/-/json-schema-to-jsdoc-1.0.0.tgz", "resolved": "https://registry.npmjs.org/json-schema-to-jsdoc/-/json-schema-to-jsdoc-1.1.0.tgz",
"integrity": "sha512-xuP+10g5VOOTrA5ELnOVO1puiCYPQfx0GqmtDQh/OGGh+CbXyNLtJeEpKl6HPXQbiPPYm7NmMypkRlznZmfZbg==", "integrity": "sha512-HmJ9vqExXMGKeSyRLFi2Q0TiHJYhIx0dY7dHhxQKsHIjfShzDeWHBYfduCeskS7eWxq6UYIdSyri7+sQUv3uZA==",
"dev": true,
"requires": { "requires": {
"json-pointer": "^0.6.0" "json-pointer": "^0.6.0"
} }

View File

@ -26,7 +26,6 @@
"helmet": "^4.1.1", "helmet": "^4.1.1",
"humanize-duration": "^3.23.1", "humanize-duration": "^3.23.1",
"ini": "^1.3.5", "ini": "^1.3.5",
"json-schema-to-jsdoc": "^1.0.0",
"json5": "^2.1.3", "json5": "^2.1.3",
"knex": "^0.21.5", "knex": "^0.21.5",
"knub-command-manager": "^6.1.0", "knub-command-manager": "^6.1.0",
@ -44,6 +43,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^7.7.0", "eslint": "^7.7.0",
"jsdoc-to-markdown": "^6.0.1", "jsdoc-to-markdown": "^6.0.1",
"json-schema-to-jsdoc": "^1.1.0",
"supervisor": "https://github.com/petruisfan/node-supervisor/archive/fb89a695779770d3cd63b624ef4b1ab2908c105d.tar.gz" "supervisor": "https://github.com/petruisfan/node-supervisor/archive/fb89a695779770d3cd63b624ef4b1ab2908c105d.tar.gz"
}, },
"engines": { "engines": {