From f77c49f83705ee62c82ccc9c01d5badafef32f53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:05:19 +0000 Subject: [PATCH] chore(deps): update dependency @rollup/plugin-commonjs to v25.0.8 --- templates/javascript/package.json | 2 +- templates/typescript/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/javascript/package.json b/templates/javascript/package.json index a2c2134..b3a4468 100644 --- a/templates/javascript/package.json +++ b/templates/javascript/package.json @@ -55,7 +55,7 @@ "@commitlint/cli": "18.6.1", "@commitlint/config-conventional": "18.6.3", "@rollup/plugin-babel": "6.0.4", - "@rollup/plugin-commonjs": "25.0.7", + "@rollup/plugin-commonjs": "25.0.8", "@rollup/plugin-eslint": "8.0.5", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.2.3", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index e9824d0..af96bd0 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -69,7 +69,7 @@ "@commitlint/config-conventional": "18.6.3", "@release-it/conventional-changelog": "8.0.1", "@rollup/plugin-babel": "6.0.4", - "@rollup/plugin-commonjs": "25.0.7", + "@rollup/plugin-commonjs": "25.0.8", "@rollup/plugin-json": "6.1.0", "@rollup/plugin-node-resolve": "15.2.3", "@rollup/plugin-replace": "5.0.2",