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
Cihan Bebek
525ecd0050
remove stripe payment
2018-10-29 22:31:04 +00:00
Daniel Schildt
a55ce62455
fix: package.json & .snyk to reduce vulnerabilities ( #6 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:qs:20170213
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:request:20160119
Latest report for d2s/koodiklinikka.fi-api:
https://snyk.io/test/github/d2s/koodiklinikka.fi-api
2017-08-04 17:00:37 +03:00
Cihan Bebek
f783a27045
Membership registration & payment API ( #4 )
...
* remove newrelic from use in devenv
* add endpoint for membership payments
* fix some wierd spaces
* minor code styling and logging stuff
* replace non-breaking spaces with normal ones
* remove duplicate function
* minor code styling
* add functionality for writing new member to google sheets
* add config example
* update example config, start using config in google credentials
* remove var creds from google sheets auth
* rename config.example to config.template and fix readme
* add async and google-spreadsheet packages
* rename workingWithRows to addRow
* return missing header from readme
* minor code styling
* flatten google config structure, add address fields
* add request validation to membership endpoint
* fix config field names
* more error handling, fix indentation
2017-07-08 20:23:16 +01:00
Riku Rouvila
862c1e57d7
add cors support
2015-11-24 21:29:06 +02:00
Riku Rouvila
a20b1f6cd2
read config also from environment variables, merge on top of json file config
2015-11-24 20:21:31 +02:00
Niko Kurtti
3c46d90192
add newrelic monitoring for nodejs
2015-03-29 14:10:15 +03:00
Riku Rouvila
c59e5127f7
add request logger
2015-02-13 01:21:05 +02:00
Juuso Tapaninen
c71b3b6541
Changed feeds endpoint to use Promise.props to make the result more reasonable to work with
2015-01-28 01:19:37 +02:00
Juuso Tapaninen
85f61f09af
Feeds API endpoint, Twitter feed implemented
2015-01-27 23:41:04 +02:00
Riku Rouvila
c87b1cad2c
cached endpoint for fetching users
2015-01-26 22:49:12 +02:00
Riku Rouvila
52306f2a5a
update readme
2015-01-18 16:20:29 +02:00
Riku Rouvila
d9421f9996
initial commit
2015-01-14 18:14:37 +02:00