diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 03:51:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:51:46 -0500 |
commit | ad1383dc161f986b3172f5cd71845a6109aa70a2 (patch) | |
tree | 4b839589bc3e2a0316ccbc60fb1a2bbb6c5d4680 /package.json | |
parent | 3bffea7040356e0905c0c3d15fd4560e9ba4531f (diff) | |
download | skyblock-api-ad1383dc161f986b3172f5cd71845a6109aa70a2.tar.gz skyblock-api-ad1383dc161f986b3172f5cd71845a6109aa70a2.tar.bz2 skyblock-api-ad1383dc161f986b3172f5cd71845a6109aa70a2.zip |
Bump @types/express from 4.17.12 to 4.17.13 (#72)
Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.12 to 4.17.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)
---
updated-dependencies:
- dependency-name: "@types/express"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 d6dbe1a..bb9f5aa 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "queue-promise": "^2.2.1" }, "devDependencies": { - "@types/express": "^4.17.12", + "@types/express": "^4.17.13", "@types/express-rate-limit": "^5.1.2", "@types/mocha": "^8.2.2", "@types/node": "^15.6.1", |