Skip to content

Commit 19a5166

Browse files
committed
chore: upgrade dependencies
1 parent e847eb0 commit 19a5166

File tree

2 files changed

+107
-56
lines changed

2 files changed

+107
-56
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"devDependencies": {
1616
"@types/mocha": "^9.1.1",
17-
"@types/node": "^17.0.31",
18-
"@typescript-eslint/eslint-plugin": "^5.22.0",
19-
"@typescript-eslint/parser": "^5.22.0",
17+
"@types/node": "^17.0.32",
18+
"@typescript-eslint/eslint-plugin": "^5.23.0",
19+
"@typescript-eslint/parser": "^5.23.0",
2020
"asn1-test-suite": "^1.0.2",
21-
"eslint": "^8.14.0",
21+
"eslint": "^8.15.0",
2222
"eslint-plugin-deprecation": "^1.3.2",
2323
"mocha": "^10.0.0",
2424
"nyc": "^15.1.0",
25-
"rollup": "^2.72.0",
25+
"rollup": "^2.72.1",
2626
"rollup-plugin-dts": "^4.2.1",
2727
"rollup-plugin-node-resolve": "^5.2.0",
2828
"rollup-plugin-typescript2": "^0.31.2",
@@ -34,7 +34,7 @@
3434
"url": "git://github.com/PeculiarVentures/asn1.js.git"
3535
},
3636
"dependencies": {
37-
"pvtsutils": "^1.3.1",
37+
"pvtsutils": "^1.3.2",
3838
"pvutils": "^1.1.3",
3939
"tslib": "^2.4.0"
4040
},

yarn.lock

+101-50
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,19 @@
196196
dependencies:
197197
"@cspotcode/source-map-consumer" "0.8.0"
198198

199-
"@eslint/eslintrc@^1.2.2":
200-
version "1.2.2"
201-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.2.tgz#4989b9e8c0216747ee7cca314ae73791bb281aae"
202-
integrity sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==
199+
"@eslint/eslintrc@^1.2.3":
200+
version "1.2.3"
201+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
202+
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
203203
dependencies:
204204
ajv "^6.12.4"
205205
debug "^4.3.2"
206-
espree "^9.3.1"
206+
espree "^9.3.2"
207207
globals "^13.9.0"
208208
ignore "^5.2.0"
209209
import-fresh "^3.2.1"
210210
js-yaml "^4.1.0"
211-
minimatch "^3.0.4"
211+
minimatch "^3.1.2"
212212
strip-json-comments "^3.1.1"
213213

214214
"@humanwhocodes/config-array@^0.9.2":
@@ -318,26 +318,31 @@
318318
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
319319
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
320320

321-
"@types/node@*", "@types/node@^17.0.31":
321+
"@types/node@*":
322322
version "17.0.31"
323323
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.31.tgz#a5bb84ecfa27eec5e1c802c6bbf8139bdb163a5d"
324324
integrity sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==
325325

326+
"@types/node@^17.0.32":
327+
version "17.0.32"
328+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.32.tgz#51d59d7a90ef2d0ae961791e0900cad2393a0149"
329+
integrity sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==
330+
326331
327332
version "0.0.8"
328333
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
329334
integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
330335
dependencies:
331336
"@types/node" "*"
332337

333-
"@typescript-eslint/eslint-plugin@^5.22.0":
334-
version "5.22.0"
335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
336-
integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
338+
"@typescript-eslint/eslint-plugin@^5.23.0":
339+
version "5.23.0"
340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
341+
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
337342
dependencies:
338-
"@typescript-eslint/scope-manager" "5.22.0"
339-
"@typescript-eslint/type-utils" "5.22.0"
340-
"@typescript-eslint/utils" "5.22.0"
343+
"@typescript-eslint/scope-manager" "5.23.0"
344+
"@typescript-eslint/type-utils" "5.23.0"
345+
"@typescript-eslint/utils" "5.23.0"
341346
debug "^4.3.2"
342347
functional-red-black-tree "^1.0.1"
343348
ignore "^5.1.8"
@@ -352,14 +357,14 @@
352357
dependencies:
353358
"@typescript-eslint/utils" "5.22.0"
354359

