From 6c73859c6157ebf450225b099a3a2c270a4c22d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 04:10:06 +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 3ab013c..5d423ac 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "jsdom": "^13.0.0", "mocha": "^5.2.0", "nyc": "^13.0.1", - "rollup": "^0.67.0", + "rollup": "^3.29.5", "rollup-plugin-babel": "^4.0.3", "sinon": "^6.3.4", "sinon-chai": "^3.2.0",