Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2327)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 6ef0aab commit 5960747
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 136 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"statements": 90
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
Expand All @@ -122,8 +122,8 @@
"@semantic-release/git": "10.0.1",
"@types/chai": "5.0.1",
"@types/chai-as-promised": "7.1.8",
"@types/mocha": "10.0.9",
"@types/node": "22.9.0",
"@types/mocha": "10.0.10",
"@types/node": "22.9.3",
"@types/sinon": "17.0.3",
"@types/sinon-chai": "3.2.12",
"@typescript-eslint/eslint-plugin": "8.15.0",
Expand All @@ -143,7 +143,7 @@
"objection": "3.1.5",
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-packagejson": "2.5.5",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
Expand All @@ -153,17 +153,17 @@
"source-map-support": "0.5.21",
"sqlite3": "5.1.7",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"knex": "^2.0.0 || ^3.0.0",
"objection": "^3.0.0"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"volta": {
"node": "22.11.0",
"pnpm": "9.13.2"
"pnpm": "9.14.2"
}
}
Loading

0 comments on commit 5960747

Please sign in to comment.