Bump rollup from 3.15.0 to 3.17.1 (#4433)
Bumps [rollup](https://github.com/rollup/rollup) from 3.15.0 to 3.17.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.15.0...v3.17.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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:
parent
d69865f9b9
commit
8bad2a4cf0
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.15.0"
|
||||
"rollup": "^3.17.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"base64-js": "^1.5.1",
|
||||
|
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -151,7 +151,7 @@
|
|||
"@rollup/plugin-terser": "^0.4.0",
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.15.0"
|
||||
"rollup": "^3.17.1"
|
||||
}
|
||||
},
|
||||
"libs/keycloak-masthead": {
|
||||
|
@ -9052,9 +9052,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rollup": {
|
||||
"version": "3.15.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.15.0.tgz",
|
||||
"integrity": "sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg==",
|
||||
"version": "3.17.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.1.tgz",
|
||||
"integrity": "sha512-8RnSms6rNqHmZK+wiqgnPCqen+rRnUHXkciGDirh7B00g1rX1vpKbPDhuxCvAG2bburoI+W4Q9/PlUB/zYkiYA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
|
|
Loading…
Reference in a new issue