Skip to content

Commit a20245a

Browse files
committed
Update dependency @rollup/plugin-typescript to v11.1.6
1 parent 53c9573 commit a20245a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@ava/typescript": "4.1.0",
4545
"@rollup/plugin-multi-entry": "6.0.1",
46-
"@rollup/plugin-typescript": "11.1.5",
46+
"@rollup/plugin-typescript": "11.1.6",
4747
"@types/bent": "7.3.8",
4848
"@types/bl": "5.0.2",
4949
"@types/dotenv": "8.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -694,23 +694,23 @@
694694
"@rollup/plugin-virtual" "^3.0.0"
695695
matched "^5.0.1"
696696

697-
"@rollup/plugin-typescript@11.1.5":
698-
version "11.1.5"
699-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz#039c763bf943a5921f3f42be255895e75764cb91"
700-
integrity sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==
697+
"@rollup/plugin-typescript@11.1.6":
698+
version "11.1.6"
699+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz#724237d5ec12609ec01429f619d2a3e7d4d1b22b"
700+
integrity sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==
701701
dependencies:
702-
"@rollup/pluginutils" "^5.0.1"
702+
"@rollup/pluginutils" "^5.1.0"
703703
resolve "^1.22.1"
704704

705705
"@rollup/plugin-virtual@^3.0.0":
706706
version "3.0.1"
707707
resolved "https://registry.yarnpkg.com/@rollup/plugin-virtual/-/plugin-virtual-3.0.1.tgz#cea7e489481cc0ca91516c047f8c53c1cfb1adf6"
708708
integrity sha512-fK8O0IL5+q+GrsMLuACVNk2x21g3yaw+sG2qn16SnUd3IlBsQyvWxLMGHmCmXRMecPjGRSZ/1LmZB4rjQm68og==
709709

710-
"@rollup/pluginutils@^5.0.1":
711-
version "5.0.2"
712-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
713-
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
710+
"@rollup/pluginutils@^5.1.0":
711+
version "5.1.0"
712+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
713+
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
714714
dependencies:
715715
"@types/estree" "^1.0.0"
716716
estree-walker "^2.0.2"

0 commit comments

Comments
 (0)