aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-28 22:54:13 +0200
committerGitHub <[email protected]>2020-02-28 22:54:13 +0200
commitaf4e37631c526061d853881f11c5363f61907ba5 (patch)
tree2d721220f0a34fbdc863e647fd723dd014a764c0
parent5e3857fafb6d5adb94e91eb168811580c2b6f265 (diff)
downloadbootstrap-af4e37631c526061d853881f11c5363f61907ba5.tar.xz
bootstrap-af4e37631c526061d853881f11c5363f61907ba5.zip
Bump rollup from 1.31.1 to 1.32.0 (#30315)
Bumps [rollup](https://github.com/rollup/rollup) from 1.31.1 to 1.32.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.31.1...v1.32.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5dc89a801..54b1e65f0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11177,9 +11177,9 @@
}
},
"rollup": {
- "version": "1.31.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.31.1.tgz",
- "integrity": "sha512-2JREN1YdrS/kpPzEd33ZjtuNbOuBC3ePfuZBdKEybvqcEcszW1ckyVqzcEiEe0nE8sqHK+pbJg+PsAgRJ8+1dg==",
+ "version": "1.32.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.32.0.tgz",
+ "integrity": "sha512-ab2tF5pdDqm2zuI8j02ceyrJSScl9V2C24FgWQ1v1kTFTu1UrG5H0hpP++mDZlEFyZX4k0chtGEHU2i+pAzBgA==",
"dev": true,
"requires": {
"@types/estree": "*",
diff --git a/package.json b/package.json
index dd3e3e252..d0a5159f2 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.0",
"postcss-cli": "^7.1.0",
- "rollup": "^1.31.1",
+ "rollup": "^1.32.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.0",