diff --git a/package-lock.json b/package-lock.json index c6fe8a9..7e2d87f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@testcontainers/postgresql": "^12.0.1", "@testcontainers/rabbitmq": "^12.0.1", "@types/amqplib": "^0.10.7", - "@types/node": "^24.10.1", + "@types/node": "^25.9.3", "@types/pg": "^8.15.6", "@types/unzipper": "^0.10.11", "node-pg-migrate": "^8.0.4", @@ -1495,9 +1495,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1514,9 +1511,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1533,9 +1527,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1552,9 +1543,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2113,12 +2101,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.12.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", - "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "version": "25.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz", + "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/pg": { @@ -5833,9 +5821,9 @@ } }, "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.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/universalify": { diff --git a/package.json b/package.json index a54dbd2..bf20277 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@testcontainers/postgresql": "^12.0.1", "@testcontainers/rabbitmq": "^12.0.1", "@types/amqplib": "^0.10.7", - "@types/node": "^24.10.1", + "@types/node": "^25.9.3", "@types/pg": "^8.15.6", "@types/unzipper": "^0.10.11", "node-pg-migrate": "^8.0.4",