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] <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:
parent
c7c7df872f
commit
27e6046ce8
2 changed files with 9 additions and 9 deletions
|
@ -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",
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue