Skip to content

Commit

Permalink
Bump the prod-deps group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [pdfjs-dist](https://github.com/mozilla/pdf.js), [pinia](https://github.com/vuejs/pinia) and [hono](https://github.com/honojs/hono).


Updates `axios` from 1.7.8 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.8...v1.7.9)

Updates `pdfjs-dist` from 2.5.207 to 4.9.155
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v2.5.207...v4.9.155)

Updates `pinia` from 2.2.8 to 2.3.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v2.2.8...v2.3.0)

Updates `hono` from 4.6.12 to 4.6.13
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.12...v4.6.13)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: hono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 797f026 commit 60e8d93
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 49 deletions.
6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"dependencies": {
"@quasar/extras": "^1.16.15",
"axios": "^1.2.1",
"axios": "^1.7.9",
"fflate": "^0.8.1",
"html-to-text": "^9.0.5",
"pdfjs-dist": "2.5.207",
"pdfjs-dist": "4.9.155",
"pdfvuer": "^2.0.1",
"pinia": "^2.0.11",
"pinia": "^2.3.0",
"postal-mime": "^2.0.1",
"quasar": "^2.14.7",
"vue": "^3.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"chanfana": "^2.4.2",
"hono": "^4.6.12",
"hono": "^4.6.13",
"postal-mime": "^2.3.2",
"zod": "^3.23.8"
}
Expand Down
185 changes: 140 additions & 45 deletions pnpm-lock.yaml

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

0 comments on commit 60e8d93

Please sign in to comment.