Skip to content

Commit

Permalink
deps(example): Bump the dependencies group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the dependencies group with 2 updates in the /examples/nodejs-hono-rl directory: [@hono/node-server](https://github.com/honojs/node-server) and [hono](https://github.com/honojs/hono).


Updates `@hono/node-server` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.11.1...v1.11.2)

Updates `hono` from 4.3.8 to 4.4.4
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.3.8...v4.4.4)

---
updated-dependencies:
- dependency-name: "@hono/node-server"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hono
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent ecada7f commit 34addbe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
31 changes: 16 additions & 15 deletions examples/nodejs-hono-rl/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/nodejs-hono-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
"@hono/node-server": "^1.11.1",
"hono": "^4.3.8"
"@hono/node-server": "^1.11.2",
"hono": "^4.4.4"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 34addbe

Please sign in to comment.