Skip to content

Commit

Permalink
Fix some easier security dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bellamy committed Jan 6, 2023
1 parent fff061e commit 033e762
Show file tree
Hide file tree
Showing 3 changed files with 1,930 additions and 665 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var cp = require('child_process');
var coveralls = require('@kollavarsham/gulp-coveralls');
var gulp = require('gulp');
var isparta = require('isparta');
var nyc = require('nyc');
var plugins = require('gulp-load-plugins')();
var webpack = require('webpack');
var webpackStream = require('webpack-stream');
Expand Down Expand Up @@ -146,7 +146,7 @@ gulp.task(
.src(['src/**/*.js'])
.pipe(
plugins.istanbul({
instrumenter: isparta.Instrumenter
instrumenter: nyc.Instrumenter
})
)
.pipe(plugins.istanbul.hookRequire());
Expand Down
Loading

0 comments on commit 033e762

Please sign in to comment.