From ad2dc6f89c28b1cfd17459b57c48f0f997184a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:59:31 +0100 Subject: [PATCH] Bump rollup from 3.5.0 to 3.5.1 (#3935) Bumps [rollup](https://github.com/rollup/rollup) from 3.5.0 to 3.5.1. - [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.5.0...v3.5.1) --- updated-dependencies: - dependency-name: rollup 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 870d5c847e..bc0b5bcaca 100644 --- a/libs/keycloak-js/package.json +++ b/libs/keycloak-js/package.json @@ -48,7 +48,7 @@ "@rollup/plugin-terser": "^0.1.0", "@rollup/plugin-typescript": "^10.0.1", "es6-promise": "^4.2.8", - "rollup": "^3.5.0" + "rollup": "^3.5.1" }, "dependencies": { "base64-js": "^1.5.1", diff --git a/package-lock.json b/package-lock.json index 8996091e8f..71cdcf56d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -581,13 +581,13 @@ "@rollup/plugin-terser": "^0.1.0", "@rollup/plugin-typescript": "^10.0.1", "es6-promise": "^4.2.8", - "rollup": "^3.5.0" + "rollup": "^3.5.1" } }, "libs/keycloak-js/node_modules/rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", + "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -22850,13 +22850,13 @@ "base64-js": "^1.5.1", "es6-promise": "^4.2.8", "js-sha256": "^0.9.0", - "rollup": "^3.5.0" + "rollup": "^3.5.1" }, "dependencies": { "rollup": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.0.tgz", - "integrity": "sha512-TYu2L+TGhmNsXCtByont89u+ATQLcDy6A+++PwLXYunRtOm7XnaD+65s1pvewaOxMYR0eOkMXn9/i0saBxxpnQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", + "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", "dev": true, "requires": { "fsevents": "~2.3.2"