Skip to content

Commit 7404d1d

Browse files
build: bump the frontend-deps group in /src/App with 6 updates
Bumps the frontend-deps group in /src/App with 6 updates: | Package | From | To | | --- | --- | --- | | [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `4.24.0` | `4.24.1` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.8.0` | `6.9.0` | | [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.310` | `2.0.311` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.5.2` | `24.6.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.13` | `19.1.16` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | Updates `@azure/msal-browser` from 4.24.0 to 4.24.1 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v4.24.0...msal-browser-v4.24.1) Updates `@testing-library/jest-dom` from 6.8.0 to 6.9.0 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.8.0...v6.9.0) Updates `@fluentui/react-icons` from 2.0.310 to 2.0.311 - [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/fluentui-android-system-icons-release.yml) - [Commits](https://github.com/microsoft/fluentui-system-icons/commits) Updates `@types/node` from 24.5.2 to 24.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.1.13 to 19.1.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-version: 4.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: "@testing-library/jest-dom" dependency-version: 6.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-deps - dependency-name: "@fluentui/react-icons" dependency-version: 2.0.311 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: "@types/node" dependency-version: 24.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-deps - dependency-name: "@types/react" dependency-version: 19.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-deps - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc2c790 commit 7404d1d

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

src/App/package-lock.json

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

src/App/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"dependencies": {
77
"@fluentui/react": "^8.123.6",
88
"@azure/msal-react": "^3.0.20",
9-
"@azure/msal-browser": "^4.13.0",
10-
"@testing-library/jest-dom": "^6.8.0",
11-
"@fluentui/react-icons": "^2.0.310",
9+
"@azure/msal-browser": "^4.24.1",
10+
"@testing-library/jest-dom": "^6.9.0",
11+
"@fluentui/react-icons": "^2.0.311",
1212
"@fluentui/react-components": "^9.70.0",
1313
"@testing-library/react": "^16.2.0",
1414
"@testing-library/user-event": "^14.6.1",
1515
"@types/d3": "^7.4.3",
1616
"@types/jest": "^30.0.0",
17-
"@types/node": "^24.5.2",
18-
"@types/react": "^19.1.13",
17+
"@types/node": "^24.6.1",
18+
"@types/react": "^19.1.16",
1919
"@types/react-dom": "^19.1.9",
2020
"axios": "^1.12.2",
2121
"chart.js": "^4.5.0",
@@ -31,7 +31,7 @@
3131
"react-scripts": "5.0.1",
3232
"remark-gfm": "^4.0.1",
3333
"remark-supersub": "^1.0.0",
34-
"typescript": "^5.9.2",
34+
"typescript": "^5.9.3",
3535
"web-vitals": "^5.1.0"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)