Skip to content

Commit

Permalink
Bump all packages that are a minor/patch version behind.
Browse files Browse the repository at this point in the history
Technically these packages are already on the latest version thanks to dependabot. This change just updates them in the `package.json` and then after running `npm update` the `package-lock.json`.
  • Loading branch information
Jozzey committed Jul 11, 2024
1 parent 201ecbe commit 80846a9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"version": "npx --yes auto-changelog -p --commit-limit false && git add CHANGELOG.md"
},
"dependencies": {
"@envage/hapi-pg-rest-api": "^7.0.0",
"@envage/hapi-pg-rest-api": "^7.0.1",
"@envage/water-abstraction-helpers": "^4.9.0",
"@hapi/boom": "^9.1.4",
"@hapi/hapi": "^21.3.2",
"@hapi/hapi": "^21.3.10",
"blipp": "^4.0.2",
"db-migrate": "^0.11.13",
"db-migrate-pg": "^1.2.2",
"db-migrate": "^0.11.14",
"db-migrate-pg": "^1.5.2",
"dotenv": "^8.6.0",
"hapi-auth-jwt2": "^8.8.1",
"hapi-pino": "^11.0.1",
"joi": "^17.6.0",
"joi": "^17.13.3",
"map-keys-deep-lodash": "^1.2.4",
"moment": "^2.29.4",
"pg": "^8.8.0",
"moment": "^2.30.1",
"pg": "^8.12.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 80846a9

Please sign in to comment.