From ff6fc467d9cd5540696529c2b3ed6b6e282e7423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 00:14:10 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.56.3 to 2.78.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.56.3 to 2.78.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.56.3...v2.78.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45cfe09a..5ab8c17f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17575,9 +17575,9 @@ } }, "rollup": { - "version": "2.56.3", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.56.3.tgz", - "integrity": "sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==", + "version": "2.78.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.78.1.tgz", + "integrity": "sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index e213a73b..ac601527 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-vue": "^7.18.0", "husky": "^4.3.8", "prettier": "^2.4.1", - "rollup": "^2.56.3", + "rollup": "^2.78.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^5.1.9", "shipjs": "^0.23.3",