diff --git a/samples/react-command-ai-document-assistant/package-lock.json b/samples/react-command-ai-document-assistant/package-lock.json index d1078db1c..71573f63b 100644 --- a/samples/react-command-ai-document-assistant/package-lock.json +++ b/samples/react-command-ai-document-assistant/package-lock.json @@ -16,7 +16,7 @@ "@microsoft/sp-listview-extensibility": "1.20.0", "@types/react": "17.0.45", "@types/react-dom": "17.0.17", - "axios": "^1.15.0", + "axios": "^1.15.2", "react": "17.0.1", "react-chat-elements": "^12.0.17", "react-dom": "17.0.1", @@ -11063,9 +11063,9 @@ "dev": true }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/samples/react-command-ai-document-assistant/package.json b/samples/react-command-ai-document-assistant/package.json index bae6ab6bf..d582f6d50 100644 --- a/samples/react-command-ai-document-assistant/package.json +++ b/samples/react-command-ai-document-assistant/package.json @@ -20,7 +20,7 @@ "@microsoft/sp-listview-extensibility": "1.20.0", "@types/react": "17.0.45", "@types/react-dom": "17.0.17", - "axios": "^1.15.0", + "axios": "^1.15.2", "react": "17.0.1", "react-chat-elements": "^12.0.17", "react-dom": "17.0.1",