diff --git a/example/infrastructure/package.json b/example/infrastructure/package.json index d1e53da9d6..ca45b1a242 100644 --- a/example/infrastructure/package.json +++ b/example/infrastructure/package.json @@ -9,7 +9,7 @@ "hotswap": "cdk deploy --hotswap" }, "devDependencies": { - "@types/node": "22.10.2", + "@types/node": "22.10.3", "aws-cdk": "2.173.4", "aws-cdk-lib": "2.173.4", "constructs": "10.4.2", diff --git a/yarn.lock b/yarn.lock index 2c902058a8..c16a1e0d9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4670,17 +4670,10 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/node@*": - version "22.10.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766" - integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ== - dependencies: - undici-types "~6.20.0" - -"@types/node@22.10.2": - version "22.10.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9" - integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ== +"@types/node@*", "@types/node@22.10.3": + version "22.10.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" + integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== dependencies: undici-types "~6.20.0"