Skip to content

Commit 856d76a

Browse files
Update dependency @rollup/plugin-typescript to v11.1.6
1 parent 5cb3b31 commit 856d76a

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@ava/typescript": "4.1.0",
5757
"@devprotocol/clubs-core": "2.3.3",
5858
"@devprotocol/elements": "^1.1.0",
59-
"@rollup/plugin-typescript": "11.1.5",
59+
"@rollup/plugin-typescript": "11.1.6",
6060
"@tailwindcss/typography": "^0.5.10",
6161
"@types/dotenv": "8.2.0",
6262
"@types/node": "20.9.0",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,18 +1368,18 @@
13681368
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
13691369
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
13701370

1371-
"@rollup/[email protected].5":
1372-
version "11.1.5"
1373-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz#039c763bf943a5921f3f42be255895e75764cb91"
1374-
integrity sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==
1371+
"@rollup/[email protected].6":
1372+
version "11.1.6"
1373+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
1374+
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
13751375
dependencies:
1376-
"@rollup/pluginutils" "^5.0.1"
1376+
"@rollup/pluginutils" "^5.1.0"
13771377
resolve "^1.22.1"
13781378

1379-
"@rollup/pluginutils@^5.0.1":
1380-
version "5.0.5"
1381-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.5.tgz#bbb4c175e19ebfeeb8c132c2eea0ecb89941a66c"
1382-
integrity sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==
1379+
"@rollup/pluginutils@^5.1.0":
1380+
version "5.1.0"
1381+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
1382+
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
13831383
dependencies:
13841384
"@types/estree" "^1.0.0"
13851385
estree-walker "^2.0.2"
@@ -8235,7 +8235,16 @@ strict-uri-encode@^2.0.0:
82358235
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546"
82368236
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==
82378237

8238-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8238+
"string-width-cjs@npm:string-width@^4.2.0":
8239+
version "4.2.3"
8240+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8241+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8242+
dependencies:
8243+
emoji-regex "^8.0.0"
8244+
is-fullwidth-code-point "^3.0.0"
8245+
strip-ansi "^6.0.1"
8246+
8247+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
82398248
version "4.2.3"
82408249
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
82418250
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8277,7 +8286,14 @@ stringify-entities@^4.0.0:
82778286
character-entities-html4 "^2.0.0"
82788287
character-entities-legacy "^3.0.0"
82798288

8280-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8289+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8290+
version "6.0.1"
8291+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8292+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8293+
dependencies:
8294+
ansi-regex "^5.0.1"
8295+
8296+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
82818297
version "6.0.1"
82828298
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82838299
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9292,7 +9308,7 @@ widest-line@^4.0.1:
92929308
dependencies:
92939309
string-width "^5.0.1"
92949310

9295-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9311+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
92969312
version "7.0.0"
92979313
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
92989314
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9310,6 +9326,15 @@ wrap-ansi@^6.2.0:
93109326
string-width "^4.1.0"
93119327
strip-ansi "^6.0.0"
93129328

9329+
wrap-ansi@^7.0.0:
9330+
version "7.0.0"
9331+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9332+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9333+
dependencies:
9334+
ansi-styles "^4.0.0"
9335+
string-width "^4.1.0"
9336+
strip-ansi "^6.0.0"
9337+
93139338
wrap-ansi@^8.1.0:
93149339
version "8.1.0"
93159340
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)