Skip to content

Commit a0e04ef

Browse files
authored
bump sirv to fix analyzerMode server (#611)
* bump sirv to fix analyzerMode server * add changelog entry
1 parent e2a6479 commit a0e04ef

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1616
* 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).
1717
* Make module much slimmer ([#609](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/609)) by [@sukkaw](https://github.com/sukkaw).
1818

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

2124
* **Improvement**

package-lock.json

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"lodash.uniqby": "^4.7.0",
4848
"opener": "^1.5.2",
4949
"picocolors": "^1.0.0",
50-
"sirv": "^1.0.7",
50+
"sirv": "^2.0.3",
5151
"ws": "^7.3.1"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)