Skip to content

Commit e425030

Browse files
dependabot[bot]Leonya
authored andcommitted
Update webpack requirement from ^4.41.3 to ^4.46.0
Updates the requirements on [webpack](https://github.com/webpack/webpack) to permit the latest version. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.41.3...v4.46.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 851dcf2 commit e425030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kotlin-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"html-webpack-plugin": "^3.2.0",
3838
"source-map-loader": "^0.2.4",
39-
"webpack": "^4.41.3",
39+
"webpack": "^4.46.0",
4040
"webpack-cli": "^3.3.10",
4141
"webpack-dev-server": "^4.7.2"
4242
}

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"source-map-loader": "^0.2.4",
5555
"style-loader": "^1.0.1",
5656
"url-loader": "^2.3.0",
57-
"webpack": "^4.41.3",
57+
"webpack": "^4.46.0",
5858
"webpack-dev-server": "^4.7.2",
5959
"webpack-manifest-plugin": "^2.2.0",
6060
"whatwg-fetch": "^3.0.0"

0 commit comments

Comments
 (0)