diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/package.json | 2 | ||||
| -rw-r--r-- | web/pnpm-lock.yaml | 10 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/web/package.json b/web/package.json index 96ae02bc6..c465319b4 100644 --- a/web/package.json +++ b/web/package.json @@ -42,7 +42,7 @@      "@mui/material": "6.4.7",      "@mui/styles": "6.4.7",      "@simplewebauthn/browser": "13.1.0", -    "axios": "1.8.1", +    "axios": "1.8.2",      "broadcast-channel": "7.0.0",      "classnames": "2.5.1",      "i18next": "24.2.2", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 95076e150..683ca878a 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -54,8 +54,8 @@ importers:          specifier: 13.1.0          version: 13.1.0        axios: -        specifier: 1.8.1 -        version: 1.8.1 +        specifier: 1.8.2 +        version: 1.8.2        broadcast-channel:          specifier: 7.0.0          version: 7.0.0 @@ -2070,8 +2070,8 @@ packages:      resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==}      engines: {node: '>=4'} -  axios@1.8.1: -    resolution: {integrity: sha512-NN+fvwH/kV01dYUQ3PTOZns4LWtWhOFCAhQ/pHb88WQ1hNe5V/dvFwc4VJcDL11LT9xSX0QtsR8sWUuyOuOq7g==} +  axios@1.8.2: +    resolution: {integrity: sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==}    axobject-query@4.1.0:      resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -6904,7 +6904,7 @@ snapshots:    axe-core@4.10.0: {} -  axios@1.8.1: +  axios@1.8.2:      dependencies:        follow-redirects: 1.15.6        form-data: 4.0.0  | 
