Commit 2614d5cf authored by nanahira's avatar nanahira

bump deps and move to root

parent 72f21136
Pipeline #20163 passed with stages
in 10 minutes and 17 seconds
...@@ -4,10 +4,8 @@ LABEL Author="Nanahira <nanahira@momobako.com>" ...@@ -4,10 +4,8 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && \ RUN apt update && \
apt -y install python3 build-essential git chromium libnss3 libfreetype6-dev libharfbuzz-bin libharfbuzz-dev ca-certificates fonts-freefont-otf fonts-freefont-ttf fonts-noto-cjk fonts-wqy-microhei fonts-wqy-zenhei libpq-dev && \ apt -y install python3 build-essential git chromium libnss3 libfreetype6-dev libharfbuzz-bin libharfbuzz-dev ca-certificates fonts-freefont-otf fonts-freefont-ttf fonts-noto-cjk fonts-wqy-microhei fonts-wqy-zenhei libpq-dev && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/log/*
RUN useradd -d /app -m -s /bin/bash mycard
USER mycard
WORKDIR /app WORKDIR /app
COPY --chown=mycard:mycard ./package*.json ./ COPY ./package*.json ./
FROM base as builder FROM base as builder
RUN npm ci && npm cache clean --force RUN npm ci && npm cache clean --force
...@@ -19,8 +17,8 @@ ENV NODE_ENV production ...@@ -19,8 +17,8 @@ ENV NODE_ENV production
RUN npm ci && npm cache clean --force RUN npm ci && npm cache clean --force
COPY --from=builder /app/dist ./dist COPY --from=builder /app/dist ./dist
COPY --chown=mycard:mycard ./config.example.yaml ./config.yaml COPY ./config.example.yaml ./config.yaml
COPY --chown=mycard:mycard ./views ./views COPY ./views ./views
ENV NODE_PG_FORCE_NATIVE=true ENV NODE_PG_FORCE_NATIVE=true
EXPOSE 3000 EXPOSE 3000
......
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"@nestjs/schedule": "^2.1.0", "@nestjs/schedule": "^2.1.0",
"@nestjs/swagger": "^6.1.4", "@nestjs/swagger": "^6.1.4",
"@nestjs/typeorm": "^9.0.1", "@nestjs/typeorm": "^9.0.1",
"aragami": "^1.1.2", "aragami": "^1.1.3",
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"class-validator": "^0.13.2", "class-validator": "^0.13.2",
"crypto-random-string": "3.3.1", "crypto-random-string": "3.3.1",
"koishi": "^4.11.2", "koishi": "^4.11.6",
"koishi-nestjs": "^6.0.16", "koishi-nestjs": "^6.0.18",
"koishi-plugin-adapter-wechat-official": "^1.0.2", "koishi-plugin-adapter-wechat-official": "^1.0.3",
"koishi-plugin-puppeteer": "^3.3.2", "koishi-plugin-puppeteer": "^3.4.5",
"koishi-plugin-ygocard": "^10.4.9", "koishi-plugin-ygocard": "^10.4.9",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"nestjs-aragami": "^1.0.0", "nestjs-aragami": "^1.0.0",
...@@ -1502,29 +1502,29 @@ ...@@ -1502,29 +1502,29 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.11.2", "version": "4.11.6",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.6.tgz",
"integrity": "sha512-9Smg9FV+X7qi9AANI9cKXC4hjZ3s1ayJHCnzzP//dQM3EIOX++DqQ4rYz7AYg2BeX9gbP07Zy9TZc28duDuPDA==", "integrity": "sha512-7Ky1q+9wPSACk5T5Oi+UjWQIQfwgZao/QnHmZjK7NaW+17NSG6MBRvu9davcayMKrs9HVcnP0kaqvS2n9z7+bA==",
"dependencies": { "dependencies": {
"@koishijs/utils": "^6.4.0", "@koishijs/utils": "^7.0.0",
"@minatojs/core": "^2.1.1", "@minatojs/core": "^2.2.2",
"@satorijs/core": "^2.0.1", "@satorijs/core": "^2.1.2",
"cordis": "^2.6.0", "cordis": "^2.7.2",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"fastest-levenshtein": "^1.0.16" "fastest-levenshtein": "^1.0.16"
} }
}, },
"node_modules/@koishijs/loader": { "node_modules/@koishijs/loader": {
"version": "2.5.2", "version": "2.5.6",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.6.tgz",
"integrity": "sha512-6tnd1PPrOT1Dpsg9d5LWjDiOb5nxD+bP5IByzkdXzXvhIzwbiv5T8bFJNJBtrh0wnqMArHtb2TWWxIK+Xax59Q==", "integrity": "sha512-2LswjTMsfqO0TCZpRs69ZbRI3RHh97/9KSitFFhplO++ZkKuqFHUwVnmFi7AbgtobybUZ+2llGtvO1cNZL13Kw==",
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"ns-require": "^1.1.4" "ns-require": "^1.1.4"
}, },
"peerDependencies": { "peerDependencies": {
"@koishijs/core": "^4.11.2" "@koishijs/core": "4.11.6"
} }
}, },
"node_modules/@koishijs/loader/node_modules/dotenv": { "node_modules/@koishijs/loader/node_modules/dotenv": {
...@@ -1544,14 +1544,12 @@ ...@@ -1544,14 +1544,12 @@
} }
}, },
"node_modules/@koishijs/utils": { "node_modules/@koishijs/utils": {
"version": "6.4.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.4.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.0.tgz",
"integrity": "sha512-GMIBnr4W6JZST5hB8u1sVH3+MH7ZcGIUy3IJU538Z4j/JbCoRnydNnCKggs7tB1JFHqq/7eHAsks/2WrfA/1ng==", "integrity": "sha512-xfz6aoLoCVoX+OiVsy3mpiXPS7hUPiEaTVnPqHpELu9At8Hb2yhexDSBUWmWLvZ70jmJOUNUtCTbkDd+I0S2Ig==",
"dependencies": { "dependencies": {
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"inaba": "^1.1.1", "inaba": "^1.1.1"
"reggol": "^1.3.4",
"schemastery": "^3.6.1"
} }
}, },
"node_modules/@kwsites/file-exists": { "node_modules/@kwsites/file-exists": {
...@@ -1568,9 +1566,9 @@ ...@@ -1568,9 +1566,9 @@
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
}, },
"node_modules/@minatojs/core": { "node_modules/@minatojs/core": {
"version": "2.1.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.1.1.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.2.2.tgz",
"integrity": "sha512-iGx1eydevDiuhaUhO/BkI0L2d+028wsVUMZ/pXi1z5IP1xZJvlr3LMrjr3zG4XdyKPO3JsdZy96G+wQSu6Jltg==", "integrity": "sha512-bZJ58RGtZ1LSw6zsAGoejvhAfgyhPhgrBmaNbTtAam3z+8XsJtR3dU4iWEa7cV6BcWfKTyTHNBAJM+9MvkZ4mg==",
"dependencies": { "dependencies": {
"cosmokit": "^1.4.0" "cosmokit": "^1.4.0"
} }
...@@ -2048,34 +2046,34 @@ ...@@ -2048,34 +2046,34 @@
} }
}, },
"node_modules/@satorijs/core": { "node_modules/@satorijs/core": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.1.3.tgz",
"integrity": "sha512-K+nNmUtFrU1uDJEn6Xov6TcaKhn8+Q9qtp6iBUh5DIhHO4hzoIHaPntvpoKJ5dfg5EyQyAi+JShTGl4voN5Ung==", "integrity": "sha512-YTX4VohtHl8kHEZmQDWzxGTI0+m5fDPTu8czBeztlTQofqouW6tUtP5h1TRJC7JqvjN/+Du6o0ilyIgIcl0Snw==",
"dependencies": { "dependencies": {
"@satorijs/element": "^2.3.1", "@satorijs/element": "^2.3.2",
"cordis": "^2.6.0", "cordis": "^2.7.2",
"cordis-axios": "^2.2.1", "cordis-axios": "^3.0.0",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"reggol": "^1.3.4", "reggol": "^1.3.5",
"schemastery": "^3.6.1", "schemastery": "^3.7.0",
"ws": "^8.11.0" "ws": "^8.11.0"
} }
}, },
"node_modules/@satorijs/element": { "node_modules/@satorijs/element": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.2.tgz",
"integrity": "sha512-p1hQVy56nfJ2dw1noEHkV7hKpC9yqe5u3Vla+CSPqXU12uB4zqv96rjT9n4WulNGl8XTzqWxp8q8KWqhSI8JFA==", "integrity": "sha512-XOA5/2NGFjlD7Vb/qqkesqFY3PdP7Xvbg72MspSodYbSQVJoPSPuQooa9EWB8GBkxGPDA1y8GRQoL0jlLqcm2w==",
"dependencies": { "dependencies": {
"cosmokit": "^1.4.0" "cosmokit": "^1.4.0"
} }
}, },
"node_modules/@satorijs/satori": { "node_modules/@satorijs/satori": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.1.3.tgz",
"integrity": "sha512-Mt8r8rYr7IOWgCKMTfyXaIvZIFQ2FAUXsDlOMnhWu6Sf/Q0KFS/o/aiXFlerhSnii1ptuGAZmSxaBhsGMkPmwg==", "integrity": "sha512-7gd4q/ACRrBvCyTvODvxgf/iKxNpDg9BJy3PtbmB4dMDRixISUPmqOLVV1B1Q8XBVrtTWAuEivpOucgw7BZ8qQ==",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "2.0.1", "@satorijs/core": "2.1.3",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -2087,7 +2085,6 @@ ...@@ -2087,7 +2085,6 @@
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"parseurl": "^1.3.3", "parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"schemastery": "^3.6.1",
"socks-proxy-agent": "^5.0.1", "socks-proxy-agent": "^5.0.1",
"ws": "^8.11.0" "ws": "^8.11.0"
}, },
...@@ -3035,9 +3032,9 @@ ...@@ -3035,9 +3032,9 @@
"integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw=="
}, },
"node_modules/aragami": { "node_modules/aragami": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/aragami/-/aragami-1.1.2.tgz", "resolved": "https://registry.npmjs.org/aragami/-/aragami-1.1.3.tgz",
"integrity": "sha512-asrmtKkLOgtXMYt3TeM/lWsmbKdJwjUPDV9yb+h62FBBMFx0h+lrEQN1XL6ZIkfyggtyC0G5gv0f9G+Ul0cTUg==", "integrity": "sha512-k/VdRFoNTgpCmFkuJL1P0NohIai7b+EPj1JzykrmTj1az71PSgNofkXxZ2M38FWD/+iRC7XJGAHhaDpzlSAWHw==",
"dependencies": { "dependencies": {
"@nanahira/redlock": "^1.0.0", "@nanahira/redlock": "^1.0.0",
"better-lock": "^2.0.3", "better-lock": "^2.0.3",
...@@ -3580,6 +3577,15 @@ ...@@ -3580,6 +3577,15 @@
"node": ">=6.0" "node": ">=6.0"
} }
}, },
"node_modules/chromium-bidi": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.3.tgz",
"integrity": "sha512-A40H1rdpJqkTdnGhnYDzMhtDdIbkXNFj2wgIfivMXL7LyHFDmBtv1hdyycDhnxtYunbPLDZtTs/n+ZT5j7Vnew==",
"peerDependencies": {
"devtools-protocol": "*",
"mitt": "*"
}
},
"node_modules/ci-info": { "node_modules/ci-info": {
"version": "3.7.1", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz",
...@@ -3917,34 +3923,33 @@ ...@@ -3917,34 +3923,33 @@
"integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==" "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
}, },
"node_modules/cordis": { "node_modules/cordis": {
"version": "2.6.0", "version": "2.7.2",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.6.0.tgz", "resolved": "https://registry.npmjs.org/cordis/-/cordis-2.7.2.tgz",
"integrity": "sha512-4VUY2x6ufctBr1zYAML3c+b1eXwgY94nkqLP7/icb3QVGXMBJuH4Nztakf6ADVonN5MvgJ06RRawRvmWdx3LxA==", "integrity": "sha512-bM+4P1bhIawrXRLvBMoxfWwSHebm0B3n0sM+T/FCED/iMUnEs6N9Y7lwJ2gDo2fm0wvu4JzU8cuMKrxqroq16Q==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.3" "cosmokit": "^1.4.0"
} }
}, },
"node_modules/cordis-axios": { "node_modules/cordis-axios": {
"version": "2.2.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.2.1.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.0.0.tgz",
"integrity": "sha512-1OBl1FKLkYa1kEYeX56E13B4VdrxUve4poEYBfsBAygYn0IvcrUauvsdW9cl1rihBXtA/X6/K8BUY9O5KyOSQg==", "integrity": "sha512-fYFw6vezgDP9n8GMCHUW+n8hPkWueX0RpGipu5lU/aRDwNzeGQaYdSv737cRh/N7cPsGqZqGJcZUgYBPzxrB7A==",
"dependencies": { "dependencies": {
"axios": "~1.1.3", "axios": "~1.1.3",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"mime-db": "^1.52.0", "mime-db": "^1.52.0"
"schemastery": "^3.6.1"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.6.0" "cordis": "^2.7.2"
} }
}, },
"node_modules/cordis-decorators": { "node_modules/cordis-decorators": {
"version": "1.0.24", "version": "1.0.26",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.24.tgz", "resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.26.tgz",
"integrity": "sha512-yXD2Z0cRYTHQBh788mIADbhA7X2dV/WQfiC/4xcTrsF4R4A0ZoCQlt1AULKaGBAwD80VgNrc14Ok3SmKSRJmcQ==", "integrity": "sha512-f57gwXkTgduBXL6uwEzT1kkSQLP5eNZleQrK0hGJ+9TwwF3sbh8WQUI0NDgQcTXblV5/aCvGvHCovALKc7i2KA==",
"dependencies": { "dependencies": {
"mustache": "^4.2.0", "mustache": "^4.2.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
...@@ -3953,7 +3958,7 @@ ...@@ -3953,7 +3958,7 @@
"typed-reflector": "^1.0.11" "typed-reflector": "^1.0.11"
}, },
"peerDependencies": { "peerDependencies": {
"cordis": "^2.6.0", "cordis": "^2.7.2",
"schemastery": "^3.5.1" "schemastery": "^3.5.1"
} }
}, },
...@@ -4179,9 +4184,9 @@ ...@@ -4179,9 +4184,9 @@
} }
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.1068969", "version": "0.0.1094867",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1068969.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
"integrity": "sha512-ATFTrPbY1dKYhPPvpjtwWKSK2mIwGmRwX54UASn9THEuIZCe2n9k3vVuMmt6jWeL+e5QaaguEv/pMyR+JQB7VQ==" "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ=="
}, },
"node_modules/dezalgo": { "node_modules/dezalgo": {
"version": "1.0.4", "version": "1.0.4",
...@@ -6980,14 +6985,14 @@ ...@@ -6980,14 +6985,14 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.11.2", "version": "4.11.6",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.6.tgz",
"integrity": "sha512-7VL8BvL16l6S6hTWov1wX86Uw7xEYIyQso68Q/SMdN4YFE5CpLAUEsT8uTaSFpX/kscIk9x84tLq2+H6N2xYog==", "integrity": "sha512-XvsBmdVXHIzgU2v3IFe4wJakzqpKBH/dZtYCScDkq13zn/pLamI88rMxs7BYUd131lyJndzxa6jMwFVMvtYyUA==",
"dependencies": { "dependencies": {
"@koishijs/core": "4.11.2", "@koishijs/core": "4.11.6",
"@koishijs/loader": "^2.5.2", "@koishijs/loader": "2.5.6",
"@koishijs/utils": "^6.4.0", "@koishijs/utils": "^7.0.0",
"@satorijs/satori": "^2.0.1", "@satorijs/satori": "^2.1.2",
"cac": "^6.7.14", "cac": "^6.7.14",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"kleur": "^4.1.5", "kleur": "^4.1.5",
...@@ -7002,9 +7007,9 @@ ...@@ -7002,9 +7007,9 @@
} }
}, },
"node_modules/koishi-nestjs": { "node_modules/koishi-nestjs": {
"version": "6.0.16", "version": "6.0.18",
"resolved": "https://registry.npmjs.org/koishi-nestjs/-/koishi-nestjs-6.0.16.tgz", "resolved": "https://registry.npmjs.org/koishi-nestjs/-/koishi-nestjs-6.0.18.tgz",
"integrity": "sha512-vTvBvHD05+4OSgE1nswg/9syigLmleGKDPH7WKDj3L5/tuh6E/qoxXMUWBq+Xl2EKfkugDGG/461+A/u6pfu5Q==", "integrity": "sha512-H5b3QFwuitbiasyMlIdOKF4VjCm9Tzjp0dlWBChIQJbNEAf1sYfrNdTqolXAjGUHi9WkHWy9okRKOmV1SIiPoQ==",
"dependencies": { "dependencies": {
"@nestjs/platform-ws": "^9.0.3", "@nestjs/platform-ws": "^9.0.3",
"@nestjs/websockets": "^9.0.3", "@nestjs/websockets": "^9.0.3",
...@@ -7018,25 +7023,25 @@ ...@@ -7018,25 +7023,25 @@
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^9.0.3 || ^8.0.0", "@nestjs/common": "^9.0.3 || ^8.0.0",
"@nestjs/core": "^9.0.3 || ^8.0.0", "@nestjs/core": "^9.0.3 || ^8.0.0",
"koishi": "^4.11.1", "koishi": "^4.11.4",
"rxjs": "^7.5.5" "rxjs": "^7.5.5"
} }
}, },
"node_modules/koishi-plugin-adapter-wechat-official": { "node_modules/koishi-plugin-adapter-wechat-official": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/koishi-plugin-adapter-wechat-official/-/koishi-plugin-adapter-wechat-official-1.0.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-adapter-wechat-official/-/koishi-plugin-adapter-wechat-official-1.0.3.tgz",
"integrity": "sha512-omtP1ronPG2BXLjfOQSEIg2iyjyAtBOCOvkNSygJTsDUjSDDupKzzRNrHnKqJBWv6E36Yvt/YZ/mlL1PbNvMpw==", "integrity": "sha512-9x7oWerOlq3hj87BI71miqdvMeC4XqQiyY/vb/139TV0S8D43RuHwzDo5UCYXaFnglSM3aC++5b0wcAj0zqJ4w==",
"dependencies": { "dependencies": {
"ext2mime": "^1.0.1", "ext2mime": "^1.0.1",
"file-type": "16.5.3", "file-type": "16.5.3",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"koa-wechat-public": "^0.1.13", "koa-wechat-public": "^0.1.13",
"koa-xml-body": "^2.2.0", "koa-xml-body": "^2.2.0",
"koishi-thirdeye": "^11.1.21", "koishi-thirdeye": "^11.1.24",
"mime2ext": "^1.0.1" "mime2ext": "^1.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.11.1" "koishi": "^4.11.6"
} }
}, },
"node_modules/koishi-plugin-adapter-wechat-official/node_modules/file-type": { "node_modules/koishi-plugin-adapter-wechat-official/node_modules/file-type": {
...@@ -7056,12 +7061,12 @@ ...@@ -7056,12 +7061,12 @@
} }
}, },
"node_modules/koishi-plugin-puppeteer": { "node_modules/koishi-plugin-puppeteer": {
"version": "3.3.2", "version": "3.4.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-puppeteer/-/koishi-plugin-puppeteer-3.3.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-puppeteer/-/koishi-plugin-puppeteer-3.4.5.tgz",
"integrity": "sha512-r9A9K6ovWbreb3mXNsktoCgaiqjrvw5rPq5amSslWDMfUfBVRF6/3dbM4qxRAP/oc8CbYw7gdCg0/1pQIn3niw==", "integrity": "sha512-rSYS/4f2xSB9kALD1U1LkAs8jXC1xf8FAnuA7vIurhaGM+ouuIBlIE/CD86AjQsyDQCTj2kAZsemHqP4D/Xp5w==",
"dependencies": { "dependencies": {
"puppeteer-core": "^19.5.0", "puppeteer-core": "^19.6.2",
"puppeteer-finder": "^1.0.0" "puppeteer-finder": "^1.0.3"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.11.0" "koishi": "^4.11.0"
...@@ -7084,18 +7089,18 @@ ...@@ -7084,18 +7089,18 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "11.1.21", "version": "11.1.24",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.21.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.24.tgz",
"integrity": "sha512-7IiKSCcqPsxSaoK+00k+8R7CcoJA8l2kDZsTDCM7pEtsGFFZGkbeLuRHd0Py4L5KNzO4teMHwBFLfGyaFIktUQ==", "integrity": "sha512-+EYcHxw5khQr8f0sI0ykadoWAUrCR67Ca0ZelZHjN6EQ4O/i2x+dXoOQFAmNsXmf2MEYebT+ceyZKcqh2v38LA==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.5", "@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0", "@types/koa__router": "^12.0.0",
"cordis-decorators": "^1.0.24", "cordis-decorators": "^1.0.26",
"minato-decorators": "^2.2.2", "minato-decorators": "^2.2.2",
"rxjs": "^7.5.6" "rxjs": "^7.5.6"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.11.1" "koishi": "^4.11.6"
} }
}, },
"node_modules/koishi/node_modules/kleur": { "node_modules/koishi/node_modules/kleur": {
...@@ -7444,6 +7449,12 @@ ...@@ -7444,6 +7449,12 @@
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/mitt": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
"integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
"peer": true
},
"node_modules/mkdirp": { "node_modules/mkdirp": {
"version": "0.5.6", "version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
...@@ -8350,13 +8361,14 @@ ...@@ -8350,13 +8361,14 @@
} }
}, },
"node_modules/puppeteer-core": { "node_modules/puppeteer-core": {
"version": "19.5.0", "version": "19.7.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.5.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.0.tgz",
"integrity": "sha512-s2EE2x/7UfvR4AP+6OokY7yEmIboZoQFc2InuWUu5grWG7uka3W2Nch6+R4ERQepH4NO8kkkEBzNO4PqtwU4lQ==", "integrity": "sha512-BU05W24N+fWudCCeWxv/+R9fnMGmS6HCNPJbieoy0S4yAloVOoVDpOnHV8ZpFTGMPTHQ2EuPyZPWA+idPKO0pw==",
"dependencies": { "dependencies": {
"chromium-bidi": "0.4.3",
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1068969", "devtools-protocol": "0.0.1094867",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
...@@ -8367,6 +8379,14 @@ ...@@ -8367,6 +8379,14 @@
}, },
"engines": { "engines": {
"node": ">=14.1.0" "node": ">=14.1.0"
},
"peerDependencies": {
"typescript": ">= 4.7.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
} }
}, },
"node_modules/puppeteer-core/node_modules/ws": { "node_modules/puppeteer-core/node_modules/ws": {
...@@ -8390,9 +8410,9 @@ ...@@ -8390,9 +8410,9 @@
} }
}, },
"node_modules/puppeteer-finder": { "node_modules/puppeteer-finder": {
"version": "1.0.0", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/puppeteer-finder/-/puppeteer-finder-1.0.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer-finder/-/puppeteer-finder-1.0.3.tgz",
"integrity": "sha512-ABkybEphQ5BK+6h9ngoT+nPc1vfNZnkFS4gOOkE862O86ngZmmIvQV3RmNteZH1gcPTLIy/7Pih0mcjitoaeXw==" "integrity": "sha512-QN0sCTpqVglTGYYTTOAuib1OiCxnQtDpXtH7DRdpA2YSEdibBlSK08d3xh+d+j2q+xRN1x1RDpnjuyA1EmUp9w=="
}, },
"node_modules/qs": { "node_modules/qs": {
"version": "6.11.0", "version": "6.11.0",
...@@ -8572,11 +8592,11 @@ ...@@ -8572,11 +8592,11 @@
} }
}, },
"node_modules/reggol": { "node_modules/reggol": {
"version": "1.3.4", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.4.tgz", "resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.5.tgz",
"integrity": "sha512-E/sL4WovP0kR5EHQx3YF4ZDsI5D5baTROXaELCN1mOCB8tEOVOR3PHr807yVcGit2BfmXMSW5KyRaUAV5K8Vzw==", "integrity": "sha512-kzkzs4nhZeiphyh+amekq25/3PndZDq+5Yt8qCJqPSyMXPC1pkwhfYCQyJdXxoRz3/uqt0+VqHulagUCVY84vA==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.6", "cosmokit": "^1.4.0",
"object-inspect": "^1.12.2", "object-inspect": "^1.12.2",
"supports-color": "^8.1.1" "supports-color": "^8.1.1"
} }
...@@ -8824,11 +8844,11 @@ ...@@ -8824,11 +8844,11 @@
"dev": true "dev": true
}, },
"node_modules/schemastery": { "node_modules/schemastery": {
"version": "3.6.1", "version": "3.7.0",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.6.1.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.7.0.tgz",
"integrity": "sha512-Igh4oqaHco1AYmqpSgYgg411gNomSI9xE35Xo/FuzJZTMYWA5W1o+82Q5qMnt9FAQ76gZig0pea9OcHl0AM/Lw==", "integrity": "sha512-vUs5HcWdtpqlL/Z1AwvFApllJk0jLtuItkwH5DDpie3Lw71DIA0Z7ohlnPF+fVN17QxJAI5xJtud62E3/EBoBQ==",
"dependencies": { "dependencies": {
"cosmokit": "^1.3.4" "cosmokit": "^1.4.0"
} }
}, },
"node_modules/schemastery-gen": { "node_modules/schemastery-gen": {
...@@ -11701,22 +11721,22 @@ ...@@ -11701,22 +11721,22 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.11.2", "version": "4.11.6",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.11.6.tgz",
"integrity": "sha512-9Smg9FV+X7qi9AANI9cKXC4hjZ3s1ayJHCnzzP//dQM3EIOX++DqQ4rYz7AYg2BeX9gbP07Zy9TZc28duDuPDA==", "integrity": "sha512-7Ky1q+9wPSACk5T5Oi+UjWQIQfwgZao/QnHmZjK7NaW+17NSG6MBRvu9davcayMKrs9HVcnP0kaqvS2n9z7+bA==",
"requires": { "requires": {
"@koishijs/utils": "^6.4.0", "@koishijs/utils": "^7.0.0",
"@minatojs/core": "^2.1.1", "@minatojs/core": "^2.2.2",
"@satorijs/core": "^2.0.1", "@satorijs/core": "^2.1.2",
"cordis": "^2.6.0", "cordis": "^2.7.2",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"fastest-levenshtein": "^1.0.16" "fastest-levenshtein": "^1.0.16"
} }
}, },
"@koishijs/loader": { "@koishijs/loader": {
"version": "2.5.2", "version": "2.5.6",
"resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.2.tgz", "resolved": "https://registry.npmjs.org/@koishijs/loader/-/loader-2.5.6.tgz",
"integrity": "sha512-6tnd1PPrOT1Dpsg9d5LWjDiOb5nxD+bP5IByzkdXzXvhIzwbiv5T8bFJNJBtrh0wnqMArHtb2TWWxIK+Xax59Q==", "integrity": "sha512-2LswjTMsfqO0TCZpRs69ZbRI3RHh97/9KSitFFhplO++ZkKuqFHUwVnmFi7AbgtobybUZ+2llGtvO1cNZL13Kw==",
"requires": { "requires": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
...@@ -11737,14 +11757,12 @@ ...@@ -11737,14 +11757,12 @@
"requires": {} "requires": {}
}, },
"@koishijs/utils": { "@koishijs/utils": {
"version": "6.4.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-6.4.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/utils/-/utils-7.0.0.tgz",
"integrity": "sha512-GMIBnr4W6JZST5hB8u1sVH3+MH7ZcGIUy3IJU538Z4j/JbCoRnydNnCKggs7tB1JFHqq/7eHAsks/2WrfA/1ng==", "integrity": "sha512-xfz6aoLoCVoX+OiVsy3mpiXPS7hUPiEaTVnPqHpELu9At8Hb2yhexDSBUWmWLvZ70jmJOUNUtCTbkDd+I0S2Ig==",
"requires": { "requires": {
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"inaba": "^1.1.1", "inaba": "^1.1.1"
"reggol": "^1.3.4",
"schemastery": "^3.6.1"
} }
}, },
"@kwsites/file-exists": { "@kwsites/file-exists": {
...@@ -11761,9 +11779,9 @@ ...@@ -11761,9 +11779,9 @@
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw=="
}, },
"@minatojs/core": { "@minatojs/core": {
"version": "2.1.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.1.1.tgz", "resolved": "https://registry.npmjs.org/@minatojs/core/-/core-2.2.2.tgz",
"integrity": "sha512-iGx1eydevDiuhaUhO/BkI0L2d+028wsVUMZ/pXi1z5IP1xZJvlr3LMrjr3zG4XdyKPO3JsdZy96G+wQSu6Jltg==", "integrity": "sha512-bZJ58RGtZ1LSw6zsAGoejvhAfgyhPhgrBmaNbTtAam3z+8XsJtR3dU4iWEa7cV6BcWfKTyTHNBAJM+9MvkZ4mg==",
"requires": { "requires": {
"cosmokit": "^1.4.0" "cosmokit": "^1.4.0"
} }
...@@ -12045,34 +12063,34 @@ ...@@ -12045,34 +12063,34 @@
} }
}, },
"@satorijs/core": { "@satorijs/core": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/core/-/core-2.1.3.tgz",
"integrity": "sha512-K+nNmUtFrU1uDJEn6Xov6TcaKhn8+Q9qtp6iBUh5DIhHO4hzoIHaPntvpoKJ5dfg5EyQyAi+JShTGl4voN5Ung==", "integrity": "sha512-YTX4VohtHl8kHEZmQDWzxGTI0+m5fDPTu8czBeztlTQofqouW6tUtP5h1TRJC7JqvjN/+Du6o0ilyIgIcl0Snw==",
"requires": { "requires": {
"@satorijs/element": "^2.3.1", "@satorijs/element": "^2.3.2",
"cordis": "^2.6.0", "cordis": "^2.7.2",
"cordis-axios": "^2.2.1", "cordis-axios": "^3.0.0",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"reggol": "^1.3.4", "reggol": "^1.3.5",
"schemastery": "^3.6.1", "schemastery": "^3.7.0",
"ws": "^8.11.0" "ws": "^8.11.0"
} }
}, },
"@satorijs/element": { "@satorijs/element": {
"version": "2.3.1", "version": "2.3.2",
"resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/element/-/element-2.3.2.tgz",
"integrity": "sha512-p1hQVy56nfJ2dw1noEHkV7hKpC9yqe5u3Vla+CSPqXU12uB4zqv96rjT9n4WulNGl8XTzqWxp8q8KWqhSI8JFA==", "integrity": "sha512-XOA5/2NGFjlD7Vb/qqkesqFY3PdP7Xvbg72MspSodYbSQVJoPSPuQooa9EWB8GBkxGPDA1y8GRQoL0jlLqcm2w==",
"requires": { "requires": {
"cosmokit": "^1.4.0" "cosmokit": "^1.4.0"
} }
}, },
"@satorijs/satori": { "@satorijs/satori": {
"version": "2.0.1", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@satorijs/satori/-/satori-2.1.3.tgz",
"integrity": "sha512-Mt8r8rYr7IOWgCKMTfyXaIvZIFQ2FAUXsDlOMnhWu6Sf/Q0KFS/o/aiXFlerhSnii1ptuGAZmSxaBhsGMkPmwg==", "integrity": "sha512-7gd4q/ACRrBvCyTvODvxgf/iKxNpDg9BJy3PtbmB4dMDRixISUPmqOLVV1B1Q8XBVrtTWAuEivpOucgw7BZ8qQ==",
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@satorijs/core": "2.0.1", "@satorijs/core": "2.1.3",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
"@types/ws": "^8.5.3", "@types/ws": "^8.5.3",
...@@ -12084,7 +12102,6 @@ ...@@ -12084,7 +12102,6 @@
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"parseurl": "^1.3.3", "parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"schemastery": "^3.6.1",
"socks-proxy-agent": "^5.0.1", "socks-proxy-agent": "^5.0.1",
"ws": "^8.11.0" "ws": "^8.11.0"
}, },
...@@ -12880,9 +12897,9 @@ ...@@ -12880,9 +12897,9 @@
"integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw=="
}, },
"aragami": { "aragami": {
"version": "1.1.2", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/aragami/-/aragami-1.1.2.tgz", "resolved": "https://registry.npmjs.org/aragami/-/aragami-1.1.3.tgz",
"integrity": "sha512-asrmtKkLOgtXMYt3TeM/lWsmbKdJwjUPDV9yb+h62FBBMFx0h+lrEQN1XL6ZIkfyggtyC0G5gv0f9G+Ul0cTUg==", "integrity": "sha512-k/VdRFoNTgpCmFkuJL1P0NohIai7b+EPj1JzykrmTj1az71PSgNofkXxZ2M38FWD/+iRC7XJGAHhaDpzlSAWHw==",
"requires": { "requires": {
"@nanahira/redlock": "^1.0.0", "@nanahira/redlock": "^1.0.0",
"better-lock": "^2.0.3", "better-lock": "^2.0.3",
...@@ -13283,6 +13300,12 @@ ...@@ -13283,6 +13300,12 @@
"integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
"dev": true "dev": true
}, },
"chromium-bidi": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.4.3.tgz",
"integrity": "sha512-A40H1rdpJqkTdnGhnYDzMhtDdIbkXNFj2wgIfivMXL7LyHFDmBtv1hdyycDhnxtYunbPLDZtTs/n+ZT5j7Vnew==",
"requires": {}
},
"ci-info": { "ci-info": {
"version": "3.7.1", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.7.1.tgz",
...@@ -13540,28 +13563,27 @@ ...@@ -13540,28 +13563,27 @@
"integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==" "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
}, },
"cordis": { "cordis": {
"version": "2.6.0", "version": "2.7.2",
"resolved": "https://registry.npmjs.org/cordis/-/cordis-2.6.0.tgz", "resolved": "https://registry.npmjs.org/cordis/-/cordis-2.7.2.tgz",
"integrity": "sha512-4VUY2x6ufctBr1zYAML3c+b1eXwgY94nkqLP7/icb3QVGXMBJuH4Nztakf6ADVonN5MvgJ06RRawRvmWdx3LxA==", "integrity": "sha512-bM+4P1bhIawrXRLvBMoxfWwSHebm0B3n0sM+T/FCED/iMUnEs6N9Y7lwJ2gDo2fm0wvu4JzU8cuMKrxqroq16Q==",
"requires": { "requires": {
"cosmokit": "^1.3.3" "cosmokit": "^1.4.0"
} }
}, },
"cordis-axios": { "cordis-axios": {
"version": "2.2.1", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-2.2.1.tgz", "resolved": "https://registry.npmjs.org/cordis-axios/-/cordis-axios-3.0.0.tgz",
"integrity": "sha512-1OBl1FKLkYa1kEYeX56E13B4VdrxUve4poEYBfsBAygYn0IvcrUauvsdW9cl1rihBXtA/X6/K8BUY9O5KyOSQg==", "integrity": "sha512-fYFw6vezgDP9n8GMCHUW+n8hPkWueX0RpGipu5lU/aRDwNzeGQaYdSv737cRh/N7cPsGqZqGJcZUgYBPzxrB7A==",
"requires": { "requires": {
"axios": "~1.1.3", "axios": "~1.1.3",
"cosmokit": "^1.4.0", "cosmokit": "^1.4.0",
"mime-db": "^1.52.0", "mime-db": "^1.52.0"
"schemastery": "^3.6.1"
} }
}, },
"cordis-decorators": { "cordis-decorators": {
"version": "1.0.24", "version": "1.0.26",
"resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.24.tgz", "resolved": "https://registry.npmjs.org/cordis-decorators/-/cordis-decorators-1.0.26.tgz",
"integrity": "sha512-yXD2Z0cRYTHQBh788mIADbhA7X2dV/WQfiC/4xcTrsF4R4A0ZoCQlt1AULKaGBAwD80VgNrc14Ok3SmKSRJmcQ==", "integrity": "sha512-f57gwXkTgduBXL6uwEzT1kkSQLP5eNZleQrK0hGJ+9TwwF3sbh8WQUI0NDgQcTXblV5/aCvGvHCovALKc7i2KA==",
"requires": { "requires": {
"mustache": "^4.2.0", "mustache": "^4.2.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
...@@ -13740,9 +13762,9 @@ ...@@ -13740,9 +13762,9 @@
"dev": true "dev": true
}, },
"devtools-protocol": { "devtools-protocol": {
"version": "0.0.1068969", "version": "0.0.1094867",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1068969.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
"integrity": "sha512-ATFTrPbY1dKYhPPvpjtwWKSK2mIwGmRwX54UASn9THEuIZCe2n9k3vVuMmt6jWeL+e5QaaguEv/pMyR+JQB7VQ==" "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ=="
}, },
"dezalgo": { "dezalgo": {
"version": "1.0.4", "version": "1.0.4",
...@@ -15853,14 +15875,14 @@ ...@@ -15853,14 +15875,14 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.11.2", "version": "4.11.6",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.2.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.11.6.tgz",
"integrity": "sha512-7VL8BvL16l6S6hTWov1wX86Uw7xEYIyQso68Q/SMdN4YFE5CpLAUEsT8uTaSFpX/kscIk9x84tLq2+H6N2xYog==", "integrity": "sha512-XvsBmdVXHIzgU2v3IFe4wJakzqpKBH/dZtYCScDkq13zn/pLamI88rMxs7BYUd131lyJndzxa6jMwFVMvtYyUA==",
"requires": { "requires": {
"@koishijs/core": "4.11.2", "@koishijs/core": "4.11.6",
"@koishijs/loader": "^2.5.2", "@koishijs/loader": "2.5.6",
"@koishijs/utils": "^6.4.0", "@koishijs/utils": "^7.0.0",
"@satorijs/satori": "^2.0.1", "@satorijs/satori": "^2.1.2",
"cac": "^6.7.14", "cac": "^6.7.14",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"kleur": "^4.1.5", "kleur": "^4.1.5",
...@@ -15876,9 +15898,9 @@ ...@@ -15876,9 +15898,9 @@
} }
}, },
"koishi-nestjs": { "koishi-nestjs": {
"version": "6.0.16", "version": "6.0.18",
"resolved": "https://registry.npmjs.org/koishi-nestjs/-/koishi-nestjs-6.0.16.tgz", "resolved": "https://registry.npmjs.org/koishi-nestjs/-/koishi-nestjs-6.0.18.tgz",
"integrity": "sha512-vTvBvHD05+4OSgE1nswg/9syigLmleGKDPH7WKDj3L5/tuh6E/qoxXMUWBq+Xl2EKfkugDGG/461+A/u6pfu5Q==", "integrity": "sha512-H5b3QFwuitbiasyMlIdOKF4VjCm9Tzjp0dlWBChIQJbNEAf1sYfrNdTqolXAjGUHi9WkHWy9okRKOmV1SIiPoQ==",
"requires": { "requires": {
"@nestjs/platform-ws": "^9.0.3", "@nestjs/platform-ws": "^9.0.3",
"@nestjs/websockets": "^9.0.3", "@nestjs/websockets": "^9.0.3",
...@@ -15891,16 +15913,16 @@ ...@@ -15891,16 +15913,16 @@
} }
}, },
"koishi-plugin-adapter-wechat-official": { "koishi-plugin-adapter-wechat-official": {
"version": "1.0.2", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/koishi-plugin-adapter-wechat-official/-/koishi-plugin-adapter-wechat-official-1.0.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-adapter-wechat-official/-/koishi-plugin-adapter-wechat-official-1.0.3.tgz",
"integrity": "sha512-omtP1ronPG2BXLjfOQSEIg2iyjyAtBOCOvkNSygJTsDUjSDDupKzzRNrHnKqJBWv6E36Yvt/YZ/mlL1PbNvMpw==", "integrity": "sha512-9x7oWerOlq3hj87BI71miqdvMeC4XqQiyY/vb/139TV0S8D43RuHwzDo5UCYXaFnglSM3aC++5b0wcAj0zqJ4w==",
"requires": { "requires": {
"ext2mime": "^1.0.1", "ext2mime": "^1.0.1",
"file-type": "16.5.3", "file-type": "16.5.3",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"koa-wechat-public": "^0.1.13", "koa-wechat-public": "^0.1.13",
"koa-xml-body": "^2.2.0", "koa-xml-body": "^2.2.0",
"koishi-thirdeye": "^11.1.21", "koishi-thirdeye": "^11.1.24",
"mime2ext": "^1.0.1" "mime2ext": "^1.0.1"
}, },
"dependencies": { "dependencies": {
...@@ -15917,12 +15939,12 @@ ...@@ -15917,12 +15939,12 @@
} }
}, },
"koishi-plugin-puppeteer": { "koishi-plugin-puppeteer": {
"version": "3.3.2", "version": "3.4.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-puppeteer/-/koishi-plugin-puppeteer-3.3.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-puppeteer/-/koishi-plugin-puppeteer-3.4.5.tgz",
"integrity": "sha512-r9A9K6ovWbreb3mXNsktoCgaiqjrvw5rPq5amSslWDMfUfBVRF6/3dbM4qxRAP/oc8CbYw7gdCg0/1pQIn3niw==", "integrity": "sha512-rSYS/4f2xSB9kALD1U1LkAs8jXC1xf8FAnuA7vIurhaGM+ouuIBlIE/CD86AjQsyDQCTj2kAZsemHqP4D/Xp5w==",
"requires": { "requires": {
"puppeteer-core": "^19.5.0", "puppeteer-core": "^19.6.2",
"puppeteer-finder": "^1.0.0" "puppeteer-finder": "^1.0.3"
} }
}, },
"koishi-plugin-ygocard": { "koishi-plugin-ygocard": {
...@@ -15939,13 +15961,13 @@ ...@@ -15939,13 +15961,13 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "11.1.21", "version": "11.1.24",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.21.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-11.1.24.tgz",
"integrity": "sha512-7IiKSCcqPsxSaoK+00k+8R7CcoJA8l2kDZsTDCM7pEtsGFFZGkbeLuRHd0Py4L5KNzO4teMHwBFLfGyaFIktUQ==", "integrity": "sha512-+EYcHxw5khQr8f0sI0ykadoWAUrCR67Ca0ZelZHjN6EQ4O/i2x+dXoOQFAmNsXmf2MEYebT+ceyZKcqh2v38LA==",
"requires": { "requires": {
"@types/koa": "^2.13.5", "@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0", "@types/koa__router": "^12.0.0",
"cordis-decorators": "^1.0.24", "cordis-decorators": "^1.0.26",
"minato-decorators": "^2.2.2", "minato-decorators": "^2.2.2",
"rxjs": "^7.5.6" "rxjs": "^7.5.6"
} }
...@@ -16207,6 +16229,12 @@ ...@@ -16207,6 +16229,12 @@
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz",
"integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g=="
}, },
"mitt": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz",
"integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==",
"peer": true
},
"mkdirp": { "mkdirp": {
"version": "0.5.6", "version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
...@@ -16892,13 +16920,14 @@ ...@@ -16892,13 +16920,14 @@
"dev": true "dev": true
}, },
"puppeteer-core": { "puppeteer-core": {
"version": "19.5.0", "version": "19.7.0",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.5.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.0.tgz",
"integrity": "sha512-s2EE2x/7UfvR4AP+6OokY7yEmIboZoQFc2InuWUu5grWG7uka3W2Nch6+R4ERQepH4NO8kkkEBzNO4PqtwU4lQ==", "integrity": "sha512-BU05W24N+fWudCCeWxv/+R9fnMGmS6HCNPJbieoy0S4yAloVOoVDpOnHV8ZpFTGMPTHQ2EuPyZPWA+idPKO0pw==",
"requires": { "requires": {
"chromium-bidi": "0.4.3",
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1068969", "devtools-protocol": "0.0.1094867",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
...@@ -16917,9 +16946,9 @@ ...@@ -16917,9 +16946,9 @@
} }
}, },
"puppeteer-finder": { "puppeteer-finder": {
"version": "1.0.0", "version": "1.0.3",
"resolved": "https://registry.npmjs.org/puppeteer-finder/-/puppeteer-finder-1.0.0.tgz", "resolved": "https://registry.npmjs.org/puppeteer-finder/-/puppeteer-finder-1.0.3.tgz",
"integrity": "sha512-ABkybEphQ5BK+6h9ngoT+nPc1vfNZnkFS4gOOkE862O86ngZmmIvQV3RmNteZH1gcPTLIy/7Pih0mcjitoaeXw==" "integrity": "sha512-QN0sCTpqVglTGYYTTOAuib1OiCxnQtDpXtH7DRdpA2YSEdibBlSK08d3xh+d+j2q+xRN1x1RDpnjuyA1EmUp9w=="
}, },
"qs": { "qs": {
"version": "6.11.0", "version": "6.11.0",
...@@ -17049,11 +17078,11 @@ ...@@ -17049,11 +17078,11 @@
"dev": true "dev": true
}, },
"reggol": { "reggol": {
"version": "1.3.4", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.4.tgz", "resolved": "https://registry.npmjs.org/reggol/-/reggol-1.3.5.tgz",
"integrity": "sha512-E/sL4WovP0kR5EHQx3YF4ZDsI5D5baTROXaELCN1mOCB8tEOVOR3PHr807yVcGit2BfmXMSW5KyRaUAV5K8Vzw==", "integrity": "sha512-kzkzs4nhZeiphyh+amekq25/3PndZDq+5Yt8qCJqPSyMXPC1pkwhfYCQyJdXxoRz3/uqt0+VqHulagUCVY84vA==",
"requires": { "requires": {
"cosmokit": "^1.3.6", "cosmokit": "^1.4.0",
"object-inspect": "^1.12.2", "object-inspect": "^1.12.2",
"supports-color": "^8.1.1" "supports-color": "^8.1.1"
}, },
...@@ -17220,11 +17249,11 @@ ...@@ -17220,11 +17249,11 @@
} }
}, },
"schemastery": { "schemastery": {
"version": "3.6.1", "version": "3.7.0",
"resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.6.1.tgz", "resolved": "https://registry.npmjs.org/schemastery/-/schemastery-3.7.0.tgz",
"integrity": "sha512-Igh4oqaHco1AYmqpSgYgg411gNomSI9xE35Xo/FuzJZTMYWA5W1o+82Q5qMnt9FAQ76gZig0pea9OcHl0AM/Lw==", "integrity": "sha512-vUs5HcWdtpqlL/Z1AwvFApllJk0jLtuItkwH5DDpie3Lw71DIA0Z7ohlnPF+fVN17QxJAI5xJtud62E3/EBoBQ==",
"requires": { "requires": {
"cosmokit": "^1.3.4" "cosmokit": "^1.4.0"
} }
}, },
"schemastery-gen": { "schemastery-gen": {
......
请点击下面的链接完成 MyCard 帐号绑定。 请点击 <a href="{{url}}">这里</a> 完成 MyCard 帐号绑定。
{{url}}
{{#needHint}}日后可以通过指令 bind 绑定或换绑 MyCard 帐号,通过指令 unbind 解绑 MyCard 帐号。{{/needHint}} {{#needHint}}日后可以通过指令 bind 绑定或换绑 MyCard 帐号,通过指令 unbind 解绑 MyCard 帐号。{{/needHint}}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment