mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
2510 lines
96 KiB
Diff
2510 lines
96 KiB
Diff
diff -u -x node_modules -r a/libraries/logger/package.json b/libraries/logger/package.json
|
|
--- a/libraries/logger/package.json 2025-05-23 09:07:47.000000000 +0100
|
|
+++ b/libraries/logger/package.json 2025-07-28 12:35:14.000000000 +0100
|
|
@@ -20,7 +20,6 @@
|
|
"types:check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
- "@google-cloud/logging-bunyan": "^5.1.0",
|
|
"@overleaf/fetch-utils": "*",
|
|
"@overleaf/o-error": "*",
|
|
"bunyan": "^1.8.14"
|
|
diff -u -x node_modules -r a/libraries/metrics/package.json b/libraries/metrics/package.json
|
|
--- a/libraries/metrics/package.json 2025-05-23 09:07:47.000000000 +0100
|
|
+++ b/libraries/metrics/package.json 2025-07-28 12:35:06.000000000 +0100
|
|
@@ -8,8 +8,6 @@
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
- "@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
|
- "@google-cloud/profiler": "^6.0.3",
|
|
"@opentelemetry/api": "^1.4.1",
|
|
"@opentelemetry/auto-instrumentations-node": "^0.39.1",
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.41.2",
|
|
diff -u -x node_modules -r a/package.json b/package.json
|
|
--- a/package.json 2025-07-28 12:32:06.000000000 +0100
|
|
+++ b/package.json 2025-07-28 12:34:41.000000000 +0100
|
|
@@ -37,12 +37,19 @@
|
|
},
|
|
"swagger-tools": {
|
|
"body-parser": "1.20.3",
|
|
- "multer": "2.0.1",
|
|
+ "multer": "2.0.2",
|
|
"path-to-regexp": "3.3.0",
|
|
"qs": "6.13.0"
|
|
},
|
|
"request@2.88.2": {
|
|
- "tough-cookie": "5.1.2"
|
|
+ "tough-cookie": "5.1.2",
|
|
+ "form-data": "2.5.5"
|
|
+ },
|
|
+ "superagent@7.1.6": {
|
|
+ "form-data": "4.0.4"
|
|
+ },
|
|
+ "superagent@3.8.3": {
|
|
+ "form-data": "2.5.5"
|
|
}
|
|
},
|
|
"scripts": {
|
|
diff -u -x node_modules -r a/package-lock.json b/package-lock.json
|
|
--- a/package-lock.json 2025-07-28 12:32:06.000000000 +0100
|
|
+++ b/package-lock.json 2025-07-28 12:36:33.000000000 +0100
|
|
@@ -127,7 +127,6 @@
|
|
"version": "3.1.1",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
- "@google-cloud/logging-bunyan": "^5.1.0",
|
|
"@overleaf/fetch-utils": "*",
|
|
"@overleaf/o-error": "*",
|
|
"bunyan": "^1.8.14"
|
|
@@ -148,8 +147,6 @@
|
|
"name": "@overleaf/metrics",
|
|
"version": "4.2.0",
|
|
"dependencies": {
|
|
- "@google-cloud/opentelemetry-cloud-trace-exporter": "^2.1.0",
|
|
- "@google-cloud/profiler": "^6.0.3",
|
|
"@opentelemetry/api": "^1.4.1",
|
|
"@opentelemetry/auto-instrumentations-node": "^0.39.1",
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.41.2",
|
|
@@ -3215,26 +3212,6 @@
|
|
"w3c-keyname": "^2.2.4"
|
|
}
|
|
},
|
|
- "node_modules/@contentful/rich-text-html-renderer": {
|
|
- "version": "16.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@contentful/rich-text-html-renderer/-/rich-text-html-renderer-16.0.2.tgz",
|
|
- "integrity": "sha512-0flmxVixlNk5PMiHXAlABUJ2uURsWxOjbC6ZHhqpEVHU03kHMoIKfDdo6CRZc0S0rMWMO3c14Ei91E97T06T8w==",
|
|
- "dependencies": {
|
|
- "@contentful/rich-text-types": "^16.0.2",
|
|
- "escape-html": "^1.0.3"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=6.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@contentful/rich-text-types": {
|
|
- "version": "16.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-16.0.2.tgz",
|
|
- "integrity": "sha512-ovbmCKQjlyGek4NuABoqDesC3FBV3e5jPMMdtT2mpOy9ia31MKO0NSFMRGZu7Q+veZzmDMja8S1i/XeFCUT9Pw==",
|
|
- "engines": {
|
|
- "node": ">=6.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/@csstools/css-parser-algorithms": {
|
|
"version": "2.6.1",
|
|
"resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.6.1.tgz",
|
|
@@ -3954,595 +3931,6 @@
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
- "node_modules/@google-cloud/logging": {
|
|
- "version": "11.1.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/logging/-/logging-11.1.0.tgz",
|
|
- "integrity": "sha512-S3Zsd+HZxIdZgDZByJ+2GaSQ8rA5OLfdZoZ9Ys1iSZ4HRIhO9ZxlXbmGZgGK9JJ2GaXp7Rux4K4LpkqoYPKnEg==",
|
|
- "dependencies": {
|
|
- "@google-cloud/common": "^5.0.0",
|
|
- "@google-cloud/paginator": "^5.0.0",
|
|
- "@google-cloud/projectify": "^4.0.0",
|
|
- "@google-cloud/promisify": "^4.0.0",
|
|
- "arrify": "^2.0.1",
|
|
- "dot-prop": "^6.0.0",
|
|
- "eventid": "^2.0.0",
|
|
- "extend": "^3.0.2",
|
|
- "gcp-metadata": "^6.0.0",
|
|
- "google-auth-library": "^9.0.0",
|
|
- "google-gax": "^4.0.3",
|
|
- "on-finished": "^2.3.0",
|
|
- "pumpify": "^2.0.1",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan": {
|
|
- "version": "5.1.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/logging-bunyan/-/logging-bunyan-5.1.0.tgz",
|
|
- "integrity": "sha512-D2Rg5nb+onjWre4eEowWyNmVF1RN7WThWdu1cCOcTMVOoVEGJphMxrBo9VQKQmkqdlAUG4NaM6i2sqieISQDsg==",
|
|
- "dependencies": {
|
|
- "@google-cloud/logging": "^11.0.0",
|
|
- "google-auth-library": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- },
|
|
- "peerDependencies": {
|
|
- "bunyan": "*"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/agent-base": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
- "dependencies": {
|
|
- "debug": "^4.3.4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/debug": {
|
|
- "version": "4.3.4",
|
|
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
- "dependencies": {
|
|
- "ms": "2.1.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=6.0"
|
|
- },
|
|
- "peerDependenciesMeta": {
|
|
- "supports-color": {
|
|
- "optional": true
|
|
- }
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/gaxios": {
|
|
- "version": "6.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.1.0.tgz",
|
|
- "integrity": "sha512-EIHuesZxNyIkUGcTQKQPMICyOpDD/bi+LJIJx+NLsSGmnS7N+xCLRX5bi4e9yAu9AlSZdVq+qlyWWVuTh/483w==",
|
|
- "dependencies": {
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^7.0.1",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.9"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/gcp-metadata": {
|
|
- "version": "6.0.0",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.0.0.tgz",
|
|
- "integrity": "sha512-Ozxyi23/1Ar51wjUT2RDklK+3HxqDr8TLBNK8rBBFQ7T85iIGnXnVusauj06QyqCXRFZig8LZC+TUddWbndlpQ==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/google-auth-library": {
|
|
- "version": "9.0.0",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.0.0.tgz",
|
|
- "integrity": "sha512-IQGjgQoVUAfOk6khqTVMLvWx26R+yPw9uLyb1MNyMQpdKiKt0Fd9sp4NWoINjyGHR8S3iw12hMTYK7O8J07c6Q==",
|
|
- "dependencies": {
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "gaxios": "^6.0.0",
|
|
- "gcp-metadata": "^6.0.0",
|
|
- "gtoken": "^7.0.0",
|
|
- "jws": "^4.0.0",
|
|
- "lru-cache": "^6.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/gtoken": {
|
|
- "version": "7.0.1",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.0.1.tgz",
|
|
- "integrity": "sha512-KcFVtoP1CVFtQu0aSk3AyAt2og66PFhZAlkUOuWKwzMLoulHXG5W5wE5xAnHb+yl3/wEFoqGW7/cDGMU8igDZQ==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/https-proxy-agent": {
|
|
- "version": "7.0.1",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.1.tgz",
|
|
- "integrity": "sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==",
|
|
- "dependencies": {
|
|
- "agent-base": "^7.0.2",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/lru-cache": {
|
|
- "version": "6.0.0",
|
|
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
- "dependencies": {
|
|
- "yallist": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/ms": {
|
|
- "version": "2.1.2",
|
|
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
- },
|
|
- "node_modules/@google-cloud/logging-bunyan/node_modules/yallist": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min": {
|
|
- "version": "11.2.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/logging-min/-/logging-min-11.2.0.tgz",
|
|
- "integrity": "sha512-o1mwzi1+9NMEjwYZJ0X3tK64obf9PzPVBAhzEJv65L0h7jVl3Fw7GswtsMUkdUvZexf96vAvlZZMvXB9jAIW2Q==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "@google-cloud/common": "^5.0.0",
|
|
- "@google-cloud/paginator": "^5.0.0",
|
|
- "@google-cloud/projectify": "^4.0.0",
|
|
- "@google-cloud/promisify": "^4.0.0",
|
|
- "@opentelemetry/api": "^1.7.0",
|
|
- "arrify": "^2.0.1",
|
|
- "dot-prop": "^6.0.0",
|
|
- "eventid": "^2.0.0",
|
|
- "extend": "^3.0.2",
|
|
- "gcp-metadata": "^6.0.0",
|
|
- "google-auth-library": "^9.0.0",
|
|
- "google-gax": "^4.0.3",
|
|
- "on-finished": "^2.3.0",
|
|
- "pumpify": "^2.0.1",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/@google-cloud/common": {
|
|
- "version": "5.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-5.0.2.tgz",
|
|
- "integrity": "sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "@google-cloud/projectify": "^4.0.0",
|
|
- "@google-cloud/promisify": "^4.0.0",
|
|
- "arrify": "^2.0.1",
|
|
- "duplexify": "^4.1.1",
|
|
- "extend": "^3.0.2",
|
|
- "google-auth-library": "^9.0.0",
|
|
- "html-entities": "^2.5.2",
|
|
- "retry-request": "^7.0.0",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/@google-cloud/paginator": {
|
|
- "version": "5.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz",
|
|
- "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "arrify": "^2.0.0",
|
|
- "extend": "^3.0.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/@google-cloud/projectify": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz",
|
|
- "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/@google-cloud/promisify": {
|
|
- "version": "4.1.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.1.0.tgz",
|
|
- "integrity": "sha512-G/FQx5cE/+DqBbOpA5jKsegGwdPniU6PuIEMt+qxWgFxvxuFOzVmp6zYchtYuwAWV5/8Dgs0yAmjvNZv3uXLQg==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=18"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/@opentelemetry/api": {
|
|
- "version": "1.9.0",
|
|
- "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
|
|
- "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=8.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/agent-base": {
|
|
- "version": "7.1.3",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
- "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
- "license": "MIT",
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/gaxios": {
|
|
- "version": "6.7.1",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",
|
|
- "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^7.0.1",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "uuid": "^9.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
- "version": "7.0.6",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
- "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "agent-base": "^7.1.2",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/gcp-metadata": {
|
|
- "version": "6.1.1",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",
|
|
- "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.1.1",
|
|
- "google-logging-utils": "^0.0.2",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/google-auth-library": {
|
|
- "version": "9.15.1",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz",
|
|
- "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "gaxios": "^6.1.1",
|
|
- "gcp-metadata": "^6.1.0",
|
|
- "gtoken": "^7.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/gtoken": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
- "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/retry-request": {
|
|
- "version": "7.0.2",
|
|
- "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
|
|
- "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "@types/request": "^2.48.8",
|
|
- "extend": "^3.0.2",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/teeny-request": {
|
|
- "version": "9.0.0",
|
|
- "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
|
|
- "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "http-proxy-agent": "^5.0.0",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging-min/node_modules/uuid": {
|
|
- "version": "9.0.1",
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
- "funding": [
|
|
- "https://github.com/sponsors/broofa",
|
|
- "https://github.com/sponsors/ctavan"
|
|
- ],
|
|
- "license": "MIT",
|
|
- "bin": {
|
|
- "uuid": "dist/bin/uuid"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/@google-cloud/common": {
|
|
- "version": "5.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-5.0.2.tgz",
|
|
- "integrity": "sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==",
|
|
- "dependencies": {
|
|
- "@google-cloud/projectify": "^4.0.0",
|
|
- "@google-cloud/promisify": "^4.0.0",
|
|
- "arrify": "^2.0.1",
|
|
- "duplexify": "^4.1.1",
|
|
- "extend": "^3.0.2",
|
|
- "google-auth-library": "^9.0.0",
|
|
- "html-entities": "^2.5.2",
|
|
- "retry-request": "^7.0.0",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/@google-cloud/paginator": {
|
|
- "version": "5.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-5.0.2.tgz",
|
|
- "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
|
|
- "dependencies": {
|
|
- "arrify": "^2.0.0",
|
|
- "extend": "^3.0.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/@google-cloud/projectify": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz",
|
|
- "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/@google-cloud/promisify": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz",
|
|
- "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/agent-base": {
|
|
- "version": "7.1.1",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
- "dependencies": {
|
|
- "debug": "^4.3.4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/debug": {
|
|
- "version": "4.3.5",
|
|
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
- "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
- "dependencies": {
|
|
- "ms": "2.1.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=6.0"
|
|
- },
|
|
- "peerDependenciesMeta": {
|
|
- "supports-color": {
|
|
- "optional": true
|
|
- }
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/gaxios": {
|
|
- "version": "6.6.0",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.6.0.tgz",
|
|
- "integrity": "sha512-bpOZVQV5gthH/jVCSuYuokRo2bTKOcuBiVWpjmTn6C5Agl5zclGfTljuGsQZxwwDBkli+YhZhP4TdlqTnhOezQ==",
|
|
- "dependencies": {
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^7.0.1",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "uuid": "^9.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
- "version": "7.0.4",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
- "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
- "dependencies": {
|
|
- "agent-base": "^7.0.2",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/gcp-metadata": {
|
|
- "version": "6.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz",
|
|
- "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/google-auth-library": {
|
|
- "version": "9.10.0",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.10.0.tgz",
|
|
- "integrity": "sha512-ol+oSa5NbcGdDqA+gZ3G3mev59OHBZksBTxY/tYwjtcp1H/scAFwJfSQU9/1RALoyZ7FslNbke8j4i3ipwlyuQ==",
|
|
- "dependencies": {
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "gaxios": "^6.1.1",
|
|
- "gcp-metadata": "^6.1.0",
|
|
- "gtoken": "^7.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/gtoken": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
- "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/ms": {
|
|
- "version": "2.1.2",
|
|
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/retry-request": {
|
|
- "version": "7.0.2",
|
|
- "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
|
|
- "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
|
|
- "dependencies": {
|
|
- "@types/request": "^2.48.8",
|
|
- "extend": "^3.0.2",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/teeny-request": {
|
|
- "version": "9.0.0",
|
|
- "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
|
|
- "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
|
|
- "dependencies": {
|
|
- "http-proxy-agent": "^5.0.0",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/logging/node_modules/uuid": {
|
|
- "version": "9.0.1",
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
- "funding": [
|
|
- "https://github.com/sponsors/broofa",
|
|
- "https://github.com/sponsors/ctavan"
|
|
- ],
|
|
- "bin": {
|
|
- "uuid": "dist/bin/uuid"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/opentelemetry-cloud-trace-exporter": {
|
|
- "version": "2.1.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/opentelemetry-cloud-trace-exporter/-/opentelemetry-cloud-trace-exporter-2.1.0.tgz",
|
|
- "integrity": "sha512-6IPFnWG4edDgNfgLxXJjTjNYGAW8ZQ7Oz7eGZJMgQsIiEALNIAk4e/MgccglL3yh5ReONY3YePcGRWQKPbxmUg==",
|
|
- "dependencies": {
|
|
- "@google-cloud/opentelemetry-resource-util": "^2.1.0",
|
|
- "@grpc/grpc-js": "^1.1.8",
|
|
- "@grpc/proto-loader": "^0.7.0",
|
|
- "google-auth-library": "^7.0.0",
|
|
- "google-proto-files": "^3.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- },
|
|
- "peerDependencies": {
|
|
- "@opentelemetry/api": "^1.0.0",
|
|
- "@opentelemetry/core": "^1.0.0",
|
|
- "@opentelemetry/resources": "^1.0.0",
|
|
- "@opentelemetry/sdk-trace-base": "^1.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/opentelemetry-resource-util": {
|
|
- "version": "2.1.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/opentelemetry-resource-util/-/opentelemetry-resource-util-2.1.0.tgz",
|
|
- "integrity": "sha512-/Qqnm6f10e89Txt39qpIhD+LCOF80artYOVwNF1ZAzgJFxBldEniNkf19SR+q9LAp75ZZWKyhRlumM1V7fT8gw==",
|
|
- "dependencies": {
|
|
- "gcp-metadata": "^5.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- },
|
|
- "peerDependencies": {
|
|
- "@opentelemetry/resources": "^1.0.0",
|
|
- "@opentelemetry/semantic-conventions": "^1.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/@google-cloud/paginator": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-3.0.7.tgz",
|
|
@@ -4555,242 +3943,6 @@
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
- "node_modules/@google-cloud/profiler": {
|
|
- "version": "6.0.3",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/profiler/-/profiler-6.0.3.tgz",
|
|
- "integrity": "sha512-Ey8li6Vc2CbfEzOTSZaqKolxPMGacxVUQuhChNT0Wi55a3nfImMiiuDgqYw1In/a9Q3Z62O7jUg2L8f1XwMN7Q==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "@google-cloud/common": "^5.0.0",
|
|
- "@google-cloud/logging-min": "^11.0.0",
|
|
- "@google-cloud/promisify": "~4.0.0",
|
|
- "@types/console-log-level": "^1.4.0",
|
|
- "@types/semver": "^7.0.0",
|
|
- "console-log-level": "^1.4.0",
|
|
- "delay": "^5.0.0",
|
|
- "extend": "^3.0.2",
|
|
- "gcp-metadata": "^6.0.0",
|
|
- "ms": "^2.1.3",
|
|
- "pprof": "4.0.0",
|
|
- "pretty-ms": "^7.0.0",
|
|
- "protobufjs": "~7.4.0",
|
|
- "semver": "^7.0.0",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/@google-cloud/common": {
|
|
- "version": "5.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/common/-/common-5.0.2.tgz",
|
|
- "integrity": "sha512-V7bmBKYQyu0eVG2BFejuUjlBt+zrya6vtsKdY+JxMM/dNntPF41vZ9+LhOshEUH01zOHEqBSvI7Dad7ZS6aUeA==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "@google-cloud/projectify": "^4.0.0",
|
|
- "@google-cloud/promisify": "^4.0.0",
|
|
- "arrify": "^2.0.1",
|
|
- "duplexify": "^4.1.1",
|
|
- "extend": "^3.0.2",
|
|
- "google-auth-library": "^9.0.0",
|
|
- "html-entities": "^2.5.2",
|
|
- "retry-request": "^7.0.0",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/@google-cloud/projectify": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-4.0.0.tgz",
|
|
- "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/@google-cloud/promisify": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-4.0.0.tgz",
|
|
- "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/agent-base": {
|
|
- "version": "7.1.3",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
|
|
- "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
|
|
- "license": "MIT",
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/gaxios": {
|
|
- "version": "6.7.1",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.7.1.tgz",
|
|
- "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^7.0.1",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "uuid": "^9.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
- "version": "7.0.6",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
- "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "agent-base": "^7.1.2",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/gcp-metadata": {
|
|
- "version": "6.1.1",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",
|
|
- "integrity": "sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.1.1",
|
|
- "google-logging-utils": "^0.0.2",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/google-auth-library": {
|
|
- "version": "9.15.1",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.15.1.tgz",
|
|
- "integrity": "sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "gaxios": "^6.1.1",
|
|
- "gcp-metadata": "^6.1.0",
|
|
- "gtoken": "^7.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/gtoken": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
- "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/protobufjs": {
|
|
- "version": "7.4.0",
|
|
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz",
|
|
- "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==",
|
|
- "hasInstallScript": true,
|
|
- "license": "BSD-3-Clause",
|
|
- "dependencies": {
|
|
- "@protobufjs/aspromise": "^1.1.2",
|
|
- "@protobufjs/base64": "^1.1.2",
|
|
- "@protobufjs/codegen": "^2.0.4",
|
|
- "@protobufjs/eventemitter": "^1.1.0",
|
|
- "@protobufjs/fetch": "^1.1.0",
|
|
- "@protobufjs/float": "^1.0.2",
|
|
- "@protobufjs/inquire": "^1.1.0",
|
|
- "@protobufjs/path": "^1.1.2",
|
|
- "@protobufjs/pool": "^1.1.0",
|
|
- "@protobufjs/utf8": "^1.1.0",
|
|
- "@types/node": ">=13.7.0",
|
|
- "long": "^5.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/retry-request": {
|
|
- "version": "7.0.2",
|
|
- "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
|
|
- "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "@types/request": "^2.48.8",
|
|
- "extend": "^3.0.2",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/semver": {
|
|
- "version": "7.7.1",
|
|
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
- "license": "ISC",
|
|
- "bin": {
|
|
- "semver": "bin/semver.js"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/teeny-request": {
|
|
- "version": "9.0.0",
|
|
- "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
|
|
- "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "http-proxy-agent": "^5.0.0",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/profiler/node_modules/uuid": {
|
|
- "version": "9.0.1",
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
- "funding": [
|
|
- "https://github.com/sponsors/broofa",
|
|
- "https://github.com/sponsors/ctavan"
|
|
- ],
|
|
- "license": "MIT",
|
|
- "bin": {
|
|
- "uuid": "dist/bin/uuid"
|
|
- }
|
|
- },
|
|
- "node_modules/@google-cloud/secret-manager": {
|
|
- "version": "5.6.0",
|
|
- "resolved": "https://registry.npmjs.org/@google-cloud/secret-manager/-/secret-manager-5.6.0.tgz",
|
|
- "integrity": "sha512-0daW/OXQEVc6VQKPyJTQNyD+563I/TYQ7GCQJx4dq3lB666R9FUPvqHx9b/o/qQtZ5pfuoCbGZl3krpxgTSW8Q==",
|
|
- "dependencies": {
|
|
- "google-gax": "^4.0.3"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/@google-cloud/storage": {
|
|
"version": "6.10.1",
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-6.10.1.tgz",
|
|
@@ -5963,40 +5115,44 @@
|
|
}
|
|
},
|
|
"node_modules/@node-saml/node-saml": {
|
|
- "version": "4.0.5",
|
|
- "resolved": "https://registry.npmjs.org/@node-saml/node-saml/-/node-saml-4.0.5.tgz",
|
|
- "integrity": "sha512-J5DglElbY1tjOuaR1NPtjOXkXY5bpUhDoKVoeucYN98A3w4fwgjIOPqIGcb6cQsqFq2zZ6vTCeKn5C/hvefSaw==",
|
|
- "dependencies": {
|
|
- "@types/debug": "^4.1.7",
|
|
- "@types/passport": "^1.0.11",
|
|
- "@types/xml-crypto": "^1.4.2",
|
|
- "@types/xml-encryption": "^1.2.1",
|
|
- "@types/xml2js": "^0.4.11",
|
|
- "@xmldom/xmldom": "^0.8.6",
|
|
- "debug": "^4.3.4",
|
|
- "xml-crypto": "^3.0.1",
|
|
- "xml-encryption": "^3.0.2",
|
|
- "xml2js": "^0.5.0",
|
|
- "xmlbuilder": "^15.1.1"
|
|
+ "version": "5.1.0",
|
|
+ "resolved": "https://registry.npmjs.org/@node-saml/node-saml/-/node-saml-5.1.0.tgz",
|
|
+ "integrity": "sha512-t3cJnZ4aC7HhPZ6MGylGZULvUtBOZ6FzuUndaHGXjmIZHXnLfC/7L8a57O9Q9V7AxJGKAiRM5zu2wNm9EsvQpw==",
|
|
+ "license": "MIT",
|
|
+ "dependencies": {
|
|
+ "@types/debug": "^4.1.12",
|
|
+ "@types/qs": "^6.9.18",
|
|
+ "@types/xml-encryption": "^1.2.4",
|
|
+ "@types/xml2js": "^0.4.14",
|
|
+ "@xmldom/is-dom-node": "^1.0.1",
|
|
+ "@xmldom/xmldom": "^0.8.10",
|
|
+ "debug": "^4.4.0",
|
|
+ "xml-crypto": "^6.1.2",
|
|
+ "xml-encryption": "^3.1.0",
|
|
+ "xml2js": "^0.6.2",
|
|
+ "xmlbuilder": "^15.1.1",
|
|
+ "xpath": "^0.0.34"
|
|
},
|
|
"engines": {
|
|
- "node": ">= 14"
|
|
+ "node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@node-saml/node-saml/node_modules/@xmldom/xmldom": {
|
|
"version": "0.8.10",
|
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-saml/node-saml/node_modules/debug": {
|
|
- "version": "4.3.4",
|
|
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
+ "version": "4.4.1",
|
|
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
- "ms": "2.1.2"
|
|
+ "ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
@@ -6007,66 +5163,80 @@
|
|
}
|
|
}
|
|
},
|
|
- "node_modules/@node-saml/node-saml/node_modules/ms": {
|
|
- "version": "2.1.2",
|
|
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
- },
|
|
"node_modules/@node-saml/node-saml/node_modules/xml-encryption": {
|
|
- "version": "3.0.2",
|
|
- "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.0.2.tgz",
|
|
- "integrity": "sha512-VxYXPvsWB01/aqVLd6ZMPWZ+qaj0aIdF+cStrVJMcFj3iymwZeI0ABzB3VqMYv48DkSpRhnrXqTUkR34j+UDyg==",
|
|
+ "version": "3.1.0",
|
|
+ "resolved": "https://registry.npmjs.org/xml-encryption/-/xml-encryption-3.1.0.tgz",
|
|
+ "integrity": "sha512-PV7qnYpoAMXbf1kvQkqMScLeQpjCMixddAKq9PtqVrho8HnYbBOWNfG0kA4R7zxQDo7w9kiYAyzS/ullAyO55Q==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@xmldom/xmldom": "^0.8.5",
|
|
"escape-html": "^1.0.3",
|
|
"xpath": "0.0.32"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12"
|
|
}
|
|
},
|
|
- "node_modules/@node-saml/node-saml/node_modules/xml2js": {
|
|
- "version": "0.5.0",
|
|
- "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
- "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
- "dependencies": {
|
|
- "sax": ">=0.6.0",
|
|
- "xmlbuilder": "~11.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=4.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@node-saml/node-saml/node_modules/xml2js/node_modules/xmlbuilder": {
|
|
- "version": "11.0.1",
|
|
- "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
- "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
+ "node_modules/@node-saml/node-saml/node_modules/xml-encryption/node_modules/xpath": {
|
|
+ "version": "0.0.32",
|
|
+ "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
|
|
+ "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
- "node": ">=4.0"
|
|
+ "node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/@node-saml/node-saml/node_modules/xpath": {
|
|
- "version": "0.0.32",
|
|
- "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
|
|
- "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
|
|
+ "version": "0.0.34",
|
|
+ "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.34.tgz",
|
|
+ "integrity": "sha512-FxF6+rkr1rNSQrhUNYrAFJpRXNzlDoMxeXN5qI84939ylEv3qqPFKa85Oxr6tDaJKqwW6KKyo2v26TSv3k6LeA==",
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/@node-saml/passport-saml": {
|
|
- "version": "4.0.4",
|
|
- "resolved": "https://registry.npmjs.org/@node-saml/passport-saml/-/passport-saml-4.0.4.tgz",
|
|
- "integrity": "sha512-xFw3gw0yo+K1mzlkW15NeBF7cVpRHN/4vpjmBKzov5YFImCWh/G0LcTZ8krH3yk2/eRPc3Or8LRPudVJBjmYaw==",
|
|
+ "version": "5.1.0",
|
|
+ "resolved": "https://registry.npmjs.org/@node-saml/passport-saml/-/passport-saml-5.1.0.tgz",
|
|
+ "integrity": "sha512-pBm+iFjv9eihcgeJuSUs4c0AuX1QEFdHwP8w1iaWCfDzXdeWZxUBU5HT2bY2S4dvNutcy+A9hYsH7ZLBGtgwDg==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
- "@node-saml/node-saml": "^4.0.4",
|
|
- "@types/express": "^4.17.14",
|
|
- "@types/passport": "^1.0.11",
|
|
- "@types/passport-strategy": "^0.2.35",
|
|
- "passport": "^0.6.0",
|
|
+ "@node-saml/node-saml": "^5.1.0",
|
|
+ "@types/express": "^4.17.23",
|
|
+ "@types/passport": "^1.0.17",
|
|
+ "@types/passport-strategy": "^0.2.38",
|
|
+ "passport": "^0.7.0",
|
|
"passport-strategy": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
- "node": ">= 14"
|
|
+ "node": ">= 18"
|
|
+ }
|
|
+ },
|
|
+ "node_modules/@node-saml/passport-saml/node_modules/@types/express": {
|
|
+ "version": "4.17.23",
|
|
+ "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz",
|
|
+ "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==",
|
|
+ "license": "MIT",
|
|
+ "dependencies": {
|
|
+ "@types/body-parser": "*",
|
|
+ "@types/express-serve-static-core": "^4.17.33",
|
|
+ "@types/qs": "*",
|
|
+ "@types/serve-static": "*"
|
|
+ }
|
|
+ },
|
|
+ "node_modules/@node-saml/passport-saml/node_modules/passport": {
|
|
+ "version": "0.7.0",
|
|
+ "resolved": "https://registry.npmjs.org/passport/-/passport-0.7.0.tgz",
|
|
+ "integrity": "sha512-cPLl+qZpSc+ireUvt+IzqbED1cHHkDoVYMo30jbJIdOOjQ1MQYZBPiNvmi8UM6lJuOpTPXJGZQk0DtC4y61MYQ==",
|
|
+ "license": "MIT",
|
|
+ "dependencies": {
|
|
+ "passport-strategy": "1.x.x",
|
|
+ "pause": "0.0.1",
|
|
+ "utils-merge": "^1.0.1"
|
|
+ },
|
|
+ "engines": {
|
|
+ "node": ">= 0.4.0"
|
|
+ },
|
|
+ "funding": {
|
|
+ "type": "github",
|
|
+ "url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
@@ -8177,29 +7347,6 @@
|
|
"integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==",
|
|
"dev": true
|
|
},
|
|
- "node_modules/@slack/types": {
|
|
- "version": "2.10.0",
|
|
- "resolved": "https://registry.npmjs.org/@slack/types/-/types-2.10.0.tgz",
|
|
- "integrity": "sha512-JXY9l49rf7dDgvfMZi0maFyugzGkvq0s5u+kDlD68WaRUhjZNLBDKZcsrycMsVVDFfyOK0R1UKkYGmy9Ph069Q==",
|
|
- "engines": {
|
|
- "node": ">= 12.13.0",
|
|
- "npm": ">= 6.12.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@slack/webhook": {
|
|
- "version": "7.0.2",
|
|
- "resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-7.0.2.tgz",
|
|
- "integrity": "sha512-dsrO/ow6a6+xkLm/lZKbUNTsFJlBc679tD+qwlVTztsQkDxPLH6odM7FKALz1IHa+KpLX8HKUIPV13a7y7z29w==",
|
|
- "dependencies": {
|
|
- "@slack/types": "^2.9.0",
|
|
- "@types/node": ">=18.0.0",
|
|
- "axios": "^1.6.3"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 18",
|
|
- "npm": ">= 8.6.0"
|
|
- }
|
|
- },
|
|
"node_modules/@smithy/abort-controller": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-1.0.2.tgz",
|
|
@@ -10616,11 +9763,6 @@
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
- "node_modules/@types/caseless": {
|
|
- "version": "0.12.5",
|
|
- "resolved": "https://registry.npmjs.org/@types/caseless/-/caseless-0.12.5.tgz",
|
|
- "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg=="
|
|
- },
|
|
"node_modules/@types/chai": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.0.tgz",
|
|
@@ -10659,11 +9801,6 @@
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
- "node_modules/@types/console-log-level": {
|
|
- "version": "1.4.3",
|
|
- "resolved": "https://registry.npmjs.org/@types/console-log-level/-/console-log-level-1.4.3.tgz",
|
|
- "integrity": "sha512-B6Mzad6H4RugduMX84ehFVvGM/JRAd9lZQk4a6dztB4+zcIUehIjKrbWH/nHO2+0wwx05rgyqjXBvOjAv0uL6A=="
|
|
- },
|
|
"node_modules/@types/content-disposition": {
|
|
"version": "0.5.5",
|
|
"resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.5.tgz",
|
|
@@ -10697,9 +9834,10 @@
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/debug": {
|
|
- "version": "4.1.7",
|
|
- "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz",
|
|
- "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==",
|
|
+ "version": "4.1.12",
|
|
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
+ "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
@@ -10950,11 +10088,6 @@
|
|
"integrity": "sha512-0d5Wd09ItQWH1qFbEyQ7oTQ3GZrMfth5JkbN3EvTKLXcHLRDSXeLnlvlOn0wvxVIwK5o2M8JzP/OWz7T3NRsbw==",
|
|
"dev": true
|
|
},
|
|
- "node_modules/@types/long": {
|
|
- "version": "4.0.1",
|
|
- "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz",
|
|
- "integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w=="
|
|
- },
|
|
"node_modules/@types/mdx": {
|
|
"version": "2.0.13",
|
|
"resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz",
|
|
@@ -11044,9 +10177,10 @@
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/passport": {
|
|
- "version": "1.0.15",
|
|
- "resolved": "https://registry.npmjs.org/@types/passport/-/passport-1.0.15.tgz",
|
|
- "integrity": "sha512-oHOgzPBp5eLI1U/7421qYV/ZySQXMYCBSfRkDe1tQ0YrIbLY/M/76qIXE7Bs7lFyvw1x5QqiNQ9imvh0fQHe9Q==",
|
|
+ "version": "1.0.17",
|
|
+ "resolved": "https://registry.npmjs.org/@types/passport/-/passport-1.0.17.tgz",
|
|
+ "integrity": "sha512-aciLyx+wDwT2t2/kJGJR2AEeBz0nJU4WuRX04Wu9Dqc5lSUtwu0WERPHYsLhF9PtseiAMPBGNUOtFjxZ56prsg==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
@@ -11055,6 +10189,7 @@
|
|
"version": "0.2.38",
|
|
"resolved": "https://registry.npmjs.org/@types/passport-strategy/-/passport-strategy-0.2.38.tgz",
|
|
"integrity": "sha512-GC6eMqqojOooq993Tmnmp7AUTbbQSgilyvpCYQjT+H6JfG/g6RGc7nXEniZlp0zyKJ0WUdOiZWLBZft9Yug1uA==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*",
|
|
"@types/passport": "*"
|
|
@@ -11092,9 +10227,10 @@
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/qs": {
|
|
- "version": "6.9.7",
|
|
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
|
|
- "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
|
|
+ "version": "6.14.0",
|
|
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
+ "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
|
|
+ "license": "MIT"
|
|
},
|
|
"node_modules/@types/range-parser": {
|
|
"version": "1.2.4",
|
|
@@ -11191,30 +10327,6 @@
|
|
"integrity": "sha512-2dJ1QnwcyCmxeIAzOaBx/r1JqMIqZ7rohxJMY0UynSQidEDfb9X2x3OHMthBXDtTzSFJ1usY934wakxgm7d+Wg==",
|
|
"dev": true
|
|
},
|
|
- "node_modules/@types/request": {
|
|
- "version": "2.48.12",
|
|
- "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.12.tgz",
|
|
- "integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==",
|
|
- "dependencies": {
|
|
- "@types/caseless": "*",
|
|
- "@types/node": "*",
|
|
- "@types/tough-cookie": "*",
|
|
- "form-data": "^2.5.0"
|
|
- }
|
|
- },
|
|
- "node_modules/@types/request/node_modules/form-data": {
|
|
- "version": "2.5.1",
|
|
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.1.tgz",
|
|
- "integrity": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==",
|
|
- "dependencies": {
|
|
- "asynckit": "^0.4.0",
|
|
- "combined-stream": "^1.0.6",
|
|
- "mime-types": "^2.1.12"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 0.12"
|
|
- }
|
|
- },
|
|
"node_modules/@types/resolve": {
|
|
"version": "1.20.6",
|
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz",
|
|
@@ -11231,7 +10343,8 @@
|
|
"node_modules/@types/semver": {
|
|
"version": "7.5.0",
|
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
|
|
- "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw=="
|
|
+ "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
|
|
+ "dev": true
|
|
},
|
|
"node_modules/@types/send": {
|
|
"version": "0.17.1",
|
|
@@ -11325,11 +10438,6 @@
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
- "node_modules/@types/tough-cookie": {
|
|
- "version": "4.0.5",
|
|
- "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
|
|
- "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA=="
|
|
- },
|
|
"node_modules/@types/trusted-types": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
@@ -11382,27 +10490,11 @@
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
- "node_modules/@types/xml-crypto": {
|
|
- "version": "1.4.5",
|
|
- "resolved": "https://registry.npmjs.org/@types/xml-crypto/-/xml-crypto-1.4.5.tgz",
|
|
- "integrity": "sha512-rHc0tlw/ixu7PCqqlpmP9KDIA79IsoV+HFnhJDsdS4MkVAEhBNaazXjv92Xf9oYjWp9e4His4Qzo8fOzoTjT+Q==",
|
|
- "dependencies": {
|
|
- "@types/node": "*",
|
|
- "xpath": "0.0.27"
|
|
- }
|
|
- },
|
|
- "node_modules/@types/xml-crypto/node_modules/xpath": {
|
|
- "version": "0.0.27",
|
|
- "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz",
|
|
- "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==",
|
|
- "engines": {
|
|
- "node": ">=0.6.0"
|
|
- }
|
|
- },
|
|
"node_modules/@types/xml-encryption": {
|
|
"version": "1.2.4",
|
|
"resolved": "https://registry.npmjs.org/@types/xml-encryption/-/xml-encryption-1.2.4.tgz",
|
|
"integrity": "sha512-I69K/WW1Dv7j6O3jh13z0X8sLWJRXbu5xnHDl9yHzUNDUBtUoBY058eb5s+x/WG6yZC1h8aKdI2EoyEPjyEh+Q==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
@@ -11411,6 +10503,7 @@
|
|
"version": "0.4.14",
|
|
"resolved": "https://registry.npmjs.org/@types/xml2js/-/xml2js-0.4.14.tgz",
|
|
"integrity": "sha512-4YnrRemBShWRO2QjvUin8ESA41rH+9nQGLUGZV/1IDhi3SL9OhdpNC/MrulTWuptXKwhx/aDxE7toV0f/ypIXQ==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
@@ -12658,6 +11751,15 @@
|
|
}
|
|
}
|
|
},
|
|
+ "node_modules/@xmldom/is-dom-node": {
|
|
+ "version": "1.0.1",
|
|
+ "resolved": "https://registry.npmjs.org/@xmldom/is-dom-node/-/is-dom-node-1.0.1.tgz",
|
|
+ "integrity": "sha512-CJDxIgE5I0FH+ttq/Fxy6nRpxP70+e2O048EPe85J2use3XKdatVM7dDVvFNjQudd9B49NPoZ+8PG49zj4Er8Q==",
|
|
+ "license": "MIT",
|
|
+ "engines": {
|
|
+ "node": ">= 16"
|
|
+ }
|
|
+ },
|
|
"node_modules/@xmldom/xmldom": {
|
|
"version": "0.7.13",
|
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz",
|
|
@@ -13877,22 +12979,6 @@
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
- "node_modules/axios": {
|
|
- "version": "1.8.4",
|
|
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
|
- "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "follow-redirects": "^1.15.6",
|
|
- "form-data": "^4.0.0",
|
|
- "proxy-from-env": "^1.1.0"
|
|
- }
|
|
- },
|
|
- "node_modules/axios/node_modules/proxy-from-env": {
|
|
- "version": "1.1.0",
|
|
- "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
- "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
- },
|
|
"node_modules/axobject-query": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
|
|
@@ -14536,15 +13622,6 @@
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
- "node_modules/bindings": {
|
|
- "version": "1.5.0",
|
|
- "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
|
|
- "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "file-uri-to-path": "1.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/bintrees": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/bintrees/-/bintrees-1.0.1.tgz",
|
|
@@ -15970,11 +15047,6 @@
|
|
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
|
|
},
|
|
- "node_modules/console-log-level": {
|
|
- "version": "1.4.1",
|
|
- "resolved": "https://registry.npmjs.org/console-log-level/-/console-log-level-1.4.1.tgz",
|
|
- "integrity": "sha512-VZzbIORbP+PPcN/gg3DXClTLPLg5Slwd5fL2MIc+o1qZ4BXBvWyc6QxPk6T/Mkr6IVjRpoAGf32XxP3ZWMVRcQ=="
|
|
- },
|
|
"node_modules/constantinople": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/constantinople/-/constantinople-4.0.1.tgz",
|
|
@@ -16037,59 +15109,6 @@
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
- "node_modules/contentful": {
|
|
- "version": "10.8.5",
|
|
- "resolved": "https://registry.npmjs.org/contentful/-/contentful-10.8.5.tgz",
|
|
- "integrity": "sha512-aol2LmjRAmuOKQPITZtNasIkRFIECnrcQf2UiXGBZ2ldUpCAjyr533553fuGst2SeHZoKleLyYqFNgHcznDBUw==",
|
|
- "dependencies": {
|
|
- "@contentful/rich-text-types": "^16.0.2",
|
|
- "axios": "^1.6.7",
|
|
- "contentful-resolve-response": "^1.8.1",
|
|
- "contentful-sdk-core": "^8.1.0",
|
|
- "json-stringify-safe": "^5.0.1",
|
|
- "type-fest": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=18"
|
|
- }
|
|
- },
|
|
- "node_modules/contentful-resolve-response": {
|
|
- "version": "1.8.1",
|
|
- "resolved": "https://registry.npmjs.org/contentful-resolve-response/-/contentful-resolve-response-1.8.1.tgz",
|
|
- "integrity": "sha512-VXGK2c8dBIGcRCknqudKmkDr2PzsUYfjLN6hhx71T09UzoXOdA/c0kfDhsf/BBCBWPWcLaUgaJEFU0lCo45TSg==",
|
|
- "dependencies": {
|
|
- "fast-copy": "^2.1.7"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=4.7.2"
|
|
- }
|
|
- },
|
|
- "node_modules/contentful-sdk-core": {
|
|
- "version": "8.1.2",
|
|
- "resolved": "https://registry.npmjs.org/contentful-sdk-core/-/contentful-sdk-core-8.1.2.tgz",
|
|
- "integrity": "sha512-XZvX2JMJF4YiICXLrHFv59KBHaQJ6ElqAP8gSNgnCu4x+pPG7Y1bC2JMNOiyAgJuGQGVUOcNZ5PmK+tsNEayYw==",
|
|
- "dependencies": {
|
|
- "fast-copy": "^2.1.7",
|
|
- "lodash.isplainobject": "^4.0.6",
|
|
- "lodash.isstring": "^4.0.1",
|
|
- "p-throttle": "^4.1.1",
|
|
- "qs": "^6.11.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12"
|
|
- }
|
|
- },
|
|
- "node_modules/contentful/node_modules/type-fest": {
|
|
- "version": "4.13.1",
|
|
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.13.1.tgz",
|
|
- "integrity": "sha512-ASMgM+Vf2cLwDMt1KXSkMUDSYCxtckDJs8zsaVF/mYteIsiARKCVtyXtcK38mIKbLTctZP8v6GMqdNaeI3fo7g==",
|
|
- "engines": {
|
|
- "node": ">=16"
|
|
- },
|
|
- "funding": {
|
|
- "url": "https://github.com/sponsors/sindresorhus"
|
|
- }
|
|
- },
|
|
"node_modules/convert-source-map": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
|
|
@@ -17614,17 +16633,6 @@
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
- "node_modules/delay": {
|
|
- "version": "5.0.0",
|
|
- "resolved": "https://registry.npmjs.org/delay/-/delay-5.0.0.tgz",
|
|
- "integrity": "sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==",
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- },
|
|
- "funding": {
|
|
- "url": "https://github.com/sponsors/sindresorhus"
|
|
- }
|
|
- },
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
@@ -17995,20 +17003,6 @@
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
- "node_modules/dot-prop": {
|
|
- "version": "6.0.1",
|
|
- "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-6.0.1.tgz",
|
|
- "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
|
|
- "dependencies": {
|
|
- "is-obj": "^2.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- },
|
|
- "funding": {
|
|
- "url": "https://github.com/sponsors/sindresorhus"
|
|
- }
|
|
- },
|
|
"node_modules/downshift": {
|
|
"version": "9.0.9",
|
|
"resolved": "https://registry.npmjs.org/downshift/-/downshift-9.0.9.tgz",
|
|
@@ -19954,25 +18948,6 @@
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
- "node_modules/eventid": {
|
|
- "version": "2.0.1",
|
|
- "resolved": "https://registry.npmjs.org/eventid/-/eventid-2.0.1.tgz",
|
|
- "integrity": "sha512-sPNTqiMokAvV048P2c9+foqVJzk49o6d4e0D/sq5jog3pw+4kBgyR0gaM1FM7Mx6Kzd9dztesh9oYz1LWWOpzw==",
|
|
- "dependencies": {
|
|
- "uuid": "^8.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/eventid/node_modules/uuid": {
|
|
- "version": "8.3.2",
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
- "bin": {
|
|
- "uuid": "dist/bin/uuid"
|
|
- }
|
|
- },
|
|
"node_modules/events": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
|
|
@@ -20541,11 +19516,6 @@
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
- "node_modules/fast-copy": {
|
|
- "version": "2.1.7",
|
|
- "resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-2.1.7.tgz",
|
|
- "integrity": "sha512-ozrGwyuCTAy7YgFCua8rmqmytECYk/JYAMXcswOcm0qvGoE3tPb7ivBeIHTOK2DiapBhDZgacIhzhQIKU5TCfA=="
|
|
- },
|
|
"node_modules/fast-crc32c": {
|
|
"version": "2.0.0",
|
|
"resolved": "git+ssh://git@github.com/overleaf/node-fast-crc32c.git#aae6b2a4c7a7a159395df9cc6c38dfde702d6f51",
|
|
@@ -20779,12 +19749,6 @@
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
- "node_modules/file-uri-to-path": {
|
|
- "version": "1.0.0",
|
|
- "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
- "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
|
|
- "license": "MIT"
|
|
- },
|
|
"node_modules/filelist": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
|
|
@@ -21001,15 +19965,6 @@
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
- "node_modules/findit2": {
|
|
- "version": "2.2.3",
|
|
- "resolved": "https://registry.npmjs.org/findit2/-/findit2-2.2.3.tgz",
|
|
- "integrity": "sha512-lg/Moejf4qXovVutL0Lz4IsaPoNYMuxt4PA0nGqFxnJ1CTTGGlEO2wKgoDpwknhvZ8k4Q2F+eesgkLbG2Mxfog==",
|
|
- "license": "MIT",
|
|
- "engines": {
|
|
- "node": ">=0.8.22"
|
|
- }
|
|
- },
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
|
|
@@ -21071,6 +20026,7 @@
|
|
"version": "1.15.6",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
"integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
|
|
+ "dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
@@ -21226,12 +20182,15 @@
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
- "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
+ "version": "4.0.4",
|
|
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
+ "es-set-tostringtag": "^2.1.0",
|
|
+ "hasown": "^2.0.2",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
@@ -21894,352 +20853,6 @@
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
- "node_modules/google-auth-library": {
|
|
- "version": "7.14.1",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.14.1.tgz",
|
|
- "integrity": "sha512-5Rk7iLNDFhFeBYc3s8l1CqzbEBcdhwR193RlD4vSNFajIcINKI8W8P0JLmBpwymHqqWbX34pJDQu39cSy/6RsA==",
|
|
- "dependencies": {
|
|
- "arrify": "^2.0.0",
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "fast-text-encoding": "^1.0.0",
|
|
- "gaxios": "^4.0.0",
|
|
- "gcp-metadata": "^4.2.0",
|
|
- "gtoken": "^5.0.4",
|
|
- "jws": "^4.0.0",
|
|
- "lru-cache": "^6.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/google-auth-library/node_modules/gaxios": {
|
|
- "version": "4.3.2",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz",
|
|
- "integrity": "sha512-T+ap6GM6UZ0c4E6yb1y/hy2UB6hTrqhglp3XfmU9qbLCGRYhLVV5aRPpC4EmoG8N8zOnkYCgoBz+ScvGAARY6Q==",
|
|
- "dependencies": {
|
|
- "abort-controller": "^3.0.0",
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/google-auth-library/node_modules/gcp-metadata": {
|
|
- "version": "4.3.1",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.3.1.tgz",
|
|
- "integrity": "sha512-x850LS5N7V1F3UcV7PoupzGsyD6iVwTVvsh3tbXfkctZnBnjW5yu5z1/3k3SehF7TyoTIe78rJs02GMMy+LF+A==",
|
|
- "dependencies": {
|
|
- "gaxios": "^4.0.0",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/google-auth-library/node_modules/lru-cache": {
|
|
- "version": "6.0.0",
|
|
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
- "dependencies": {
|
|
- "yallist": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/google-auth-library/node_modules/yallist": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
- },
|
|
- "node_modules/google-gax": {
|
|
- "version": "4.3.5",
|
|
- "resolved": "https://registry.npmjs.org/google-gax/-/google-gax-4.3.5.tgz",
|
|
- "integrity": "sha512-zXRSGgHp33ottCQMdYlKEFX/MhWkzKVX5P3Vpmx+DW6rtseLILzp3V0YV5Rh4oQzzkM0BH9+nJIyX01EUgmd3g==",
|
|
- "dependencies": {
|
|
- "@grpc/grpc-js": "~1.10.3",
|
|
- "@grpc/proto-loader": "^0.7.0",
|
|
- "@types/long": "^4.0.0",
|
|
- "abort-controller": "^3.0.0",
|
|
- "duplexify": "^4.0.0",
|
|
- "google-auth-library": "^9.3.0",
|
|
- "node-fetch": "^2.6.1",
|
|
- "object-hash": "^3.0.0",
|
|
- "proto3-json-serializer": "^2.0.0",
|
|
- "protobufjs": "7.3.0",
|
|
- "retry-request": "^7.0.0",
|
|
- "uuid": "^9.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/@grpc/grpc-js": {
|
|
- "version": "1.10.11",
|
|
- "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.11.tgz",
|
|
- "integrity": "sha512-3RaoxOqkHHN2c05bwtBNVJmOf/UwMam0rZYtdl7dsRpsvDwcNpv6LkGgzltQ7xVf822LzBoKEPRvf4D7+xeIDw==",
|
|
- "dependencies": {
|
|
- "@grpc/proto-loader": "^0.7.13",
|
|
- "@js-sdsl/ordered-map": "^4.4.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12.10.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/agent-base": {
|
|
- "version": "7.1.1",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
- "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
- "dependencies": {
|
|
- "debug": "^4.3.4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/debug": {
|
|
- "version": "4.3.5",
|
|
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
|
|
- "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
|
|
- "dependencies": {
|
|
- "ms": "2.1.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=6.0"
|
|
- },
|
|
- "peerDependenciesMeta": {
|
|
- "supports-color": {
|
|
- "optional": true
|
|
- }
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/duplexify": {
|
|
- "version": "4.1.2",
|
|
- "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-4.1.2.tgz",
|
|
- "integrity": "sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==",
|
|
- "dependencies": {
|
|
- "end-of-stream": "^1.4.1",
|
|
- "inherits": "^2.0.3",
|
|
- "readable-stream": "^3.1.1",
|
|
- "stream-shift": "^1.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/gaxios": {
|
|
- "version": "6.6.0",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.6.0.tgz",
|
|
- "integrity": "sha512-bpOZVQV5gthH/jVCSuYuokRo2bTKOcuBiVWpjmTn6C5Agl5zclGfTljuGsQZxwwDBkli+YhZhP4TdlqTnhOezQ==",
|
|
- "dependencies": {
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^7.0.1",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "uuid": "^9.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/gcp-metadata": {
|
|
- "version": "6.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.0.tgz",
|
|
- "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "json-bigint": "^1.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/google-auth-library": {
|
|
- "version": "9.10.0",
|
|
- "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-9.10.0.tgz",
|
|
- "integrity": "sha512-ol+oSa5NbcGdDqA+gZ3G3mev59OHBZksBTxY/tYwjtcp1H/scAFwJfSQU9/1RALoyZ7FslNbke8j4i3ipwlyuQ==",
|
|
- "dependencies": {
|
|
- "base64-js": "^1.3.0",
|
|
- "ecdsa-sig-formatter": "^1.0.11",
|
|
- "gaxios": "^6.1.1",
|
|
- "gcp-metadata": "^6.1.0",
|
|
- "gtoken": "^7.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/gtoken": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-7.1.0.tgz",
|
|
- "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
|
|
- "dependencies": {
|
|
- "gaxios": "^6.0.0",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/https-proxy-agent": {
|
|
- "version": "7.0.4",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
- "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
- "dependencies": {
|
|
- "agent-base": "^7.0.2",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/ms": {
|
|
- "version": "2.1.2",
|
|
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
- },
|
|
- "node_modules/google-gax/node_modules/object-hash": {
|
|
- "version": "3.0.0",
|
|
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
- "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
- "engines": {
|
|
- "node": ">= 6"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/proto3-json-serializer": {
|
|
- "version": "2.0.2",
|
|
- "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz",
|
|
- "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==",
|
|
- "dependencies": {
|
|
- "protobufjs": "^7.2.5"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/protobufjs": {
|
|
- "version": "7.3.0",
|
|
- "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz",
|
|
- "integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==",
|
|
- "hasInstallScript": true,
|
|
- "dependencies": {
|
|
- "@protobufjs/aspromise": "^1.1.2",
|
|
- "@protobufjs/base64": "^1.1.2",
|
|
- "@protobufjs/codegen": "^2.0.4",
|
|
- "@protobufjs/eventemitter": "^1.1.0",
|
|
- "@protobufjs/fetch": "^1.1.0",
|
|
- "@protobufjs/float": "^1.0.2",
|
|
- "@protobufjs/inquire": "^1.1.0",
|
|
- "@protobufjs/path": "^1.1.2",
|
|
- "@protobufjs/pool": "^1.1.0",
|
|
- "@protobufjs/utf8": "^1.1.0",
|
|
- "@types/node": ">=13.7.0",
|
|
- "long": "^5.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/retry-request": {
|
|
- "version": "7.0.2",
|
|
- "resolved": "https://registry.npmjs.org/retry-request/-/retry-request-7.0.2.tgz",
|
|
- "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
|
|
- "dependencies": {
|
|
- "@types/request": "^2.48.8",
|
|
- "extend": "^3.0.2",
|
|
- "teeny-request": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/teeny-request": {
|
|
- "version": "9.0.0",
|
|
- "resolved": "https://registry.npmjs.org/teeny-request/-/teeny-request-9.0.0.tgz",
|
|
- "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
|
|
- "dependencies": {
|
|
- "http-proxy-agent": "^5.0.0",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "node-fetch": "^2.6.9",
|
|
- "stream-events": "^1.0.5",
|
|
- "uuid": "^9.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/teeny-request/node_modules/agent-base": {
|
|
- "version": "6.0.2",
|
|
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
- "dependencies": {
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 6.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/teeny-request/node_modules/https-proxy-agent": {
|
|
- "version": "5.0.1",
|
|
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
- "dependencies": {
|
|
- "agent-base": "6",
|
|
- "debug": "4"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 6"
|
|
- }
|
|
- },
|
|
- "node_modules/google-gax/node_modules/uuid": {
|
|
- "version": "9.0.1",
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
- "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
- "funding": [
|
|
- "https://github.com/sponsors/broofa",
|
|
- "https://github.com/sponsors/ctavan"
|
|
- ],
|
|
- "bin": {
|
|
- "uuid": "dist/bin/uuid"
|
|
- }
|
|
- },
|
|
- "node_modules/google-logging-utils": {
|
|
- "version": "0.0.2",
|
|
- "resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-0.0.2.tgz",
|
|
- "integrity": "sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==",
|
|
- "license": "Apache-2.0",
|
|
- "engines": {
|
|
- "node": ">=14"
|
|
- }
|
|
- },
|
|
- "node_modules/google-p12-pem": {
|
|
- "version": "3.1.3",
|
|
- "resolved": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.1.3.tgz",
|
|
- "integrity": "sha512-MC0jISvzymxePDVembypNefkAQp+DRP7dBE+zNUPaIjEspIlYg0++OrsNr248V9tPbz6iqtZ7rX1hxWA5B8qBQ==",
|
|
- "dependencies": {
|
|
- "node-forge": "^1.0.0"
|
|
- },
|
|
- "bin": {
|
|
- "gp12-pem": "build/src/bin/gp12-pem.js"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/google-proto-files": {
|
|
- "version": "3.0.3",
|
|
- "resolved": "https://registry.npmjs.org/google-proto-files/-/google-proto-files-3.0.3.tgz",
|
|
- "integrity": "sha512-7JaU/smPA/FpNsCaXyVjitwiQyn5zYC/ETA+xag3ziovBojIWvzevyrbVqhxgnQdgMJ0p1RVSvpzQL6hkg6yGw==",
|
|
- "dependencies": {
|
|
- "protobufjs": "^7.0.0",
|
|
- "walkdir": "^0.4.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=12.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/gopd": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
@@ -22272,34 +20885,6 @@
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
- "node_modules/gtoken": {
|
|
- "version": "5.3.1",
|
|
- "resolved": "https://registry.npmjs.org/gtoken/-/gtoken-5.3.1.tgz",
|
|
- "integrity": "sha512-yqOREjzLHcbzz1UrQoxhBtpk8KjrVhuqPE7od1K2uhyxG2BHjKZetlbLw/SPZak/QqTIQW+addS+EcjqQsZbwQ==",
|
|
- "dependencies": {
|
|
- "gaxios": "^4.0.0",
|
|
- "google-p12-pem": "^3.0.3",
|
|
- "jws": "^4.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
- "node_modules/gtoken/node_modules/gaxios": {
|
|
- "version": "4.3.2",
|
|
- "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.3.2.tgz",
|
|
- "integrity": "sha512-T+ap6GM6UZ0c4E6yb1y/hy2UB6hTrqhglp3XfmU9qbLCGRYhLVV5aRPpC4EmoG8N8zOnkYCgoBz+ScvGAARY6Q==",
|
|
- "dependencies": {
|
|
- "abort-controller": "^3.0.0",
|
|
- "extend": "^3.0.2",
|
|
- "https-proxy-agent": "^5.0.0",
|
|
- "is-stream": "^2.0.0",
|
|
- "node-fetch": "^2.6.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- }
|
|
- },
|
|
"node_modules/gulp-sort": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz",
|
|
@@ -22814,6 +21399,7 @@
|
|
"version": "2.5.2",
|
|
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz",
|
|
"integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
|
|
+ "dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
@@ -23998,14 +22584,6 @@
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
- "node_modules/is-obj": {
|
|
- "version": "2.0.0",
|
|
- "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz",
|
|
- "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
|
|
- "engines": {
|
|
- "node": ">=8"
|
|
- }
|
|
- },
|
|
"node_modules/is-path-inside": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
|
|
@@ -25922,12 +24500,6 @@
|
|
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
"integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w="
|
|
},
|
|
- "node_modules/lodash.sortby": {
|
|
- "version": "4.7.0",
|
|
- "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
|
|
- "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
|
|
- "license": "MIT"
|
|
- },
|
|
"node_modules/lodash.support": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/lodash.support/-/lodash.support-2.4.1.tgz",
|
|
@@ -27554,9 +26126,9 @@
|
|
}
|
|
},
|
|
"node_modules/multer": {
|
|
- "version": "2.0.1",
|
|
- "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.1.tgz",
|
|
- "integrity": "sha512-Ug8bXeTIUlxurg8xLTEskKShvcKDZALo1THEX5E41pYCD2sCVub5/kIRIGqWNoqV6szyLyQKV6mD4QUrWE5GCQ==",
|
|
+ "version": "2.0.2",
|
|
+ "resolved": "https://registry.npmjs.org/multer/-/multer-2.0.2.tgz",
|
|
+ "integrity": "sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"append-field": "^1.0.0",
|
|
@@ -28323,6 +26895,7 @@
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
|
|
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
|
|
+ "dev": true,
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
@@ -28591,17 +27164,6 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
- "node_modules/p-throttle": {
|
|
- "version": "4.1.1",
|
|
- "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-4.1.1.tgz",
|
|
- "integrity": "sha512-TuU8Ato+pRTPJoDzYD4s7ocJYcNSEZRvlxoq3hcPI2kZDZ49IQ1Wkj7/gDJc3X7XiEAAvRGtDzdXJI0tC3IL1g==",
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- },
|
|
- "funding": {
|
|
- "url": "https://github.com/sponsors/sindresorhus"
|
|
- }
|
|
- },
|
|
"node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
|
|
@@ -28683,14 +27245,6 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
- "node_modules/parse-ms": {
|
|
- "version": "2.1.0",
|
|
- "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz",
|
|
- "integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==",
|
|
- "engines": {
|
|
- "node": ">=6"
|
|
- }
|
|
- },
|
|
"node_modules/parse-srcset": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz",
|
|
@@ -29083,7 +27637,7 @@
|
|
"version": "7.1.6",
|
|
"resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.6.tgz",
|
|
"integrity": "sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==",
|
|
- "deprecated": "Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net",
|
|
+ "deprecated": "Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"component-emitter": "^1.3.0",
|
|
@@ -30228,39 +28782,6 @@
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
- "node_modules/pprof": {
|
|
- "version": "4.0.0",
|
|
- "resolved": "https://registry.npmjs.org/pprof/-/pprof-4.0.0.tgz",
|
|
- "integrity": "sha512-Yhfk7Y0G1MYsy97oXxmSG5nvbM1sCz9EALiNhW/isAv5Xf7svzP+1RfGeBlS6mLSgRJvgSLh6Mi5DaisQuPttw==",
|
|
- "hasInstallScript": true,
|
|
- "license": "Apache-2.0",
|
|
- "dependencies": {
|
|
- "@mapbox/node-pre-gyp": "^1.0.9",
|
|
- "bindings": "^1.2.1",
|
|
- "delay": "^5.0.0",
|
|
- "findit2": "^2.2.3",
|
|
- "nan": "^2.17.0",
|
|
- "p-limit": "^3.0.0",
|
|
- "protobufjs": "~7.2.4",
|
|
- "source-map": "~0.8.0-beta.0",
|
|
- "split": "^1.0.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=14.0.0"
|
|
- }
|
|
- },
|
|
- "node_modules/pprof/node_modules/source-map": {
|
|
- "version": "0.8.0-beta.0",
|
|
- "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
|
|
- "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
|
|
- "license": "BSD-3-Clause",
|
|
- "dependencies": {
|
|
- "whatwg-url": "^7.0.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 8"
|
|
- }
|
|
- },
|
|
"node_modules/preact": {
|
|
"version": "10.26.5",
|
|
"resolved": "https://registry.npmjs.org/preact/-/preact-10.26.5.tgz",
|
|
@@ -30364,20 +28885,6 @@
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
- "node_modules/pretty-ms": {
|
|
- "version": "7.0.1",
|
|
- "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz",
|
|
- "integrity": "sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==",
|
|
- "dependencies": {
|
|
- "parse-ms": "^2.1.0"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">=10"
|
|
- },
|
|
- "funding": {
|
|
- "url": "https://github.com/sponsors/sindresorhus"
|
|
- }
|
|
- },
|
|
"node_modules/private": {
|
|
"version": "0.1.8",
|
|
"resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
|
|
@@ -30689,16 +29196,6 @@
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
- "node_modules/pumpify": {
|
|
- "version": "2.0.1",
|
|
- "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz",
|
|
- "integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
|
|
- "dependencies": {
|
|
- "duplexify": "^4.1.1",
|
|
- "inherits": "^2.0.3",
|
|
- "pump": "^3.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/punycode": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
@@ -31838,13 +30335,17 @@
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/form-data": {
|
|
- "version": "2.3.3",
|
|
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
|
|
- "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
|
|
+ "version": "2.5.5",
|
|
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.5.tgz",
|
|
+ "integrity": "sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==",
|
|
+ "license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
- "combined-stream": "^1.0.6",
|
|
- "mime-types": "^2.1.12"
|
|
+ "combined-stream": "^1.0.8",
|
|
+ "es-set-tostringtag": "^2.1.0",
|
|
+ "hasown": "^2.0.2",
|
|
+ "mime-types": "^2.1.35",
|
|
+ "safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
@@ -31858,6 +30359,26 @@
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
+ "node_modules/request/node_modules/safe-buffer": {
|
|
+ "version": "5.2.1",
|
|
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
+ "funding": [
|
|
+ {
|
|
+ "type": "github",
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
+ },
|
|
+ {
|
|
+ "type": "patreon",
|
|
+ "url": "https://www.patreon.com/feross"
|
|
+ },
|
|
+ {
|
|
+ "type": "consulting",
|
|
+ "url": "https://feross.org/support"
|
|
+ }
|
|
+ ],
|
|
+ "license": "MIT"
|
|
+ },
|
|
"node_modules/request/node_modules/tough-cookie": {
|
|
"version": "5.1.2",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
|
|
@@ -33458,18 +31979,6 @@
|
|
"wbuf": "^1.7.3"
|
|
}
|
|
},
|
|
- "node_modules/split": {
|
|
- "version": "1.0.1",
|
|
- "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
|
|
- "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "through": "2"
|
|
- },
|
|
- "engines": {
|
|
- "node": "*"
|
|
- }
|
|
- },
|
|
"node_modules/split-ca": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/split-ca/-/split-ca-1.0.1.tgz",
|
|
@@ -34320,7 +32829,7 @@
|
|
"version": "3.8.3",
|
|
"resolved": "https://registry.npmjs.org/superagent/-/superagent-3.8.3.tgz",
|
|
"integrity": "sha512-GLQtLMCoEIK4eDv6OGtkOoSMt3D+oq0y3dsxMuYuDvaNUvuT8eFBuLmfR0iYYzHC1e8hpzC6ZsxbuP6DIalMFA==",
|
|
- "deprecated": "Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net",
|
|
+ "deprecated": "Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"component-emitter": "^1.2.0",
|
|
@@ -34347,42 +32856,6 @@
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
- "node_modules/superagent/node_modules/form-data": {
|
|
- "version": "2.5.3",
|
|
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.5.3.tgz",
|
|
- "integrity": "sha512-XHIrMD0NpDrNM/Ckf7XJiBbLl57KEhT3+i3yY+eWm+cqYZJQTZrKo8Y8AWKnuV5GT4scfuUGt9LzNoIx3dU1nQ==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "asynckit": "^0.4.0",
|
|
- "combined-stream": "^1.0.8",
|
|
- "es-set-tostringtag": "^2.1.0",
|
|
- "mime-types": "^2.1.35",
|
|
- "safe-buffer": "^5.2.1"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 0.12"
|
|
- }
|
|
- },
|
|
- "node_modules/superagent/node_modules/form-data/node_modules/safe-buffer": {
|
|
- "version": "5.2.1",
|
|
- "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
- "funding": [
|
|
- {
|
|
- "type": "github",
|
|
- "url": "https://github.com/sponsors/feross"
|
|
- },
|
|
- {
|
|
- "type": "patreon",
|
|
- "url": "https://www.patreon.com/feross"
|
|
- },
|
|
- {
|
|
- "type": "consulting",
|
|
- "url": "https://feross.org/support"
|
|
- }
|
|
- ],
|
|
- "license": "MIT"
|
|
- },
|
|
"node_modules/superagent/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
@@ -35223,7 +33696,8 @@
|
|
"node_modules/through": {
|
|
"version": "2.3.8",
|
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
|
- "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU="
|
|
+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
|
|
+ "dev": true
|
|
},
|
|
"node_modules/through2": {
|
|
"version": "4.0.2",
|
|
@@ -35502,15 +33976,6 @@
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
- "node_modules/tr46": {
|
|
- "version": "1.0.1",
|
|
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
|
|
- "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "punycode": "^2.1.0"
|
|
- }
|
|
- },
|
|
"node_modules/traverse": {
|
|
"version": "0.6.11",
|
|
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.11.tgz",
|
|
@@ -36519,14 +34984,6 @@
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
- "node_modules/walkdir": {
|
|
- "version": "0.4.1",
|
|
- "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
|
|
- "integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
|
|
- "engines": {
|
|
- "node": ">=6.0.0"
|
|
- }
|
|
- },
|
|
"node_modules/warning": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
|
|
@@ -37250,23 +35707,6 @@
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
- "node_modules/whatwg-url": {
|
|
- "version": "7.1.0",
|
|
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
|
|
- "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "lodash.sortby": "^4.7.0",
|
|
- "tr46": "^1.0.1",
|
|
- "webidl-conversions": "^4.0.2"
|
|
- }
|
|
- },
|
|
- "node_modules/whatwg-url/node_modules/webidl-conversions": {
|
|
- "version": "4.0.2",
|
|
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
|
|
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
|
|
- "license": "BSD-2-Clause"
|
|
- },
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
@@ -37575,16 +36015,17 @@
|
|
}
|
|
},
|
|
"node_modules/xml-crypto": {
|
|
- "version": "3.2.1",
|
|
- "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-3.2.1.tgz",
|
|
- "integrity": "sha512-0GUNbPtQt+PLMsC5HoZRONX+K6NBJEqpXe/lsvrFj0EqfpGPpVfJKGE7a5jCg8s2+Wkrf/2U1G41kIH+zC9eyQ==",
|
|
+ "version": "6.1.2",
|
|
+ "resolved": "https://registry.npmjs.org/xml-crypto/-/xml-crypto-6.1.2.tgz",
|
|
+ "integrity": "sha512-leBOVQdVi8FvPJrMYoum7Ici9qyxfE4kVi+AkpUoYCSXaQF4IlBm1cneTK9oAxR61LpYxTx7lNcsnBIeRpGW2w==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
- "@xmldom/xmldom": "^0.8.8",
|
|
- "xpath": "0.0.32"
|
|
+ "@xmldom/is-dom-node": "^1.0.1",
|
|
+ "@xmldom/xmldom": "^0.8.10",
|
|
+ "xpath": "^0.0.33"
|
|
},
|
|
"engines": {
|
|
- "node": ">=4.0.0"
|
|
+ "node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/xml-crypto/node_modules/@xmldom/xmldom": {
|
|
@@ -37597,9 +36038,10 @@
|
|
}
|
|
},
|
|
"node_modules/xml-crypto/node_modules/xpath": {
|
|
- "version": "0.0.32",
|
|
- "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz",
|
|
- "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==",
|
|
+ "version": "0.0.33",
|
|
+ "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.33.tgz",
|
|
+ "integrity": "sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA==",
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
@@ -37660,6 +36102,7 @@
|
|
"version": "15.1.1",
|
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
|
|
"integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
|
|
+ "license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
@@ -38376,7 +36819,6 @@
|
|
"version": "1.0.0",
|
|
"license": "Proprietary",
|
|
"dependencies": {
|
|
- "@google-cloud/secret-manager": "^5.6.0",
|
|
"@overleaf/logger": "*",
|
|
"@overleaf/metrics": "*",
|
|
"@overleaf/mongo-utils": "*",
|
|
@@ -39089,11 +37531,9 @@
|
|
"services/web": {
|
|
"name": "@overleaf/web",
|
|
"dependencies": {
|
|
- "@contentful/rich-text-html-renderer": "^16.0.2",
|
|
- "@contentful/rich-text-types": "^16.0.2",
|
|
"@google-cloud/bigquery": "^6.0.1",
|
|
"@node-oauth/oauth2-server": "^5.1.0",
|
|
- "@node-saml/passport-saml": "^4.0.4",
|
|
+ "@node-saml/passport-saml": "^5.1.0",
|
|
"@overleaf/access-token-encryptor": "*",
|
|
"@overleaf/fetch-utils": "*",
|
|
"@overleaf/logger": "*",
|
|
@@ -39105,7 +37545,6 @@
|
|
"@overleaf/redis-wrapper": "*",
|
|
"@overleaf/settings": "*",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
- "@slack/webhook": "^7.0.2",
|
|
"@stripe/react-stripe-js": "^3.1.1",
|
|
"@stripe/stripe-js": "^5.6.0",
|
|
"@xmldom/xmldom": "^0.7.13",
|
|
@@ -39124,7 +37563,6 @@
|
|
"celebrate": "^15.0.3",
|
|
"connect-redis": "^6.1.3",
|
|
"content-disposition": "^0.5.0",
|
|
- "contentful": "^10.8.5",
|
|
"cookie": "^0.2.3",
|
|
"cookie-parser": "1.4.6",
|
|
"crc-32": "^1.2.2",
|
|
@@ -39159,7 +37597,7 @@
|
|
"moment": "^2.29.4",
|
|
"mongodb-legacy": "6.1.3",
|
|
"mongoose": "8.9.5",
|
|
- "multer": "overleaf/multer#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
|
|
+ "multer": "^2.0.2",
|
|
"nocache": "^2.1.0",
|
|
"node-fetch": "^2.7.0",
|
|
"nodemailer": "^6.7.0",
|
|
@@ -40077,24 +38515,6 @@
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
- "services/web/node_modules/multer": {
|
|
- "version": "2.0.1",
|
|
- "resolved": "git+ssh://git@github.com/overleaf/multer.git#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
|
|
- "integrity": "sha512-kkvPK48OQibR5vIoTQBbZp1uWVCvT9MrW3Y0mqdhFYJP/HVJujb4eSCEU0yj+hyf0Y+H/BKCmPdM4fJnzqAO4w==",
|
|
- "license": "MIT",
|
|
- "dependencies": {
|
|
- "append-field": "^1.0.0",
|
|
- "busboy": "^1.6.0",
|
|
- "concat-stream": "^2.0.0",
|
|
- "mkdirp": "^0.5.6",
|
|
- "object-assign": "^4.1.1",
|
|
- "type-is": "^1.6.18",
|
|
- "xtend": "^4.0.2"
|
|
- },
|
|
- "engines": {
|
|
- "node": ">= 10.16.0"
|
|
- }
|
|
- },
|
|
"services/web/node_modules/nise": {
|
|
"version": "1.5.3",
|
|
"resolved": "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz",
|
|
diff -u -x node_modules -r a/services/history-v1/package.json b/services/history-v1/package.json
|
|
--- a/services/history-v1/package.json 2025-06-11 11:06:33.000000000 +0100
|
|
+++ b/services/history-v1/package.json 2025-07-28 12:36:17.000000000 +0100
|
|
@@ -6,7 +6,6 @@
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"dependencies": {
|
|
- "@google-cloud/secret-manager": "^5.6.0",
|
|
"@overleaf/logger": "*",
|
|
"@overleaf/metrics": "*",
|
|
"@overleaf/mongo-utils": "*",
|
|
diff -u -x node_modules -r a/services/web/package.json b/services/web/package.json
|
|
--- a/services/web/package.json 2025-06-06 09:16:39.000000000 +0100
|
|
+++ b/services/web/package.json 2025-07-28 12:35:57.000000000 +0100
|
|
@@ -70,11 +70,9 @@
|
|
"safari > 14"
|
|
],
|
|
"dependencies": {
|
|
- "@contentful/rich-text-html-renderer": "^16.0.2",
|
|
- "@contentful/rich-text-types": "^16.0.2",
|
|
"@google-cloud/bigquery": "^6.0.1",
|
|
"@node-oauth/oauth2-server": "^5.1.0",
|
|
- "@node-saml/passport-saml": "^4.0.4",
|
|
+ "@node-saml/passport-saml": "^5.1.0",
|
|
"@overleaf/access-token-encryptor": "*",
|
|
"@overleaf/fetch-utils": "*",
|
|
"@overleaf/logger": "*",
|
|
@@ -86,9 +84,8 @@
|
|
"@overleaf/redis-wrapper": "*",
|
|
"@overleaf/settings": "*",
|
|
"@phosphor-icons/react": "^2.1.7",
|
|
- "@slack/webhook": "^7.0.2",
|
|
- "@stripe/stripe-js": "^5.6.0",
|
|
"@stripe/react-stripe-js": "^3.1.1",
|
|
+ "@stripe/stripe-js": "^5.6.0",
|
|
"@xmldom/xmldom": "^0.7.13",
|
|
"accepts": "^1.3.7",
|
|
"ajv": "^8.12.0",
|
|
@@ -105,7 +102,6 @@
|
|
"celebrate": "^15.0.3",
|
|
"connect-redis": "^6.1.3",
|
|
"content-disposition": "^0.5.0",
|
|
- "contentful": "^10.8.5",
|
|
"cookie": "^0.2.3",
|
|
"cookie-parser": "1.4.6",
|
|
"crc-32": "^1.2.2",
|
|
@@ -140,7 +136,7 @@
|
|
"moment": "^2.29.4",
|
|
"mongodb-legacy": "6.1.3",
|
|
"mongoose": "8.9.5",
|
|
- "multer": "overleaf/multer#4dbceda355efc3fc8ac3cf5c66c3778c8a6fdb23",
|
|
+ "multer": "^2.0.2",
|
|
"nocache": "^2.1.0",
|
|
"node-fetch": "^2.7.0",
|
|
"nodemailer": "^6.7.0",
|