355-
"@typescript-eslint/parser@^5.22.0":
356-
version "5.22.0"
357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
358-
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
360+
"@typescript-eslint/parser@^5.23.0":
361+
version "5.23.0"
362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
363+
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
359364
dependencies:
360-
"@typescript-eslint/scope-manager" "5.22.0"
361-
"@typescript-eslint/types" "5.22.0"
362-
"@typescript-eslint/typescript-estree" "5.22.0"
365+
"@typescript-eslint/scope-manager" "5.23.0"
366+
"@typescript-eslint/types" "5.23.0"
367+
"@typescript-eslint/typescript-estree" "5.23.0"
363368
debug "^4.3.2"
364369

365370
"@typescript-eslint/[email protected]":
@@ -370,12 +375,20 @@
370375
"@typescript-eslint/types" "5.22.0"
371376
"@typescript-eslint/visitor-keys" "5.22.0"
372377

373-
"@typescript-eslint/type-utils@5.22.0":
374-
version "5.22.0"
375-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
376-
integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
378+
"@typescript-eslint/scope-manager@5.23.0":
379+
version "5.23.0"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
381+
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
377382
dependencies:
378-
"@typescript-eslint/utils" "5.22.0"
383+
"@typescript-eslint/types" "5.23.0"
384+
"@typescript-eslint/visitor-keys" "5.23.0"
385+
386+
"@typescript-eslint/[email protected]":
387+
version "5.23.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
389+
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
390+
dependencies:
391+
"@typescript-eslint/utils" "5.23.0"
379392
debug "^4.3.2"
380393
tsutils "^3.21.0"
381394

@@ -384,6 +397,11 @@
384397
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
385398
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
386399

400+
"@typescript-eslint/[email protected]":
401+
version "5.23.0"
402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
403+
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
404+
387405
"@typescript-eslint/[email protected]":
388406
version "5.22.0"
389407
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
@@ -397,6 +415,19 @@
397415
semver "^7.3.5"
398416
tsutils "^3.21.0"
399417

418+
"@typescript-eslint/[email protected]":
419+
version "5.23.0"
420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
421+
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
422+
dependencies:
423+
"@typescript-eslint/types" "5.23.0"
424+
"@typescript-eslint/visitor-keys" "5.23.0"
425+
debug "^4.3.2"
426+
globby "^11.0.4"
427+
is-glob "^4.0.3"
428+
semver "^7.3.5"
429+
tsutils "^3.21.0"
430+
400431
"@typescript-eslint/[email protected]":
401432
version "5.22.0"
402433
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
@@ -409,6 +440,18 @@
409440
eslint-scope "^5.1.1"
410441
eslint-utils "^3.0.0"
411442

443+
"@typescript-eslint/[email protected]":
444+
version "5.23.0"
445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
446+
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
447+
dependencies:
448+
"@types/json-schema" "^7.0.9"
449+
"@typescript-eslint/scope-manager" "5.23.0"
450+
"@typescript-eslint/types" "5.23.0"
451+
"@typescript-eslint/typescript-estree" "5.23.0"
452+
eslint-scope "^5.1.1"
453+
eslint-utils "^3.0.0"
454+
412455
"@typescript-eslint/[email protected]":
413456
version "5.22.0"
414457
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.22.0.tgz#f49c0ce406944ffa331a1cfabeed451ea4d0909c"
@@ -417,6 +460,14 @@
417460
"@typescript-eslint/types" "5.22.0"
418461
eslint-visitor-keys "^3.0.0"
419462

463+
"@typescript-eslint/[email protected]":
464+
version "5.23.0"
465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
466+
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
467+
dependencies:
468+
"@typescript-eslint/types" "5.23.0"
469+
eslint-visitor-keys "^3.0.0"
470+
420471
421472
version "1.1.2"
422473
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -431,7 +482,7 @@
431482
tslib "^2.3.1"
432483
upath2 "^3.1.12"
433484

434-
acorn-jsx@^5.3.1:
485+
acorn-jsx@^5.3.2:
435486
version "5.3.2"
436487
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
437488
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -441,7 +492,7 @@ acorn-walk@^8.1.1:
441492
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
442493
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
443494

