From 90ebf7309aea08500d03a21a0fed2d2c0950ea1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Aug 2022 07:01:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f91b6dbb0..b331b4df6 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.0", - "rollup-plugin-terser": "^4.0.4", + "rollup-plugin-terser": "^5.3.1", "sinon": "1.17.7", "tslint": "^5.12.1", "typescript": "^3.6.4",