diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-29 15:53:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 15:53:02 -0500 |
commit | 8f149a779b7cf25ef20694b8c2ed307a07dea81c (patch) | |
tree | 81d32abf53bea510e5f3cc58ad4910ffee4c1b4c /package.json | |
parent | daa2ba8e4f6723190a2a199ee7f8b0db24317f88 (diff) | |
download | skyblock-api-8f149a779b7cf25ef20694b8c2ed307a07dea81c.tar.gz skyblock-api-8f149a779b7cf25ef20694b8c2ed307a07dea81c.tar.bz2 skyblock-api-8f149a779b7cf25ef20694b8c2ed307a07dea81c.zip |
Bump @types/express from 4.17.11 to 4.17.12 (#42)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.11 to 4.17.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 68648e1..473dd2d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "queue-promise": "^2.2.1" }, "devDependencies": { - "@types/express": "^4.17.11", + "@types/express": "^4.17.12", "@types/express-rate-limit": "^5.1.1", "@types/mocha": "^8.2.2", "@types/node": "^15.6.1", |