Skip to content

Commit 039e0a1

Browse files
build(deps): bump the security group across 1 directory with 5 updates (#2315)
Bumps the security group with 5 updates in the /web directory: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.80.6` | `5.80.7` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.514.0` | `0.515.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` | | [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.4` | `8.5.5` | Updates `@tanstack/react-query` from 5.80.6 to 5.80.7 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.80.7/packages/react-query) Updates `lucide-react` from 0.514.0 to 0.515.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.515.0/packages/lucide-react) Updates `@eslint/js` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js) Updates `eslint` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.28.0...v9.29.0) Updates `postcss` from 8.5.4 to 8.5.5 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.4...8.5.5) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.80.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security - dependency-name: lucide-react dependency-version: 0.515.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security - dependency-name: eslint dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: security - dependency-name: postcss dependency-version: 8.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0147b0f commit 039e0a1

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"dependencies": {
1515
"@tailwindcss/forms": "^0.5.10",
16-
"@tanstack/react-query": "^5.80.6",
17-
"lucide-react": "^0.514.0",
16+
"@tanstack/react-query": "^5.80.7",
17+
"lucide-react": "^0.515.0",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"react-router-dom": "^6.22.3"
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "^9.28.0",
23+
"@eslint/js": "^9.29.0",
2424
"@faker-js/faker": "^8.0.2",
2525
"@testing-library/jest-dom": "^5.16.5",
2626
"@testing-library/react": "^14.0.0",
@@ -30,13 +30,13 @@
3030
"@types/react-dom": "^18.3.0",
3131
"@vitejs/plugin-react": "^4.5.2",
3232
"autoprefixer": "^10.4.21",
33-
"eslint": "^9.28.0",
33+
"eslint": "^9.29.0",
3434
"eslint-plugin-react-hooks": "^5.2.0",
3535
"eslint-plugin-react-refresh": "^0.4.20",
3636
"globals": "^15.9.0",
3737
"jsdom": "^26.1.0",
3838
"msw": "2.10.2",
39-
"postcss": "^8.5.4",
39+
"postcss": "^8.5.5",
4040
"tailwindcss": "^3.4.1",
4141
"typescript": "^5.8.3",
4242
"typescript-eslint": "^8.34.0",

0 commit comments

Comments
 (0)