Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-11374 Web console: fix frontend dependency audit warnings #6160

Merged
merged 3 commits into from Feb 25, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/web-console/frontend/.gitignore
Expand Up @@ -3,3 +3,4 @@
public/stylesheets/*.css
build/
node_modules/
!./package-lock.json
6 changes: 3 additions & 3 deletions modules/web-console/frontend/package.json
Expand Up @@ -118,15 +118,15 @@
"ignore-loader": "0.1.2",
"jasmine-core": "2.6.4",
"json-loader": "0.5.7",
"karma": "2.0.0",
"karma": "^4.0.0",
"karma-babel-preprocessor": "8.0.0-beta.0",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.3",
"karma-teamcity-reporter": "1.0.0",
"karma-webpack": "4.0.0-rc.2",
"mini-css-extract-plugin": "0.4.2",
"mocha": "3.4.2",
"mocha": "^6.0.0",
"mocha-teamcity-reporter": "1.1.1",
"node-fetch": "1.7.3",
"node-sass": "4.10.0",
Expand All @@ -145,7 +145,7 @@
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.19.1",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.8",
"webpack-dev-server": "^3.2.0",
"webpack-merge": "4.1.4",
"worker-loader": "2.0.0",
"yargs": "9.0.1"
Expand Down