From 9815c16625ac61c63e2c0e34684ca657df7056df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 03:09:42 +0000 Subject: [PATCH] chore(deps): update dependency @guanghechen/rollup-plugin-copy to v5.0.11 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82da69ad..3f38dd12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@commitlint/cli": "18.2.0", "@commitlint/config-conventional": "18.1.0", "@foundryvtt/foundryvtt-cli": "0.0.9", - "@guanghechen/rollup-plugin-copy": "5.0.10", + "@guanghechen/rollup-plugin-copy": "5.0.11", "@ironkinoko/rollup-plugin-styles": "4.0.3", "@rollup/plugin-terser": "0.4.4", "@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0", @@ -604,9 +604,9 @@ } }, "node_modules/@guanghechen/rollup-plugin-copy": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/@guanghechen/rollup-plugin-copy/-/rollup-plugin-copy-5.0.10.tgz", - "integrity": "sha512-P0U3RYSraQKPnypdDKd5qT8+h0rFAmpaMEUA7BB/Qe/gSejlvgcElhRHO+ymkipgwhAzwt7fMGLZPPnoXBNZWA==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/@guanghechen/rollup-plugin-copy/-/rollup-plugin-copy-5.0.11.tgz", + "integrity": "sha512-9JYcEx2gDUvJrZYcYcxHBuKt1ylJ5ssLkew0vEAIMg5pU4Z5EEmk9DXIch+T7cifNxhGrLu0uhfZAu0JNq++Mw==", "dev": true, "dependencies": { "@guanghechen/helper-fs": "^5.0.9", @@ -621,7 +621,7 @@ "node": ">= 16.0.0" }, "peerDependencies": { - "rollup": "^2.0.0 || ^3.0.0" + "rollup": "^2.0.0 || ^3.0.0 || ^4.0.0" } }, "node_modules/@guanghechen/rollup-plugin-copy/node_modules/chalk": { diff --git a/package.json b/package.json index baa20d69..cebc2618 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@commitlint/cli": "18.2.0", "@commitlint/config-conventional": "18.1.0", "@foundryvtt/foundryvtt-cli": "0.0.9", - "@guanghechen/rollup-plugin-copy": "5.0.10", + "@guanghechen/rollup-plugin-copy": "5.0.11", "@ironkinoko/rollup-plugin-styles": "4.0.3", "@rollup/plugin-terser": "0.4.4", "@typhonjs-fvtt/eslint-config-foundry.js": "0.8.0",