diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-18 09:14:44 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-18 09:14:44 +0300 |
| commit | d16a799217281e79a4fe7679e3aa15612161dc8f (patch) | |
| tree | 7d7c5f23cd45cebf7ef511ae579e4583fa7d801d | |
| parent | c6d6156e42dc8deb16b88356baa5c968fe54064c (diff) | |
| download | bootstrap-d16a799217281e79a4fe7679e3aa15612161dc8f.tar.xz bootstrap-d16a799217281e79a4fe7679e3aa15612161dc8f.zip | |
Bump rollup from 2.51.2 to 2.52.1 (#34288)
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.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.51.2...v2.52.1)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | package-lock.json | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 40374aefa..ea88e170b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8896,12 +8896,12 @@ } }, "rollup": { - "version": "2.51.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz", - "integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==", + "version": "2.52.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.1.tgz", + "integrity": "sha512-/SPqz8UGnp4P1hq6wc9gdTqA2bXQXGx13TtoL03GBm6qGRI6Hm3p4Io7GeiHNLl0BsQAne1JNYY+q/apcY933w==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" } }, "rollup-plugin-istanbul": { diff --git a/package.json b/package.json index ee7f7126d..8e2da517c 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.3.5", "postcss-cli": "^8.3.1", - "rollup": "^2.51.2", + "rollup": "^2.52.1", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.2.0", "sass": "1.32.13", |
