Commit 020820bf authored by nanahira's avatar nanahira

deps

parent 55474879
Pipeline #11796 failed with stage
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"version": "8.7.10", "version": "8.7.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^9.2.18", "koishi-thirdeye": "^9.2.21",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -1113,6 +1113,7 @@ ...@@ -1113,6 +1113,7 @@
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz",
"integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==", "integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==",
"dev": true,
"dependencies": { "dependencies": {
"@koishijs/orm": "^1.0.0" "@koishijs/orm": "^1.0.0"
}, },
...@@ -5210,9 +5211,9 @@ ...@@ -5210,9 +5211,9 @@
} }
}, },
"node_modules/koishi-decorators": { "node_modules/koishi-decorators": {
"version": "1.3.4", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.4.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.5.tgz",
"integrity": "sha512-AokyzfDz3x4eZzd8AZrX+mVAGR7BBQdoyq1xAdol+48K2Ca7Xz8USu4Whvksi/tW8VrSN+Zr3L6YbCo3wS3fmg==", "integrity": "sha512-DiNxUNYZAjyfYrEvPmmN+K1qi8SM+v16HjKXZfZHjymt8OV3KAIFcf+UQULlnMfOTjj/GUsbp7eNXVYtc8hmhw==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -5221,38 +5222,37 @@ ...@@ -5221,38 +5222,37 @@
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.0" "koishi": "^4.5.1"
} }
}, },
"node_modules/koishi-entities": { "node_modules/koishi-entities": {
"version": "1.0.2", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/koishi-entities/-/koishi-entities-1.0.2.tgz", "resolved": "https://registry.npmjs.org/koishi-entities/-/koishi-entities-1.0.6.tgz",
"integrity": "sha512-b5p4Tdb77ie1JFJgsYmIvZXB6CInUgIX9U7IbmDBg+ka9mfKClWmZXiYCBCuNTW71rQXsBVDdypKfm+iE0rhXQ==", "integrity": "sha512-l2zERI7xVgklEUbxCsRqoyOSdk1rnrd1SZi8l1kYgMr5UnERpccklgqf3hJWdo5CuDonSJdA1/+4XdsgZ/WvGQ==",
"dependencies": { "dependencies": {
"@koishijs/plugin-database-memory": "^1.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.0" "koishi": "^4.5.1"
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "9.2.18", "version": "9.2.21",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.18.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.21.tgz",
"integrity": "sha512-swJaNQBnABLDOnSTMBQZp0QilpZqKphHLdPb10ryr3RExcXQiTbGwQtqNyT7Hwi9IcVTGE0x8ulTpYwQYVeetQ==", "integrity": "sha512-oQ56mlF0lGvPks0aqMCEKDPW9vzLiTFHFgujGoUWzxISZmD9mSHmP5jdZdGxMC7TnvUDaVz6vM9LSJrZfgk2dQ==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.3.4", "koishi-decorators": "^1.3.5",
"koishi-entities": "^1.0.2", "koishi-entities": "^1.0.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2", "schemastery-gen": "^3.1.2",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.5.0", "koishi": "^4.5.1",
"schemastery": "^3.1.0" "schemastery": "^3.1.0"
} }
}, },
...@@ -8534,6 +8534,7 @@ ...@@ -8534,6 +8534,7 @@
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz", "resolved": "https://registry.npmjs.org/@koishijs/plugin-database-memory/-/plugin-database-memory-1.1.0.tgz",
"integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==", "integrity": "sha512-l6dB+HD5V7prbabdsrgZruOdkbWuv2viobcU2LCJaeTjhhqvchKFYv7SDGu4Ohz4csD/v4Y+qOELbXUar56N+Q==",
"dev": true,
"requires": { "requires": {
"@koishijs/orm": "^1.0.0" "@koishijs/orm": "^1.0.0"
} }
...@@ -11716,9 +11717,9 @@ ...@@ -11716,9 +11717,9 @@
} }
}, },
"koishi-decorators": { "koishi-decorators": {
"version": "1.3.4", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.4.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.3.5.tgz",
"integrity": "sha512-AokyzfDz3x4eZzd8AZrX+mVAGR7BBQdoyq1xAdol+48K2Ca7Xz8USu4Whvksi/tW8VrSN+Zr3L6YbCo3wS3fmg==", "integrity": "sha512-DiNxUNYZAjyfYrEvPmmN+K1qi8SM+v16HjKXZfZHjymt8OV3KAIFcf+UQULlnMfOTjj/GUsbp7eNXVYtc8hmhw==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -11728,24 +11729,23 @@ ...@@ -11728,24 +11729,23 @@
} }
}, },
"koishi-entities": { "koishi-entities": {
"version": "1.0.2", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/koishi-entities/-/koishi-entities-1.0.2.tgz", "resolved": "https://registry.npmjs.org/koishi-entities/-/koishi-entities-1.0.6.tgz",
"integrity": "sha512-b5p4Tdb77ie1JFJgsYmIvZXB6CInUgIX9U7IbmDBg+ka9mfKClWmZXiYCBCuNTW71rQXsBVDdypKfm+iE0rhXQ==", "integrity": "sha512-l2zERI7xVgklEUbxCsRqoyOSdk1rnrd1SZi8l1kYgMr5UnERpccklgqf3hJWdo5CuDonSJdA1/+4XdsgZ/WvGQ==",
"requires": { "requires": {
"@koishijs/plugin-database-memory": "^1.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"typed-reflector": "^1.0.10" "typed-reflector": "^1.0.10"
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "9.2.18", "version": "9.2.21",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.18.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-9.2.21.tgz",
"integrity": "sha512-swJaNQBnABLDOnSTMBQZp0QilpZqKphHLdPb10ryr3RExcXQiTbGwQtqNyT7Hwi9IcVTGE0x8ulTpYwQYVeetQ==", "integrity": "sha512-oQ56mlF0lGvPks0aqMCEKDPW9vzLiTFHFgujGoUWzxISZmD9mSHmP5jdZdGxMC7TnvUDaVz6vM9LSJrZfgk2dQ==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
"koishi-decorators": "^1.3.4", "koishi-decorators": "^1.3.5",
"koishi-entities": "^1.0.2", "koishi-entities": "^1.0.5",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.2", "schemastery-gen": "^3.1.2",
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
"homepage": "https://github.com/koishijs/koishi-plugin-pics", "homepage": "https://github.com/koishijs/koishi-plugin-pics",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^9.2.18", "koishi-thirdeye": "^9.2.21",
"lodash": "^4.17.21" "lodash": "^4.17.21"
}, },
"devDependencies": { "devDependencies": {
......
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