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 | |
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>
-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 5601888..b6d1e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,9 +87,9 @@ } }, "@types/node": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.2.tgz", - "integrity": "sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.3.tgz", + "integrity": "sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ==", "dev": true }, "@types/node-fetch": { 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", |