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

[web] Update dependency for OneSky translations

GitOrigin-RevId: 217ab41186a0edf5a6dd56ce6b87c9f3c4e8690e
This commit is contained in:
Christopher Hoskin 2023-07-05 09:28:09 +01:00 committed by Copybot
parent f0420000c5
commit 8e08c389b7
2 changed files with 7 additions and 7 deletions

View file

@ -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",

View file

@ -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"