diff --git a/package-lock.json b/package-lock.json index 813e8090..307e321e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "veritable-ui", - "version": "0.15.8", + "version": "0.15.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "veritable-ui", - "version": "0.15.8", + "version": "0.15.9", "license": "Apache-2.0", "dependencies": { "@digicatapult/tsoa-oauth-express": "^0.1.73", @@ -74,7 +74,7 @@ "supertest": "^7.0.0", "testcontainers": "^10.15.0", "typescript": "^5.7.2", - "undici": "^6.21.0" + "undici": "^7.0.0" }, "engines": { "node": "^22.0.0", @@ -9852,13 +9852,13 @@ } }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.0.0.tgz", + "integrity": "sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw==", "dev": true, "license": "MIT", "engines": { - "node": ">=18.17" + "node": ">=20.18.1" } }, "node_modules/undici-types": { diff --git a/package.json b/package.json index bf75ae5b..9eb651f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "veritable-ui", - "version": "0.15.8", + "version": "0.15.9", "description": "UI for Veritable", "main": "src/index.ts", "type": "module", @@ -99,6 +99,6 @@ "supertest": "^7.0.0", "testcontainers": "^10.15.0", "typescript": "^5.7.2", - "undici": "^6.21.0" + "undici": "^7.0.0" } }