From 90e559b57199ef8ea88dc56c4ee0cedbafb19049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:51:06 +0000 Subject: [PATCH] chore(deps): update dependency @rollup/plugin-commonjs to v28.0.2 (#6685) 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 8b885f764d9..7c2bd8b663b 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": "28.0.1", + "@rollup/plugin-commonjs": "28.0.2", "@rollup/plugin-node-resolve": "15.3.1", "async-test-util": "2.5.0", "concurrently": "9.1.0", diff --git a/package.json b/package.json index b628aea059f..732e519772a 100644 --- a/package.json +++ b/package.json @@ -494,7 +494,7 @@ "@eslint/compat": "1.2.4", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.16.0", - "@rollup/plugin-commonjs": "28.0.1", + "@rollup/plugin-commonjs": "28.0.2", "@rollup/plugin-node-resolve": "15.3.1", "@stylistic/eslint-plugin": "2.12.1", "@types/assert": "1.5.11",