diff --git a/package-lock.json b/package-lock.json index 7f17244..366d6a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@typescript-eslint/typescript-estree": "^8.59.3", "better-sqlite3": "^11.10.0", "chokidar": "^3.6.0", - "citty": "^0.1.6", + "citty": "^0.2.2", "content-type": "1.0.5", "echarts": "^6.1.0", "execa": "^9.3.0", @@ -2574,13 +2574,10 @@ "license": "ISC" }, "node_modules/citty": { - "version": "0.1.6", - "resolved": "https://registry.npmmirror.com/citty/-/citty-0.1.6.tgz", - "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==", - "license": "MIT", - "dependencies": { - "consola": "^3.2.3" - } + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz", + "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==", + "license": "MIT" }, "node_modules/color-convert": { "version": "2.0.1", @@ -2615,15 +2612,6 @@ "dev": true, "license": "MIT" }, - "node_modules/consola": { - "version": "3.4.2", - "resolved": "https://registry.npmmirror.com/consola/-/consola-3.4.2.tgz", - "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", - "license": "MIT", - "engines": { - "node": "^14.18.0 || >=16.10.0" - } - }, "node_modules/content-disposition": { "version": "1.1.0", "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-1.1.0.tgz", diff --git a/package.json b/package.json index 78f230f..5a3df20 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@typescript-eslint/typescript-estree": "^8.59.3", "better-sqlite3": "^11.10.0", "chokidar": "^3.6.0", - "citty": "^0.1.6", + "citty": "^0.2.2", "content-type": "1.0.5", "echarts": "^6.1.0", "execa": "^9.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f0a2ee..cca3ff9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^3.6.0 version: 3.6.0 citty: - specifier: ^0.1.6 - version: 0.1.6 + specifier: ^0.2.2 + version: 0.2.2 content-type: specifier: 1.0.5 version: 1.0.5 @@ -1016,8 +1016,8 @@ packages: chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - citty@0.1.6: - resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} + citty@0.2.2: + resolution: {integrity: sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==} color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} @@ -1032,10 +1032,6 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - consola@3.4.2: - resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==} - engines: {node: ^14.18.0 || >=16.10.0} - content-disposition@1.1.0: resolution: {integrity: sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==} engines: {node: '>=18'} @@ -3043,9 +3039,7 @@ snapshots: chownr@1.1.4: {} - citty@0.1.6: - dependencies: - consola: 3.4.2 + citty@0.2.2: {} color-convert@2.0.1: dependencies: @@ -3057,8 +3051,6 @@ snapshots: concat-map@0.0.1: {} - consola@3.4.2: {} - content-disposition@1.1.0: {} content-type@1.0.5: {}