Skip to content

Commit

Permalink
fixes dependabot vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Oct 10, 2024
1 parent c0a859d commit d834eb7
Show file tree
Hide file tree
Showing 3 changed files with 4,862 additions and 10,104 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const paths = {
function jsTask() {
return browserify(`${paths.js.src}`, { debug: true })
.transform('babelify', {
presets: ['babel-preset-env'],
plugins: ['babel-plugin-transform-runtime']
presets: ['@babel/preset-env'],
plugins: ['@babel/plugin-transform-runtime']
})
.bundle()
.pipe(source(paths.js.dest))
Expand Down
Loading

0 comments on commit d834eb7

Please sign in to comment.