From 493c8ae05e3f3c3993cc4815a57bdb3773ddfcc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 09:23:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6734b2d..5dfac48 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "@babel/cli": "^7.17.6", "@babel/core": "^7.17.9", "@babel/preset-env": "^7.16.11", - "rollup": "^2.61.1" + "rollup": "^3.29.5" } }