Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 6c9bc3e

Browse files
committed
chore(deps): update dependency webpack to v4.36.0
1 parent f928da2 commit 6c9bc3e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"wdio-selenium-standalone-service": "0.0.10",
4141
"wdio-spec-reporter": "0.1.5",
4242
"webdriverio": "4.14.4",
43-
"webpack": "4.33.0",
43+
"webpack": "4.36.0",
4444
"webpack-cli": "3.3.4"
4545
},
4646
"files": [

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ acorn@^6.0.7:
327327
version "6.1.0"
328328
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
329329

330+
acorn@^6.2.0:
331+
version "6.2.0"
332+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.0.tgz#67f0da2fc339d6cfb5d6fb244fd449f33cd8bbe3"
333+
330334
adm-zip@~0.4.3:
331335
version "0.4.11"
332336
resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.4.11.tgz#2aa54c84c4b01a9d0fb89bb11982a51f13e3d62a"
@@ -6764,16 +6768,15 @@ webpack-sources@^1.3.0:
67646768
source-list-map "^2.0.0"
67656769
source-map "~0.6.1"
67666770

6767-
webpack@4.33.0:
6768-
version "4.33.0"
6769-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.33.0.tgz#c30fc4307db432e5c5e3333aaa7c16a15a3b277e"
6771+
webpack@4.36.0:
6772+
version "4.36.0"
6773+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.36.0.tgz#d49474e54acd6eed51c3aff70333cbd172f21101"
67706774
dependencies:
67716775
"@webassemblyjs/ast" "1.8.5"
67726776
"@webassemblyjs/helper-module-context" "1.8.5"
67736777
"@webassemblyjs/wasm-edit" "1.8.5"
67746778
"@webassemblyjs/wasm-parser" "1.8.5"
6775-
acorn "^6.0.5"
6776-
acorn-dynamic-import "^4.0.0"
6779+
acorn "^6.2.0"
67776780
ajv "^6.1.0"
67786781
ajv-keywords "^3.1.0"
67796782
chrome-trace-event "^1.0.0"

0 commit comments

Comments
 (0)