Skip to content

Commit 30319f4

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.1 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.102.0...v5.102.1) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.102.1 dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90a4b35 commit 30319f4

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.102.0"
29+
"webpack": "^5.102.1"
3030
}
3131
}

0 commit comments

Comments
 (0)