diff --git a/packages/cdktf/package.json b/packages/cdktf/package.json index 2764e06078..ad5497a9bf 100644 --- a/packages/cdktf/package.json +++ b/packages/cdktf/package.json @@ -108,7 +108,7 @@ "@types/jest": "29.5.14", "@types/json-stable-stringify": "1.1.0", "@types/minimatch": "5.1.2", - "@types/node": "18.19.65", + "@types/node": "18.19.67", "@types/semver": "7.5.8", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", diff --git a/yarn.lock b/yarn.lock index 4521ee666b..ec57cd0176 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2300,6 +2300,13 @@ dependencies: undici-types "~5.26.4" +"@types/node@18.19.67": + version "18.19.67" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67.tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d" + integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ== + dependencies: + undici-types "~5.26.4" + "@types/normalize-package-data@^2.4.0": version "2.4.4" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"