We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfb868 commit a520fa0Copy full SHA for a520fa0
vendor/astro-broken-link-checker/check-links.js
@@ -8,7 +8,6 @@
8
9
import { parse } from 'node-html-parser';
10
import fs from 'fs';
11
-import fetch from 'node-fetch';
12
import { URL } from 'url';
13
import path from 'path';
14
import pLimit from 'p-limit';
vendor/astro-broken-link-checker/package.json
@@ -21,7 +21,6 @@
21
},
22
"dependencies": {
23
"fast-glob": "^3.3.2",
24
- "node-fetch": "^3.3.2",
25
"node-html-parser": "^6.1.13",
26
"p-limit": "^6.1.0"
27
}
0 commit comments