aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-06 06:11:22 +0000
committerGitHub <noreply@github.com>2021-10-06 06:11:22 +0000
commit8f93742c1387b16cb2a69d6b361809168fe34d2d (patch)
treecd2bb9283aced7c1390a955e6180b28762b091cb
parent0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae (diff)
downloadskyblock-api-8f93742c1387b16cb2a69d6b361809168fe34d2d.tar.gz
skyblock-api-8f93742c1387b16cb2a69d6b361809168fe34d2d.tar.bz2
skyblock-api-8f93742c1387b16cb2a69d6b361809168fe34d2d.zip
Bump @types/node from 16.10.2 to 16.10.3 (#132)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.2 to 16.10.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 06545ad..3308b38 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"@types/lru-cache": "^5.1.1",
"@types/mocha": "^9.0.0",
"@types/mongodb": "^4.0.7",
- "@types/node": "^16.10.2",
+ "@types/node": "^16.10.3",
"dotenv": "^10.0.0",
"mocha": "^9.1.2",
"ts-node": "^10.2.1",
@@ -159,9 +159,9 @@
}
},
"node_modules/@types/node": {
- "version": "16.10.2",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.2.tgz",
- "integrity": "sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ=="
+ "version": "16.10.3",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.3.tgz",
+ "integrity": "sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ=="
},
"node_modules/@types/qs": {
"version": "6.9.6",
@@ -2297,9 +2297,9 @@
}
},
"@types/node": {
- "version": "16.10.2",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.2.tgz",
- "integrity": "sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ=="
+ "version": "16.10.3",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.3.tgz",
+ "integrity": "sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ=="
},
"@types/qs": {
"version": "6.9.6",
diff --git a/package.json b/package.json
index 0173824..69faa14 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@types/lru-cache": "^5.1.1",
"@types/mocha": "^9.0.0",
"@types/mongodb": "^4.0.7",
- "@types/node": "^16.10.2",
+ "@types/node": "^16.10.3",
"dotenv": "^10.0.0",
"mocha": "^9.1.2",
"ts-node": "^10.2.1",