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-express-rl with 1 update: [express](https://github.com/expressjs/express).


Updates `express` from 4.18.3 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.3...4.19.2)

---
updated-dependencies:
- dependency-name: express
  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 Mar 26, 2024
1 parent 2e2fea4 commit fa98506
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions examples/nodejs-express-rl/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nodejs-express-rl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"@arcjet/node": "file:../../arcjet-node",
"express": "^4.18.3"
"express": "^4.19.2"
},
"devDependencies": {
"@types/node": "^20",
Expand Down

0 comments on commit fa98506

Please sign in to comment.