Skip to content

Commit bc690f4

Browse files
AjitPadhi-Microsoftdependabot[bot]Roopan-MicrosoftPavan-MicrosoftPrasanjeet-Microsoft
authored
build: Dependabotchanges (#2083)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roopan P M <v-roopanpm@microsoft.com> Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com> Co-authored-by: Pavan-Microsoft <v-kupavan@microsoft.com> Co-authored-by: Prasanjeet-Microsoft <v-singhprasa@microsoft.com> Co-authored-by: Harmanpreet Kaur <v-harmanpkau@microsoft.com> Co-authored-by: Harmanpreet-Microsoft <v-harmanprka@microsoft.com> Co-authored-by: Ross Smith <ross-p-smith@users.noreply.github.com> Co-authored-by: gpickett <122489228+gpickett@users.noreply.github.com> Co-authored-by: Francia Riesco <friesco@microsoft.com> Co-authored-by: Francia Riesco <Fr4nc3@users.noreply.github.com> Co-authored-by: Prajwal D C <v-dcprajwal@microsoft.com> Co-authored-by: UtkarshMishra-Microsoft <v-utkamishra@microsoft.com> Co-authored-by: Priyanka-Microsoft <v-prisinghal@microsoft.com> Co-authored-by: Kiran-Siluveru-Microsoft <v-ksiluveru@microsoft.com> Co-authored-by: Prashant-Microsoft <v-pmalusare@microsoft.com> Co-authored-by: Rohini-Microsoft <v-rwalunj@microsoft.com> Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com> Co-authored-by: RaviKiran-Microsoft <v-ravikirans@microsoft.com> Co-authored-by: Somesh Joshi <v-somejoshi@microsoft.com> Co-authored-by: Himanshi Agrawal <v-himagrawal@microsoft.com> Co-authored-by: pradeepjha-microsoft <v-pradeepjha@microsoft.com> Co-authored-by: Bangarraju-Microsoft <v-golib@microsoft.com> Co-authored-by: Harsh-Microsoft <v-hbangera@microsoft.com> Co-authored-by: Kanchan-Microsoft <v-knagshetti@microsoft.com> Co-authored-by: Cristopher Coronado <cristofima@hotmail.com> Co-authored-by: Cristopher Coronado Moreira <crcorona@pichincha.com> Co-authored-by: Vamshi-Microsoft <v-vamolla@microsoft.com> Co-authored-by: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com> Co-authored-by: Niraj Chaudhari (Persistent Systems Inc) <v-nirajcha@microsoft.com> Co-authored-by: Rohini-Microsoft <168007985+Rohini-Microsoft@users.noreply.github.com> Co-authored-by: Ragini-Microsoft <v-raginich@microsoft.com> Co-authored-by: Rafi-Microsoft <v-rafmd@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Atulku-Microsoft <v-atulku@microsoft.com> Co-authored-by: Kingshuk-Microsoft <v-kidatta@microsoft.com> Co-authored-by: Ayaz-Microsoft <v-ayazkhan@microsoft.com> Co-authored-by: Abdul-Microsoft <v-amujeebta@microsoft.com> Co-authored-by: Prekshith-Microsoft <v-pdj@microsoft.com>
1 parent 4934ea5 commit bc690f4

10 files changed

Lines changed: 3969 additions & 2526 deletions

File tree

.github/workflows/bicep-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
security-events: write
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323

2424
- name: Run Microsoft Security DevOps Analysis
2525
uses: microsoft/security-devops-action@preview

.github/workflows/broken-links-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

code/frontend/package-lock.json

Lines changed: 689 additions & 689 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/frontend/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@
1111
"test:watch": "jest --coverage --verbose --watchAll"
1212
},
1313
"dependencies": {
14-
"@babel/traverse": "^7.28.5",
15-
"@fluentui/react": "^8.125.3",
16-
"@fluentui/react-icons": "^2.0.316",
17-
"@fortawesome/fontawesome-svg-core": "^7.1.0",
18-
"@fortawesome/free-solid-svg-icons": "^7.1.0",
19-
"@fortawesome/react-fontawesome": "^3.1.1",
20-
"lodash": "^4.17.21",
21-
"lodash-es": "^4.17.22",
22-
"microsoft-cognitiveservices-speech-sdk": "^1.47.0",
14+
"@babel/traverse": "^7.29.0",
15+
"@fluentui/react": "^8.125.4",
16+
"@fluentui/react-icons": "^2.0.319",
17+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
18+
"@fortawesome/free-solid-svg-icons": "^7.2.0",
19+
"@fortawesome/react-fontawesome": "^3.2.0",
20+
"lodash": "^4.17.23",
21+
"lodash-es": "^4.17.23",
22+
"microsoft-cognitiveservices-speech-sdk": "^1.48.0",
2323
"postcss": "^8.5.6",
2424

25-
"react": "^19.2.3",
26-
"react-dom": "^19.2.3",
25+
"react": "^19.2.4",
26+
"react-dom": "^19.2.4",
2727
"react-markdown": "^10.1.0",
28-
"react-router-dom": "^7.11.0",
28+
"react-router-dom": "^7.13.0",
2929

3030
"rehype-raw": "^7.0.0",
31-
"remark-gfm": "^4.0.0",
31+
"remark-gfm": "^4.0.1",
3232
"remark-supersub": "^1.0.0",
3333
"uuid": "^13.0.0"
3434
},
3535
"devDependencies": {
3636
"@testing-library/jest-dom": "^6.9.1",
37-
"@testing-library/react": "^16.3.1",
38-
"@testing-library/user-event": "^14.5.2",
37+
"@testing-library/react": "^16.3.2",
38+
"@testing-library/user-event": "^14.6.1",
3939
"@types/isomorphic-fetch": "^0.0.39",
4040
"@types/jest": "^30.0.0",
4141
"@types/lodash-es": "^4.17.12",
4242

43-
"@types/node": "^25.0.3",
44-
"@types/react": "^19.2.7",
43+
"@types/node": "^25.2.3",
44+
"@types/react": "^19.2.14",
4545
"@types/react-dom": "^19.2.3",
4646

4747
"@types/testing-library__user-event": "^4.2.0",
@@ -50,15 +50,15 @@
5050
"isomorphic-fetch": "^3.0.0",
5151
"jest": "^30.2.0",
5252
"jest-environment-jsdom": "^30.2.0",
53-
"msw": "^2.12.7",
54-
"@vitejs/plugin-react": "^5.1.2",
55-
"prettier": "^3.7.4",
53+
"msw": "^2.12.10",
54+
"@vitejs/plugin-react": "^5.1.4",
55+
"prettier": "^3.8.1",
5656
"ts-jest": "^29.4.6",
5757
"ts-node": "^10.9.2",
5858

5959
"typescript": "^5.9.3",
60-
"vite": "^7.3.0",
60+
"vite": "^7.3.1",
6161

62-
"vitest": "^4.0.16"
62+
"vitest": "^4.0.18"
6363
}
6464
}

