Skip to content

Commit

Permalink
bump sirv to fix analyzerMode server (#611)
Browse files Browse the repository at this point in the history
* bump sirv to fix analyzerMode server

* add changelog entry
  • Loading branch information
panbenson committed Aug 30, 2023
1 parent e2a6479 commit a0e04ef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,9 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
* Replace some lodash usages with JavaScript native API ([#505](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/505)) by [@sukkaw](https://github.com/sukkaw).
* Make module much slimmer ([#609](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/609)) by [@sukkaw](https://github.com/sukkaw).

* **Bug Fix**
* fix `analyzerMode: 'server'` on certain machines ([#611](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/611) by [@panbenson](https://github.com/panbenson))

## 4.9.0

* **Improvement**
Expand Down
32 changes: 19 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"lodash.uniqby": "^4.7.0",
"opener": "^1.5.2",
"picocolors": "^1.0.0",
"sirv": "^1.0.7",
"sirv": "^2.0.3",
"ws": "^7.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit a0e04ef

Please sign in to comment.