Ver código fonte

Merge pull request #13674 from overleaf/mj-translations-fix

[web] Update dependency for OneSky translations

GitOrigin-RevId: 217ab41186a0edf5a6dd56ce6b87c9f3c4e8690e
Christopher Hoskin 3 anos atrás
pai
commit
8e08c389b7

+ 6 - 6
services/web/scripts/translations/package-lock.json

@@ -5,16 +5,16 @@
   "packages": {
     "": {
       "dependencies": {
-        "@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
+        "@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
         "node-fetch": "^2.6.7",
         "sanitize-html": "^2.7.0",
         "yargs": "^17.7.2"
       }
     },
     "node_modules/@brainly/onesky-utils": {
-      "version": "1.4.0",
-      "resolved": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
-      "integrity": "sha512-kmA0+M1htZVjJrRU2TzWYVrRXSPiZAElKLGxAqhBa1llQj+OqBb7W7t5gDMPdP9Q0mXIgjmaCs6hlPl3awUOEw==",
+      "version": "1.4.2",
+      "resolved": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
+      "integrity": "sha512-B4mNrHXvR7ZHf2we+dtGa8ME/8rqHWWM5m05LzcpVAUpIQTxFL+vPsBzis7grVu5TgXlII481stj/68+YIRgPA==",
       "license": "MIT",
       "dependencies": {
         "md5": "^2.0.0",
@@ -901,8 +901,8 @@
   },
   "dependencies": {
     "@brainly/onesky-utils": {
-      "version": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
-      "integrity": "sha512-kmA0+M1htZVjJrRU2TzWYVrRXSPiZAElKLGxAqhBa1llQj+OqBb7W7t5gDMPdP9Q0mXIgjmaCs6hlPl3awUOEw==",
+      "version": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
+      "integrity": "sha512-B4mNrHXvR7ZHf2we+dtGa8ME/8rqHWWM5m05LzcpVAUpIQTxFL+vPsBzis7grVu5TgXlII481stj/68+YIRgPA==",
       "requires": {
         "md5": "^2.0.0",
         "request": "^2.88.0",

+ 1 - 1
services/web/scripts/translations/package.json

@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/jpa-upstream-pr-43.tar.gz",
+    "@brainly/onesky-utils": "https://github.com/overleaf/nodejs-onesky-utils/archive/main.tar.gz",
     "node-fetch": "^2.6.7",
     "sanitize-html": "^2.7.0",
     "yargs": "^17.7.2"