From c5a5561da62b45c3f73d5ab752337a5249ff9544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:40:31 +0200 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libs/keycloak-js/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/keycloak-js/package.json b/libs/keycloak-js/package.json index 2d0e793c03..24556b9a51 100644 --- a/libs/keycloak-js/package.json +++ b/libs/keycloak-js/package.json @@ -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" diff --git a/package-lock.json b/package-lock.json index f39ff47b7a..0b002088a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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",