Skip to content

Commit 9fbb4ad

Browse files
chore: update npm dependencies
1 parent a0ac9d8 commit 9fbb4ad

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
"devDependencies": {
4343
"@commitlint/cli": "^17.0.3",
4444
"@commitlint/config-conventional": "^17.0.3",
45-
"@types/jest": "^28.1.6",
46-
"@types/node": "^18.7.3",
47-
"@typescript-eslint/eslint-plugin": "^5.33.0",
48-
"@typescript-eslint/parser": "^5.33.0",
45+
"@types/jest": "^28.1.7",
46+
"@types/node": "^18.7.8",
47+
"@typescript-eslint/eslint-plugin": "^5.33.1",
48+
"@typescript-eslint/parser": "^5.33.1",
4949
"eslint": "^8.22.0",
5050
"husky": "^8.0.1",
5151
"jest": "^28.1.3",
5252
"jest-circus": "^28.1.3",
5353
"lint-staged": "^13.0.3",
5454
"nock": "^13.2.9",
5555
"pinst": "^3.0.0",
56-
"ts-jest": "^28.0.7",
56+
"ts-jest": "^28.0.8",
5757
"typescript": "^4.7.4"
5858
},
5959
"publishConfig": {

yarn.lock

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -860,12 +860,12 @@
860860
dependencies:
861861
"@types/istanbul-lib-report" "*"
862862

863-
"@types/jest@^28.1.6":
864-
version "28.1.6"
865-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.6.tgz#d6a9cdd38967d2d746861fb5be6b120e38284dd4"
866-
integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==
863+
"@types/jest@^28.1.7":
864+
version "28.1.7"
865+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.7.tgz#a680c5d05b69634c2d54a63cb106d7fb1adaba16"
866+
integrity sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==
867867
dependencies:
868-
jest-matcher-utils "^28.0.0"
868+
expect "^28.0.0"
869869
pretty-format "^28.0.0"
870870

871871
"@types/json-schema@^7.0.9":
@@ -878,10 +878,10 @@
878878
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
879879
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
880880

881-
"@types/node@*", "@types/node@>=12", "@types/node@^18.7.3":
882-
version "18.7.3"
883-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.3.tgz#432c89796eab539b7a30b7b8801a727b585238a4"
884-
integrity sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==
881+
"@types/node@*", "@types/node@>=12", "@types/node@^18.7.8":
882+
version "18.7.8"
883+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.8.tgz#6bbf2be6fbf9c187a5040d4277d24a06a18957a1"
884+
integrity sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==
885885

886886
"@types/normalize-package-data@^2.4.0":
887887
version "2.4.1"
@@ -915,84 +915,84 @@
915915
dependencies:
916916
"@types/yargs-parser" "*"
917917

918-
"@typescript-eslint/eslint-plugin@^5.33.0":
919-
version "5.33.0"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.0.tgz#059798888720ec52ffa96c5f868e31a8f70fa3ec"
921-
integrity sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==
918+
"@typescript-eslint/eslint-plugin@^5.33.1":
919+
version "5.33.1"
920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.1.tgz#c0a480d05211660221eda963cc844732fe9b1714"
921+
integrity sha512-S1iZIxrTvKkU3+m63YUOxYPKaP+yWDQrdhxTglVDVEVBf+aCSw85+BmJnyUaQQsk5TXFG/LpBu9fa+LrAQ91fQ==
922922
dependencies:
923-
"@typescript-eslint/scope-manager" "5.33.0"
924-
"@typescript-eslint/type-utils" "5.33.0"
925-
"@typescript-eslint/utils" "5.33.0"
923+
"@typescript-eslint/scope-manager" "5.33.1"
924+
"@typescript-eslint/type-utils" "5.33.1"
925+
"@typescript-eslint/utils" "5.33.1"
926926
debug "^4.3.4"
927927
functional-red-black-tree "^1.0.1"
928928
ignore "^5.2.0"
929929
regexpp "^3.2.0"
930930
semver "^7.3.7"
931931
tsutils "^3.21.0"
932932

933-
"@typescript-eslint/parser@^5.33.0":
934-
version "5.33.0"
935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.0.tgz#26ec3235b74f0667414613727cb98f9b69dc5383"
936-
integrity sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==
933+
"@typescript-eslint/parser@^5.33.1":
934+
version "5.33.1"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3"
936+
integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==
937937
dependencies:
938-
"@typescript-eslint/scope-manager" "5.33.0"
939-
"@typescript-eslint/types" "5.33.0"
940-
"@typescript-eslint/typescript-estree" "5.33.0"
938+
"@typescript-eslint/scope-manager" "5.33.1"
939+
"@typescript-eslint/types" "5.33.1"
940+
"@typescript-eslint/typescript-estree" "5.33.1"
941941
debug "^4.3.4"
942942

943-
"@typescript-eslint/[email protected].0":
944-
version "5.33.0"
945-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.0.tgz#509d7fa540a2c58f66bdcfcf278a3fa79002e18d"
946-
integrity sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==
943+
"@typescript-eslint/[email protected].1":
944+
version "5.33.1"
945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.1.tgz#8d31553e1b874210018ca069b3d192c6d23bc493"
946+
integrity sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==
947947
dependencies:
948-
"@typescript-eslint/types" "5.33.0"
949-
"@typescript-eslint/visitor-keys" "5.33.0"
948+
"@typescript-eslint/types" "5.33.1"
949+
"@typescript-eslint/visitor-keys" "5.33.1"
950950

951-
"@typescript-eslint/[email protected].0":
952-
version "5.33.0"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.0.tgz#92ad1fba973c078d23767ce2d8d5a601baaa9338"
954-
integrity sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==
951+
"@typescript-eslint/[email protected].1":
952+
version "5.33.1"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.1.tgz#1a14e94650a0ae39f6e3b77478baff002cec4367"
954+
integrity sha512-X3pGsJsD8OiqhNa5fim41YtlnyiWMF/eKsEZGsHID2HcDqeSC5yr/uLOeph8rNF2/utwuI0IQoAK3fpoxcLl2g==
955955
dependencies:
956-
"@typescript-eslint/utils" "5.33.0"
956+
"@typescript-eslint/utils" "5.33.1"
957957
debug "^4.3.4"
958958
tsutils "^3.21.0"
959959

960-
"@typescript-eslint/[email protected].0":
961-
version "5.33.0"
962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.0.tgz#d41c584831805554b063791338b0220b613a275b"
963-
integrity sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==
960+
"@typescript-eslint/[email protected].1":
961+
version "5.33.1"
962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.1.tgz#3faef41793d527a519e19ab2747c12d6f3741ff7"
963+
integrity sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==
964964

965-
"@typescript-eslint/[email protected].0":
966-
version "5.33.0"
967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.0.tgz#02d9c9ade6f4897c09e3508c27de53ad6bfa54cf"
968-
integrity sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==
965+
"@typescript-eslint/[email protected].1":
966+
version "5.33.1"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.1.tgz#a573bd360790afdcba80844e962d8b2031984f34"
968+
integrity sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==
969969
dependencies:
970-
"@typescript-eslint/types" "5.33.0"
971-
"@typescript-eslint/visitor-keys" "5.33.0"
970+
"@typescript-eslint/types" "5.33.1"
971+
"@typescript-eslint/visitor-keys" "5.33.1"
972972
debug "^4.3.4"
973973
globby "^11.1.0"
974974
is-glob "^4.0.3"
975975
semver "^7.3.7"
976976
tsutils "^3.21.0"
977977

978-
"@typescript-eslint/[email protected].0":
979-
version "5.33.0"
980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.0.tgz#46797461ce3146e21c095d79518cc0f8ec574038"
981-
integrity sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==
978+
"@typescript-eslint/[email protected].1":
979+
version "5.33.1"
980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.1.tgz#171725f924fe1fe82bb776522bb85bc034e88575"
981+
integrity sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==
982982
dependencies:
983983
"@types/json-schema" "^7.0.9"
984-
"@typescript-eslint/scope-manager" "5.33.0"
985-
"@typescript-eslint/types" "5.33.0"
986-
"@typescript-eslint/typescript-estree" "5.33.0"
984+
"@typescript-eslint/scope-manager" "5.33.1"
985+
"@typescript-eslint/types" "5.33.1"
986+
"@typescript-eslint/typescript-estree" "5.33.1"
987987
eslint-scope "^5.1.1"
988988
eslint-utils "^3.0.0"
989989

990-
"@typescript-eslint/[email protected].0":
991-
version "5.33.0"
992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.0.tgz#fbcbb074e460c11046e067bc3384b5d66b555484"
993-
integrity sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==
990+
"@typescript-eslint/[email protected].1":
991+
version "5.33.1"
992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.1.tgz#0155c7571c8cd08956580b880aea327d5c34a18b"
993+
integrity sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==
994994
dependencies:
995-
"@typescript-eslint/types" "5.33.0"
995+
"@typescript-eslint/types" "5.33.1"
996996
eslint-visitor-keys "^3.3.0"
997997

998998
JSONStream@^1.0.4:
@@ -1279,9 +1279,9 @@ camelcase@^6.2.0:
12791279
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
12801280

12811281
caniuse-lite@^1.0.30001370:
1282-
version "1.0.30001375"
1283-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001375.tgz#8e73bc3d1a4c800beb39f3163bf0190d7e5d7672"
1284-
integrity sha512-kWIMkNzLYxSvnjy0hL8w1NOaWNr2rn39RTAVyIwcw8juu60bZDWiF1/loOYANzjtJmy6qPgNmn38ro5Pygagdw==
1282+
version "1.0.30001380"
1283+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001380.tgz#6f2427ad8ebee1b400a38ca3560515756ba352bb"
1284+
integrity sha512-OO+pPubxx16lkI7TVrbFpde8XHz66SMwstl1YWpg6uMGw56XnhYVwtPIjvX4kYpzwMwQKr4DDce394E03dQPGg==
12851285

12861286
chalk@^2.0.0:
12871287
version "2.4.2"
@@ -1572,9 +1572,9 @@ eastasianwidth@^0.2.0:
15721572
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
15731573

15741574
electron-to-chromium@^1.4.202:
1575-
version "1.4.219"
1576-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.219.tgz#a7a672304b6aa4f376918d3f63a47f2c3906009a"
1577-
integrity sha512-zoQJsXOUw0ZA0YxbjkmzBumAJRtr6je5JySuL/bAoFs0DuLiLJ+5FzRF7/ZayihxR2QcewlRZVm5QZdUhwjOgA==
1575+
version "1.4.225"
1576+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.225.tgz#3e27bdd157cbaf19768141f2e0f0f45071e52338"
1577+
integrity sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==
15781578

15791579
emittery@^0.10.2:
15801580
version "0.10.2"
@@ -1774,7 +1774,7 @@ exit@^0.1.2:
17741774
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
17751775
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
17761776

1777-
expect@^28.1.3:
1777+
expect@^28.0.0, expect@^28.1.3:
17781778
version "28.1.3"
17791779
resolved "https://registry.yarnpkg.com/expect/-/expect-28.1.3.tgz#90a7c1a124f1824133dd4533cce2d2bdcb6603ec"
17801780
integrity sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==
@@ -1864,9 +1864,9 @@ flat-cache@^3.0.4:
18641864
rimraf "^3.0.2"
18651865

18661866
flatted@^3.1.0:
1867-
version "3.2.6"
1868-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
1869-
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
1867+
version "3.2.7"
1868+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
1869+
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
18701870

18711871
follow-redirects@^1.14.9:
18721872
version "1.15.1"
@@ -2381,7 +2381,7 @@ jest-leak-detector@^28.1.3:
23812381
jest-get-type "^28.0.2"
23822382
pretty-format "^28.1.3"
23832383

2384-
jest-matcher-utils@^28.0.0, jest-matcher-utils@^28.1.3:
2384+
jest-matcher-utils@^28.1.3:
23852385
version "28.1.3"
23862386
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz#5a77f1c129dd5ba3b4d7fc20728806c78893146e"
23872387
integrity sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==
@@ -3595,10 +3595,10 @@ trim-newlines@^3.0.0:
35953595
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
35963596
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
35973597

3598-
ts-jest@^28.0.7:
3599-
version "28.0.7"
3600-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.7.tgz#e18757a9e44693da9980a79127e5df5a98b37ac6"
3601-
integrity sha512-wWXCSmTwBVmdvWrOpYhal79bDpioDy4rTT+0vyUnE3ZzM7LOAAGG9NXwzkEL/a516rQEgnMmS/WKP9jBPCVJyA==
3598+
ts-jest@^28.0.8:
3599+
version "28.0.8"
3600+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-28.0.8.tgz#cd204b8e7a2f78da32cf6c95c9a6165c5b99cc73"
3601+
integrity sha512-5FaG0lXmRPzApix8oFG8RKjAz4ehtm8yMKOTy5HX3fY6W8kmvOrmcY0hKDElW52FJov+clhUbrKAqofnj4mXTg==
36023602
dependencies:
36033603
bs-logger "0.x"
36043604
fast-json-stable-stringify "2.x"
@@ -3782,9 +3782,9 @@ wrappy@1:
37823782
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
37833783

37843784
write-file-atomic@^4.0.1:
3785-
version "4.0.1"
3786-
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.1.tgz#9faa33a964c1c85ff6f849b80b42a88c2c537c8f"
3787-
integrity sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==
3785+
version "4.0.2"
3786+
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-4.0.2.tgz#a9df01ae5b77858a027fd2e80768ee433555fcfd"
3787+
integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==
37883788
dependencies:
37893789
imurmurhash "^0.1.4"
37903790
signal-exit "^3.0.7"

0 commit comments

Comments
 (0)