From 768541fa0b8b66ea7ed64132cee62a6a8fe79973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:05:44 +0200 Subject: [PATCH] chore(deps): update dependency @rollup/plugin-commonjs to v26.0.3 (#6432) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/svelte/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/svelte/package.json b/examples/svelte/package.json index ad993edf81c..868861ef98b 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -13,7 +13,7 @@ "//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead", "devDependencies": { "rxdb": "file:rxdb-local.tgz", - "@rollup/plugin-commonjs": "26.0.1", + "@rollup/plugin-commonjs": "26.0.3", "@rollup/plugin-node-resolve": "15.2.4", "async-test-util": "2.5.0", "concurrently": "9.0.1", diff --git a/package.json b/package.json index 2dec1d42c14..17ad799c386 100644 --- a/package.json +++ b/package.json @@ -513,7 +513,7 @@ "@eslint/eslintrc": "3.1.0", "@eslint/js": "9.11.1", "@faker-js/faker": "9.0.2", - "@rollup/plugin-commonjs": "26.0.1", + "@rollup/plugin-commonjs": "26.0.3", "@rollup/plugin-node-resolve": "15.2.4", "@stylistic/eslint-plugin": "2.8.0", "@types/assert": "1.5.10",