aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-28 15:41:08 +0300
committerGitHub <[email protected]>2020-04-28 15:41:08 +0300
commit72b37fa6ca74621a6b846a53fb0e35fa71070f7b (patch)
tree55b669f088d692a2b9fdbe068e2c2525290c8740
parent5a7d31f820dedd4d7dabfedd09ac7331f2a83d77 (diff)
downloadbootstrap-72b37fa6ca74621a6b846a53fb0e35fa71070f7b.tar.xz
bootstrap-72b37fa6ca74621a6b846a53fb0e35fa71070f7b.zip
Bump rollup from 2.6.1 to 2.7.3 (#30666)
Bumps [rollup](https://github.com/rollup/rollup) from 2.6.1 to 2.7.3. - [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.6.1...v2.7.3) 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.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 5d07ea72e..ac81f2d81 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10526,18 +10526,18 @@
}
},
"rollup": {
- "version": "2.6.1",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.6.1.tgz",
- "integrity": "sha512-1RhFDRJeg027YjBO6+JxmVWkEZY0ASztHhoEUEWxOwkh4mjO58TFD6Uo7T7Y3FbmDpRTfKhM5NVxJyimCn0Elg==",
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.7.3.tgz",
+ "integrity": "sha512-lAWJGZ5BQzcu/5fhMKGJrh5oy9LQUoaCid8cQV8k+E2vE9E/UWptzcM+bSBg+u8akORsvnybsqQUE/wVChIazg==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"
},
"dependencies": {
"fsevents": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz",
- "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==",
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
+ "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"dev": true,
"optional": true
}
diff --git a/package.json b/package.json
index b33d36281..60c8df03c 100644
--- a/package.json
+++ b/package.json
@@ -125,7 +125,7 @@
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.0",
"postcss-cli": "^7.1.0",
- "rollup": "^2.6.1",
+ "rollup": "^2.7.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-istanbul": "^2.0.1",
"serve": "^11.3.0",