mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
f86b953420
* Updated Cryptiles dependency to 3.1.4 The maintainer is no longer supporting any version of cryptiles before v4.2.0 on npm; npm's older versions stop at 3.1.2 and a high security vulnerability was thrown during a build on linux: https://npmjs.com/advisories/720 The maintainer still has 3.1.4 tagged in his repo and this commit updates cryptiles to solve that issue without breaking compatibility since it was primarily bug fixes for a code freeze. * Updated Request Dependency to 2.86.0 * Updated Reqiest to 2.88.0
23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"name": "tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"app-module-path": "^2.2.0",
|
|
"fs-extra": "^4.0.3",
|
|
"gettext-parser": "^1.3.0",
|
|
"html-minifier": "^4.0.0",
|
|
"markdown-it": "^8.4.1",
|
|
"moment": "^2.24.0",
|
|
"mustache": "^2.3.0",
|
|
"node-fetch": "^1.7.3",
|
|
"request": "^2.88.0",
|
|
"string-padding": "^1.0.2",
|
|
"uri-template": "^1.0.1",
|
|
"yargs": "^12.0.5"
|
|
}
|
|
}
|