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

Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.0 to 11.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-16 22:01:57 +00:00 committed by GitHub
parent 2d92b785a6
commit e41c5bb491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -36,7 +36,7 @@
"@babel/preset-typescript": "7.21.5",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@rollup/plugin-typescript": "11.1.1",
"@types/cross-spawn": "6.0.2",
"@types/express": "4.17.17",
"@types/fs-extra": "^11.0.1",
@ -4477,9 +4477,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.0.tgz",
"integrity": "sha512-86flrfE+bSHB69znnTV6kVjkncs2LBMhcTCyxWgRxLyfXfQrxg4UwlAqENnjrrxnSNS/XKCDJCl8EkdFJVHOxw==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.1.tgz",
"integrity": "sha512-Ioir+x5Bejv72Lx2Zbz3/qGg7tvGbxQZALCLoJaGrkNXak/19+vKgKYJYM3i/fJxvsb23I9FuFQ8CUBEfsmBRg==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^5.0.1",

View File

@ -84,7 +84,7 @@
"@babel/preset-typescript": "7.21.5",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@rollup/plugin-typescript": "11.1.1",
"@types/cross-spawn": "6.0.2",
"@types/express": "4.17.17",
"@types/fs-extra": "^11.0.1",