Skip to content

Commit 290913e

Browse files
authored
chore: update sirv to version 3.0.2 (#692)
* chore: update sirv to version 3.0.2 * chore: update sirv dependency in changelog
1 parent 72c9027 commit 290913e

3 files changed

Lines changed: 18 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ _Note: Gaps between patch versions are faulty, broken or test releases._
1313
## UNRELEASED
1414

1515
* **Internal**
16+
* Update `sirv` dependency ([#692](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/692) by [@bjohansebas](https://github.com/bjohansebas))
1617
* Update `ws` dependency ([#691](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/691) by [@bjohansebas](https://github.com/bjohansebas))
1718

1819
## 5.1.1

package-lock.json

Lines changed: 16 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
@@ -42,7 +42,7 @@
4242
"html-escaper": "^2.0.2",
4343
"opener": "^1.5.2",
4444
"picocolors": "^1.0.0",
45-
"sirv": "^2.0.3",
45+
"sirv": "^3.0.2",
4646
"ws": "^8.19.0"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)