reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

commit d5a523f9307bef2939227b6e9590f92fc805f8a6
parent 5759779cbcc683b47f2d9526e704a99104ea79d2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu,  2 Jul 2026 08:38:37 +0300

Bump the dependencies group with 2 updates (#70)

Bumps the dependencies group with 2 updates: [fastify](https://github.com/fastify/fastify) and [prettier](https://github.com/prettier/prettier).


Updates `fastify` from 5.8.5 to 5.9.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v5.8.5...v5.9.0)

Updates `prettier` from 3.9.1 to 3.9.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.9.1...3.9.4)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mpackage.json | 4++--
Mpnpm-lock.yaml | 32++++++++++++++++----------------
2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/package.json b/package.json @@ -14,7 +14,7 @@ "@eslint/js": "^10.0.1", "eslint": "^10.6.0", "globals": "^17.7.0", - "prettier": "3.9.1", + "prettier": "3.9.4", "smee-client": "^5.0.0" }, "dependencies": { @@ -26,7 +26,7 @@ "better-sqlite3": "^12.11.1", "cron": "^4.4.0", "dotenv": "^17.4.2", - "fastify": "^5.8.5", + "fastify": "^5.9.0", "mariadb": "^3.5.3", "octokit": "^5.0.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^17.4.2 version: 17.4.2 fastify: - specifier: ^5.8.5 - version: 5.8.5 + specifier: ^5.9.0 + version: 5.9.0 mariadb: specifier: ^3.5.3 version: 3.5.3 @@ -52,8 +52,8 @@ importers: specifier: ^17.7.0 version: 17.7.0 prettier: - specifier: 3.9.1 - version: 3.9.1 + specifier: 3.9.4 + version: 3.9.4 smee-client: specifier: ^5.0.0 version: 5.0.0 @@ -579,14 +579,14 @@ packages: fast-querystring@1.1.2: resolution: {integrity: sha512-g6KuKWmFXc0fID8WWH0jit4g0AGBoJhCkJMb1RmbsSEUNvQ+ZC8D6CUZ+GtF8nMzSPXnhiePyyqqipzNNEnHjg==} - fast-uri@3.1.2: - resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} + fast-uri@3.1.3: + resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==} fastify-plugin@5.1.0: resolution: {integrity: sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw==} - fastify@5.8.5: - resolution: {integrity: sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==} + fastify@5.9.0: + resolution: {integrity: sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==} fastq@1.20.1: resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} @@ -802,8 +802,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.9.1: - resolution: {integrity: sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==} + prettier@3.9.4: + resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==} engines: {node: '>=14'} hasBin: true @@ -1043,7 +1043,7 @@ snapshots: dependencies: ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) - fast-uri: 3.1.2 + fast-uri: 3.1.3 '@fastify/error@4.2.0': {} @@ -1366,7 +1366,7 @@ snapshots: ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 - fast-uri: 3.1.2 + fast-uri: 3.1.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 @@ -1541,7 +1541,7 @@ snapshots: '@fastify/merge-json-schemas': 0.2.1 ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) - fast-uri: 3.1.2 + fast-uri: 3.1.3 json-schema-ref-resolver: 3.0.0 rfdc: 1.4.1 @@ -1551,11 +1551,11 @@ snapshots: dependencies: fast-decode-uri-component: 1.0.1 - fast-uri@3.1.2: {} + fast-uri@3.1.3: {} fastify-plugin@5.1.0: {} - fastify@5.8.5: + fastify@5.9.0: dependencies: '@fastify/ajv-compiler': 4.0.5 '@fastify/error': 4.2.0 @@ -1795,7 +1795,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.9.1: {} + prettier@3.9.4: {} process-warning@4.0.1: {}
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror