From d01343538ad036bfa54e8fb488f556472fb9591a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:21:13 +0000 Subject: [PATCH] chore(deps): bump clipboardy from 5.2.1 to 5.3.0 Bumps [clipboardy](https://github.com/sindresorhus/clipboardy) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/sindresorhus/clipboardy/releases) - [Commits](https://github.com/sindresorhus/clipboardy/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: clipboardy dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ca6936..16a3e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "clipboardy": "^5.2.1" + "clipboardy": "^5.3.0" }, "devDependencies": { "@types/node": "^25.2.2", @@ -108,9 +108,9 @@ } }, "node_modules/clipboardy": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-5.2.1.tgz", - "integrity": "sha512-RWp4E/ivQAzgF4QSWA9sjeW+Bjo+U2SvebkDhNIfO7y65eGdXPUxMTdIKYsn+bxM3ItPHGm3e68Bv3fgQ3mARw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-5.3.0.tgz", + "integrity": "sha512-EOei1RJTbqXbXhUBMGN8C/Pf+QIPrnDWx9ztlmcW5Hljqj/oVlPrlrDw2O4xh5ViHcvHX3+A0zBrCdcptKTaJA==", "license": "MIT", "dependencies": { "clipboard-image": "^0.1.0", diff --git a/package.json b/package.json index b0978d0..bb2aff7 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "typescript": "^5.9.3" }, "dependencies": { - "clipboardy": "^5.2.1" + "clipboardy": "^5.3.0" } }