Skip to content

Commit

Permalink
🔖v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Mar 19, 2024
1 parent 97e9e02 commit 8a621ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iptv-sources",
"version": "1.5.5",
"version": "1.5.6",
"main": "index.js",
"repository": "git@github.com:HerbertHe/iptv-sources.git",
"author": "HerbertHe <Herbert.He0229@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.25",
"@types/node": "^20.11.29",
"@types/opencc-js": "^1.0.3",
"cross-env": "^7.0.3",
"nodemon": "^3.1.0",
Expand All @@ -34,7 +34,7 @@
},
"dependencies": {
"dotenv": "^16.4.5",
"koa": "^2.15.0",
"koa": "^2.15.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"markdown-it": "^14.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.11.25":
version "20.11.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
"@types/node@^20.11.29":
version "20.11.29"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.29.tgz#431253cede34f392d6aaf7acad427b9c23aa60f6"
integrity sha512-P99thMkD/1YkCvAtOd6/zGedKNA0p2fj4ZpjCzcNiSCBWgm3cNRTBfa/qjFnsKkkojxu4vVLtWpesnZ9+ap+gA==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -909,10 +909,10 @@ koa-static@^5.0.0:
debug "^3.1.0"
koa-send "^5.0.0"

koa@^2.15.0:
version "2.15.0"
resolved "https://registry.npmmirror.com/koa/-/koa-2.15.0.tgz#d24ae1b0ff378bf12eb3df584ab4204e4c12ac2b"
integrity sha512-KEL/vU1knsoUvfP4MC4/GthpQrY/p6dzwaaGI6Rt4NQuFqkw3qrvsdYF5pz3wOfi7IGTvMPHC9aZIcUKYFNxsw==
koa@^2.15.1:
version "2.15.1"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.1.tgz#3d03840b8d9684c51b2b05a40ee7e7ba8621084c"
integrity sha512-kpxzGxsv7tlc0WmccWd6CfdWqYXk4o/FsCTjnKaDnHLjPK/Sy1MpoBkuKO5LN7GdPHgPljrAVmMO3wbFxEJTeA==
dependencies:
accepts "^1.3.5"
cache-content-type "^1.0.0"
Expand Down

0 comments on commit 8a621ce

Please sign in to comment.