Skip to content

Commit 821be72

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [recharts](https://github.com/recharts/recharts) | `2.15.1` | `2.15.2` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.23.0` | `9.24.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.14` | `22.14.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.28.0` | `8.29.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.28.0` | `8.29.0` | | [eslint](https://github.com/eslint/eslint) | `9.23.0` | `9.24.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | Updates `recharts` from 2.15.1 to 2.15.2 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md) - [Commits](recharts/recharts@v2.15.1...v2.15.2) Updates `@eslint/js` from 9.23.0 to 9.24.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.24.0/packages/js) Updates `@types/node` from 22.13.14 to 22.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.28.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.28.0 to 8.29.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/parser) Updates `eslint` from 9.23.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.24.0) Updates `typescript` from 5.8.2 to 5.8.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: recharts dependency-version: 2.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node" dependency-version: 22.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed21dc6 commit 821be72

File tree

2 files changed

+82
-79
lines changed

2 files changed

+82
-79
lines changed

package-lock.json

+76-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
"react": "^18",
2020
"react-device-detect": "^2.2.3",
2121
"react-dom": "^18",
22-
"recharts": "^2.15.1"
22+
"recharts": "^2.15.2"
2323
},
2424
"devDependencies": {
2525
"@eslint/eslintrc": "^3.3.1",
26-
"@eslint/js": "^9.23.0",
26+
"@eslint/js": "^9.24.0",
2727
"@types/d3": "^7.4.3",
2828
"@types/jsdom": "^21.1.7",
2929
"@types/node": "^22",
3030
"@types/react": "^18",
3131
"@types/react-dom": "^18",
32-
"@typescript-eslint/eslint-plugin": "^8.27.0",
33-
"@typescript-eslint/parser": "^8.27.0",
32+
"@typescript-eslint/eslint-plugin": "^8.29.0",
33+
"@typescript-eslint/parser": "^8.29.0",
3434
"d3": "^7.9.0",
35-
"eslint": "^9.23.0",
35+
"eslint": "^9.24.0",
3636
"eslint-config-next": "15.2.4",
3737
"eslint-config-prettier": "^10.1.1",
3838
"feed": "^4.2.2",
@@ -46,6 +46,6 @@
4646
"react-markdown": "^10.1.0",
4747
"rehype-raw": "^7.0.0",
4848
"rehype-slug": "^6.0.0",
49-
"typescript": "^5.8.2"
49+
"typescript": "^5.8.3"
5050
}
5151
}

0 commit comments

Comments
 (0)