Skip to content

Commit 454789c

Browse files
committed
chore(deps): update all
1 parent 2509a19 commit 454789c

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/debug": "4.1.4",
5050
"@types/jest": "24.0.16",
5151
"@types/node": "12.6.9",
52-
"@types/ws": "6.0.1",
52+
"@types/ws": "6.0.2",
5353
"@typescript-eslint/eslint-plugin": "1.13.0",
5454
"@typescript-eslint/parser": "1.13.0",
5555
"babel-loader": "8.0.6",
@@ -69,7 +69,7 @@
6969
"prettier": "1.18.2",
7070
"ts-jest": "24.0.2",
7171
"typescript": "3.5.3",
72-
"webpack": "4.39.0",
72+
"webpack": "4.39.1",
7373
"webpack-cli": "3.3.6"
7474
},
7575
"jest": {

yarn.lock

+8-14
Original file line numberDiff line numberDiff line change
@@ -1047,11 +1047,6 @@
10471047
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
10481048
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
10491049

1050-
"@types/events@*":
1051-
version "3.0.0"
1052-
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
1053-
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
1054-
10551050
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
10561051
version "2.0.1"
10571052
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -1104,12 +1099,11 @@
11041099
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
11051100
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
11061101

1107-
"@types/[email protected].1":
1108-
version "6.0.1"
1109-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.1.tgz#ca7a3f3756aa12f62a0a62145ed14c6db25d5a28"
1110-
integrity sha512-EzH8k1gyZ4xih/MaZTXwT2xOkPiIMSrhQ9b8wrlX88L0T02eYsddatQlwVFlEPyEqV0ChpdpNnE51QPH6NVT4Q==
1102+
"@types/[email protected].2":
1103+
version "6.0.2"
1104+
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-6.0.2.tgz#f3340f7e3d7a07104a5dbcaa8ada4e8d2d45eecb"
1105+
integrity sha512-22XiR1ox9LftTaAtn/c5JCninwc7moaqbkJfaDUb7PkaUitcf5vbTZHdq9dxSMviCm9C3W85rzB8e6yNR70apQ==
11111106
dependencies:
1112-
"@types/events" "*"
11131107
"@types/node" "*"
11141108

11151109
"@types/yargs@^12.0.2", "@types/yargs@^12.0.9":
@@ -7620,10 +7614,10 @@ webpack-sources@^1.4.0, webpack-sources@^1.4.1:
76207614
source-list-map "^2.0.0"
76217615
source-map "~0.6.1"
76227616

7623-
7624-
version "4.39.0"
7625-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.0.tgz#1d511308c3dd8f9fe3152c9447ce30f1814a620c"
7626-
integrity sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==
7617+
7618+
version "4.39.1"
7619+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.39.1.tgz#60ed9fb2b72cd60f26ea526c404d2a4cc97a1bd8"
7620+
integrity sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==
76277621
dependencies:
76287622
"@webassemblyjs/ast" "1.8.5"
76297623
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)