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-rate-limit directory: [@hono/node-server](https://github.com/honojs/node-server) and [hono](https://github.com/honojs/hono).


Updates `@hono/node-server` from 1.13.5 to 1.13.7
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v1.13.5...v1.13.7)

Updates `hono` from 4.6.9 to 4.6.10
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.9...v4.6.10)

---
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 Nov 14, 2024
1 parent 4fad64b commit 081780f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions examples/nodejs-hono-rate-limit/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-rate-limit/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.13.5",
"hono": "^4.6.9"
"@hono/node-server": "^1.13.7",
"hono": "^4.6.10"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit 081780f

Please sign in to comment.