Skip to content

Commit 552dc3f

Browse files
Update dependency lit to v3
1 parent cab41b6 commit 552dc3f

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@internetarchive/shared-resize-observer": "^0.2.0",
3737
"@lit/localize": "^0.12.2",
3838
"dompurify": "^3.2.4",
39-
"lit": "^2.8.0",
39+
"lit": "^3.0.0",
4040
"typescript-cookie": "^1.0.6"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,10 @@
407407
resolved "https://registry.npmjs.org/@internetarchive/result-type/-/result-type-0.0.1.tgz"
408408
integrity sha512-sWahff5oP1xAK1CwAu1/5GTG2RXsdx/sQKn4SSOWH0r0vU2QoX9kAom/jSXeBsmgK0IjTc+9Ty9407SMORi+nQ==
409409

410-
"@internetarchive/search-service@^2.5.0":
411-
version "2.5.0"
412-
resolved "https://registry.yarnpkg.com/@internetarchive/search-service/-/search-service-2.5.0.tgz#6ff24b7283f6dc1d84529dfd229d163c673df59e"
413-
integrity sha512-MBzD9AbXxu0Z8nb2HdmpNZSeMVjceais2h/0GRzkStGM1s56dB6ml8WqzTb0Nvfu0hMXuSiXh/3BXVkpfToTXw==
410+
"@internetarchive/search-service@^2.5.1":
411+
version "2.5.1"
412+
resolved "https://registry.yarnpkg.com/@internetarchive/search-service/-/search-service-2.5.1.tgz#8854ea93547ed9994f861d9a0a04fc1c114f0b09"
413+
integrity sha512-Tn6J3B4vSaeS9cjtl0w0iluLkuQGuNEwN4TCL2pCBO5yjgZExYsED2UwCTKl7pV0KwYixA0V9xq55LiNMOTsPA==
414414
dependencies:
415415
"@internetarchive/iaux-item-metadata" "^1.0.5"
416416
"@internetarchive/result-type" "^0.0.1"
@@ -5055,7 +5055,16 @@ streamx@^2.15.0, streamx@^2.21.0:
50555055
optionalDependencies:
50565056
bare-events "^2.2.0"
50575057

5058-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5058+
"string-width-cjs@npm:string-width@^4.2.0":
5059+
version "4.2.3"
5060+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
5061+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5062+
dependencies:
5063+
emoji-regex "^8.0.0"
5064+
is-fullwidth-code-point "^3.0.0"
5065+
strip-ansi "^6.0.1"
5066+
5067+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
50595068
version "4.2.3"
50605069
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
50615070
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5121,7 +5130,14 @@ stringify-object@^3.2.1:
51215130
is-obj "^1.0.1"
51225131
is-regexp "^1.0.0"
51235132

5124-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5133+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5134+
version "6.0.1"
5135+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
5136+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5137+
dependencies:
5138+
ansi-regex "^5.0.1"
5139+
5140+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51255141
version "6.0.1"
51265142
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
51275143
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5570,7 +5586,7 @@ wordwrapjs@^5.1.0:
55705586
resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.0.tgz"
55715587
integrity sha512-JNjcULU2e4KJwUNv6CHgI46UvDGitb6dGryHajXTDiLgg1/RiGoPSDw4kZfYnwGtEXf2ZMeIewDQgFGzkCB2Sg==
55725588

5573-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5589+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
55745590
version "7.0.0"
55755591
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
55765592
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5588,6 +5604,15 @@ wrap-ansi@^6.2.0:
55885604
string-width "^4.1.0"
55895605
strip-ansi "^6.0.0"
55905606

5607+
wrap-ansi@^7.0.0:
5608+
version "7.0.0"
5609+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
5610+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5611+
dependencies:
5612+
ansi-styles "^4.0.0"
5613+
string-width "^4.1.0"
5614+
strip-ansi "^6.0.0"
5615+
55915616
wrap-ansi@^8.1.0:
55925617
version "8.1.0"
55935618
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)