diff --git a/lapis-e2e/package-lock.json b/lapis-e2e/package-lock.json index 62f4d3637..c7e8172d7 100644 --- a/lapis-e2e/package-lock.json +++ b/lapis-e2e/package-lock.json @@ -11,7 +11,7 @@ "@openapitools/openapi-generator-cli": "^2.40.0", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.1.1", "chai": "^6.2.2", "js-yaml": "^5.2.1", "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.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", "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 7d06944cb..8a20e0c44 100644 --- a/lapis-e2e/package.json +++ b/lapis-e2e/package.json @@ -23,7 +23,7 @@ "@openapitools/openapi-generator-cli": "^2.40.0", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.1.1", "chai": "^6.2.2", "js-yaml": "^5.2.1", "mocha": "^11.7.6",