We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a139abd commit d4b5598Copy full SHA for d4b5598
readme.md
@@ -369,8 +369,8 @@ versions of Node.js.
369
370
When we cut a new major release, we drop support for unmaintained versions of
371
Node.
372
-This means we try to keep the current release line, `hast-util-sanitize@^4`,
373
-compatible with Node.js 12.
+This means we try to keep the current release line, `hast-util-sanitize@^5`,
+compatible with Node.js 16.
374
375
## Security
376
tsconfig.json
@@ -12,6 +12,6 @@
12
"newLine": "lf",
13
"skipLibCheck": true,
14
"strict": true,
15
- "target": "es2020"
+ "target": "es2022"
16
}
17
0 commit comments