Skip to content

Commit

Permalink
Bump path-to-regexp and express (#3799)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent bc8a24a commit 989b248
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
26 changes: 15 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dotenv-flow": "^4.0.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"express": "^4.21.1",
"express": "^4.21.2",
"http-link-header": "^1.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/examples/single/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"dependencies": {
"@types/express": "^5.0.0",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"ts-node": "^10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/inrupt/solid-client-authn#readme",
"dependencies": {
"@inrupt/solid-client-authn-node": "../../",
"express": "^4.21.1",
"express": "^4.21.2",
"loglevel": "^1.9.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/multiSession/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@inrupt/solid-client-authn-node": "^2.3.0",
"cookie-session": "^2.1.0",
"express": "^4.21.1"
"express": "^4.21.2"
},
"devDependencies": {
"@types/cookie-session": "^2.0.49",
Expand Down

0 comments on commit 989b248

Please sign in to comment.