Files
koodiklinikka.fi-api/package.json
dependabot[bot] afd68b27be Bump debug, body-parser, express and morgan
Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [debug](https://github.com/debug-js/debug), [body-parser](https://github.com/expressjs/body-parser), [express](https://github.com/expressjs/express) and [morgan](https://github.com/expressjs/morgan). These dependencies need to be updated together.


Updates `debug` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](https://github.com/debug-js/debug/compare/2.6.8...2.6.9)

Updates `debug` from 2.6.7 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](https://github.com/debug-js/debug/compare/2.6.8...2.6.9)

Updates `body-parser` from 1.17.2 to 1.20.1
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.17.2...1.20.1)

Updates `express` from 4.15.4 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.15.4...4.18.2)

Updates `morgan` from 1.8.2 to 1.10.0
- [Release notes](https://github.com/expressjs/morgan/releases)
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/morgan/compare/1.8.2...1.10.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
- dependency-name: debug
  dependency-type: indirect
- dependency-name: body-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
- dependency-name: morgan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 07:04:52 +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.20.1",
"cors": "^2.7.1",
"express": "^4.18.2",
"google-spreadsheet": "^2.0.4",
"joi": "^10.6.0",
"lodash": "^3.10.1",
"moment": "^2.18.1",
"morgan": "^1.10.0",
"newrelic": "^1.18.0",
"node-twitter": "0.5.2",
"snyk": "^1.38.1",
"superagent": "^2.0.0",
"validator": "^3.27.0"
},
"snyk": true
}