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] <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] 2023-01-02 10:01:34 +01:00 committed by GitHub
parent 6302097131
commit 317fe4eb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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",

16
package-lock.json generated
View file

@ -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"