Skip to content

Commit bc19e91

Browse files
committed
fix tests
1 parent b773b05 commit bc19e91

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-mocha": "^9.0.0",
8484
"mocha": "^10.8.2",
8585
"nyc": "^15.1.0",
86-
"ts-node": "^10.0.0",
86+
"ts-node": "^10.9.2",
8787
"typescript": "^5.7.3"
8888
},
8989
"eslintConfig": {

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noUnusedParameters": true,
1313
"pretty": true,
1414
"outDir": "lib",
15-
"types": ["node"]
15+
"types": ["node", "mocha"]
1616
},
1717
"formatCodeOptions": {
1818
"indentSize": 2,

yarn.lock

+28-20
Original file line numberDiff line numberDiff line change
@@ -273,17 +273,12 @@
273273
"@babel/helper-validator-identifier" "^7.22.20"
274274
to-fast-properties "^2.0.0"
275275

276-
"@cspotcode/[email protected]":
277-
version "0.8.0"
278-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
279-
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
280-
281-
"@cspotcode/[email protected]":
282-
version "0.7.0"
283-
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
284-
integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
276+
"@cspotcode/source-map-support@^0.8.0":
277+
version "0.8.1"
278+
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
279+
integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
285280
dependencies:
286-
"@cspotcode/source-map-consumer" "0.8.0"
281+
"@jridgewell/trace-mapping" "0.3.9"
287282

288283
"@electron/get@^2.0.0":
289284
version "2.0.2"
@@ -381,6 +376,11 @@
381376
"@jridgewell/sourcemap-codec" "^1.4.10"
382377
"@jridgewell/trace-mapping" "^0.3.9"
383378

379+
"@jridgewell/resolve-uri@^3.0.3":
380+
version "3.1.2"
381+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
382+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
383+
384384
"@jridgewell/resolve-uri@^3.1.0":
385385
version "3.1.1"
386386
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
@@ -396,6 +396,14 @@
396396
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
397397
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
398398

399+
"@jridgewell/[email protected]":
400+
version "0.3.9"
401+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
402+
integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
403+
dependencies:
404+
"@jridgewell/resolve-uri" "^3.0.3"
405+
"@jridgewell/sourcemap-codec" "^1.4.10"
406+
399407
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
400408
version "0.3.19"
401409
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
@@ -3093,12 +3101,12 @@ to-regex-range@^5.0.1:
30933101
dependencies:
30943102
is-number "^7.0.0"
30953103

3096-
ts-node@^10.0.0:
3097-
version "10.7.0"
3098-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
3099-
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
3104+
ts-node@^10.9.2:
3105+
version "10.9.2"
3106+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
3107+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
31003108
dependencies:
3101-
"@cspotcode/source-map-support" "0.7.0"
3109+
"@cspotcode/source-map-support" "^0.8.0"
31023110
"@tsconfig/node10" "^1.0.7"
31033111
"@tsconfig/node12" "^1.0.7"
31043112
"@tsconfig/node14" "^1.0.0"
@@ -3109,7 +3117,7 @@ ts-node@^10.0.0:
31093117
create-require "^1.1.0"
31103118
diff "^4.0.1"
31113119
make-error "^1.1.1"
3112-
v8-compile-cache-lib "^3.0.0"
3120+
v8-compile-cache-lib "^3.0.1"
31133121
yn "3.1.1"
31143122

31153123
tslib@^1.8.1:
@@ -3209,10 +3217,10 @@ uuid@^3.3.3:
32093217
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
32103218
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
32113219

3212-
v8-compile-cache-lib@^3.0.0:
3213-
version "3.0.0"
3214-
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
3215-
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
3220+
v8-compile-cache-lib@^3.0.1:
3221+
version "3.0.1"
3222+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
3223+
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
32163224

32173225
v8-compile-cache@^2.0.3:
32183226
version "2.3.0"

0 commit comments

Comments
 (0)