mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
fix(deps): update dependency @transifex/api to v4.3.0
This commit is contained in:
parent
0ec47c2d6f
commit
8787503122
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@transifex/api": "4.2.5",
|
||||
"@transifex/api": "4.3.0",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"download": "^8.0.0",
|
||||
"transifex": "1.6.6"
|
||||
|
@ -2124,9 +2124,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@transifex/api": {
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-4.2.5.tgz",
|
||||
"integrity": "sha512-br8ubTnKohECW3dPrR3h1casERTn3EvaV+gpHkWDZf3rlurkksAvEh/i9U+fIUzBF6ooYI0SG1JjRzuKkeaSZg==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-4.3.0.tgz",
|
||||
"integrity": "sha512-RCpqAqxZlrHDo7rfam8tLSoT02wvF8LQeNRC0VZG5IGrH+wv+G6fB8PWLLHrvUuaqO6XCwkMmYlJ/X9U9TLTHw==",
|
||||
"dependencies": {
|
||||
"core-js": "^3.22.4"
|
||||
},
|
||||
|
@ -13636,9 +13636,9 @@
|
|||
"integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow=="
|
||||
},
|
||||
"@transifex/api": {
|
||||
"version": "4.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-4.2.5.tgz",
|
||||
"integrity": "sha512-br8ubTnKohECW3dPrR3h1casERTn3EvaV+gpHkWDZf3rlurkksAvEh/i9U+fIUzBF6ooYI0SG1JjRzuKkeaSZg==",
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@transifex/api/-/api-4.3.0.tgz",
|
||||
"integrity": "sha512-RCpqAqxZlrHDo7rfam8tLSoT02wvF8LQeNRC0VZG5IGrH+wv+G6fB8PWLLHrvUuaqO6XCwkMmYlJ/X9U9TLTHw==",
|
||||
"requires": {
|
||||
"core-js": "^3.22.4"
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"dependencies": {
|
||||
"@babel/cli": "^7.1.2",
|
||||
"@babel/core": "^7.1.2",
|
||||
"@transifex/api": "4.2.5",
|
||||
"@transifex/api": "4.3.0",
|
||||
"babel-plugin-react-intl": "^3.0.1",
|
||||
"download": "^8.0.0",
|
||||
"transifex": "1.6.6"
|
||||
|
|
Loading…
Reference in a new issue