diff --git a/bot/package-lock.json b/bot/package-lock.json index 54e8246..4fab329 100644 --- a/bot/package-lock.json +++ b/bot/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@types/node": "^25.7.0", + "@types/node": "^25.9.1", "eslint": "^10.4.1", "globals": "^17.6.0", "tsx": "^4.22.4", @@ -1252,12 +1252,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.7.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz", - "integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==", + "version": "25.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "license": "MIT", "dependencies": { - "undici-types": "~7.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/retry": { @@ -4837,9 +4837,9 @@ } }, "node_modules/undici-types": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz", - "integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==", + "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==", "license": "MIT" }, "node_modules/unified": { diff --git a/bot/package.json b/bot/package.json index e8ab02b..d8f84ad 100644 --- a/bot/package.json +++ b/bot/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@types/node": "^25.7.0", + "@types/node": "^25.9.1", "eslint": "^10.4.1", "globals": "^17.6.0", "tsx": "^4.22.4",