Skip to content

Commit

Permalink
deps(example): Bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /examples/nodejs-hono-rl with 2 updates: [@hono/node-server](https://github.com/honojs/node-server) and [hono](https://github.com/honojs/hono).


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

Updates `hono` from 4.4.5 to 4.4.6
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.4.5...v4.4.6)

---
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-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent 4d394a8 commit fa06861
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 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.2",
"hono": "^4.4.5"
"@hono/node-server": "^1.11.3",
"hono": "^4.4.6"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit fa06861

Please sign in to comment.