Skip to content
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
4,793 changes: 0 additions & 4,793 deletions cs-walkthrough/functions/package-lock.json

This file was deleted.

30 changes: 28 additions & 2 deletions cs-walkthrough/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"test": "mocha --timeout 5000 --exit"
},
"engines": {
"node": ">= 18"
"node": ">=22.0.0"
},
"dependencies": {
"file-system": "^2.2.2",
"firebase-admin": "^11.9.0",
"firebase-functions": "^3.15.7"
},
Expand All @@ -25,5 +24,32 @@
"firebase-functions-test": "^0.3.2",
"mocha": "^10.2.0"
},
"overrides": {
"serialize-javascript": "^7.0.6",
"tar": "^7.5.16",
"qs": "^6.15.2",
"uuid": "^11.1.1",
"tough-cookie": "^4.1.3",
"yaml": "^2.9.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"ip": "^2.0.1",
"ms": "^2.1.3",
"netmask": "^2.1.1",
"js-yaml": "^4.1.0",
"merge": "^2.1.1",
"degenerator": "^5.0.1",
"extend": "^3.0.2",
"form-data": "^4.0.6",
"debug": "^4.4.0",
"pac-resolver": "^5.0.0",
"protobufjs": "^7.6.4",
"node-forge": "^1.4.0",
"path-to-regexp": "^0.1.13",
"@grpc/grpc-js": "^1.14.4",
"jsonwebtoken": "^9.0.3",
"dicer": "^0.3.1",
"fast-xml-parser": "^5.9.3"
},
Comment on lines +27 to +53

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In npm workspaces, the overrides block is only respected when defined in the root package.json. Overrides defined in individual workspace package.json files are ignored by npm. To avoid redundancy and maintenance overhead, you should remove this block from the workspace configuration and rely solely on the root package.json overrides.

"private": true
}
Loading
Loading