Commit 43ae0e87 authored by nanahira's avatar nanahira

bump

parent 0dd22527
......@@ -29,7 +29,7 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"koishi": "^4.5.0"
"koishi": "^4.5.1"
}
},
"node_modules/@ampproject/remapping": {
......@@ -1020,9 +1020,9 @@
}
},
"node_modules/@koishijs/core": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.0.tgz",
"integrity": "sha512-+kppTq/FcJcZf0bESunfxCAcP3xyLUK2lNaHUzP/oKJCD5L2oyGRFjl1JskRJnwwSSscUKYv409ZWCHPqJ4plA==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.1.tgz",
"integrity": "sha512-GD9Uzk7hgL+NbbGksTJw/nC+Dwi2too0ra1scoWJgMDzFwX++EnZhylOG5TlDeAbJ94c3JuNJqgj5VvYGzs4qQ==",
"peer": true,
"dependencies": {
"@koishijs/orm": "^1.0.0",
......@@ -4696,13 +4696,13 @@
}
},
"node_modules/koishi": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.0.tgz",
"integrity": "sha512-1VI3Hpm304myRjx7PoV21t8E5ckB4IYFhaE6uUKVIpBBOK25zWCI1X/RwXhxqRGflL8BEpegIP0Y7Be208J+kw==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.1.tgz",
"integrity": "sha512-iYbziM1Ecm9VtWFe4knH9T3jeONzDK/bXmi4i7Qtt3V/jT1Ms0B4S+QVi5Mdd4XzIjlqGlUlEUT40D9y+BZP5Q==",
"peer": true,
"dependencies": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.5.0",
"@koishijs/core": "^4.5.1",
"@koishijs/utils": "^5.2.1",
"@types/koa": "*",
"@types/koa__router": "*",
......@@ -7491,9 +7491,9 @@
}
},
"@koishijs/core": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.0.tgz",
"integrity": "sha512-+kppTq/FcJcZf0bESunfxCAcP3xyLUK2lNaHUzP/oKJCD5L2oyGRFjl1JskRJnwwSSscUKYv409ZWCHPqJ4plA==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.5.1.tgz",
"integrity": "sha512-GD9Uzk7hgL+NbbGksTJw/nC+Dwi2too0ra1scoWJgMDzFwX++EnZhylOG5TlDeAbJ94c3JuNJqgj5VvYGzs4qQ==",
"peer": true,
"requires": {
"@koishijs/orm": "^1.0.0",
......@@ -10305,13 +10305,13 @@
}
},
"koishi": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.0.tgz",
"integrity": "sha512-1VI3Hpm304myRjx7PoV21t8E5ckB4IYFhaE6uUKVIpBBOK25zWCI1X/RwXhxqRGflL8BEpegIP0Y7Be208J+kw==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.5.1.tgz",
"integrity": "sha512-iYbziM1Ecm9VtWFe4knH9T3jeONzDK/bXmi4i7Qtt3V/jT1Ms0B4S+QVi5Mdd4XzIjlqGlUlEUT40D9y+BZP5Q==",
"peer": true,
"requires": {
"@koa/router": "^10.1.1",
"@koishijs/core": "^4.5.0",
"@koishijs/core": "^4.5.1",
"@koishijs/utils": "^5.2.1",
"@types/koa": "*",
"@types/koa__router": "*",
......
......@@ -54,7 +54,7 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"koishi": "^4.5.0"
"koishi": "^4.5.1"
},
"dependencies": {
"@koishijs/plugin-database-memory": "^1.1.0",
......
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