diff --git a/worker/package-lock.json b/worker/package-lock.json index d5e6176..d37ca23 100644 --- a/worker/package-lock.json +++ b/worker/package-lock.json @@ -18,7 +18,7 @@ "web-push": "^3.6.7" }, "devDependencies": { - "@types/node": "^25.5.2", + "@types/node": "^25.7.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } @@ -567,12 +567,12 @@ } }, "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.7.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz", + "integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==", "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~7.21.0" } }, "node_modules/@types/node-cron": { @@ -1077,9 +1077,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.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz", + "integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==", "license": "MIT" }, "node_modules/uuid": { diff --git a/worker/package.json b/worker/package.json index 0aab903..6fde985 100644 --- a/worker/package.json +++ b/worker/package.json @@ -16,7 +16,7 @@ "web-push": "^3.6.7" }, "devDependencies": { - "@types/node": "^25.5.2", + "@types/node": "^25.7.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }