Skip to content

Commit

Permalink
npm audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Jan 13, 2021
1 parent 1f98928 commit e8b13dc
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 82 deletions.
149 changes: 69 additions & 80 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@fof/byobu",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"webpack": "^4.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.0.7"
},
"scripts": {
Expand All @@ -12,6 +12,6 @@
"lint": "prettier --single-quote --trailing-comma es5 --print-width 150 --tab-width 4 --write src"
},
"devDependencies": {
"prettier": "^2.0.5"
"prettier": "^2.2.1"
}
}

0 comments on commit e8b13dc

Please sign in to comment.