From 692a43ab8a1e272390d33f4e89821c7d9d93663b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 19:02:25 +0530 Subject: [PATCH] chore(deps-dev): bump rollup from 2.60.1 to 2.60.2 (#4107) 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 39f59b136..267819cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9220,9 +9220,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 350385dca..880066df6 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.4.1", "postcss-cli": "^8.3.1", - "rollup": "^2.60.1", + "rollup": "^2.60.2", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.4", "terser": "^5.10.0",