diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 04:05:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 04:05:12 -0500 |
commit | ffb33d423020bebebf068f5e2a7290a107d22b40 (patch) | |
tree | a8ca6600cb69c1598fdc448b54e1e87b889a0aea /package.json | |
parent | 559e3f55ff2a1e34bf887670584d6f3650e649c9 (diff) | |
download | skyblock-api-ffb33d423020bebebf068f5e2a7290a107d22b40.tar.gz skyblock-api-ffb33d423020bebebf068f5e2a7290a107d22b40.tar.bz2 skyblock-api-ffb33d423020bebebf068f5e2a7290a107d22b40.zip |
Bump @types/express-rate-limit from 5.1.2 to 5.1.3 (#75)
Bumps [@types/express-rate-limit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-rate-limit) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-rate-limit)
---
updated-dependencies:
- dependency-name: "@types/express-rate-limit"
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 b94500a..faa0278 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@types/express": "^4.17.13", - "@types/express-rate-limit": "^5.1.2", + "@types/express-rate-limit": "^5.1.3", "@types/mocha": "^8.2.2", "@types/node": "^15.6.1", "@types/mongodb": "^3.6.20", |