Skip to content

Commit 0122ed8

Browse files
Update dependency @ava/typescript to v4.1.0
1 parent 4dd3242 commit 0122ed8

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"web3": "1.10.0"
3333
},
3434
"devDependencies": {
35-
"@ava/typescript": "4.0.0",
35+
"@ava/typescript": "4.1.0",
3636
"@types/bent": "7.3.3",
3737
"@types/dotenv": "8.2.0",
3838
"@types/jsonwebtoken": "9.0.2",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@ava/typescript@4.0.0":
6-
version "4.0.0"
7-
resolved "https://registry.yarnpkg.com/@ava/typescript/-/typescript-4.0.0.tgz#7fc1bcb913fb486963d9b5c818878b6fa0255e60"
8-
integrity sha512-QFIPeqkEbdvn7Pob0wVeYpeZD0eXd8nDYdCl+knJVaIJrHdF2fXa58vFaig26cmYwnsEN0KRNTYJKbqW1B0lfg==
5+
"@ava/typescript@4.1.0":
6+
version "4.1.0"
7+
resolved "https://registry.yarnpkg.com/@ava/typescript/-/typescript-4.1.0.tgz#0dde7b3bbcfe59c1424fb20eb289b4a2b3694418"
8+
integrity sha512-1iWZQ/nr9iflhLK9VN8H+1oDZqe93qxNnyYUz+jTzkYPAHc5fdZXBrqmNIgIfFhWYXK5OaQ5YtC7OmLeTNhVEg==
99
dependencies:
1010
escape-string-regexp "^5.0.0"
11-
execa "^7.1.0"
11+
execa "^7.1.1"
1212

1313
"@azure/abort-controller@^1.0.0":
1414
version "1.0.4"
@@ -4513,10 +4513,10 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
45134513
md5.js "^1.3.4"
45144514
safe-buffer "^5.1.1"
45154515

4516-
execa@^7.1.0:
4517-
version "7.1.0"
4518-
resolved "https://registry.yarnpkg.com/execa/-/execa-7.1.0.tgz#50c6f39438b7ce407e8c7a6829c72b074778238d"
4519-
integrity sha512-T6nIJO3LHxUZ6ahVRaxXz9WLEruXLqdcluA+UuTptXmLM7nDAn9lx9IfkxPyzEL21583qSt4RmL44pO71EHaJQ==
4516+
execa@^7.1.1:
4517+
version "7.2.0"
4518+
resolved "https://registry.yarnpkg.com/execa/-/execa-7.2.0.tgz#657e75ba984f42a70f38928cedc87d6f2d4fe4e9"
4519+
integrity sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==
45204520
dependencies:
45214521
cross-spawn "^7.0.3"
45224522
get-stream "^6.0.1"
@@ -8536,7 +8536,7 @@ strict-uri-encode@^1.0.0:
85368536
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
85378537
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
85388538

8539-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8539+
"string-width-cjs@npm:string-width@^4.2.0":
85408540
version "4.2.3"
85418541
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
85428542
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8554,6 +8554,15 @@ string-width@^1.0.1:
85548554
is-fullwidth-code-point "^1.0.0"
85558555
strip-ansi "^3.0.0"
85568556

8557+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8558+
version "4.2.3"
8559+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8560+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8561+
dependencies:
8562+
emoji-regex "^8.0.0"
8563+
is-fullwidth-code-point "^3.0.0"
8564+
strip-ansi "^6.0.1"
8565+
85578566
string-width@^5.0.0:
85588567
version "5.1.0"
85598568
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.0.tgz#5ab00980cfb29f43e736b113a120a73a0fb569d3"
@@ -8616,7 +8625,7 @@ string_decoder@~1.1.1:
86168625
dependencies:
86178626
safe-buffer "~5.1.0"
86188627

8619-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8628+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
86208629
version "6.0.1"
86218630
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
86228631
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8630,6 +8639,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
86308639
dependencies:
86318640
ansi-regex "^2.0.0"
86328641

8642+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8643+
version "6.0.1"
8644+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8645+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8646+
dependencies:
8647+
ansi-regex "^5.0.1"
8648+
86338649
strip-ansi@^7.0.1:
86348650
version "7.0.1"
86358651
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -9848,7 +9864,7 @@ word-wrap@^1.2.3:
98489864
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
98499865
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
98509866

9851-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9867+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
98529868
version "7.0.0"
98539869
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
98549870
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9865,6 +9881,15 @@ wrap-ansi@^2.0.0:
98659881
string-width "^1.0.1"
98669882
strip-ansi "^3.0.1"
98679883

9884+
wrap-ansi@^7.0.0:
9885+
version "7.0.0"
9886+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9887+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9888+
dependencies:
9889+
ansi-styles "^4.0.0"
9890+
string-width "^4.1.0"
9891+
strip-ansi "^6.0.0"
9892+
98689893
wrap-ansi@^8.1.0:
98699894
version "8.1.0"
98709895
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)