diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 09:15:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 09:15:50 +0000 |
commit | 05a189a374d40a9e3054d85d6e397d748b5664f5 (patch) | |
tree | ad40cda06f1f956e6e3d7c626b14a2ac82a247ce /package.json | |
parent | 8fdb00b3db3f67e15aa7309606c51e50368e8f03 (diff) | |
download | skyblock-api-05a189a374d40a9e3054d85d6e397d748b5664f5.tar.gz skyblock-api-05a189a374d40a9e3054d85d6e397d748b5664f5.tar.bz2 skyblock-api-05a189a374d40a9e3054d85d6e397d748b5664f5.zip |
Bump @types/node-fetch from 2.5.10 to 2.5.11 (#78)
Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.10 to 2.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)
---
updated-dependencies:
- dependency-name: "@types/node-fetch"
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 9c76353..060b999 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@types/node": "^16.3.1", "@types/mongodb": "^3.6.20", "@types/lru-cache": "^5.1.1", - "@types/node-fetch": "^2.5.10", + "@types/node-fetch": "^2.5.11", "dotenv": "^10.0.0", "mocha": "^9.0.2", "ts-node": "^10.1.0", |