From 38db4efe7533598760f0eff04a491ba3fbf6d291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:42:26 +0000 Subject: [PATCH] fix(deps): update dependency clipboard-polyfill to v4.1.1 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c4df616..248fc6f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "classnames": "2.3.2", - "clipboard-polyfill": "4.0.0", + "clipboard-polyfill": "4.1.1", "preact": "10.17.1", "preact-router": "4.1.1", "tailwindcss": "3.3.3" @@ -3008,9 +3008,9 @@ } }, "node_modules/clipboard-polyfill": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-4.0.0.tgz", - "integrity": "sha512-U4KPNJqAYuyOtixCZZUyWTcj+wlI66j07g5ggMRE2DR1VFu/3ZWXkjLAslmme8i065gBSCUblHET7DKQ2Xg3RA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-4.1.1.tgz", + "integrity": "sha512-nbvNLrcX0zviek5QHLFRAaLrx8y/s8+RF2stH43tuS+kP5XlHMrcD0UGBWq43Hwp6WuuK7KefRMP56S45ibZkA==" }, "node_modules/clipboardy": { "version": "3.0.0", @@ -11802,9 +11802,9 @@ "dev": true }, "clipboard-polyfill": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-4.0.0.tgz", - "integrity": "sha512-U4KPNJqAYuyOtixCZZUyWTcj+wlI66j07g5ggMRE2DR1VFu/3ZWXkjLAslmme8i065gBSCUblHET7DKQ2Xg3RA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/clipboard-polyfill/-/clipboard-polyfill-4.1.1.tgz", + "integrity": "sha512-nbvNLrcX0zviek5QHLFRAaLrx8y/s8+RF2stH43tuS+kP5XlHMrcD0UGBWq43Hwp6WuuK7KefRMP56S45ibZkA==" }, "clipboardy": { "version": "3.0.0", diff --git a/package.json b/package.json index 4f097c49..5f1985d5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "dependencies": { "classnames": "2.3.2", - "clipboard-polyfill": "4.0.0", + "clipboard-polyfill": "4.1.1", "preact": "10.17.1", "preact-router": "4.1.1", "tailwindcss": "3.3.3"