Skip to content

Commit

Permalink
Update npm dependencies based on dependabot (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer authored Dec 11, 2020
1 parent f758c66 commit 13fb60c
Show file tree
Hide file tree
Showing 3 changed files with 1,388 additions and 982 deletions.
10 changes: 6 additions & 4 deletions sonar-dependency-check-plugin/conf/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ module.exports = {
{ loader: 'css-loader'},
{ loader: 'postcss-loader',
options: {
ident: 'postcss',
plugins: [
require('autoprefixer'),
]
postcssOptions: {
ident: 'postcss',
plugins: [
require('autoprefixer'),
]
},
}
}
],
Expand Down
Loading

0 comments on commit 13fb60c

Please sign in to comment.