fix: package.json, yarn.lock & .snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
snyk-bot
2022-06-06 14:58:14 +00:00
committed by lesion
parent a154fdf9e6
commit e359d51a99
3 changed files with 20 additions and 3 deletions

View File

@@ -13,7 +13,9 @@
"doc:dev": "cd docs && bundle exec jekyll s --drafts",
"migrate": "NODE_ENV=production sequelize db:migrate",
"migrate:dev": "sequelize db:migrate",
"build:wc": "cd webcomponents; yarn build:lib; cp dist/gancio-events.es.js ../wp-plugin/js/; cp dist/gancio-events.es.js ../assets/; cp dist/gancio-events.es.js ../docs/assets/js/"
"build:wc": "cd webcomponents; yarn build:lib; cp dist/gancio-events.es.js ../wp-plugin/js/; cp dist/gancio-events.es.js ../assets/; cp dist/gancio-events.es.js ../docs/assets/js/",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"files": [
"server/",
@@ -72,7 +74,8 @@
"vuetify": "npm:@vuetify/nightly@dev",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.5.0"
"yargs": "^17.5.0",
"@snyk/protect": "latest"
},
"devDependencies": {
"@nuxtjs/vuetify": "^1.12.3",
@@ -109,5 +112,6 @@
"repository": {
"type": "git",
"url": "https://framagit.org/les/gancio"
}
},
"snyk": true
}