diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index faf46b8f..8048c5d5 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v2.1.4 with: - node-version: 12.x + node-version: 26.x - run: npm install -g markdown-link-check - run: find . -name \*.md -exec markdown-link-check -c .broken-link-config.json {} \; diff --git a/package-lock.json b/package-lock.json index 05225212..b443ac17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2645,10 +2645,13 @@ "dev": true }, "@types/node": { - "version": "14.14.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.35.tgz", - "integrity": "sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==", - "dev": true + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", + "dev": true, + "requires": { + "undici-types": "~8.3.0" + } }, "@types/normalize-package-data": { "version": "2.4.0", @@ -20281,6 +20284,12 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz", "integrity": "sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=" }, + "undici-types": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", + "dev": true + }, "unherit": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz", diff --git a/package.json b/package.json index 5e611876..a185afb5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@semantic-release/release-notes-generator": "^9.0.1", "@types/jest": "^26.0.20", "@types/lodash.mergewith": "^4.6.6", - "@types/node": "^14.14.35", + "@types/node": "^26.0.0", "@types/prettier": "^2.1.5", "@typescript-eslint/eslint-plugin": "^4.15.0", "@typescript-eslint/parser": "^4.15.0",