slackhq / csp-html-webpack-plugin

A plugin which, when combined with HTMLWebpackPlugin, adds CSP tags to the HTML output.
MIT License
164 stars 39 forks source link

fix: move babel-jest to development dependencies #33

Closed hvolschenk closed 5 years ago

hvolschenk commented 5 years ago

move babel-jest to devDependencies as it is not required when installed update babel-jest and jest to 24.1.0 to remove npm audit vulnerabilities

Summary

Fixes #32

Requirements (place an x in each [ ])

Other

I see there are a few other dependencies that are also out of date, but tried to rather keep this PR focused to this one issue. Please let me know if you'd rather have me also update the other dependencies.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #33   +/-   ##
======================================
  Coverage    93.8%   93.8%           
======================================
  Files           2       2           
  Lines         113     113           
  Branches       21      21           
======================================
  Hits          106     106           
  Misses          6       6           
  Partials        1       1

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 d426af1...48cc034. Read the comment docs.

AnujRNair commented 5 years ago

Fixed in https://github.com/slackhq/csp-html-webpack-plugin/pull/34