diff --git a/lapis-e2e/package-lock.json b/lapis-e2e/package-lock.json index 1dee27649..c5e5d3fef 100644 --- a/lapis-e2e/package-lock.json +++ b/lapis-e2e/package-lock.json @@ -11,7 +11,7 @@ "@openapitools/openapi-generator-cli": "^2.40.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.1.2", "chai": "^6.2.2", "js-yaml": "^5.2.2", "mocha": "^11.7.6", @@ -916,12 +916,12 @@ } }, "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": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/wrap-ansi": { @@ -2992,9 +2992,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": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/universalify": { diff --git a/lapis-e2e/package.json b/lapis-e2e/package.json index 927ca61f1..3b2d7e24e 100644 --- a/lapis-e2e/package.json +++ b/lapis-e2e/package.json @@ -23,7 +23,7 @@ "@openapitools/openapi-generator-cli": "^2.40.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.1.2", "chai": "^6.2.2", "js-yaml": "^5.2.2", "mocha": "^11.7.6",