From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 08:33:08 +0000 (+0300) Subject: Bump rollup from 1.23.1 to 1.25.1 (#29559) X-Git-Tag: v5.0.0-alpha1~710 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0579584c6be2b7f575763d9052440f4e8460951;p=thirdparty%2Fbootstrap.git Bump rollup from 1.23.1 to 1.25.1 (#29559) Bumps [rollup](https://github.com/rollup/rollup) from 1.23.1 to 1.25.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/v1.23.1...v1.25.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index f5819a8253..8a893c4d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10132,9 +10132,9 @@ } }, "rollup": { - "version": "1.23.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.23.1.tgz", - "integrity": "sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==", + "version": "1.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", + "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index cef0975335..6e7b098602 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^6.1.3", - "rollup": "^1.23.1", + "rollup": "^1.25.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-istanbul": "^2.0.1",