From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:18:39 +0000 (+0200) Subject: Bump rollup from 2.36.1 to 2.37.0 (#32838) X-Git-Tag: v5.0.0-beta2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec36bfe05f2708989bec46d885c82b652832b8a5;p=thirdparty%2Fbootstrap.git 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 421193be36..66c6795a97 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 949fc29194..f3cd50ece8 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",