aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-02 19:14:29 +0300
committerGitHub <[email protected]>2020-06-02 19:14:29 +0300
commit797550d14bceae181c8319b677fa008b8232414f (patch)
treed58ab863431d40c3f754bd9efc272aeb3f10a74f
parent7e77926e27332a832e2a193652d083dd9f8e68d6 (diff)
downloadbootstrap-797550d14bceae181c8319b677fa008b8232414f.tar.xz
bootstrap-797550d14bceae181c8319b677fa008b8232414f.zip
Bump rollup from 2.10.9 to 2.12.0 (#30946)
Bumps [rollup](https://github.com/rollup/rollup) from 2.10.9 to 2.12.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/v2.10.9...v2.12.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 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 3c2b10d72..cb4c7c794 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10170,9 +10170,9 @@
}
},
"rollup": {
- "version": "2.10.9",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.9.tgz",
- "integrity": "sha512-dY/EbjiWC17ZCUSyk14hkxATAMAShkMsD43XmZGWjLrgFj15M3Dw2kEkA9ns64BiLFm9PKN6vTQw8neHwK74eg==",
+ "version": "2.12.0",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.12.0.tgz",
+ "integrity": "sha512-vKwc/xFkZGM9DRai3Eztpr/4g0yYDgNKVq8tLXhq/aSLbR+/EVL6rTjEW9bgWgeYEIKoN66/5w2Bjv1gzyHR/w==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"
diff --git a/package.json b/package.json
index 186b589b2..31bc01346 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.0",
"postcss-cli": "^7.1.1",
- "rollup": "^2.10.9",
+ "rollup": "^2.12.0",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.1",
"shelljs": "^0.8.4",