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

upgrade express-static-gzip to upgrade transient dependency send #12076

Merged
merged 2 commits into from
Oct 23, 2024
Merged
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"core-js": "3.37.1",
"dotenv": "16.4.5",
"express": "4.21.1",
"express-static-gzip": "2.1.7",
"express-static-gzip": "2.1.8",
"helmet": "7.1.0",
"helmet-csp": "4.0.0",
"intersection-observer": "0.12.2",
Expand Down
47 changes: 7 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9607,12 +9607,12 @@ __metadata:
languageName: node
linkType: hard

"express-static-gzip@npm:2.1.7":
version: 2.1.7
resolution: "express-static-gzip@npm:2.1.7"
"express-static-gzip@npm:2.1.8":
version: 2.1.8
resolution: "express-static-gzip@npm:2.1.8"
dependencies:
serve-static: "npm:^1.14.1"
checksum: 10/9951ca5de2408567f04f02aeb99d851d2ae0a059ad528e2bc3e654bffd35bc663fc24f3e5c2a126c124c5d95e98ee1e59f8232d8a4918069b21f8279b8cc5bdb
serve-static: "npm:^1.16.2"
checksum: 10/ec039ad280116487c170e8910a42db0bc55af4b4718fd70a80f07f7316785f5e5d4b874397fd086b6ef90f00d733303be9a393dd29844b061838a254d229af34
languageName: node
linkType: hard

Expand Down Expand Up @@ -15684,27 +15684,6 @@ __metadata:
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
dependencies:
debug: "npm:2.6.9"
depd: "npm:2.0.0"
destroy: "npm:1.2.0"
encodeurl: "npm:~1.0.2"
escape-html: "npm:~1.0.3"
etag: "npm:~1.8.1"
fresh: "npm:0.5.2"
http-errors: "npm:2.0.0"
mime: "npm:1.6.0"
ms: "npm:2.1.3"
on-finished: "npm:2.4.1"
range-parser: "npm:~1.2.1"
statuses: "npm:2.0.1"
checksum: 10/ec66c0ad109680ad8141d507677cfd8b4e40b9559de23191871803ed241718e99026faa46c398dcfb9250676076573bd6bfe5d0ec347f88f4b7b8533d1d391cb
languageName: node
linkType: hard

"send@npm:0.19.0":
version: 0.19.0
resolution: "send@npm:0.19.0"
Expand Down Expand Up @@ -15750,7 +15729,7 @@ __metadata:
languageName: node
linkType: hard

"serve-static@npm:1.16.2":
"serve-static@npm:1.16.2, serve-static@npm:^1.16.2":
version: 1.16.2
resolution: "serve-static@npm:1.16.2"
dependencies:
Expand All @@ -15762,18 +15741,6 @@ __metadata:
languageName: node
linkType: hard

"serve-static@npm:^1.14.1":
version: 1.15.0
resolution: "serve-static@npm:1.15.0"
dependencies:
encodeurl: "npm:~1.0.2"
escape-html: "npm:~1.0.3"
parseurl: "npm:~1.3.3"
send: "npm:0.18.0"
checksum: 10/699b2d4c29807a51d9b5e0f24955346911437aebb0178b3c4833ad30d3eca93385ff9927254f5c16da345903cad39d9cd4a532198c95a5129cc4ed43911b15a4
languageName: node
linkType: hard

"set-function-length@npm:^1.2.1":
version: 1.2.2
resolution: "set-function-length@npm:1.2.2"
Expand Down Expand Up @@ -16006,7 +15973,7 @@ __metadata:
eslint-plugin-react: "npm:7.35.0"
eslint-plugin-react-hooks: "npm:4.6.2"
express: "npm:4.21.1"
express-static-gzip: "npm:2.1.7"
express-static-gzip: "npm:2.1.8"
glob: "npm:11.0.0"
helmet: "npm:7.1.0"
helmet-csp: "npm:4.0.0"
Expand Down
Loading