From 9c2f8229231add737d43652da890974a7bbda52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:42:23 +0000 Subject: [PATCH] Bump @types/node from 22.19.19 to 25.9.1 in /asr-studio Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.19 to 25.9.1. - [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.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- asr-studio/package-lock.json | 51 ++++++------------------------------ asr-studio/package.json | 2 +- 2 files changed, 9 insertions(+), 44 deletions(-) diff --git a/asr-studio/package-lock.json b/asr-studio/package-lock.json index f37be34..fa030eb 100644 --- a/asr-studio/package-lock.json +++ b/asr-studio/package-lock.json @@ -14,7 +14,7 @@ "ws": "^8.21.0" }, "devDependencies": { - "@types/node": "^22.14.0", + "@types/node": "^25.9.1", "@types/ws": "^8.18.1", "@vitejs/plugin-basic-ssl": "^2.3.0", "autoprefixer": "^10.4.20", @@ -646,9 +646,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -663,9 +660,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -680,9 +674,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -697,9 +688,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -714,9 +702,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -731,9 +716,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -748,9 +730,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -765,9 +744,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -782,9 +758,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -799,9 +772,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -816,9 +786,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -833,9 +800,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -850,9 +814,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -949,11 +910,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.19", + "version": "25.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/ws": { @@ -2695,7 +2658,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" }, diff --git a/asr-studio/package.json b/asr-studio/package.json index 3b45715..763e241 100644 --- a/asr-studio/package.json +++ b/asr-studio/package.json @@ -20,7 +20,7 @@ "ws": "^8.21.0" }, "devDependencies": { - "@types/node": "^22.14.0", + "@types/node": "^25.9.1", "@types/ws": "^8.18.1", "@vitejs/plugin-basic-ssl": "^2.3.0", "autoprefixer": "^10.4.20",