2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/dev/examples/zapier/package.json
Laurent Destailleur 1a3397071f fix: dev/examples/zapier/package.json to reduce vulnerabilities (#34877)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-08-06 15:35:08 +02:00

25 lines
565 B
JSON

{
"name": "dolibarr",
"version": "1.14.0",
"description": "An app for connecting Dolibarr to the Zapier platform.",
"repository": "Dolibarr/dolibarr",
"homepage": "https://www.dolibarr.org/",
"author": "Frédéric France <frederic.france@free.fr>",
"license": "BSD-3-Clause",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"engines": {
"node": "14.0.0",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "17.5.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.0"
}
}