diff --git a/lapis-e2e/package-lock.json b/lapis-e2e/package-lock.json index 966c72263..ca7ef7cb7 100644 --- a/lapis-e2e/package-lock.json +++ b/lapis-e2e/package-lock.json @@ -11,7 +11,7 @@ "@openapitools/openapi-generator-cli": "^2.39.0", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.0.1", "chai": "^6.2.2", "js-yaml": "^5.2.0", "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.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "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 e77508023..c2541ba69 100644 --- a/lapis-e2e/package.json +++ b/lapis-e2e/package.json @@ -23,7 +23,7 @@ "@openapitools/openapi-generator-cli": "^2.39.0", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^24.12.4", + "@types/node": "^26.0.1", "chai": "^6.2.2", "js-yaml": "^5.2.0", "mocha": "^11.7.6",