aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2022-08-18 11:12:05 +0200
committersonartech <sonartech@sonarsource.com>2022-08-19 20:03:32 +0000
commit58b817b3103de76677b1ede49a6df614b725b9a8 (patch)
tree9fc7666e7916872f41ac73d6e1d698c69dd800dd
parent5c7f519f40b54821682e8da34bc34d25553ab46f (diff)
downloadsonarqube-58b817b3103de76677b1ede49a6df614b725b9a8.tar.gz
sonarqube-58b817b3103de76677b1ede49a6df614b725b9a8.zip
[NO JIRA] Upgrade react-select-event
-rw-r--r--server/sonar-web/package.json2
-rw-r--r--server/sonar-web/yarn.lock10
2 files changed, 6 insertions, 6 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json
index 7de1914915d..e4e6361ee55 100644
--- a/server/sonar-web/package.json
+++ b/server/sonar-web/package.json
@@ -102,7 +102,7 @@
"postcss-calc": "7.0.2",
"postcss-custom-properties": "9.1.1",
"prettier": "1.19.1",
- "react-select-event": "5.4.0",
+ "react-select-event": "5.5.1",
"typescript": "4.6.3",
"whatwg-fetch": "3.6.2"
},
diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock
index 74e0c44e246..6054e8124b1 100644
--- a/server/sonar-web/yarn.lock
+++ b/server/sonar-web/yarn.lock
@@ -2389,7 +2389,7 @@ __metadata:
react-modal: 3.14.4
react-router-dom: 6.3.0
react-select: 4.3.1
- react-select-event: 5.4.0
+ react-select-event: 5.5.1
react-virtualized: 9.22.3
regenerator-runtime: 0.13.9
rehype-raw: 4.0.2
@@ -9176,12 +9176,12 @@ __metadata:
languageName: node
linkType: hard
-"react-select-event@npm:5.4.0":
- version: 5.4.0
- resolution: "react-select-event@npm:5.4.0"
+"react-select-event@npm:5.5.1":
+ version: 5.5.1
+ resolution: "react-select-event@npm:5.5.1"
dependencies:
"@testing-library/dom": ">=7"
- checksum: 244b1bdff5374b56a7d8156859a10dfd3191573ac419a8f91a64283cde48517df83c90f2df1891fc74bceb548d21ace9a9cb87e252bf2f83f78e305ea577af53
+ checksum: af0e43927eab54545b699c817480cb38cebb0432ea743c869d06e426bc5ccc8788d4e2da4741b63022c20282b87a1620cd1dcc79051c442ff291e41b604e02ca
languageName: node
linkType: hard
> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/es_MX.json
blob: b87b42bdc10e96ed16f1b011948877039daaddb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "translations": {
    "OAuth 2.0" : "OAuth 2.0",
    "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
    "OAuth 2.0 clients" : "Clientes OAuth 2.0",
    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s.",
    "Name" : "Nombre",
    "Redirection URI" : "URI para redirección",
    "Client Identifier" : "Identificador del cliente",
    "Secret" : "Secreto",
    "Add client" : "Agregar cliente",
    "Add" : "Agregar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}