Skip to content

Commit

Permalink
chore(deps): update dependency nodemon to v2.0.14 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 3, 2021
1 parent 2b64497 commit eb5f6b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/express-typeorm/package.json
Expand Up @@ -32,7 +32,7 @@
"@types/express-session": "1.17.4",
"@types/http-errors": "1.8.1",
"@types/node": "16.11.6",
"nodemon": "2.0.13",
"nodemon": "2.0.14",
"ts-node": "10.4.0",
"ts-node-dev": "1.1.8",
"tsbb": "^3.4.4"
Expand Down
2 changes: 1 addition & 1 deletion example/express/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.13",
"@types/http-errors": "1.8.1",
"nodemon": "2.0.13",
"nodemon": "2.0.14",
"ts-node-dev": "1.1.8",
"tsbb": "^3.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion example/hapi/package.json
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/hapi__hapi": "20.0.9",
"nodemon": "2.0.13",
"nodemon": "2.0.14",
"tsbb": "^3.4.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion example/koa/package.json
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/koa": "2.13.4",
"nodemon": "2.0.13",
"nodemon": "2.0.14",
"tsbb": "^3.4.4"
},
"dependencies": {
Expand Down

0 comments on commit eb5f6b7

Please sign in to comment.