Skip to content

Commit

Permalink
chore(deps): bump webpack from 5.90.2 to 5.90.3 (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 7a1e5e5 commit c47e945
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/mdn-bob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function doWebpack() {
return new Promise((resolve, reject) => {
webpack(
webpackConfig,
(err: Error | undefined, stats: Stats | undefined) => {
(err: Error | null | undefined, stats: Stats | undefined) => {
if (!stats) {
throw new Error("MDN-BOB: Stats were not delivered by webpack");
}
Expand Down
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"path-browserify": "^1.0.1",
"uglify-js": "^3.17.4",
"wabt": "^1.0.29",
"webpack": "5.90.2"
"webpack": "5.90.3"
},
"resolutions": {
"lodash": ">=4.17.5",
Expand Down

0 comments on commit c47e945

Please sign in to comment.