From 4f03e76d5515880438a436b36bb6c1bdd280a1da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:53:56 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v25.1.0 --- .../byte-brownies-studer-sl20/ua-server/package.json | 2 +- .../byte-brownies-studer-sl20/ua-server/yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json index 0e504bcf..1f9b8c03 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json @@ -50,7 +50,7 @@ "@nestjs/testing": "11.1.12", "@types/express": "^5.0.6", "@types/jest": "30.0.0", - "@types/node": "25.0.10", + "@types/node": "25.1.0", "@types/supertest": "6.0.3", "@typescript-eslint/eslint-plugin": "8.54.0", "@typescript-eslint/parser": "8.54.0", diff --git a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/yarn.lock b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/yarn.lock index 262c3424..157e0e51 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/yarn.lock +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/yarn.lock @@ -1447,13 +1447,20 @@ "@types/dns-packet" "*" "@types/node" "*" -"@types/node@*", "@types/node@25.0.10": +"@types/node@*": version "25.0.10" resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7" integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg== dependencies: undici-types "~7.16.0" +"@types/node@25.1.0": + version "25.1.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.1.0.tgz#95cc584f1f478301efc86de4f1867e5875e83571" + integrity sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA== + dependencies: + undici-types "~7.16.0" + "@types/proper-lockfile@^4.1.2": version "4.1.4" resolved "https://registry.yarnpkg.com/@types/proper-lockfile/-/proper-lockfile-4.1.4.tgz#cd9fab92bdb04730c1ada542c356f03620f84008"