Skip to content

Commit 0830dd5

Browse files
Bump webpack from 4.41.6 to 4.42.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.41.6 to 4.42.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.41.6...v4.42.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8b388c0 commit 0830dd5

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"ttypescript": "^1.5.10",
8383
"typescript": "^3.7.5",
8484
"typescript-plugin-styled-components": "^1.4.4",
85-
"webpack": "^4.41.6"
85+
"webpack": "^4.42.0"
8686
},
8787
"lint-staged": {
8888
"**/*.ts?(x)": [

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"babel-loader": "^8.0.6",
2626
"html-webpack-plugin": "^3.2.0",
27-
"webpack": "^4.41.6",
27+
"webpack": "^4.42.0",
2828
"webpack-cli": "^3.3.11",
2929
"webpack-dev-server": "^3.10.3"
3030
}

yarn.lock

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19239,7 +19239,36 @@ webpack-stats-plugin@^0.3.0:
1923919239
resolved "https://registry.yarnpkg.com/webpack-stats-plugin/-/webpack-stats-plugin-0.3.1.tgz#1103c39a305a4e6ba15d5078db84bc0b35447417"
1924019240
integrity sha512-pxqzFE055NlNTlNyfDG3xlB2QwT1EWdm/CF5dCJI/e+rRHVxrWhWg1rf1lfsWhI1/EePv8gi/A36YxO/+u0FgQ==
1924119241

19242-
webpack@^4.41.6, webpack@~4.41.2:
19242+
webpack@^4.42.0:
19243+
version "4.42.0"
19244+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.42.0.tgz#b901635dd6179391d90740a63c93f76f39883eb8"
19245+
integrity sha512-EzJRHvwQyBiYrYqhyjW9AqM90dE4+s1/XtCfn7uWg6cS72zH+2VPFAlsnW0+W0cDi0XRjNKUMoJtpSi50+Ph6w==
19246+
dependencies:
19247+
"@webassemblyjs/ast" "1.8.5"
19248+
"@webassemblyjs/helper-module-context" "1.8.5"
19249+
"@webassemblyjs/wasm-edit" "1.8.5"
19250+
"@webassemblyjs/wasm-parser" "1.8.5"
19251+
acorn "^6.2.1"
19252+
ajv "^6.10.2"
19253+
ajv-keywords "^3.4.1"
19254+
chrome-trace-event "^1.0.2"
19255+
enhanced-resolve "^4.1.0"
19256+
eslint-scope "^4.0.3"
19257+
json-parse-better-errors "^1.0.2"
19258+
loader-runner "^2.4.0"
19259+
loader-utils "^1.2.3"
19260+
memory-fs "^0.4.1"
19261+
micromatch "^3.1.10"
19262+
mkdirp "^0.5.1"
19263+
neo-async "^2.6.1"
19264+
node-libs-browser "^2.2.1"
19265+
schema-utils "^1.0.0"
19266+
tapable "^1.1.3"
19267+
terser-webpack-plugin "^1.4.3"
19268+
watchpack "^1.6.0"
19269+
webpack-sources "^1.4.1"
19270+
19271+
webpack@~4.41.2:
1924319272
version "4.41.6"
1924419273
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.6.tgz#12f2f804bf6542ef166755050d4afbc8f66ba7e1"
1924519274
integrity sha512-yxXfV0Zv9WMGRD+QexkZzmGIh54bsvEs+9aRWxnN8erLWEOehAKUTeNBoUbA6HPEZPlRo7KDi2ZcNveoZgK9MA==

0 commit comments

Comments
 (0)