From c51b8388855296ca67f723c342bb6da7246f0a17 Mon Sep 17 00:00:00 2001 From: Matthew Petro Date: Tue, 6 Feb 2024 10:07:33 -0700 Subject: [PATCH] Updated Axios --- package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 91f19bd..1f5a5a6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mui/icons-material": "^5.14.9", "@mui/material": "^5.14.6", "@tanstack/react-query": "4.33.0", - "axios": "^1.6.0", + "axios": "^1.6.7", "date-fns": "^2.30.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ab209d..e5463f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -38,8 +38,8 @@ dependencies: specifier: 4.33.0 version: 4.33.0(react-dom@18.2.0)(react@18.2.0) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.7 + version: 1.6.7 date-fns: specifier: ^2.30.0 version: 2.30.0 @@ -1468,10 +1468,10 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.6.0: - resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} + /axios@1.6.7: + resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.5 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -2151,8 +2151,8 @@ packages: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true - /follow-redirects@1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + /follow-redirects@1.15.5: + resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} engines: {node: '>=4.0'} peerDependencies: debug: '*'