html-minifier icon indicating copy to clipboard operation
html-minifier copied to clipboard

chore: update dependencies

Open j9t opened this issue 1 year ago • 2 comments

Bumped dependencies by some simple npm audit fix. Though according to npm, this fixed 12 of 15 vulnerabilities, 3 persist; left it there for this update.

j9t avatar Apr 23 '24 19:04 j9t

Btw, when testing, I ran into some issues with ESLint. If not already in progress or pointed out elsewhere, should be worth looking into. html-minifier is using a now deprecated way of configuring ESLint; still, the current issues may be treatable by adding and adjusting

"parserOptions": {
  "ecmaVersion": "latest"
},

in the config.)

j9t avatar Apr 23 '24 19:04 j9t