From ab070feef486e0a29ec663b7bbb58cb79c79cc09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:11:02 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v26.6.1 --- .../ua-server/package-lock.json | 16 ++++++++-------- .../ua-server/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json index 4fb022ee..3f18bc3a 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package-lock.json @@ -28,7 +28,7 @@ "@nestjs/testing": "12.0.1", "@types/express": "^5.0.6", "@types/jest": "30.0.0", - "@types/node": "26.4.1", + "@types/node": "26.6.1", "@types/supertest": "7.2.1", "@typescript-eslint/eslint-plugin": "8.69.0", "@typescript-eslint/parser": "8.69.0", @@ -3139,12 +3139,12 @@ } }, "node_modules/@types/node": { - "version": "26.4.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.1.tgz", - "integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==", + "version": "26.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.6.1.tgz", + "integrity": "sha512-VqGJBMCtdhqkBUCcBLvywI0NJ+KLuVzgNnlBUNFOQjqVxzo2lxLUNg1DSey8+u2u6ktswSAxg+s68QLzWHNOuA==", "license": "MIT", "dependencies": { - "undici-types": "~8.3.0" + "undici-types": "~8.9.0" } }, "node_modules/@types/qs": { @@ -11427,9 +11427,9 @@ } }, "node_modules/undici-types": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", - "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz", + "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==", "license": "MIT" }, "node_modules/unicode-emoji-modifier-base": { 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 b8207cf0..628198d3 100644 --- a/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json +++ b/2nd_hackathon/byte-brownies-studer-sl20/ua-server/package.json @@ -51,7 +51,7 @@ "@nestjs/testing": "12.0.1", "@types/express": "^5.0.6", "@types/jest": "30.0.0", - "@types/node": "26.4.1", + "@types/node": "26.6.1", "@types/supertest": "7.2.1", "@typescript-eslint/eslint-plugin": "8.69.0", "@typescript-eslint/parser": "8.69.0",