diff --git a/package-lock.json b/package-lock.json index 9a821b8..2b3a88d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "puddysql", - "version": "1.0.0-beta-3", + "version": "1.0.0-beta-4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "puddysql", - "version": "1.0.0-beta-3", + "version": "1.0.0-beta-4", "license": "LGPL-3.0-only", "dependencies": { "@types/lodash": "^4.17.19", @@ -29,7 +29,7 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/http-errors": "^2.0.5", - "@types/node": "^24.0.10", + "@types/node": "^25.3.0", "babel-preset-es2015": "^6.24.1", "http-errors": "^2.0.0", "node-polyfill-webpack-plugin": "^4.1.0", @@ -2192,11 +2192,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz", - "integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==", + "version": "25.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.0.tgz", + "integrity": "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A==", + "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/pg": { @@ -8962,9 +8963,10 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", diff --git a/package.json b/package.json index 4c0e27c..37def50 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/http-errors": "^2.0.5", - "@types/node": "^24.0.10", + "@types/node": "^25.3.0", "babel-preset-es2015": "^6.24.1", "http-errors": "^2.0.0", "node-polyfill-webpack-plugin": "^4.1.0",