Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
updating some libraries to pass the github security warnings (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni authored Sep 7, 2020
1 parent 85b1a29 commit 9b38d89
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 192 deletions.
21 changes: 9 additions & 12 deletions genny/build/_fixtures/coke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,30 @@
},
"repository": "github.com/gobuffalo/buffalo",
"dependencies": {
"bootstrap": "4.5.0",
"popper.js": "^1.16.1",
"@fortawesome/fontawesome-free": "^5.12.0",
"bootstrap": "4.5.2",
"jquery": "3.5.1",
"jquery-ujs": "~1.2.2"
"jquery-ujs": "~1.2.2",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",

"babel-loader": "^8.1.0",
"copy-webpack-plugin": "~6.1.0",
"css-loader": "~3.5.1",
"expose-loader": "~0.7.5",
"file-loader": "~6.0.0",
"gopherjs-loader": "^0.0.1",
"mini-css-extract-plugin": "^0.11.0",
"node-sass": "~4.14.1",
"npm-install-webpack-plugin": "4.0.5",
"sass-loader": "~8.0.2",
"style-loader": "~1.1.3",
"terser-webpack-plugin": "~4.1.0",
"url-loader": "~4.1.0",
"node-sass": "~4.13.1",

"npm-install-webpack-plugin": "4.0.5",
"terser-webpack-plugin": "~2.3.1",
"mini-css-extract-plugin": "^0.9.0",
"webpack-clean-obsolete-chunks": "^0.4.0",
"copy-webpack-plugin": "~5.1.1",

"webpack": "~4.42.1",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^4.0.0-beta.8",
"webpack-livereload-plugin": "~2.3.0",
"webpack-manifest-plugin": "~2.2.0"
Expand Down
Loading

0 comments on commit 9b38d89

Please sign in to comment.