From e862be401bfbd7ef7dc5395b7bd821b9b0e7b941 Mon Sep 17 00:00:00 2001 From: Ryan Morosa Date: Mon, 8 Jun 2026 11:31:13 -0700 Subject: [PATCH 1/3] Update git ignore to look for any file directory for bluebutton sample config --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4761733..74e8a76 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ production.env sandbox.env config.ts -.bluebutton-config.json +**/.bluebutton-config.json package-lock.json yarn.lock From 401bced61dc1bce17e058be5e2925ce987d93f5e Mon Sep 17 00:00:00 2001 From: Ryan Morosa Date: Mon, 8 Jun 2026 12:06:40 -0700 Subject: [PATCH 2/3] Update axios version to at least 1.16.0 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 021d506..8916f7f 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react-swc": "^3.7.2", - "axios": "^1.12.0", + "axios": "^1.16.0", "micromatch": "4.0.8", "process": "^0.11.10", "react": "^18.2.0", From 423c91aa311a303253a7d34b5098d35eedeb9ed6 Mon Sep 17 00:00:00 2001 From: Ryan Morosa Date: Mon, 8 Jun 2026 12:54:52 -0700 Subject: [PATCH 3/3] Updated git ignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74e8a76..4761733 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,7 @@ production.env sandbox.env config.ts -**/.bluebutton-config.json +.bluebutton-config.json package-lock.json yarn.lock