Skip to content

Commit

Permalink
Bump the minor-patch group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 5 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@tinyhttp/app](https://github.com/tinyhttp/tinyhttp/tree/HEAD/packages/app) | `2.3.1` | `2.5.0` |
| [isbot](https://github.com/omrilotan/isbot) | `5.1.17` | `5.1.21` |
| [pino](https://github.com/pinojs/pino) | `9.5.0` | `9.6.0` |
| [preact](https://github.com/preactjs/preact) | `10.24.3` | `10.25.4` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.11` | `6.5.12` |



Updates `@tinyhttp/app` from 2.3.1 to 2.5.0
- [Release notes](https://github.com/tinyhttp/tinyhttp/releases)
- [Commits](https://github.com/tinyhttp/tinyhttp/commits/@tinyhttp/app@2.5.0/packages/app)

Updates `isbot` from 5.1.17 to 5.1.21
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md)
- [Commits](omrilotan/isbot@v5.1.17...v5.1.21)

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

Updates `preact` from 10.24.3 to 10.25.4
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.24.3...10.25.4)

Updates `preact-render-to-string` from 6.5.11 to 6.5.12
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.11...v6.5.12)

---
updated-dependencies:
- dependency-name: "@tinyhttp/app"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: isbot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pino
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: preact-render-to-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 0b7e38c commit 60042ab
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 110 deletions.
161 changes: 56 additions & 105 deletions frontend/package-lock.json

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

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Till Prochaska <mail@tillprochaska.de>",
"license": "GPL-3.0-only",
"dependencies": {
"@tinyhttp/app": "^2.3.1",
"isbot": "^5.1.17",
"pino": "^9.5.0",
"preact": "^10.24.3",
"preact-render-to-string": "^6.5.11",
"@tinyhttp/app": "^2.5.0",
"isbot": "^5.1.21",
"pino": "^9.6.0",
"preact": "^10.25.4",
"preact-render-to-string": "^6.5.12",
"sirv": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 60042ab

Please sign in to comment.