diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-29 15:52:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 15:52:31 -0500 |
commit | daa2ba8e4f6723190a2a199ee7f8b0db24317f88 (patch) | |
tree | 029f4ec78003317a72fb3f621883d6fd66b009a2 | |
parent | 12330c7eb1ac4ec6eef65cd402b3a3641dc2e1eb (diff) | |
download | skyblock-api-daa2ba8e4f6723190a2a199ee7f8b0db24317f88.tar.gz skyblock-api-daa2ba8e4f6723190a2a199ee7f8b0db24317f88.tar.bz2 skyblock-api-daa2ba8e4f6723190a2a199ee7f8b0db24317f88.zip |
Bump @types/node from 15.3.1 to 15.6.1 (#41)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.3.1 to 15.6.1.
- [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>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 65101c7..b692b8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,9 +93,9 @@ } }, "@types/node": { - "version": "15.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", - "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", + "version": "15.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.6.1.tgz", + "integrity": "sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index 0c8d531..68648e1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", "@types/mocha": "^8.2.2", - "@types/node": "^15.3.1", + "@types/node": "^15.6.1", "@types/mongodb": "^3.6.15", "@types/lru-cache": "^5.1.0", "@types/node-fetch": "^2.5.10", |