From d2739b981272510a76709921ae5c71904bc9ada5 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Sat, 29 Apr 2023 13:33:13 +0200 Subject: [PATCH] dependencies(@types/node): upgrade to 16.11.7 --- docs/guides/quick-start-guide.md | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/quick-start-guide.md b/docs/guides/quick-start-guide.md index 1d728fbd9..2a0ed0894 100644 --- a/docs/guides/quick-start-guide.md +++ b/docs/guides/quick-start-guide.md @@ -107,7 +107,7 @@ Like `public: string[]` is in reflection only `Array`. ### Requirements - TypeScript version `^4.9` (since 10.0) is recommended, though older ones may also work -- NodeJS `^14.17.0` +- NodeJS `^14.17.0` (and `@types/node@16`) - Mongoose `~7.0.3` - A IDE that supports TypeScript linting is recommended to be used (VSCode is recommended) - This Guide expects you to know how Mongoose (or at least its models) works diff --git a/package.json b/package.json index e9ab12e00..b5aca4a0a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@tsd/typescript": "~4.9.5", "@types/jest": "^29.5.1", "@types/lodash": "^4.14.194", - "@types/node": "~14.14.31", + "@types/node": "~16.11.7", "@types/semver": "^7.3.13", "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", diff --git a/yarn.lock b/yarn.lock index 12ff5b01b..5a3fac770 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2139,10 +2139,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.10.tgz#4ee2171c3306a185d1208dad5f44dae3dee4cfe3" integrity sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ== -"@types/node@~14.14.31": - version "14.14.45" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.45.tgz#ec2dfb5566ff814d061aef7e141575aedba245cf" - integrity sha512-DssMqTV9UnnoxDWu959sDLZzfvqCF0qDNRjaWeYSui9xkFe61kKo4l1TWNTQONpuXEm+gLMRvdlzvNHBamzmEw== +"@types/node@~16.11.7": + version "16.11.68" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.68.tgz#30ee923f4d940793e0380f5ce61c0bd4b7196b6c" + integrity sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ== "@types/normalize-package-data@^2.4.0": version "2.4.1"