From 7030176183db2f06404475ee52ae3497a2f2bbb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:32:38 +0200 Subject: [PATCH] web: bump rollup-plugin-copy from 3.4.0 to 3.5.0 in /web (#6743) Bumps [rollup-plugin-copy](https://github.com/vladshcherbin/rollup-plugin-copy) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/vladshcherbin/rollup-plugin-copy/releases) - [Commits](https://github.com/vladshcherbin/rollup-plugin-copy/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: rollup-plugin-copy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2e0b93282..1fe92c895 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -85,7 +85,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.28.1", - "rollup-plugin-copy": "^3.4.0", + "rollup-plugin-copy": "^3.5.0", "rollup-plugin-cssimport": "^1.0.3", "rollup-plugin-postcss-lit": "^2.1.0", "storybook": "^7.4.0", @@ -19964,9 +19964,9 @@ } }, "node_modules/rollup-plugin-copy": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.4.0.tgz", - "integrity": "sha512-rGUmYYsYsceRJRqLVlE9FivJMxJ7X6jDlP79fmFkL8sJs7VVMSVyA2yfyL+PGyO/vJs4A87hwhgVfz61njI+uQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz", + "integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==", "dev": true, "dependencies": { "@types/fs-extra": "^8.0.1", diff --git a/web/package.json b/web/package.json index 9638319d7..3c425717b 100644 --- a/web/package.json +++ b/web/package.json @@ -102,7 +102,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.28.1", - "rollup-plugin-copy": "^3.4.0", + "rollup-plugin-copy": "^3.5.0", "rollup-plugin-cssimport": "^1.0.3", "rollup-plugin-postcss-lit": "^2.1.0", "storybook": "^7.4.0",