diff --git a/package.json b/package.json index 678a635f..fd654f44 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,8 @@ "eslint-config-airbnb-typescript": "^12.3.1", "eslint-plugin-import": "^2.26.0", "lerna": "^3.22.1" + }, + "resolutions": { + "@types/node": "18.8.0" } } diff --git a/renovate.json b/renovate.json index 0177eade..e0e39d44 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,6 @@ ":semanticCommitTypeAll(chore)" ], "rangeStrategy": "bump", - "labels": ["dependencies"] + "labels": ["dependencies"], + "ignoreDeps": ["@types/node"] } diff --git a/yarn.lock b/yarn.lock index 6fe67cba..29e94fc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2224,10 +2224,10 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c" integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== -"@types/node@*", "@types/node@>= 8": - version "18.8.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.5.tgz#6a31f820c1077c3f8ce44f9e203e68a176e8f59e" - integrity sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q== +"@types/node@*", "@types/node@18.8.0", "@types/node@>= 8": + version "18.8.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe" + integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA== "@types/normalize-package-data@^2.4.0": version "2.4.1"