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

build(deps): bump express from 4.18.3 to 4.19.2 #1791

Closed
wants to merge 1 commit into from
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@angular/service-worker": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/ssr": "^17.2.0",
"express": "^4.18.3",
"express": "^4.19.2",
"@angular/elements": "^17.2.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
Expand Down
50 changes: 48 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6585,6 +6585,13 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.6.0":
version: 0.6.0
resolution: "cookie@npm:0.6.0"
checksum: f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
languageName: node
linkType: hard

"cookie@npm:~0.4.1":
version: 0.4.2
resolution: "cookie@npm:0.4.2"
Expand Down Expand Up @@ -7408,7 +7415,7 @@ __metadata:
eslint-plugin-jsdoc: "npm:~48.0.6"
eslint-plugin-prefer-arrow: "npm:~1.2.3"
eslint-plugin-prettier: "npm:~5.1.3"
express: "npm:^4.18.3"
express: "npm:^4.19.2"
extend: "npm:^3.0.2"
file-saver: "npm:^2.0.5"
fs-extra: "npm:^11.2.0"
Expand Down Expand Up @@ -8786,7 +8793,7 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.17.3, express@npm:^4.18.3":
"express@npm:^4.17.3":
version: 4.18.3
resolution: "express@npm:4.18.3"
dependencies:
Expand Down Expand Up @@ -8825,6 +8832,45 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.19.2":
version: 4.19.2
resolution: "express@npm:4.19.2"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.2"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.6.0"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
encodeurl: "npm:~1.0.2"
escape-html: "npm:~1.0.3"
etag: "npm:~1.8.1"
finalhandler: "npm:1.2.0"
fresh: "npm:0.5.2"
http-errors: "npm:2.0.0"
merge-descriptors: "npm:1.0.1"
methods: "npm:~1.1.2"
on-finished: "npm:2.4.1"
parseurl: "npm:~1.3.3"
path-to-regexp: "npm:0.1.7"
proxy-addr: "npm:~2.0.7"
qs: "npm:6.11.0"
range-parser: "npm:~1.2.1"
safe-buffer: "npm:5.2.1"
send: "npm:0.18.0"
serve-static: "npm:1.15.0"
setprototypeof: "npm:1.2.0"
statuses: "npm:2.0.1"
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: e82e2662ea9971c1407aea9fc3c16d6b963e55e3830cd0ef5e00b533feda8b770af4e3be630488ef8a752d7c75c4fcefb15892868eeaafe7353cb9e3e269fdcb
languageName: node
linkType: hard

"extend-shallow@npm:^2.0.1":
version: 2.0.1
resolution: "extend-shallow@npm:2.0.1"
Expand Down
Loading