From 8e08c389b777d9944cdd3b38a5ad88ba14560049 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Wed, 5 Jul 2023 09:28:09 +0100 Subject: [PATCH] Merge pull request #13674 from overleaf/mj-translations-fix [web] Update dependency for OneSky translations GitOrigin-RevId: 217ab41186a0edf5a6dd56ce6b87c9f3c4e8690e --- services/web/scripts/translations/package-lock.json | 12 ++++++------ services/web/scripts/translations/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"