Skip to content

Commit b098116

Browse files
committed
chore(package): update webpack to version 3.6.0
1 parent 3dc3ff9 commit b098116

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"tslint": "^5.7.0",
101101
"tslint-config-prettier": "^1.5.0",
102102
"typescript": "^2.5.2",
103-
"webpack": "^3.5.6",
103+
"webpack": "^3.6.0",
104104
"webpack-dev-server": "^2.8.2"
105105
}
106106
}

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ajv@^4.9.1:
7676
co "^4.6.0"
7777
json-stable-stringify "^1.0.1"
7878

79-
ajv@^5.0.0, ajv@^5.1.5:
79+
ajv@^5.0.0:
8080
version "5.2.2"
8181
resolved "https://registry.npmjs.org/ajv/-/ajv-5.2.2.tgz#47c68d69e86f5d953103b0074a9430dc63da5e39"
8282
dependencies:
@@ -85,6 +85,15 @@ ajv@^5.0.0, ajv@^5.1.5:
8585
json-schema-traverse "^0.3.0"
8686
json-stable-stringify "^1.0.1"
8787

88+
ajv@^5.1.5:
89+
version "5.2.3"
90+
resolved "https://registry.npmjs.org/ajv/-/ajv-5.2.3.tgz#c06f598778c44c6b161abafe3466b81ad1814ed2"
91+
dependencies:
92+
co "^4.6.0"
93+
fast-deep-equal "^1.0.0"
94+
json-schema-traverse "^0.3.0"
95+
json-stable-stringify "^1.0.1"
96+
8897
align-text@^0.1.1, align-text@^0.1.3:
8998
version "0.1.4"
9099
resolved "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
@@ -4595,10 +4604,11 @@ [email protected]:
45954604
resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz#66567e37043eeb4f04d91bd658c0cbefb55b8e04"
45964605

45974606
sha.js@^2.4.0, sha.js@^2.4.8:
4598-
version "2.4.8"
4599-
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.8.tgz#37068c2c476b6baf402d14a49c67f597921f634f"
4607+
version "2.4.9"
4608+
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.9.tgz#98f64880474b74f4a38b8da9d3c0f2d104633e7d"
46004609
dependencies:
46014610
inherits "^2.0.1"
4611+
safe-buffer "^5.0.1"
46024612

46034613
46044614
version "0.0.1"
@@ -5438,9 +5448,9 @@ webpack-sources@^1.0.1:
54385448
source-list-map "^2.0.0"
54395449
source-map "~0.5.3"
54405450

5441-
webpack@^3.5.6:
5442-
version "3.5.6"
5443-
resolved "https://registry.npmjs.org/webpack/-/webpack-3.5.6.tgz#a492fb6c1ed7f573816f90e00c8fbb5a20cc5c36"
5451+
webpack@^3.6.0:
5452+
version "3.6.0"
5453+
resolved "https://registry.npmjs.org/webpack/-/webpack-3.6.0.tgz#a89a929fbee205d35a4fa2cc487be9cbec8898bc"
54445454
dependencies:
54455455
acorn "^5.0.0"
54465456
acorn-dynamic-import "^2.0.0"

0 commit comments

Comments
 (0)