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 3b5547665aa..b3e258970cb 100644 --- a/package.json +++ b/package.json @@ -513,7 +513,7 @@ "@eslint/eslintrc": "3.1.0", "@eslint/js": "9.11.0", "@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",