Files
koodiklinikka.fi-api/package.json
dependabot[bot] f63c173bdb Bump snyk-go-plugin and snyk
Removes [snyk-go-plugin](https://github.com/snyk/snyk-go-plugin). It's no longer used after updating ancestor dependency [snyk](https://github.com/snyk/snyk). These dependencies need to be updated together.


Removes `snyk-go-plugin`

Updates `snyk` from 1.40.2 to 1.1024.0
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](https://github.com/snyk/snyk/compare/v1.40.2...v1.1024.0)

---
updated-dependencies:
- dependency-name: snyk-go-plugin
  dependency-type: indirect
- dependency-name: snyk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 18:24:12 +00:00

42 lines
1.0 KiB
JSON

{
"name": "koodiklinikka.fi-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git@github.com:koodiklinikka/koodiklinikka.fi-api.git"
},
"author": "Riku Rouvila",
"license": "MIT",
"bugs": {
"url": "https://github.com/koodiklinikka/koodiklinikka.fi-api/issues"
},
"homepage": "https://github.com/koodiklinikka/koodiklinikka.fi-api",
"dependencies": {
"apicache": "0.0.12",
"async": "^2.5.0",
"bluebird": "^2.9.3",
"body-parser": "^1.10.1",
"cors": "^2.7.1",
"express": "^4.11.0",
"google-spreadsheet": "^2.0.4",
"joi": "^10.6.0",
"lodash": "^3.10.1",
"moment": "^2.18.1",
"morgan": "^1.5.1",
"newrelic": "^1.18.0",
"node-twitter": "0.5.2",
"snyk": "^1.1024.0",
"superagent": "^2.0.0",
"validator": "^3.27.0"
},
"snyk": true
}