From 190fdcc83957b7b64f0eee055b1e18a365805e3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:34:17 +0000 Subject: [PATCH] chore(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser 0.1.0 --- tooling/cli/templates/plugin/with-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/cli/templates/plugin/with-api/package.json b/tooling/cli/templates/plugin/with-api/package.json index b88e3779740d..aee080bf6f3d 100644 --- a/tooling/cli/templates/plugin/with-api/package.json +++ b/tooling/cli/templates/plugin/with-api/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-typescript": "8.5.0", "rollup": "2.79.2", - "rollup-plugin-terser": "7.0.2", + "@rollup/plugin-terser": "0.1.0", "typescript": "4.9.5" }, "dependencies": {