diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-20 10:59:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 10:59:05 -0500 |
commit | cd0ade89ad13a3fb247d02e940ec414145d8e274 (patch) | |
tree | 469b02618e1c98f2d41bd86cb13a73358df3f234 | |
parent | a8abc30d96306ef92bff5842948a6540e5c5347a (diff) | |
download | skyblock-api-cd0ade89ad13a3fb247d02e940ec414145d8e274.tar.gz skyblock-api-cd0ade89ad13a3fb247d02e940ec414145d8e274.tar.bz2 skyblock-api-cd0ade89ad13a3fb247d02e940ec414145d8e274.zip |
Bump @types/node from 15.3.0 to 15.3.1 (#34)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.3.0 to 15.3.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 f5f13d0..9bc55bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,9 +87,9 @@ } }, "@types/node": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz", - "integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", + "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index 833f4fe..9e68ccd 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.3.0", + "@types/node": "^15.3.1", "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.14", "@types/node-fetch": "^2.5.10", |