Skip to content

Commit

Permalink
Bump versions, fix browsersync vulnerabilities, custom resolutions un…
Browse files Browse the repository at this point in the history
…til fix
  • Loading branch information
pavelhusa committed Oct 20, 2024
1 parent 52f786a commit 8b27978
Show file tree
Hide file tree
Showing 2 changed files with 1,165 additions and 1,325 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/core": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"babel-loader": "^9.1.3",
"browser-sync": "^2.27.10",
"browser-sync": "^3.0.3",
"browser-sync-webpack-plugin": "^2.3.0",
"commander": "^9.4.0",
"css-loader": "^6.10.0",
Expand All @@ -29,8 +29,17 @@
"sass": "^1.70.0",
"sass-loader": "^14.1.0",
"style-loader": "^3.3.4",
"webpack": "^5.90.1",
"webpack": "^5.94.0",
"webpack-obfuscator": "^3.5.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"resolutions": {
"engine.io": ">=6.4.2",
"socket.io-parser": ">=4.2.3",
"socket.io": ">=4.6.2",
"ws": ">=8.17.1",
"cookie": ">=0.7.0",
"follow-redirects": ">=1.15.6",
"braces": ">=3.0.3"
}
}
Loading

0 comments on commit 8b27978

Please sign in to comment.