diff --git a/package-lock.json b/package-lock.json index 679cd54f..35eb4b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/jest": "^30.0.0", "@types/md5": "^2.3.5", "@types/n3": "^1.16.5", - "@types/node": "^24.0.3", + "@types/node": "^25.7.0", "eslint": "^9.28.0", "jest": "^30.0.4", "jest-environment-jsdom": "^30.0.2", @@ -2972,18 +2972,18 @@ } }, "node_modules/@types/node": { - "version": "24.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz", - "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==", + "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.16.0" + "undici-types": "~7.21.0" } }, "node_modules/@types/node/node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "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/@types/readable-stream": { diff --git a/package.json b/package.json index f463369d..3735c4e4 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@types/jest": "^30.0.0", "@types/md5": "^2.3.5", "@types/n3": "^1.16.5", - "@types/node": "^24.0.3", + "@types/node": "^25.7.0", "eslint": "^9.28.0", "jest": "^30.0.4", "jest-environment-jsdom": "^30.0.2",