webpack 4.42.0 → 4.42.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "webpack",
3
- "version": "4.42.0",
3
+ "version": "4.42.1",
4
4
  "author": "Tobias Koppers @sokra",
5
5
  "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "@webassemblyjs/ast": "1.8.5",
9
- "@webassemblyjs/helper-module-context": "1.8.5",
10
- "@webassemblyjs/wasm-edit": "1.8.5",
11
- "@webassemblyjs/wasm-parser": "1.8.5",
8
+ "@webassemblyjs/ast": "1.9.0",
9
+ "@webassemblyjs/helper-module-context": "1.9.0",
10
+ "@webassemblyjs/wasm-edit": "1.9.0",
11
+ "@webassemblyjs/wasm-parser": "1.9.0",
12
12
  "acorn": "^6.2.1",
13
13
  "ajv": "^6.10.2",
14
14
  "ajv-keywords": "^3.4.1",
@@ -20,7 +20,7 @@
20
20
  "loader-utils": "^1.2.3",
21
21
  "memory-fs": "^0.4.1",
22
22
  "micromatch": "^3.1.10",
23
- "mkdirp": "^0.5.1",
23
+ "mkdirp": "^0.5.3",
24
24
  "neo-async": "^2.6.1",
25
25
  "node-libs-browser": "^2.2.1",
26
26
  "schema-utils": "^1.0.0",
@@ -80,6 +80,7 @@
80
80
  "vm-browserify": "~1.1.0",
81
81
  "wast-loader": "^1.5.5",
82
82
  "webpack-dev-middleware": "^3.5.1",
83
+ "webassembly-feature": "1.3.0",
83
84
  "worker-loader": "^2.0.0",
84
85
  "xxhashjs": "^0.2.1"
85
86
  },