Skip to content

Commit 1a950dd

Browse files
chore(deps): update dep typescript from 4.6.4 to v5
1 parent 031770d commit 1a950dd

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"sinon": "1.17.7",
146146
"superagent": "3.8.3",
147147
"supertest": "3.1.0",
148-
"typescript": "4.6.4"
148+
"typescript": "5.5.4"
149149
},
150150
"prettier": {
151151
"semi": false,

Diff for: yarn.lock

+12-5
Original file line numberDiff line numberDiff line change
@@ -9543,7 +9543,7 @@ stringify-object@^3.2.2:
95439543
is-obj "^1.0.1"
95449544
is-regexp "^1.0.0"
95459545

9546-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
9546+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
95479547
version "6.0.1"
95489548
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
95499549
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9585,6 +9585,13 @@ strip-ansi@^6.0.0:
95859585
dependencies:
95869586
ansi-regex "^5.0.0"
95879587

9588+
strip-ansi@^6.0.1:
9589+
version "6.0.1"
9590+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9591+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9592+
dependencies:
9593+
ansi-regex "^5.0.1"
9594+
95889595
strip-ansi@^7.0.1:
95899596
version "7.1.0"
95909597
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -9959,10 +9966,10 @@ typedarray@^0.0.6:
99599966
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
99609967
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
99619968

9962-
typescript@4.6.4:
9963-
version "4.6.4"
9964-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
9965-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
9969+
typescript@5.5.4:
9970+
version "5.5.4"
9971+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
9972+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
99669973

99679974
ua-parser-js@^0.7.18:
99689975
version "0.7.33"

0 commit comments

Comments
 (0)