diff --git a/package-lock.json b/package-lock.json index 9a821b8..e45aff7 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.0.7", "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.0.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.7.tgz", + "integrity": "sha512-C/er7DlIZgRJO7WtTdYovjIFzGsz0I95UlMyR9anTb4aCpBSRWe5Jc1/RvLKUfzmOxHPGjSE5+63HgLtndxU4w==", + "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.16.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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", diff --git a/package.json b/package.json index 4c0e27c..e78a91f 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.0.7", "babel-preset-es2015": "^6.24.1", "http-errors": "^2.0.0", "node-polyfill-webpack-plugin": "^4.1.0",