Skip to content

Commit 56f3227

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 7 updates
Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.5.0` | `12.6.2` | | [cors](https://github.com/expressjs/cors) | `2.8.5` | `2.8.6` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.2.1` | `8.3.0` | | [express-session](https://github.com/expressjs/session) | `1.18.2` | `1.19.0` | | [ioredis](https://github.com/luin/ioredis) | `5.8.2` | `5.10.0` | | [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.20.0` | | [zod](https://github.com/colinhacks/zod) | `4.2.1` | `4.3.6` | Updates `better-sqlite3` from 12.5.0 to 12.6.2 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.5.0...v12.6.2) Updates `cors` from 2.8.5 to 2.8.6 - [Release notes](https://github.com/expressjs/cors/releases) - [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md) - [Commits](expressjs/cors@v2.8.5...v2.8.6) Updates `express-rate-limit` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](express-rate-limit/express-rate-limit@v8.2.1...v8.3.0) Updates `express-session` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/expressjs/session/releases) - [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md) - [Commits](expressjs/session@v1.18.2...v1.19.0) Updates `ioredis` from 5.8.2 to 5.10.0 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.8.2...v5.10.0) Updates `pg` from 8.16.3 to 8.20.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.20.0/packages/pg) Updates `zod` from 4.2.1 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.2.1...v4.3.6) --- updated-dependencies: - dependency-name: better-sqlite3 dependency-version: 12.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cors dependency-version: 2.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: express-rate-limit dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: express-session dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ioredis dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pg dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe874ed commit 56f3227

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"@actual-app/api": "^25.12.0",
88
"@apidevtools/swagger-parser": "^12.1.0",
99
"bcrypt": "^6.0.0",
10-
"better-sqlite3": "^12.5.0",
11-
"cors": "^2.8.5",
10+
"better-sqlite3": "^12.6.2",
11+
"cors": "^2.8.6",
1212
"express": "^5.2.1",
13-
"express-rate-limit": "^8.2.1",
14-
"express-session": "^1.18.2",
13+
"express-rate-limit": "^8.3.0",
14+
"express-session": "^1.19.0",
1515
"helmet": "^8.1.0",
16-
"ioredis": "^5.3.2",
16+
"ioredis": "^5.10.0",
1717
"jsonwebtoken": "^9.0.3",
18-
"pg": "^8.16.3",
18+
"pg": "^8.20.0",
1919
"prom-client": "^15.1.3",
2020
"rate-limit-redis": "^4.3.1",
2121
"swagger-ui-express": "^5.0.1",
2222
"winston": "^3.15.0",
2323
"yaml": "^2.7.0",
24-
"zod": "^4.2.1"
24+
"zod": "^4.3.6"
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.16.0",

0 commit comments

Comments
 (0)