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

Remove direct dependency on express-serve-static-core and its types #9917

Merged
merged 1 commit into from
Dec 15, 2023
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
2 changes: 0 additions & 2 deletions dotcom-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"@types/crypto-js": "4.1.3",
"@types/dompurify": "3.0.2",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.17.33",
"@types/gapi.analytics": "0.0.4",
"@types/google.analytics": "0.0.42",
"@types/he": "1.2.0",
Expand Down Expand Up @@ -183,7 +182,6 @@
"eslint-stats": "1.0.1",
"execa": "5.1.1",
"express": "4.18.2",
"express-serve-static-core": "0.1.1",
"fetch-mock": "9.11.0",
"find": "0.3.0",
"form-data": "4.0.0",
Expand Down
20 changes: 0 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,6 @@ __metadata:
"@types/crypto-js": "npm:4.1.3"
"@types/dompurify": "npm:3.0.2"
"@types/express": "npm:4.17.21"
"@types/express-serve-static-core": "npm:4.17.33"
"@types/gapi.analytics": "npm:0.0.4"
"@types/google.analytics": "npm:0.0.42"
"@types/he": "npm:1.2.0"
Expand Down Expand Up @@ -4578,7 +4577,6 @@ __metadata:
eslint-stats: "npm:1.0.1"
execa: "npm:5.1.1"
express: "npm:4.18.2"
express-serve-static-core: "npm:0.1.1"
fetch-mock: "npm:9.11.0"
find: "npm:0.3.0"
form-data: "npm:4.0.0"
Expand Down Expand Up @@ -8880,17 +8878,6 @@ __metadata:
languageName: node
linkType: hard

"@types/express-serve-static-core@npm:4.17.33":
version: 4.17.33
resolution: "@types/express-serve-static-core@npm:4.17.33"
dependencies:
"@types/node": "npm:*"
"@types/qs": "npm:*"
"@types/range-parser": "npm:*"
checksum: 68f21adeb8cb7085014692daa8fd75b33be2cbb91f954f42fef4804e04cb34abbe8020918d7656243afec4882949ce0c4e8074eaf5a5f8dfbef704690799724a
languageName: node
linkType: hard

"@types/express@npm:*, @types/express@npm:4.17.21, @types/express@npm:^4.17.13, @types/express@npm:^4.7.0":
version: 4.17.21
resolution: "@types/express@npm:4.17.21"
Expand Down Expand Up @@ -15320,13 +15307,6 @@ __metadata:
languageName: node
linkType: hard

"express-serve-static-core@npm:0.1.1":
version: 0.1.1
resolution: "express-serve-static-core@npm:0.1.1"
checksum: ca423f71ee2dfd0f39bf5b0d18c71d4c06e3d823c884b215ba8ddd9ba9cc80812159d9be01a9a45a1bbc77f06c96bde8e6220983aa6561de591d806c9426362d
languageName: node
linkType: hard

"express@npm:4.18.2, express@npm:^4.15.4, express@npm:^4.17.3":
version: 4.18.2
resolution: "express@npm:4.18.2"
Expand Down
Loading