aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump typescript from 4.5.5 to 4.6.2 (#18)dependabot[bot]2022-03-021-4/+4
|
* Bump @types/node from 17.0.20 to 17.0.21 (#13)dependabot[bot]2022-02-241-4/+4
|
* Bump @types/node from 17.0.19 to 17.0.20 (#12)dependabot[bot]2022-02-231-4/+4
|
* Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#10)dependabot[bot]2022-02-221-54/+20
|
* Bump express-rate-limit from 6.2.1 to 6.3.0 (#9)dependabot[bot]2022-02-221-4/+4
|
* Bump @types/node from 17.0.18 to 17.0.19 (#8)dependabot[bot]2022-02-221-9/+4
|
* Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)dependabot[bot]2022-02-221-8/+42
|
* Add packing support to make it a binaryMatt Strapp2022-02-171-20/+604
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump express from 4.17.2 to 4.17.3 (#7)dependabot[bot]2022-02-171-29/+34
|
* Fix bug involving missing a returnMatt Strapp2022-02-151-5/+0
|
* Make responses more clearMatt Strapp2022-02-141-0/+5
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Update some dependenciesMatt Strapp2022-02-141-46/+51
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* maybe achieve feature parityMatt Strapp2022-02-141-27/+6
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump eslint from 8.8.0 to 8.9.0 (#6)dependabot[bot]2022-02-141-26/+26
|
* Do a bunch of random things (still no feature parity)Matt Strapp2022-02-111-0/+41
| | | | | | sadge Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Get rid of express-session and use a cookie insteadMatt Strapp2022-02-101-32/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add CSRF cookie and make it somewhat secureMatt Strapp2022-02-101-0/+15
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Merge pull request #5 from ↵Matthew Strapp2022-02-101-4/+4
|\ | | | | | | | | RosstheRoss/dependabot/npm_and_yarn/express-rate-limit-6.2.1 Bump express-rate-limit from 6.2.0 to 6.2.1
| * Bump express-rate-limit from 6.2.0 to 6.2.1dependabot[bot]2022-02-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump @types/node from 17.0.16 to 17.0.17 (#4)dependabot[bot]2022-02-101-4/+4
|/
* Add some security stuffsMatt Strapp2022-02-091-1519/+357
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Start rewriting the entire appMatt Strapp2022-02-091-0/+3821
Signed-off-by: Matt Strapp <matt@mattstrapp.net>