From 317fe4eb9383113316f75f7f83819cf427c3a40f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:01:34 +0100 Subject: [PATCH] Bump rollup from 3.8.1 to 3.9.0 (#4109) Bumps [rollup](https://github.com/rollup/rollup) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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 a90481c462..6baa921764 100644 --- a/libs/keycloak-js/package.json +++ b/libs/keycloak-js/package.json @@ -48,7 +48,7 @@ "@rollup/plugin-terser": "^0.2.1", "@rollup/plugin-typescript": "^10.0.1", "es6-promise": "^4.2.8", - "rollup": "^3.8.1" + "rollup": "^3.9.0" }, "dependencies": { "base64-js": "^1.5.1", diff --git a/package-lock.json b/package-lock.json index cb495d12f7..089fa25c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -623,7 +623,7 @@ "@rollup/plugin-terser": "^0.2.1", "@rollup/plugin-typescript": "^10.0.1", "es6-promise": "^4.2.8", - "rollup": "^3.8.1" + "rollup": "^3.9.0" } }, "libs/keycloak-masthead": { @@ -13540,9 +13540,9 @@ } }, "node_modules/rollup": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz", - "integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.0.tgz", + "integrity": "sha512-nGGylpmblyjTpF4lEUPgmOw6OVxRvnI6Iuuh6Lz4O/X66cVOX1XJSsqP1YamxQ+mPuFE7qJxLFDSCk8rNv5dDw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -23829,7 +23829,7 @@ "base64-js": "^1.5.1", "es6-promise": "^4.2.8", "js-sha256": "^0.9.0", - "rollup": "^3.8.1" + "rollup": "^3.9.0" } }, "keycloak-masthead": { @@ -25533,9 +25533,9 @@ } }, "rollup": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz", - "integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.0.tgz", + "integrity": "sha512-nGGylpmblyjTpF4lEUPgmOw6OVxRvnI6Iuuh6Lz4O/X66cVOX1XJSsqP1YamxQ+mPuFE7qJxLFDSCk8rNv5dDw==", "dev": true, "requires": { "fsevents": "~2.3.2"