infra/main.json

Lines changed: 177 additions & 155 deletions
Large diffs are not rendered by default.

poetry.lock

Lines changed: 1066 additions & 996 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ packages = [
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
azure-functions = "1.24.0"
14-
streamlit = "1.52.2"
14+
streamlit = "1.54.0"
1515
python-dotenv = "1.2.1"
1616
azure-ai-formrecognizer = "3.3.3"
17-
azure-storage-blob = "12.27.1"
18-
azure-identity = "1.25.1"
17+
azure-storage-blob = "12.28.0"
18+
azure-identity = "1.25.2"
1919
flask = {extras = ["async"], version = "^3.1.2"}
2020
openai = "1.109.1"
2121
langchain = "0.2.17"
2222
langchain-community = "0.2.19"
2323
langchain-openai = "0.1.25"
2424
requests = "2.32.5"
2525
tiktoken = "0.12.0"
26-
azure-storage-queue = "12.14.1"
26+
azure-storage-queue = "12.15.0"
2727
beautifulsoup4 = "4.14.3"
2828
fake-useragent = "2.2.0"
2929
chardet = "5.2.0"
@@ -52,7 +52,7 @@ pytest-cov = "7.0.0"
5252
flake8 = "7.3.0"
5353
black = "25.12.0"
5454
pre-commit = "4.5.1"
55-
pytest_httpserver = "1.1.3"
55+
pytest_httpserver = "1.1.5"
5656
trustme = "1.2.1"
5757
jupyter = "1.1.1"
5858
pytest-asyncio = "^1.2.0"

0 commit comments

Comments
 (0)