Skip to content

Commit 03ea4f6

Browse files
chore(deps): update webpack requirement in the prod-dependencies group
Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. Updates `webpack` to 5.98.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.97.1...v5.98.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f2be3f commit 03ea4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
},
2828
"dependencies": {
2929
"postcss-css-variables": "^0.19.0",
30-
"webpack": "^5.97.1"
30+
"webpack": "^5.98.0"
3131
}
3232
}

0 commit comments

Comments
 (0)