Bump @rollup/plugin-typescript from 9.0.0 to 9.0.1 (#3582)

Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 9.0.0 to 9.0.1.
- [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/typescript-v9.0.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>

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] 2022-10-17 10:40:31 +02:00 committed by GitHub
parent e1b4f0f92d
commit c5a5561da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-inject": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"es6-promise": "^4.2.8",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2"

16
package-lock.json generated
View file

@ -208,7 +208,7 @@
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-inject": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"es6-promise": "^4.2.8",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2"
@ -3444,9 +3444,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.0.tgz",
"integrity": "sha512-zGTFF6bt/Vl9LzsBfKsqNu01G3ILNhwmkGP/zciLv4bQ2JPNIAJEBabph4S8aq3pdhDNdm1ISUMQ9rBDzLIqLA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.1.tgz",
"integrity": "sha512-fj+CTk8+HvFCEwwDQdNgWd0lIJVXtMQ0Z3vH/ZgzFSbK2s1zs5wjZrjzrhViTTN+UF49+P69/tybgKRdGHpj/Q==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
@ -17049,9 +17049,9 @@
}
},
"@rollup/plugin-typescript": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.0.tgz",
"integrity": "sha512-zGTFF6bt/Vl9LzsBfKsqNu01G3ILNhwmkGP/zciLv4bQ2JPNIAJEBabph4S8aq3pdhDNdm1ISUMQ9rBDzLIqLA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-9.0.1.tgz",
"integrity": "sha512-fj+CTk8+HvFCEwwDQdNgWd0lIJVXtMQ0Z3vH/ZgzFSbK2s1zs5wjZrjzrhViTTN+UF49+P69/tybgKRdGHpj/Q==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^4.2.1",
@ -21446,7 +21446,7 @@
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-inject": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"base64-js": "^1.5.1",
"es6-promise": "^4.2.8",
"js-sha256": "^0.9.0",