From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 07:45:30 +0000 (+0300) Subject: Bump rollup from 1.25.1 to 1.25.2 (#29578) X-Git-Tag: v5.0.0-alpha1~705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9abd4d76d8492a5b65745f543b083b259c4e14;p=thirdparty%2Fbootstrap.git Bump rollup from 1.25.1 to 1.25.2 (#29578) Bumps [rollup](https://github.com/rollup/rollup) from 1.25.1 to 1.25.2. - [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.25.1...v1.25.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index daff67fd3e..6ce8779131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10231,9 +10231,9 @@ } }, "rollup": { - "version": "1.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.1.tgz", - "integrity": "sha512-K8ytdEzMa6anHSnfTIs2BLB+NXlQ4qmWwdNHBpYQNWCbZAzj+DRVk7+ssbLSgddwpFW1nThr2GElR+jASF2NPA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.25.2.tgz", + "integrity": "sha512-+7z6Wab/L45QCPcfpuTZKwKiB0tynj05s/+s2U3F2Bi7rOLPr9UcjUwO7/xpjlPNXA/hwnth6jBExFRGyf3tMg==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index d40ad8dea3..d8cca904a2 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.25.1", + "rollup": "^1.25.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-istanbul": "^2.0.1",