mozilla / eslint-plugin-no-unsanitized

Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike
Mozilla Public License 2.0
222 stars 33 forks source link

Update mocha (devDependency) #195

Closed mozfreddyb closed 2 years ago

mozfreddyb commented 2 years ago

This clears out a security issue with a transitive dependency. The issue is low-severity and linter-developers only, which makes it OK to talk about in public :)

rpl commented 2 years ago

@mozfreddyb I forgot to mention that we may also update the package-lock.json in this PR (at least if that is the convention you also prefer to use for keeping the lock file in sync).