diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-01-05 14:39:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-05 20:02:36 +0000 |
commit | edc58f42e62c4404906842fcc43ea31ae4bb8bd7 (patch) | |
tree | ec6e74a3c31114bebea64f7efcf5884327b41002 | |
parent | e0e25569b61b8f8f3c4eb2cfdfae89be7a7e86d2 (diff) | |
download | sonarqube-edc58f42e62c4404906842fcc43ea31ae4bb8bd7.tar.gz sonarqube-edc58f42e62c4404906842fcc43ea31ae4bb8bd7.zip |
SONAR-21404 Bump axios to 1.6.4
-rw-r--r-- | server/sonar-web/package.json | 2 | ||||
-rw-r--r-- | server/sonar-web/yarn.lock | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index ec8856c78da..33fbd810181 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -14,7 +14,7 @@ "@react-spring/rafz": "9.7.3", "@react-spring/web": "9.7.3", "@tanstack/react-query": "4.33.0", - "axios": "1.6.0", + "axios": "1.6.4", "classnames": "2.3.2", "clipboard": "2.0.11", "core-js": "3.33.2", diff --git a/server/sonar-web/yarn.lock b/server/sonar-web/yarn.lock index 649f11deef4..b07f184b41a 100644 --- a/server/sonar-web/yarn.lock +++ b/server/sonar-web/yarn.lock @@ -5256,7 +5256,7 @@ __metadata: "@typescript-eslint/eslint-plugin": 5.59.11 "@typescript-eslint/parser": 5.59.11 autoprefixer: 10.4.16 - axios: 1.6.0 + axios: 1.6.4 chalk: 4.1.2 chokidar: 3.5.3 classnames: 2.3.2 @@ -5759,14 +5759,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:1.6.0": - version: 1.6.0 - resolution: "axios@npm:1.6.0" +"axios@npm:1.6.4": + version: 1.6.4 + resolution: "axios@npm:1.6.4" dependencies: - follow-redirects: ^1.15.0 + follow-redirects: ^1.15.4 form-data: ^4.0.0 proxy-from-env: ^1.1.0 - checksum: c7c9f2ae9e0b9bad7d6f9a4dff030930b12ee667dedf54c3c776714f91681feb743c509ac0796ae5c01e12c4ab4a2bee74905068dd200fbc1ab86f9814578fb0 + checksum: 48d8af8488ac7402fae312437c0189b3b609a472fca2f7fc796129c804d98520589b6317096eba8509711d49f855a3f620b6a24ff23acd73ac26433d0383b8f9 languageName: node linkType: hard @@ -8221,13 +8221,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:^1.15.0": - version: 1.15.2 - resolution: "follow-redirects@npm:1.15.2" +"follow-redirects@npm:^1.15.4": + version: 1.15.4 + resolution: "follow-redirects@npm:1.15.4" peerDependenciesMeta: debug: optional: true - checksum: faa66059b66358ba65c234c2f2a37fcec029dc22775f35d9ad6abac56003268baf41e55f9ee645957b32c7d9f62baf1f0b906e68267276f54ec4b4c597c2b190 + checksum: e178d1deff8b23d5d24ec3f7a94cde6e47d74d0dc649c35fc9857041267c12ec5d44650a0c5597ef83056ada9ea6ca0c30e7c4f97dbf07d035086be9e6a5b7b6 languageName: node linkType: hard |