From 3e35fad54b943ca371ca2d9dc57e7dd4eef76d4e Mon Sep 17 00:00:00 2001 From: Ryan Morosa Date: Fri, 5 Jun 2026 11:55:04 -0700 Subject: [PATCH 1/2] Change axiso to latest version --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 021d506..ce2d516 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.1", "micromatch": "4.0.8", "process": "^0.11.10", "react": "^18.2.0", From 5e66dffab9d862fc76c2ba09bb43d897c5026d01 Mon Sep 17 00:00:00 2001 From: Ryan Morosa Date: Fri, 5 Jun 2026 12:04:11 -0700 Subject: [PATCH 2/2] Change version to a different one --- client/package.json | 2 +- server/sample-bluebutton-config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index ce2d516..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.16.1", + "axios": "^1.16.0", "micromatch": "4.0.8", "process": "^0.11.10", "react": "^18.2.0", diff --git a/server/sample-bluebutton-config.json b/server/sample-bluebutton-config.json index 93305d9..4c90cb2 100644 --- a/server/sample-bluebutton-config.json +++ b/server/sample-bluebutton-config.json @@ -1,6 +1,6 @@ { - "clientId": "", - "clientSecret": "", + "clientId": "BZDCUAKwBfLC50YIy1oVk6cyzZRwPbgyT1WnzfOX", + "clientSecret": "Kj1jrV2fg0vW3HtCVjzupNUWx74rdtIbYGUOp8g0oCqa2juMotye89Oz16v5I64h3EjYzN9V7tZVgHLfgBuxh8kfXUn2G7k9gYXJ7EhSmavfosFE1ctkfzmjixYDflmH", "callbackUrl": "http://localhost:3001/api/bluebutton/callback/", "version": "2", "environment": "SANDBOX"