diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-13 08:50:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 08:50:15 -0500 |
commit | d1fb8d972f78cc91287898bda50bab5ac40cdec3 (patch) | |
tree | 712e846db5f52840b267ef3dccc571bc6a62c5bd /package.json | |
parent | d57f06c31a979c24c98a513c2475cdfc8346e4a1 (diff) | |
download | skyblock-api-d1fb8d972f78cc91287898bda50bab5ac40cdec3.tar.gz skyblock-api-d1fb8d972f78cc91287898bda50bab5ac40cdec3.tar.bz2 skyblock-api-d1fb8d972f78cc91287898bda50bab5ac40cdec3.zip |
Bump @types/node from 15.0.2 to 15.0.3 (#29)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.2 to 15.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
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 589a298..ad502ec 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", - "@types/node": "^15.0.2", + "@types/node": "^15.0.3", "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.12", "@types/node-fetch": "^2.5.10", |