diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-21 13:30:02 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-01-21 13:30:02 +0200 |
| commit | 71c8578395243311cef72bdd6005e41df0c7a958 (patch) | |
| tree | 2c225234208da66dc3363fa1b984c211fbd3759b | |
| parent | 071d278934c08a02bc4f95ac9e181968c4996db6 (diff) | |
| download | bootstrap-71c8578395243311cef72bdd6005e41df0c7a958.tar.xz bootstrap-71c8578395243311cef72bdd6005e41df0c7a958.zip | |
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] <[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 d1d787620..0269ec7de 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 ffedb9a89..a01bdc089 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", |
