retextjs / retext-spell

plugin to check spelling
https://unifiedjs.com
MIT License
73 stars 16 forks source link

Update lodash to fix vulnerability (fixes #18) #19

Closed x4121 closed 4 years ago

x4121 commented 4 years ago

Lodash versions prior to 4.17.5 are vulnerable to Prototype Pollution. This PR updates lodash to 4.17.5

Closes GH-18

codecov-io commented 4 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          86     86           
=====================================
  Hits           86     86
Impacted Files Coverage Δ
index.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28c98fd...7337873. Read the comment docs.

Murderlon commented 4 years ago

https://github.com/retextjs/retext-spell/issues/18#issuecomment-557501113