444-
acorn@^8.4.1, acorn@^8.7.0:
495+
acorn@^8.4.1, acorn@^8.7.1:
445496
version "8.7.1"
446497
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
447498
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
@@ -853,12 +904,12 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
853904
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
854905
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
855906

856-
eslint@^8.14.0:
857-
version "8.14.0"
858-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.14.0.tgz#62741f159d9eb4a79695b28ec4989fcdec623239"
859-
integrity sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==
907+
eslint@^8.15.0:
908+
version "8.15.0"
909+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
910+
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
860911
dependencies:
861-
"@eslint/eslintrc" "^1.2.2"
912+
"@eslint/eslintrc" "^1.2.3"
862913
"@humanwhocodes/config-array" "^0.9.2"
863914
ajv "^6.10.0"
864915
chalk "^4.0.0"
@@ -869,7 +920,7 @@ eslint@^8.14.0:
869920
eslint-scope "^7.1.1"
870921
eslint-utils "^3.0.0"
871922
eslint-visitor-keys "^3.3.0"
872-
espree "^9.3.1"
923+
espree "^9.3.2"
873924
esquery "^1.4.0"
874925
esutils "^2.0.2"
875926
fast-deep-equal "^3.1.3"
@@ -885,7 +936,7 @@ eslint@^8.14.0:
885936
json-stable-stringify-without-jsonify "^1.0.1"
886937
levn "^0.4.1"
887938
lodash.merge "^4.6.2"
888-
minimatch "^3.0.4"
939+
minimatch "^3.1.2"
889940
natural-compare "^1.4.0"
890941
optionator "^0.9.1"
891942
regexpp "^3.2.0"
@@ -894,13 +945,13 @@ eslint@^8.14.0:
894945
text-table "^0.2.0"
895946
v8-compile-cache "^2.0.3"
896947

897-
espree@^9.3.1:
898-
version "9.3.1"
899-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
900-
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
948+
espree@^9.3.2:
949+
version "9.3.2"
950+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
951+
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
901952
dependencies:
902-
acorn "^8.7.0"
903-
acorn-jsx "^5.3.1"
953+
acorn "^8.7.1"
954+
acorn-jsx "^5.3.2"
904955
eslint-visitor-keys "^3.3.0"
905956

906957
esprima@^4.0.0:
@@ -1487,7 +1538,7 @@ [email protected]:
14871538
dependencies:
14881539
brace-expansion "^2.0.1"
14891540

1490-
minimatch@^3.0.4:
1541+
minimatch@^3.0.4, minimatch@^3.1.2:
14911542
version "3.1.2"
14921543
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
14931544
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -1748,10 +1799,10 @@ punycode@^2.1.0:
17481799
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
17491800
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
17501801

1751-
pvtsutils@^1.3.1:
1752-
version "1.3.1"
1753-
resolved "https://registry.yarnpkg.com/pvtsutils/-/pvtsutils-1.3.1.tgz#278635e071c263c4d21769a26af56f737036325f"
1754-
integrity sha512-wNLCrI23NQcL6pEqasPjt+4xJD8SRbDi2H0Hw2TRRxpPzL00MVNdv6kQuhFqe3sIpjks6XE73dOIwJph5M5mFA==
1802+
pvtsutils@^1.3.2:
1803+
version "1.3.2"
1804+
resolved "https://registry.yarnpkg.com/pvtsutils/-/pvtsutils-1.3.2.tgz#9f8570d132cdd3c27ab7d51a2799239bf8d8d5de"
1805+
integrity sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==
17551806
dependencies:
17561807
tslib "^2.4.0"
17571808

@@ -1871,10 +1922,10 @@ rollup-pluginutils@^2.8.1:
18711922
dependencies:
18721923
estree-walker "^0.6.1"
18731924

1874-
rollup@^2.72.0:
1875-
version "2.72.0"
1876-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.72.0.tgz#f94280b003bcf9f2f1f2594059a9db5abced371e"
1877-
integrity sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==
1925+
rollup@^2.72.1:
1926+
version "2.72.1"
1927+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.72.1.tgz#861c94790537b10008f0ca0fbc60e631aabdd045"
1928+
integrity sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==
18781929
optionalDependencies:
18791930
fsevents "~2.3.2"
18801931

0 commit comments

Comments
 (0)