aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-17 11:39:27 -0500
committerGitHub <noreply@github.com>2021-05-17 11:39:27 -0500
commitc6c7766d9af2e50d9adb37af07cce531726a9807 (patch)
tree28112c3012737aca92e3d285ed6577284840b4a1
parentd1fb8d972f78cc91287898bda50bab5ac40cdec3 (diff)
downloadskyblock-api-c6c7766d9af2e50d9adb37af07cce531726a9807.tar.gz
skyblock-api-c6c7766d9af2e50d9adb37af07cce531726a9807.tar.bz2
skyblock-api-c6c7766d9af2e50d9adb37af07cce531726a9807.zip
Bump @types/node from 15.0.3 to 15.3.0 (#30)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.0.3 to 15.3.0. - [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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index b6d1e82..d30733b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -87,9 +87,9 @@
}
},
"@types/node": {
- "version": "15.0.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-15.0.3.tgz",
- "integrity": "sha512-/WbxFeBU+0F79z9RdEOXH4CsDga+ibi5M8uEYr91u3CkT/pdWcV8MCook+4wDPnZBexRdwWS+PiVZ2xJviAzcQ==",
+ "version": "15.3.0",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.0.tgz",
+ "integrity": "sha512-8/bnjSZD86ZfpBsDlCIkNXIvm+h6wi9g7IqL+kmFkQ+Wvu3JrasgLElfiPgoo8V8vVfnEi0QVS12gbl94h9YsQ==",
"dev": true
},
"@types/node-fetch": {
diff --git a/package.json b/package.json
index ad502ec..9506b66 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.3",
+ "@types/node": "^15.3.0",
"@types/mocha": "^8.2.2",
"@types/mongodb": "^3.6.12",
"@types/node-fetch": "^2.5.10",