aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-25 22:01:04 +0200
committerXhmikosR <[email protected]>2019-12-25 22:01:04 +0200
commit31e69475d8b92a246473f680d7293dc3263947ae (patch)
tree16096c4d9b4dbbb6ba075305dc0b62006a03c1a1
parent4b021dc666985bd881d303e3c63d37311c65eac7 (diff)
downloadbootstrap-31e69475d8b92a246473f680d7293dc3263947ae.tar.xz
bootstrap-31e69475d8b92a246473f680d7293dc3263947ae.zip
Bump rollup from 1.26.5 to 1.27.14 (#29896)
Bumps [rollup](https://github.com/rollup/rollup) from 1.26.5 to 1.27.14. - [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.26.5...v1.27.14) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 8ffebe339..cae634935 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1021,9 +1021,9 @@
"dev": true
},
"@types/estree": {
- "version": "0.0.40",
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.40.tgz",
- "integrity": "sha512-p3KZgMto/JyxosKGmnLDJ/dG5wf+qTRMUjHJcspC2oQKa4jP7mz+tv0ND56lLBu3ojHlhzY33Ol+khLyNmilkA==",
+ "version": "0.0.41",
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.41.tgz",
+ "integrity": "sha512-rIAmXyJlqw4KEBO7+u9gxZZSQHaCNnIzYrnNmYVpgfJhxTqO0brCX0SYpqUTkVI5mwwUwzmtspLBGBKroMeynA==",
"dev": true
},
"@types/events": {
@@ -10964,9 +10964,9 @@
}
},
"rollup": {
- "version": "1.26.5",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.26.5.tgz",
- "integrity": "sha512-c6Pv0yWzjYNpy2DIhLFUnyP6e1UTGownr4IfpJcPY/k186RJjpaGGPRwKQ62KCauctG6dgtHt88pw1EGrPRkuA==",
+ "version": "1.27.14",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-1.27.14.tgz",
+ "integrity": "sha512-DuDjEyn8Y79ALYXMt+nH/EI58L5pEw5HU9K38xXdRnxQhvzUTI/nxAawhkAHUQeudANQ//8iyrhVRHJBuR6DSQ==",
"dev": true,
"requires": {
"@types/estree": "*",
diff --git a/package.json b/package.json
index 18786a2ae..7e7af5243 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.26.5",
+ "rollup": "^1.27.14",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.2.0",