diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-19 12:18:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-19 12:18:39 +0200 |
| commit | ec36bfe05f2708989bec46d885c82b652832b8a5 (patch) | |
| tree | 0cf458c1570602c268e4900e021b75db57cddb88 | |
| parent | 478bbd082ec108bc301daba2c8ac3f0320b22bbc (diff) | |
| download | bootstrap-ec36bfe05f2708989bec46d885c82b652832b8a5.tar.xz bootstrap-ec36bfe05f2708989bec46d885c82b652832b8a5.zip | |
Bump rollup from 2.36.1 to 2.37.0 (#32838)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.1 to 2.37.0.
- [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.36.1...v2.37.0)
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 | 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 421193be3..66c6795a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8824,9 +8824,9 @@ } }, "rollup": { - "version": "2.36.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.36.1.tgz", - "integrity": "sha512-eAfqho8dyzuVvrGqpR0ITgEdq0zG2QJeWYh+HeuTbpcaXk8vNFc48B7bJa1xYosTCKx0CuW+447oQOW8HgBIZQ==", + "version": "2.37.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.37.0.tgz", + "integrity": "sha512-cbxuxkMGCQV+TnVh+yZSUerbVb5i8soRydbzHYoMNojgt7MMi+jDLLs24U9HHCssKkwkXmsj+LXcOZMldTbz2w==", "dev": true, "requires": { "fsevents": "~2.1.2" diff --git a/package.json b/package.json index 949fc2919..f3cd50ece 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.4", "postcss-cli": "^8.3.1", - "rollup": "^2.36.1", + "rollup": "^2.37.0", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.0.0", "sass": "^1.32.4", |
