From e8aea6408ec1fb3ac1811a324a6e1d4131309a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 11:21:18 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.60.1 to 2.60.2 (#380) Bumps [rollup](https://github.com/rollup/rollup) from 2.60.1 to 2.60.2. - [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.1...v2.60.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 95e2e9e..fdc1fca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10875,9 +10875,9 @@ } }, "rollup": { - "version": "2.60.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.1.tgz", - "integrity": "sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg==", + "version": "2.60.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz", + "integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index d383570..bcc0658 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "geckodriver": "^2.0.4", "jest": "^26.6.3", "prettier": "^2.5.0", - "rollup": "^2.60.1", + "rollup": "^2.60.2", "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.1.0", "ts-jest": "^26.5.6",