diff --git a/services/web/scripts/translations/package-lock.json b/services/web/scripts/translations/package-lock.json index 49238242cf..1fc42895a5 100644 --- a/services/web/scripts/translations/package-lock.json +++ b/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", diff --git a/services/web/scripts/translations/package.json b/services/web/scripts/translations/package.json index 936637604d..dcda418c0d 100644 --- a/services/web/scripts/translations/package.json +++ b/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"