mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Upgrade cross-env
The breaking changes here are just for node version for the most part. The one other breaking change has a workaround and shouldn't affect us anyway. GitOrigin-RevId: beb192a38cfc04f6b321e5ab44770a9a64110c30
This commit is contained in:
37
package-lock.json
generated
37
package-lock.json
generated
@@ -18541,22 +18541,6 @@
|
||||
"node": ">=0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/cross-env": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-4.0.0.tgz",
|
||||
"integrity": "sha512-dofkcyPqOy/AR14nbYSpk+TZ4IJZqg2as+/mQNkzh+7Xba2I1I1eyg/1G2dtSpD2LHjcEWwnGquiH2OP5LoeOw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^5.1.0",
|
||||
"is-windows": "^1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"cross-env": "dist/bin/cross-env.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/cross-fetch": {
|
||||
"version": "3.1.8",
|
||||
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz",
|
||||
@@ -26894,6 +26878,7 @@
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
|
||||
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
@@ -43514,7 +43499,7 @@
|
||||
"bootstrap": "^5.3.3",
|
||||
"compression": "^1.7.1",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cross-env": "^4.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"es6-promise": "^4.2.8",
|
||||
"express": "^4.21.2",
|
||||
"express-basic-auth": "^1.2.0",
|
||||
@@ -43903,6 +43888,24 @@
|
||||
"node": ">= 16"
|
||||
}
|
||||
},
|
||||
"services/latexqc/node_modules/cross-env": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
|
||||
"integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"cross-env": "src/bin/cross-env.js",
|
||||
"cross-env-shell": "src/bin/cross-env-shell.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.14",
|
||||
"npm": ">=6",
|
||||
"yarn": ">=1"
|
||||
}
|
||||
},
|
||||
"services/latexqc/node_modules/debug": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
||||
|
||||
@@ -26,9 +26,6 @@
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"overrides": {
|
||||
"cross-env@4.0.0": {
|
||||
"cross-spawn": "^7.0.6"
|
||||
},
|
||||
"swagger-tools@0.10.4": {
|
||||
"path-to-regexp": "3.3.0",
|
||||
"body-parser": "1.20.3",
|
||||
|
||||
Reference in New Issue
Block a user