diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-31 16:17:56 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-31 16:17:56 +0300 |
| commit | eccd3378185c9e7ed6985a29d92acfdfd2639fa1 (patch) | |
| tree | b231e2242278bfc5fe6542f9fb53a40a7a7601d4 | |
| parent | 588cdaffcdd7d55fa7e0f74fa962d7e0e296b7af (diff) | |
| download | bootstrap-eccd3378185c9e7ed6985a29d92acfdfd2639fa1.tar.xz bootstrap-eccd3378185c9e7ed6985a29d92acfdfd2639fa1.zip | |
Bump rollup from 2.2.0 to 2.3.1 (#30485)
Bumps [rollup](https://github.com/rollup/rollup) from 2.2.0 to 2.3.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/v2.2.0...v2.3.1)
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.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 de2fc46be..d5aa5436c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11106,9 +11106,9 @@ } }, "rollup": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.2.0.tgz", - "integrity": "sha512-iAu/j9/WJ0i+zT0sAMuQnsEbmOKzdQ4Yxu5rbPs9aUCyqveI1Kw3H4Fi9NWfCOpb8luEySD2lDyFWL9CrLE8iw==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.3.1.tgz", + "integrity": "sha512-BRjzOauORe+R0U0I6SkMTSG22nYmtztR/TaBl0SvbXgc3VAxBDrZoB6HROiK0S5px1pUBnLnjBkbzmVuwC9Q1Q==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index bab54917c..f551817b5 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.2.0", + "rollup": "^2.3.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-istanbul": "^2.0.1", "serve": "^11.3.0", |
