From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 11:30:02 +0000 (+0200) Subject: Bump rollup from 1.29.0 to 1.29.1 (#30058) X-Git-Tag: v5.0.0-alpha1~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c8578395243311cef72bdd6005e41df0c7a958;p=thirdparty%2Fbootstrap.git Bump rollup from 1.29.0 to 1.29.1 (#30058) Bumps [rollup](https://github.com/rollup/rollup) from 1.29.0 to 1.29.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.29.0...v1.29.1) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index d1d787620f..0269ec7dea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11054,9 +11054,9 @@ } }, "rollup": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.29.0.tgz", - "integrity": "sha512-V63Iz0dSdI5qPPN5HmCN6OBRzBFhMqNWcvwgq863JtSCTU6Vdvqq6S2fYle/dSCyoPrBkIP3EIr1RVs3HTRqqg==", + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.29.1.tgz", + "integrity": "sha512-dGQ+b9d1FOX/gluiggTAVnTvzQZUEkCi/TwZcax7ujugVRHs0nkYJlV9U4hsifGEMojnO+jvEML2CJQ6qXgbHA==", "dev": true, "requires": { "@types/estree": "*", diff --git a/package.json b/package.json index ffedb9a893..a01bdc089e 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.0", - "rollup": "^1.29.0", + "rollup": "^1.29.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0",