From 7308952ede7eb374be00d5a5b4552d2b21626724 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 00:54:38 +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 ba335df9..e927983c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "rimraf": "^5.0.0", - "rollup": "^3.29.4", + "rollup": "^3.29.5", "wait-on": "^7.0.1", "webpack": "^5.79.0", "webpack-bundle-analyzer": "^4.8.0",