From 1aac4c7100b8e44955fe85df622b082f5f356e1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Jul 2021 16:13:05 +0000 Subject: [PATCH] fix: upgrade rollup from 2.45.2 to 2.52.2 Snyk has created this PR to upgrade rollup from 2.45.2 to 2.52.2. See this package in npm: https://www.npmjs.com/package/rollup See this project in Snyk: https://app.snyk.io/org/hafixo/project/6b0053d6-bdb6-4276-a59d-ccf63d575162?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c563ca89a39f..c359e3255c82 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "npm-run-all": "^4.1.5", "postcss": "^8.2.10", "postcss-cli": "^8.3.1", - "rollup": "^2.45.2", + "rollup": "^2.52.2", "rollup-plugin-istanbul": "^3.0.0", "rtlcss": "^3.1.2", "sass": "^1.32.11",