aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-02 06:14:11 +0000
committerGitHub <noreply@github.com>2022-02-02 06:14:11 +0000
commitcd2f709324ab20c1f88f26e359a9ee78b0f80c40 (patch)
tree7c39f60930a3c92162a77fcb3305fc4c2ac6c0da
parentd8498a902e10243280929c3d43c98ef0f4f8d82d (diff)
downloadskyblock-api-cd2f709324ab20c1f88f26e359a9ee78b0f80c40.tar.gz
skyblock-api-cd2f709324ab20c1f88f26e359a9ee78b0f80c40.tar.bz2
skyblock-api-cd2f709324ab20c1f88f26e359a9ee78b0f80c40.zip
Bump @types/node from 17.0.13 to 17.0.14 (#199)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.13 to 17.0.14. - [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 ea1ac03..bbf135a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,7 @@
"@types/lru-cache": "^5.1.1",
"@types/mocha": "^9.1.0",
"@types/mongodb": "^4.0.7",
- "@types/node": "^17.0.13",
+ "@types/node": "^17.0.14",
"dotenv": "^15.0.0",
"mocha": "^9.2.0",
"ts-node": "^10.4.0",
@@ -162,9 +162,9 @@
}
},
"node_modules/@types/node": {
- "version": "17.0.13",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz",
- "integrity": "sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw=="
+ "version": "17.0.14",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.14.tgz",
+ "integrity": "sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng=="
},
"node_modules/@types/qs": {
"version": "6.9.6",
@@ -2373,9 +2373,9 @@
}
},
"@types/node": {
- "version": "17.0.13",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz",
- "integrity": "sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw=="
+ "version": "17.0.14",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.14.tgz",
+ "integrity": "sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng=="
},
"@types/qs": {
"version": "6.9.6",
diff --git a/package.json b/package.json
index a9f4d79..ebb19e7 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@types/lru-cache": "^5.1.1",
"@types/mocha": "^9.1.0",
"@types/mongodb": "^4.0.7",
- "@types/node": "^17.0.13",
+ "@types/node": "^17.0.14",
"dotenv": "^15.0.0",
"mocha": "^9.2.0",
"ts-node": "^10.4.0",