diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-23 16:13:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:13:12 -0700 |
commit | 562cd341f75bfb2701cc844cf30f1191e4170ca7 (patch) | |
tree | ae6eb2d8b06e790027bc4c26e413fa752c2c80f2 | |
parent | 1f6486ded30d7c99a6579faa2c158860af0e280e (diff) | |
download | skyblock-api-562cd341f75bfb2701cc844cf30f1191e4170ca7.tar.gz skyblock-api-562cd341f75bfb2701cc844cf30f1191e4170ca7.tar.bz2 skyblock-api-562cd341f75bfb2701cc844cf30f1191e4170ca7.zip |
Bump @types/node from 14.14.28 to 14.14.41 (#8)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.28 to 14.14.41.
- [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 b908e7c..a1cf876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -81,9 +81,9 @@ } }, "@types/node": { - "version": "14.14.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.28.tgz", - "integrity": "sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g==", + "version": "14.14.41", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz", + "integrity": "sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==", "dev": true }, "@types/node-fetch": { diff --git a/package.json b/package.json index ddea68d..bc4b44d 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", + "@types/node": "^14.14.41", "@types/mongodb": "^3.6.12", - "@types/node": "^14.14.28", "@types/node-fetch": "^2.5.10", "dotenv": "^8.2.0" } |