Commit Graph

15 Commits

Author SHA1 Message Date
b5f8e16650 update packages, patch vulnerabilities 2023-08-12 09:33:25 +02:00
a615efff77 switch from npm to pnpm 2023-08-12 09:32:20 +02:00
Robert Jeutter
5a2e995c89
Merge pull request #3 from wieerwill/dependabot/npm_and_yarn/qs-and-body-parser-and-express-6.11.0
Bump qs, body-parser and express
2022-12-11 11:29:11 +01:00
dependabot[bot]
027acbd2c4
Bump qs, body-parser and express
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `body-parser` from 1.19.0 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.19.0...1.20.1)

Updates `express` from 4.17.1 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.17.1...4.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 11:45:05 +00:00
Robert Jeutter
3579f7bdc8
Merge pull request #2 from wieerwill/dependabot/npm_and_yarn/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2
2022-11-14 18:07:14 +01:00
7f80754f93 patch minimatch ReDoS vulnerability 2022-11-13 14:59:32 +01:00
dependabot[bot]
53f3285e41
Bump minimatch from 3.0.4 to 3.1.2
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 15:26:51 +00:00
439d984f12 update structure and annotations 2022-04-02 08:55:52 +02:00
b93f1f770f update packages, no breaking changes 2022-04-02 08:55:39 +02:00
0dd35a6cb7 update pug 2021-05-29 09:23:36 +02:00
f36f206058 added more Comments 2020-11-10 09:01:55 +01:00
f69a361b40
not necessary for repository. just run npm install 2020-04-06 09:16:15 +02:00
dcb81052fa pruned security vulnerabilities and added mail route 2020-03-31 14:57:20 +02:00
492b4ceee5 init boilerplate 2020-03-29 22:41:16 +02:00
c481dc8f4b
Initial commit 2020-03-29 22:22:34 +02:00