diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-12 19:33:59 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-12 19:33:59 +0300 |
| commit | c26a0cb49c955f31f8a425bbef2e4a6df4cee60d (patch) | |
| tree | adf42f8c3b856c77922ec833a2523fcebd675208 | |
| parent | 75eb4d521b719a4973d03c52b319480749eedb34 (diff) | |
| download | bootstrap-c26a0cb49c955f31f8a425bbef2e4a6df4cee60d.tar.xz bootstrap-c26a0cb49c955f31f8a425bbef2e4a6df4cee60d.zip | |
Bump rollup from 2.8.0 to 2.9.1 (#30789)
Bumps [rollup](https://github.com/rollup/rollup) from 2.8.0 to 2.9.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/v2.8.0...v2.9.1)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 85f41a714..4980d0f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10056,9 +10056,9 @@ } }, "rollup": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.8.0.tgz", - "integrity": "sha512-hyjpreMA0BTNrO68o4wCtcktwYTK8o1UtauOqsPniwDGzN2PvNaKmwa/RHmjNHJMrt6ItY2C7XjpT7TDf6WmJw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.9.1.tgz", + "integrity": "sha512-kEZn76R0j+WD4AActu5Np4RShNlewTtJhdUaWNtHwHnAA8AOapyXgH6O7NL2RkcQLHnl49oz1xW1VrDcu5yP+Q==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 546cbde57..01450f078 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.1", - "rollup": "^2.8.0", + "rollup": "^2.9.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", |
