diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d323a90..8091c05 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -43,5 +43,10 @@ matchPackageNames: ['@types/vscode'], enabled: false, }, + { + matchDepTypes: ['devDependencies'], + matchPackageNames: ['@types/node'], + enabled: false, + }, ], } diff --git a/package.json b/package.json index d90e6d8..04e1c7c 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", - "@types/node": "18.x", + "@types/node": "16.11.68", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", "@types/vscode": "^1.76.0", diff --git a/yarn.lock b/yarn.lock index f7007e2..95ce805 100644 --- a/yarn.lock +++ b/yarn.lock @@ -485,10 +485,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb" integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ== -"@types/node@18.x": - version "18.16.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390" - integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== +"@types/node@16.11.68": + 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"