From ef5a2b03c09860bfb5ecd72be7eeef83120ae60f Mon Sep 17 00:00:00 2001 From: Virgil Clyne Date: Fri, 29 Nov 2024 09:59:46 +0800 Subject: [PATCH] chore: bump package version Update package-lock.json Update package.json --- package-lock.json | 16 +++++++--------- package.json | 3 +-- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 12900b4..c05a244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,14 @@ { "name": "@biliuniverse/redirect", - "version": "0.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@biliuniverse/redirect", - "version": "0.2.9", "license": "Apache-2.0", "dependencies": { "@nsnanocat/url": "^1.2.3", - "@nsnanocat/util": "^1.6.1" + "@nsnanocat/util": "^1.6.3" }, "devDependencies": { "@iringo/arguments-builder": "^1.8.5", @@ -363,9 +361,9 @@ "license": "Apache-2.0" }, "node_modules/@nsnanocat/util": { - "version": "1.6.1", - "resolved": "https://npm.pkg.github.com/download/@nsnanocat/util/1.6.1/7b9ec7c338f4be6c3cc651908e36ef3faf1a9b50", - "integrity": "sha512-NiVB7BhHJJKXlGJi0kuyV+PrXOOrHAf6uxiKOKOa9Yu7bZymxyWcZ/0Rznni5ZNQcqjCdJX13ADeE7eF8DjuXw==", + "version": "1.6.3", + "resolved": "https://npm.pkg.github.com/download/@nsnanocat/util/1.6.3/06661d1d5f1bc668edd0513490b3bd9b56356204", + "integrity": "sha512-zyNHYWdMGmt+PGdINujB3ZgmlSg3+J3zh3ntu2F7z0Y6d+fV44kKatVuU02yfJ1bP+YP6jQgW4BZIG7cBCntcg==", "license": "Apache-2.0", "dependencies": { "pako": "^2.1.0" @@ -2722,9 +2720,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.66", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.66.tgz", - "integrity": "sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==", + "version": "1.5.67", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.67.tgz", + "integrity": "sha512-nz88NNBsD7kQSAGGJyp8hS6xSPtWwqNogA0mjtc2nUYeEf3nURK9qpV18TuBdDmEDgVWotS8Wkzf+V52dSQ/LQ==", "dev": true, "license": "ISC", "peer": true diff --git a/package.json b/package.json index 7adc1ac..b1ed592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "@biliuniverse/redirect", - "version": "0.2.9", "organizationName": "🪐 BiliUniverse", "displayName": "📺 BiliBili: 🔀 Redirect", "description": "哔哩哔哩:重定向\n中国站CDN自定义", @@ -46,6 +45,6 @@ }, "dependencies": { "@nsnanocat/url": "^1.2.3", - "@nsnanocat/util": "^1.6.1" + "@nsnanocat/util": "^1.6.3" } }