Skip to content

Commit 0949f7f

Browse files
Update dependency tsafe to ^1.7.5
1 parent c5dffd5 commit 0949f7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evt",
3-
"version": "2.5.7",
3+
"version": "2.5.8",
44
"description": "Type safe replacement for node's EventEmitter",
55
"repository": {
66
"type": "git",
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"minimal-polyfills": "^2.2.3",
3737
"run-exclusive": "^2.2.19",
38-
"tsafe": "^1.6.6"
38+
"tsafe": "^1.7.5"
3939
},
4040
"files": [
4141
"src/",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -511,10 +511,10 @@ tsafe@^1.6.5:
511511
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.5.tgz#74943b69190069168a53d2accd6d07891cf1cce8"
512512
integrity sha512-895zss8xqqHKTc28sHGIfZKnt3C5jrstB1DyPr/h3/flK0zojsZUMQL1/W4ytdDW6KI4Oth62nb9rrxmA3s3Iw==
513513

514-
tsafe@^1.6.6:
515-
version "1.6.6"
516-
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.6.6.tgz#fd93e64d6eb13ef83ed1650669cc24bad4f5df9f"
517-
integrity sha512-gzkapsdbMNwBnTIjgO758GujLCj031IgHK/PKr2mrmkCSJMhSOR5FeOuSxKLMUoYc0vAA4RGEYYbjt/v6afD3g==
514+
tsafe@^1.7.5:
515+
version "1.7.5"
516+
resolved "https://registry.yarnpkg.com/tsafe/-/tsafe-1.7.5.tgz#0d3a31202b5ef87c7ba997e66e03fd80801278ef"
517+
integrity sha512-tbNyyBSbwfbilFfiuXkSOj82a6++ovgANwcoqBAcO9/REPoZMEQoE8kWPeO0dy5A2D/2Lajr8Ohue5T0ifIvLQ==
518518

519519
tslib@^1.9.0:
520520
version "1.14.1"

0 commit comments

Comments
 (0)