Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump koa from 2.15.0 to 2.15.4 in /tools/electron #4363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fs-extra": "^10.1.0",
"glob-to-regexp": "0.4.1",
"html-webpack-plugin": "^5.6.0",
"koa": "^2.15.0",
"koa": "^2.15.4",
"koa-bodyparser": "^4.3.0",
"less": "^3.9.0",
"less-loader": "^12.1.0",
Expand Down
33 changes: 32 additions & 1 deletion tools/electron/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ __metadata:
fs-extra: "npm:^10.1.0"
glob-to-regexp: "npm:0.4.1"
html-webpack-plugin: "npm:^5.6.0"
koa: "npm:^2.15.0"
koa: "npm:^2.15.4"
koa-bodyparser: "npm:^4.3.0"
less: "npm:^3.9.0"
less-loader: "npm:^12.1.0"
Expand Down Expand Up @@ -4188,6 +4188,37 @@ __metadata:
languageName: node
linkType: hard

"koa@npm:^2.15.4":
version: 2.15.4
resolution: "koa@npm:2.15.4"
dependencies:
accepts: "npm:^1.3.5"
cache-content-type: "npm:^1.0.0"
content-disposition: "npm:~0.5.2"
content-type: "npm:^1.0.4"
cookies: "npm:~0.9.0"
debug: "npm:^4.3.2"
delegates: "npm:^1.0.0"
depd: "npm:^2.0.0"
destroy: "npm:^1.0.4"
encodeurl: "npm:^1.0.2"
escape-html: "npm:^1.0.3"
fresh: "npm:~0.5.2"
http-assert: "npm:^1.3.0"
http-errors: "npm:^1.6.3"
is-generator-function: "npm:^1.0.7"
koa-compose: "npm:^4.1.0"
koa-convert: "npm:^2.0.0"
on-finished: "npm:^2.3.0"
only: "npm:~0.0.2"
parseurl: "npm:^1.3.2"
statuses: "npm:^1.5.0"
type-is: "npm:^1.6.16"
vary: "npm:^1.1.2"
checksum: 10/98de77173822f0a28c0f5d1ebd261ab02f3f905d40602e51957a0c7202122647a60c5b6c59be03361dd24bf6a5685eac97af84b306914efd057751e71f93cb0f
languageName: node
linkType: hard

"last-call-webpack-plugin@npm:^3.0.0":
version: 3.0.0
resolution: "last-call-webpack-plugin@npm:3.0.0"
Expand Down
Loading