[scripts/translations] uploadNonEnglish: automate upload of translations GitOrigin-RevId: 0d4453d17702955abe15497c64cb693ff945fda8
@@ -0,0 +1,3 @@
+node_modules
+
+.cache
@@ -353,6 +353,11 @@
"mime-db": "1.44.0"
}
},
+ "node-fetch": {
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
+ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
+ },
"oauth-sign": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
@@ -1,6 +1,7 @@
{
"dependencies": {
"@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
+ "node-fetch": "^2.6.1",
"sanitize-html": "^1.27.1"