diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-03 12:35:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-03 12:35:25 +0200 |
| commit | 69b2d6538fcbea1ea034ec7f61c750dae19cc93f (patch) | |
| tree | 184f862bad2826586e705eef618e31862691dec5 | |
| parent | 25ad8dd55f41c644995552b31a7e1303485f1f0b (diff) | |
| download | bootstrap-69b2d6538fcbea1ea034ec7f61c750dae19cc93f.tar.xz bootstrap-69b2d6538fcbea1ea034ec7f61c750dae19cc93f.zip | |
Bump rollup from 1.30.1 to 1.31.0 (#30123)
Bumps [rollup](https://github.com/rollup/rollup) from 1.30.1 to 1.31.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/v1.30.1...v1.31.0)
Signed-off-by: dependabot-preview[bot] <[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 f8e94d99b..fa2e461bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11235,9 +11235,9 @@ } }, "rollup": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.30.1.tgz", - "integrity": "sha512-Uus8mwQXwaO+ZVoNwBcXKhT0AvycFCBW/W8VZtkpVGsotRllWk9oldfCjqWmTnFRI0y7x6BnEqSqc65N+/YdBw==", + "version": "1.31.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.0.tgz", + "integrity": "sha512-9C6ovSyNeEwvuRuUUmsTpJcXac1AwSL1a3x+O5lpmQKZqi5mmrjauLeqIjvREC+yNRR8fPdzByojDng+af3nVw==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index 74abdcde7..f44d24b8c 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.0", - "rollup": "^1.30.1", + "rollup": "^1.31.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", |
