From 01f5acefcbcb169fafefb4f9c190e76a7bcdaa68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:39:49 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump @types/node Bumps the infra-minor-patch group in /infrastructure with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 25.5.2 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: infra-minor-patch ... Signed-off-by: dependabot[bot] --- infrastructure/package-lock.json | 16 ++++++++-------- infrastructure/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/infrastructure/package-lock.json b/infrastructure/package-lock.json index cef0a78b..0951223e 100644 --- a/infrastructure/package-lock.json +++ b/infrastructure/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/jest": "30.0.0", - "@types/node": "25.5.2", + "@types/node": "25.6.0", "aws-cdk": "2.1117.0", "jest": "30.3.0", "ts-jest": "29.4.9", @@ -1248,13 +1248,13 @@ } }, "node_modules/@types/node": { - "version": "25.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.2.tgz", - "integrity": "sha512-tO4ZIRKNC+MDWV4qKVZe3Ql/woTnmHDr5JD8UI5hn2pwBrHEwOEMZK7WlNb5RKB6EoJ02gwmQS9OrjuFnZYdpg==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/stack-utils": { @@ -4797,9 +4797,9 @@ } }, "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/infrastructure/package.json b/infrastructure/package.json index f184b466..ed1b9a96 100644 --- a/infrastructure/package.json +++ b/infrastructure/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@types/jest": "30.0.0", - "@types/node": "25.5.2", + "@types/node": "25.6.0", "aws-cdk": "2.1117.0", "jest": "30.3.0", "ts-jest": "29.4.9",