diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-28 13:13:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 13:13:55 -0500 |
commit | 8fb9391a1f5fac16afea25564a30c904020a3126 (patch) | |
tree | e679bca1a1a96252a3802c770598e509e1effef7 | |
parent | 39210646284cabc89256466646f8ea7834a78d31 (diff) | |
download | skyblock-api-8fb9391a1f5fac16afea25564a30c904020a3126.tar.gz skyblock-api-8fb9391a1f5fac16afea25564a30c904020a3126.tar.bz2 skyblock-api-8fb9391a1f5fac16afea25564a30c904020a3126.zip |
Bump @types/node from 14.14.41 to 15.0.0 (#16)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.41 to 15.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: mat <27899617+mat-1@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 5462e33..ae91b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,9 +87,9 @@ } }, "@types/node": { - "version": "14.14.41", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", - "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.0.tgz", + "integrity": "sha512-YN1d+ae2MCb4U0mMa+Zlb5lWTdpFShbAj5nmte6lel27waMMBfivrm0prC16p/Di3DyTrmerrYUT8/145HXxVw==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index 42272c5..40707aa 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", + "@types/node": "^15.0.0", "@types/mocha": "^8.2.2", "@types/mongodb": "^3.6.12", - "@types/node": "^14.14.41", "@types/node-fetch": "^2.5.10", "dotenv": "^8.2.0", "mocha": "^8.3.2", |