diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-06 06:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 06:11:22 +0000 |
commit | 8f93742c1387b16cb2a69d6b361809168fe34d2d (patch) | |
tree | cd2bb9283aced7c1390a955e6180b28762b091cb /package-lock.json | |
parent | 0cc18a18de36deb2018eb73b39bda2c5b9c6d6ae (diff) | |
download | skyblock-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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 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", |