Skip to content

Commit

Permalink
build(deps): bump the prod-minor-versions group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the prod-minor-versions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.7` | `5.62.9` |
| [i18next](https://github.com/i18next/i18next) | `24.1.2` | `24.2.0` |
| [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) | `7.7.1` | `7.7.2` |
| [next](https://github.com/vercel/next.js) | `15.1.0` | `15.1.2` |
| [pino](https://github.com/pinojs/pino) | `9.5.0` | `9.6.0` |
| [yup](https://github.com/jquense/yup) | `1.6.0` | `1.6.1` |


Updates `@tanstack/react-query` from 5.62.7 to 5.62.9
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.9/packages/react-query)

Updates `i18next` from 24.1.2 to 24.2.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v24.1.2...v24.2.0)

Updates `markdown-to-jsx` from 7.7.1 to 7.7.2
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md)
- [Commits](quantizor/markdown-to-jsx@v7.7.1...v7.7.2)

Updates `next` from 15.1.0 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.0...v15.1.2)

Updates `pino` from 9.5.0 to 9.6.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/commits)

Updates `yup` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: markdown-to-jsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2274734 commit f7200ed
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
128 changes: 64 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"tsc:validate": "tsc --noEmit --incremental false"
},
"dependencies": {
"@tanstack/react-query": "5.62.7",
"@tanstack/react-query": "5.62.9",
"cookies-next": "5.0.2",
"date-fns": "4.1.0",
"formik": "2.4.6",
"i18next": "24.1.2",
"markdown-to-jsx": "7.7.1",
"next": "15.1.0",
"i18next": "24.2.0",
"markdown-to-jsx": "7.7.2",
"next": "15.1.2",
"next-i18next": "15.4.1",
"next-seo": "6.6.0",
"pino": "9.5.0",
"pino": "9.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-focus-on": "3.9.4",
"react-i18next": "15.2.0",
"react-idle-timer": "5.7.2",
"sharp": "0.33.5",
"yup": "1.6.0"
"yup": "1.6.1"
},
"devDependencies": {
"@faker-js/faker": "9.3.0",
Expand Down

0 comments on commit f7200ed

Please sign in to comment.