From 27e6046ce8f905a279bbfbcabdb9c4a39c7b8224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 07:28:23 +0100 Subject: [PATCH] Bump rollup from 3.5.1 to 3.7.3 (#4009) Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.7.3. - [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.1...v3.7.3) --- 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 bc0b5bcaca..68da9a3233 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.1" + "rollup": "^3.7.3" }, "dependencies": { "base64-js": "^1.5.1", diff --git a/package-lock.json b/package-lock.json index 868e1902e0..3d35187a20 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.1" + "rollup": "^3.7.3" } }, "libs/keycloak-js/node_modules/rollup": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", - "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.3.tgz", + "integrity": "sha512-7e68MQbAWCX6mI4/0lG1WHd+NdNAlVamg0Zkd+8LZ/oXojligdGnCNyHlzXqXCZObyjs5FRc3AH0b17iJESGIQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -22856,13 +22856,13 @@ "base64-js": "^1.5.1", "es6-promise": "^4.2.8", "js-sha256": "^0.9.0", - "rollup": "^3.5.1" + "rollup": "^3.7.3" }, "dependencies": { "rollup": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", - "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.7.3.tgz", + "integrity": "sha512-7e68MQbAWCX6mI4/0lG1WHd+NdNAlVamg0Zkd+8LZ/oXojligdGnCNyHlzXqXCZObyjs5FRc3AH0b17iJESGIQ==", "dev": true, "requires": { "fsevents": "~2.3.2"