From 54332d14883e172108b157dee14ce38dfcef4010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 17:56:13 +0100 Subject: [PATCH] chore(deps-dev): bump rollup from 2.60.2 to 2.64.0 (#4187) * chore(deps-dev): bump rollup from 2.60.2 to 2.64.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.60.2 to 2.64.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.60.2...v2.64.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * bump bundlewatch sizes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: REJack --- .bundlewatch.config.json | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 20c891feb..9eef35ac9 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -10,11 +10,11 @@ }, { "path": "./dist/css/alt/adminlte.components.css", - "maxSize": "27.6 kB" + "maxSize": "28.6 kB" }, { "path": "./dist/css/alt/adminlte.components.min.css", - "maxSize": "26.8 kB" + "maxSize": "27.8 kB" }, { "path": "./dist/css/alt/adminlte.core.css", diff --git a/package-lock.json b/package-lock.json index 6b7e3c3ef..42ed5da1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11520,9 +11520,9 @@ } }, "rollup": { - "version": "2.60.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz", - "integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==", + "version": "2.64.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.64.0.tgz", + "integrity": "sha512-+c+lbw1lexBKSMb1yxGDVfJ+vchJH3qLbmavR+awDinTDA2C5Ug9u7lkOzj62SCu0PKUExsW36tpgW7Fmpn3yQ==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index b384c7b49..6cc7a3b5f 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.5", "postcss-cli": "^8.3.1", - "rollup": "^2.60.2", + "rollup": "^2.64.0", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.10.0",