diff --git a/package-lock.json b/package-lock.json index 85ecf358..a9ac5bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@biomejs/biome": "^2.5.10", "@eslint/compat": "^2.0.3", "@feedic/eslint-config": "^0.3.1", - "@types/node": "^25.5.0", + "@types/node": "^26.2.0", "eslint": "^10.9.0", "eslint-config-biome": "^2.1.3", "htmlparser2": "~12.0.0", @@ -925,13 +925,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.4.tgz", - "integrity": "sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": ">=7.24.0 <7.24.7" + "undici-types": "~8.3.0" } }, "node_modules/@types/unist": { @@ -3662,9 +3662,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", - "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 452957ab..f9545a62 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@biomejs/biome": "^2.5.10", "@eslint/compat": "^2.0.3", "@feedic/eslint-config": "^0.3.1", - "@types/node": "^25.5.0", + "@types/node": "^26.2.0", "eslint": "^10.9.0", "eslint-config-biome": "^2.1.3", "htmlparser2": "~12.0.0",