diff --git a/package-lock.json b/package-lock.json index 238728d..5d9213a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@cssnr/vitepress-plugin-contributors": "^0.1.0", "@cssnr/vitepress-plugin-copybutton": "^0.0.2", "vitepress": "^1.6.4", - "vitepress-plugin-group-icons": "^1.7.3" + "vitepress-plugin-group-icons": "^1.7.5" }, "devDependencies": { "prettier": "^3.8.2" @@ -905,9 +905,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -921,9 +918,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -937,9 +931,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -953,9 +944,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -969,9 +957,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -985,9 +970,6 @@ "cpu": [ "loong64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1001,9 +983,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1017,9 +996,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1033,9 +1009,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1049,9 +1022,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1065,9 +1035,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1081,9 +1048,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1097,9 +1061,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2538,9 +2499,9 @@ } }, "node_modules/vitepress-plugin-group-icons": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/vitepress-plugin-group-icons/-/vitepress-plugin-group-icons-1.7.3.tgz", - "integrity": "sha512-Nj2znOveQC7KH1CQ1k2WlVvEDAuymhumcUvD51ognVUv2yjrfAhOzL1VEESPzoJN0kWoRxXK+iu+OKNLe7unGQ==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/vitepress-plugin-group-icons/-/vitepress-plugin-group-icons-1.7.5.tgz", + "integrity": "sha512-QzcroUuIiVKyXpmEiiHVbfRTQIy9Zbwxpk5JC/zavO8mavitwumz2RZWlwTchMCCHducYyPptkYvXvdnNUWkog==", "license": "MIT", "dependencies": { "@iconify-json/logos": "^1.2.10", diff --git a/package.json b/package.json index e90bd54..4f4c7cb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@cssnr/vitepress-plugin-contributors": "^0.1.0", "@cssnr/vitepress-plugin-copybutton": "^0.0.2", "vitepress": "^1.6.4", - "vitepress-plugin-group-icons": "^1.7.3" + "vitepress-plugin-group-icons": "^1.7.5" }, "devDependencies": { "prettier": "^3.8.2"