mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
chore: bump axios (#7980)
This commit is contained in:
parent
4a8bd4fd1b
commit
c46b2f2219
2 changed files with 17 additions and 8 deletions
5
.changeset/rare-ads-grin.md
Normal file
5
.changeset/rare-ads-grin.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Address vulnerability [GHSA-fvcv-3m26-pcqx](https://github.com/advisories/GHSA-fvcv-3m26-pcqx).
|
||||
|
|
@ -974,8 +974,6 @@ importers:
|
|||
version: 5.13.3(graphql@16.12.0)
|
||||
publishDirectory: dist
|
||||
|
||||
packages/libraries/router: {}
|
||||
|
||||
packages/libraries/yoga:
|
||||
dependencies:
|
||||
'@graphql-hive/core':
|
||||
|
|
@ -11111,8 +11109,8 @@ packages:
|
|||
resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
axios@1.13.5:
|
||||
resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==}
|
||||
axios@1.15.0:
|
||||
resolution: {integrity: sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==}
|
||||
|
||||
axobject-query@4.1.0:
|
||||
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
||||
|
|
@ -16657,6 +16655,10 @@ packages:
|
|||
proxy-from-env@1.1.0:
|
||||
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
||||
|
||||
proxy-from-env@2.1.0:
|
||||
resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
prr@1.0.1:
|
||||
resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
|
||||
|
||||
|
|
@ -29482,7 +29484,7 @@ snapshots:
|
|||
'@slack/types': 2.16.0
|
||||
'@types/node': 24.12.2
|
||||
'@types/retry': 0.12.0
|
||||
axios: 1.13.5
|
||||
axios: 1.15.0
|
||||
eventemitter3: 5.0.1
|
||||
form-data: 4.0.4
|
||||
is-electron: 2.2.2
|
||||
|
|
@ -32294,11 +32296,11 @@ snapshots:
|
|||
|
||||
axe-core@4.11.1: {}
|
||||
|
||||
axios@1.13.5:
|
||||
axios@1.15.0:
|
||||
dependencies:
|
||||
follow-redirects: 1.16.0
|
||||
form-data: 4.0.5
|
||||
proxy-from-env: 1.1.0
|
||||
proxy-from-env: 2.1.0
|
||||
transitivePeerDependencies:
|
||||
- debug
|
||||
|
||||
|
|
@ -39070,6 +39072,8 @@ snapshots:
|
|||
|
||||
proxy-from-env@1.1.0: {}
|
||||
|
||||
proxy-from-env@2.1.0: {}
|
||||
|
||||
prr@1.0.1:
|
||||
optional: true
|
||||
|
||||
|
|
@ -41643,7 +41647,7 @@ snapshots:
|
|||
|
||||
wait-on@9.0.3:
|
||||
dependencies:
|
||||
axios: 1.13.5
|
||||
axios: 1.15.0
|
||||
joi: 18.0.2
|
||||
lodash: 4.18.1
|
||||
minimist: 1.2.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue