build(deps-dev): Bump @rollup/plugin-typescript from 9.0.2 to 11.1.0

Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 9.0.2 to 11.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.1.0/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-04 21:59:12 +00:00 committed by GitHub
parent c8cf2ec254
commit cf98c54a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -36,7 +36,7 @@
"@babel/preset-typescript": "7.18.6",
"@rollup/plugin-commonjs": "23.0.5",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "9.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@types/cross-spawn": "6.0.2",
"@types/express": "4.17.15",
"@types/fs-extra": "^9.0.13",
@ -4298,9 +4298,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.2.tgz",
"integrity": "sha512-/sS93vmHUMjzDUsl5scNQr1mUlNE1QjBBvOhmRwJCH8k2RRhDIm3c977B3wdu3t3Ap17W6dDeXP3hj1P1Un1bA==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.0.tgz",
"integrity": "sha512-86flrfE+bSHB69znnTV6kVjkncs2LBMhcTCyxWgRxLyfXfQrxg4UwlAqENnjrrxnSNS/XKCDJCl8EkdFJVHOxw==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
@ -19964,9 +19964,9 @@
}
},
"@rollup/plugin-typescript": {
"version": "9.0.2",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.2.tgz",
"integrity": "sha512-/sS93vmHUMjzDUsl5scNQr1mUlNE1QjBBvOhmRwJCH8k2RRhDIm3c977B3wdu3t3Ap17W6dDeXP3hj1P1Un1bA==",
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.0.tgz",
"integrity": "sha512-86flrfE+bSHB69znnTV6kVjkncs2LBMhcTCyxWgRxLyfXfQrxg4UwlAqENnjrrxnSNS/XKCDJCl8EkdFJVHOxw==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^5.0.1",

View File

@ -83,7 +83,7 @@
"@babel/preset-typescript": "7.18.6",
"@rollup/plugin-commonjs": "23.0.5",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "9.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@types/cross-spawn": "6.0.2",
"@types/express": "4.17.15",
"@types/fs-extra": "^9.0.13",