diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-08-11 16:24:27 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-11 16:24:27 +0300 |
| commit | b842ddeb90657ecb6e7f806fe10b1895cc9aa612 (patch) | |
| tree | ef7d8a9d2b58309733097f8f2fa5516d6680ca40 | |
| parent | a3f27c67e8e3041858e18ac201a384332be14303 (diff) | |
| download | bootstrap-b842ddeb90657ecb6e7f806fe10b1895cc9aa612.tar.xz bootstrap-b842ddeb90657ecb6e7f806fe10b1895cc9aa612.zip | |
Bump rollup from 2.23.0 to 2.23.1 (#31464)
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.23.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.23.0...v2.23.1)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -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 17a66beb8..1e209788e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9994,9 +9994,9 @@ } }, "rollup": { - "version": "2.23.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.0.tgz", - "integrity": "sha512-vLNmZFUGVwrnqNAJ/BvuLk1MtWzu4IuoqsH9UWK5AIdO3rt8/CSiJNvPvCIvfzrbNsqKbNzPAG1V2O4eTe2XZg==", + "version": "2.23.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.23.1.tgz", + "integrity": "sha512-Heyl885+lyN/giQwxA8AYT2GY3U+gOlTqVLrMQYno8Z1X9lAOpfXPiKiZCyPc25e9BLJM3Zlh957dpTlO4pa8A==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index def4fe30b..4db7ce655 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.1", "postcss-cli": "^7.1.1", - "rollup": "^2.23.0", + "rollup": "^2.23.1", "rollup-plugin-istanbul": "^2.0.1", "shelljs": "^0.8.4", "sirv-cli": "^1.0.5", |
