Skip to content

Commit 7301b1c

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.102.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.101.3...v5.102.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.102.0 dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e54a12 commit 7301b1c

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
@@ -26,6 +26,6 @@
2626
},
2727
"dependencies": {
2828
"postcss-css-variables": "^0.19.0",
29-
"webpack": "^5.101.3"
29+
"webpack": "^5.102.0"
3030
}
3131
}

0 commit comments

Comments
 (0)