mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update protobufjs to 7.2.5 everywhere
GitOrigin-RevId: 353d3a6d7bef5527fe0a068775dd6ac8c3557483
This commit is contained in:
parent
658be2e7e1
commit
0e2f0e7f7d
3 changed files with 1184 additions and 644 deletions
|
@ -19,8 +19,13 @@
|
||||||
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
||||||
"types:check": "tsc --noEmit"
|
"types:check": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"google-gax": {
|
||||||
|
"protobufjs": "^7.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/logging-bunyan": "^5.0.0",
|
"@google-cloud/logging-bunyan": "^5.1.0",
|
||||||
"@overleaf/fetch-utils": "*",
|
"@overleaf/fetch-utils": "*",
|
||||||
"@overleaf/o-error": "*",
|
"@overleaf/o-error": "*",
|
||||||
"@sentry/node": "^6.13.2",
|
"@sentry/node": "^6.13.2",
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/overleaf/metrics-module.git"
|
"url": "https://github.com/overleaf/metrics-module.git"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"google-gax": {
|
||||||
|
"protobufjs": "^7.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
||||||
|
|
1816
package-lock.json
generated
1816
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue