diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-10-16 11:20:50 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-10-16 16:41:53 +0200 |
commit | 96d7b49621a21e4e9b3eb3c03255f64e1d99fd4d (patch) | |
tree | b037c228d582c1d5a4a4175cd542bd61451177f0 /server/sonar-web/yarn.lock | |
parent | a17989933c05819d61998257e0d5c60805547d80 (diff) | |
download | sonarqube-96d7b49621a21e4e9b3eb3c03255f64e1d99fd4d.tar.gz sonarqube-96d7b49621a21e4e9b3eb3c03255f64e1d99fd4d.zip |
SONAR-11265 use valid-url library to validate urls
Diffstat (limited to 'server/sonar-web/yarn.lock')
-rw-r--r-- | server/sonar-web/yarn.lock | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock index 279fc9ba4e6..d5faaf6b277 100644 --- a/server/sonar-web/yarn.lock +++ b/server/sonar-web/yarn.lock @@ -894,6 +894,11 @@ "@types/prop-types" "*" csstype "^2.2.0" +"@types/valid-url@1.0.2": + version "1.0.2" + resolved "http://registry.npmjs.org/@types/valid-url/-/valid-url-1.0.2.tgz#60fa435ce24bfd5ba107b8d2a80796aeaf3a8f45" + integrity sha1-YPpDXOJL/VuhB7jSqAeWrq86j0U= + "@webassemblyjs/ast@1.5.13": version "1.5.13" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.5.13.tgz#81155a570bd5803a30ec31436bc2c9c0ede38f25" @@ -10185,6 +10190,11 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" integrity sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA== +valid-url@1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/valid-url/-/valid-url-1.0.9.tgz#1c14479b40f1397a75782f115e4086447433a200" + integrity sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA= + validate-npm-package-license@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" |