From 1d6c50dc4432ec720b97fe62c5586a82124c9bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:48:38 +0000 Subject: [PATCH] Bump @cssnr/vitepress-plugin-copybutton from 0.0.2 to 0.0.3 Bumps [@cssnr/vitepress-plugin-copybutton](https://github.com/cssnr/vitepress-plugin-copybutton) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/cssnr/vitepress-plugin-copybutton/releases) - [Commits](https://github.com/cssnr/vitepress-plugin-copybutton/compare/0.0.2...0.0.3) --- updated-dependencies: - dependency-name: "@cssnr/vitepress-plugin-copybutton" dependency-version: 0.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 48 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8be023b..9f07cd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@catppuccin/vitepress": "^0.1.2", "@cssnr/vitepress-plugin-contributors": "^0.2.0", - "@cssnr/vitepress-plugin-copybutton": "^0.0.2", + "@cssnr/vitepress-plugin-copybutton": "^0.0.3", "vitepress": "^1.6.4", "vitepress-plugin-group-icons": "^1.7.5" }, @@ -341,16 +341,15 @@ } }, "node_modules/@cssnr/vitepress-plugin-copybutton": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/@cssnr/vitepress-plugin-copybutton/-/vitepress-plugin-copybutton-0.0.2.tgz", - "integrity": "sha512-Cjg0R0PIkUhS10x2g6fs1Mo9mv9AG+nsPxAviQB12K5UrzQKk8QTow3kZhxHQP0eLuzJxV3v0CuB4XiiXKMruA==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@cssnr/vitepress-plugin-copybutton/-/vitepress-plugin-copybutton-0.0.3.tgz", + "integrity": "sha512-HuBuMEEs3FFrYgOgdpMVaNHnoukj2S8ka1Kgafvi1Jlocm1nsHFfa8lZLbgveh9vvbga4J5rcDNO/4DEh//yaw==", "license": "GPL-3.0-only", "funding": { "type": "ko-fi", "url": "https://ko-fi.com/cssnr" }, "peerDependencies": { - "vitepress": "*", "vue": "^3.0.0" } }, @@ -905,9 +904,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -921,9 +917,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -937,9 +930,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -953,9 +943,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -969,9 +956,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -985,9 +969,6 @@ "cpu": [ "loong64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1001,9 +982,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1017,9 +995,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1033,9 +1008,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1049,9 +1021,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1065,9 +1034,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1081,9 +1047,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1097,9 +1060,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index d99fa66..80775d3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@catppuccin/vitepress": "^0.1.2", "@cssnr/vitepress-plugin-contributors": "^0.2.0", - "@cssnr/vitepress-plugin-copybutton": "^0.0.2", + "@cssnr/vitepress-plugin-copybutton": "^0.0.3", "vitepress": "^1.6.4", "vitepress-plugin-group-icons": "^1.7.5" },