Skip to content

Commit b7c8368

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 1efad53 + d4b8eb6 commit b7c8368

File tree

4 files changed

+88
-88
lines changed

4 files changed

+88
-88
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Create Release'
13-
uses: softprops/action-gh-release@v0.1.14
13+
uses: softprops/action-gh-release@v1
1414
with:
1515
generate_release_notes: true

.github/workflows/merge-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818

1919
- name: 'Automerge dependency updates from Dependabot'
20-
uses: ahmadnassri/action-dependabot-auto-merge@v2.4.0
20+
uses: ahmadnassri/action-dependabot-auto-merge@v2.6
2121
# Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)
2222
if: github.actor == 'dependabot[bot]'
2323
with:

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"description": "",
77
"devDependencies": {
88
"@types/jest": "27.4.0",
9-
"@types/node": "17.0.10",
10-
"@typescript-eslint/eslint-plugin": "5.10.0",
11-
"@typescript-eslint/parser": "5.10.0",
9+
"@types/node": "17.0.13",
10+
"@typescript-eslint/eslint-plugin": "5.10.2",
11+
"@typescript-eslint/parser": "5.10.2",
1212
"cross-env": "7.0.3",
13-
"eslint": "8.7.0",
13+
"eslint": "8.8.0",
1414
"eslint-config-prettier": "8.3.0",
1515
"eslint-plugin-prettier": "4.0.0",
1616
"eslint-plugin-sort-keys-fix": "1.1.2",
@@ -19,13 +19,13 @@
1919
"generate-changelog": "1.8.0",
2020
"husky": "4.3.8",
2121
"jest": "27.4.7",
22-
"lint-staged": "12.2.0",
22+
"lint-staged": "12.3.2",
2323
"prettier": "2.5.1",
2424
"pretty-quick": "3.1.3",
2525
"rimraf": "3.0.2",
2626
"ts-jest": "27.1.3",
2727
"ts-node": "10.4.0",
28-
"typescript": "4.5.4"
28+
"typescript": "4.5.5"
2929
},
3030
"engines": {
3131
"node": ">= 10.9",

yarn.lock

+80-80
Original file line numberDiff line numberDiff line change
@@ -869,10 +869,10 @@
869869
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
870870
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
871871

872-
"@types/node@*", "@types/[email protected].10":
873-
version "17.0.10"
874-
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.10.tgz#616f16e9d3a2a3d618136b1be244315d95bd7cab"
875-
integrity sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==
872+
"@types/node@*", "@types/[email protected].13":
873+
version "17.0.13"
874+
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz#5ed7ed7c662948335fcad6c412bb42d99ea754e3"
875+
integrity sha512-Y86MAxASe25hNzlDbsviXl8jQHb0RDvKt4c40ZJQ1Don0AAL0STLZSs4N+6gLEO55pedy7r2cLwS+ZDxPm/2Bw==
876876

877877
"@types/parse-json@^4.0.0":
878878
version "4.0.0"
@@ -901,14 +901,14 @@
901901
dependencies:
902902
"@types/yargs-parser" "*"
903903

904-
"@typescript-eslint/[email protected].0":
905-
version "5.10.0"
906-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
907-
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
904+
"@typescript-eslint/[email protected].2":
905+
version "5.10.2"
906+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
907+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
908908
dependencies:
909-
"@typescript-eslint/scope-manager" "5.10.0"
910-
"@typescript-eslint/type-utils" "5.10.0"
911-
"@typescript-eslint/utils" "5.10.0"
909+
"@typescript-eslint/scope-manager" "5.10.2"
910+
"@typescript-eslint/type-utils" "5.10.2"
911+
"@typescript-eslint/utils" "5.10.2"
912912
debug "^4.3.2"
913913
functional-red-black-tree "^1.0.1"
914914
ignore "^5.1.8"
@@ -928,23 +928,23 @@
928928
eslint-scope "^5.1.1"
929929
eslint-utils "^3.0.0"
930930

931-
"@typescript-eslint/[email protected].0":
932-
version "5.10.0"
933-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
934-
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
931+
"@typescript-eslint/[email protected].2":
932+
version "5.10.2"
933+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
934+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
935935
dependencies:
936-
"@typescript-eslint/scope-manager" "5.10.0"
937-
"@typescript-eslint/types" "5.10.0"
938-
"@typescript-eslint/typescript-estree" "5.10.0"
936+
"@typescript-eslint/scope-manager" "5.10.2"
937+
"@typescript-eslint/types" "5.10.2"
938+
"@typescript-eslint/typescript-estree" "5.10.2"
939939
debug "^4.3.2"
940940

941-
"@typescript-eslint/[email protected].0":
942-
version "5.10.0"
943-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
944-
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
941+
"@typescript-eslint/[email protected].2":
942+
version "5.10.2"
943+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
944+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
945945
dependencies:
946-
"@typescript-eslint/types" "5.10.0"
947-
"@typescript-eslint/visitor-keys" "5.10.0"
946+
"@typescript-eslint/types" "5.10.2"
947+
"@typescript-eslint/visitor-keys" "5.10.2"
948948

949949
"@typescript-eslint/[email protected]":
950950
version "5.9.0"
@@ -954,32 +954,32 @@
954954
"@typescript-eslint/types" "5.9.0"
955955
"@typescript-eslint/visitor-keys" "5.9.0"
956956

957-
"@typescript-eslint/[email protected].0":
958-
version "5.10.0"
959-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
960-
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
957+
"@typescript-eslint/[email protected].2":
958+
version "5.10.2"
959+
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
960+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
961961
dependencies:
962-
"@typescript-eslint/utils" "5.10.0"
962+
"@typescript-eslint/utils" "5.10.2"
963963
debug "^4.3.2"
964964
tsutils "^3.21.0"
965965

966-
"@typescript-eslint/[email protected].0":
967-
version "5.10.0"
968-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
969-
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
966+
"@typescript-eslint/[email protected].2":
967+
version "5.10.2"
968+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
969+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
970970

971971
"@typescript-eslint/[email protected]":
972972
version "5.9.0"
973973
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
974974
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
975975

976-
"@typescript-eslint/[email protected].0":
977-
version "5.10.0"
978-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
979-
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
976+
"@typescript-eslint/[email protected].2":
977+
version "5.10.2"
978+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
979+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
980980
dependencies:
981-
"@typescript-eslint/types" "5.10.0"
982-
"@typescript-eslint/visitor-keys" "5.10.0"
981+
"@typescript-eslint/types" "5.10.2"
982+
"@typescript-eslint/visitor-keys" "5.10.2"
983983
debug "^4.3.2"
984984
globby "^11.0.4"
985985
is-glob "^4.0.3"
@@ -999,24 +999,24 @@
999999
semver "^7.3.5"
10001000
tsutils "^3.21.0"
10011001

1002-
"@typescript-eslint/[email protected].0":
1003-
version "5.10.0"
1004-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
1005-
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
1002+
"@typescript-eslint/[email protected].2":
1003+
version "5.10.2"
1004+
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
1005+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
10061006
dependencies:
10071007
"@types/json-schema" "^7.0.9"
1008-
"@typescript-eslint/scope-manager" "5.10.0"
1009-
"@typescript-eslint/types" "5.10.0"
1010-
"@typescript-eslint/typescript-estree" "5.10.0"
1008+
"@typescript-eslint/scope-manager" "5.10.2"
1009+
"@typescript-eslint/types" "5.10.2"
1010+
"@typescript-eslint/typescript-estree" "5.10.2"
10111011
eslint-scope "^5.1.1"
10121012
eslint-utils "^3.0.0"
10131013

1014-
"@typescript-eslint/[email protected].0":
1015-
version "5.10.0"
1016-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
1017-
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
1014+
"@typescript-eslint/[email protected].2":
1015+
version "5.10.2"
1016+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
1017+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
10181018
dependencies:
1019-
"@typescript-eslint/types" "5.10.0"
1019+
"@typescript-eslint/types" "5.10.2"
10201020
eslint-visitor-keys "^3.0.0"
10211021

10221022
"@typescript-eslint/[email protected]":
@@ -1800,10 +1800,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.2
18001800
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
18011801
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
18021802

1803-
eslint@8.7.0:
1804-
version "8.7.0"
1805-
resolved "https://registry.npmjs.org/eslint/-/eslint-8.7.0.tgz#22e036842ee5b7cf87b03fe237731675b4d3633c"
1806-
integrity sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==
1803+
eslint@8.8.0:
1804+
version "8.8.0"
1805+
resolved "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz#9762b49abad0cb4952539ffdb0a046392e571a2d"
1806+
integrity sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==
18071807
dependencies:
18081808
"@eslint/eslintrc" "^1.0.5"
18091809
"@humanwhocodes/config-array" "^0.9.2"
@@ -2956,36 +2956,36 @@ lines-and-columns@^1.1.6:
29562956
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
29572957
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
29582958

2959-
lint-staged@12.2.0:
2960-
version "12.2.0"
2961-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.2.0.tgz#6f7298399519efc382a414d36717949714b705c3"
2962-
integrity sha512-TnNciMBhmEqzqM+RvzqqdvrG4TsI8wCDMX1Vg9+rj2Y9uY70Nq84Mb1WOIiwxW9l5tUlCOqtY5La71RM2fSgfA==
2959+
lint-staged@12.3.2:
2960+
version "12.3.2"
2961+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-12.3.2.tgz#c87fe59dca475b7d1cb56863c5faa03c145e1446"
2962+
integrity sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==
29632963
dependencies:
29642964
cli-truncate "^3.1.0"
29652965
colorette "^2.0.16"
29662966
commander "^8.3.0"
29672967
debug "^4.3.3"
29682968
execa "^5.1.1"
29692969
lilconfig "2.0.4"
2970-
listr2 "^3.13.5"
2970+
listr2 "^4.0.1"
29712971
micromatch "^4.0.4"
29722972
normalize-path "^3.0.0"
2973-
object-inspect "^1.11.1"
2973+
object-inspect "^1.12.0"
29742974
string-argv "^0.3.1"
29752975
supports-color "^9.2.1"
29762976
yaml "^1.10.2"
29772977

2978-
listr2@^3.13.5:
2979-
version "3.13.5"
2980-
resolved "https://registry.npmjs.org/listr2/-/listr2-3.13.5.tgz#105a813f2eb2329c4aae27373a281d610ee4985f"
2981-
integrity sha512-3n8heFQDSk+NcwBn3CgxEibZGaRzx+pC64n3YjpMD1qguV4nWus3Al+Oo3KooqFKTQEJ1v7MmnbnyyNspgx3NA==
2978+
listr2@^4.0.1:
2979+
version "4.0.2"
2980+
resolved "https://registry.npmjs.org/listr2/-/listr2-4.0.2.tgz#04d66f8c8694a14920d7df08ebe01568948fb500"
2981+
integrity sha512-YcgwfCWpvPbj9FLUGqvdFvd3hrFWKpOeuXznRgfWEJ7RNr8b/IKKIKZABHx3aU+4CWN/iSAFFSReziQG6vTeIA==
29822982
dependencies:
29832983
cli-truncate "^2.1.0"
29842984
colorette "^2.0.16"
29852985
log-update "^4.0.0"
29862986
p-map "^4.0.0"
29872987
rfdc "^1.3.0"
2988-
rxjs "^7.4.0"
2988+
rxjs "^7.5.2"
29892989
through "^2.3.8"
29902990
wrap-ansi "^7.0.0"
29912991

@@ -3159,7 +3159,7 @@ nwsapi@^2.2.0:
31593159
resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
31603160
integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
31613161

3162-
object-inspect@^1.11.1:
3162+
object-inspect@^1.12.0:
31633163
version "1.12.0"
31643164
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
31653165
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
@@ -3506,12 +3506,12 @@ run-parallel@^1.1.9:
35063506
dependencies:
35073507
queue-microtask "^1.2.2"
35083508

3509-
rxjs@^7.4.0:
3510-
version "7.4.0"
3511-
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.4.0.tgz#a12a44d7eebf016f5ff2441b87f28c9a51cebc68"
3512-
integrity sha512-7SQDi7xeTMCJpqViXh8gL/lebcwlp3d831F05+9B44A4B0WfsEwUQHR64gsH1kvJ+Ep/J9K2+n1hVl1CsGN23w==
3509+
rxjs@^7.5.2:
3510+
version "7.5.2"
3511+
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.5.2.tgz#11e4a3a1dfad85dbf7fb6e33cbba17668497490b"
3512+
integrity sha512-PwDt186XaL3QN5qXj/H9DGyHhP3/RYYgZZwqBv9Tv8rsAaiwFH1IsJJlcgD37J7UW5a6O67qX0KWKS3/pu0m4w==
35133513
dependencies:
3514-
tslib "~2.1.0"
3514+
tslib "^2.1.0"
35153515

35163516
safe-buffer@~5.1.1:
35173517
version "5.1.2"
@@ -3841,10 +3841,10 @@ tslib@^1.8.1:
38413841
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
38423842
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
38433843

3844-
tslib@~2.1.0:
3845-
version "2.1.0"
3846-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
3847-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
3844+
tslib@^2.1.0:
3845+
version "2.3.1"
3846+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
3847+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
38483848

38493849
tsutils@^3.21.0:
38503850
version "3.21.0"
@@ -3894,10 +3894,10 @@ typedarray-to-buffer@^3.1.5:
38943894
dependencies:
38953895
is-typedarray "^1.0.0"
38963896

3897-
3898-
version "4.5.4"
3899-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
3900-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
3897+
3898+
version "4.5.5"
3899+
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
3900+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
39013901

39023902
universalify@^0.1.2:
39033903
version "0.1.2"

0 commit comments

Comments
 (0)