Skip to content

Commit e8bd21f

Browse files
build(deps): bump the alldependencies group across 1 directory with 12 updates
Bumps the alldependencies group with 4 updates in the / directory: [express](https://github.com/expressjs/express), [ramda](https://github.com/ramda/ramda), [@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda) and [dprint](https://github.com/dprint/dprint). Updates `express` from 4.21.2 to 4.22.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md) - [Commits](expressjs/express@4.21.2...v4.22.1) Updates `ramda` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/ramda/ramda/releases) - [Changelog](https://github.com/ramda/ramda/blob/master/CHANGELOG.md) - [Commits](ramda/ramda@v0.30.1...v0.32.0) Updates `winston` from 3.18.3 to 3.19.0 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.18.3...v3.19.0) Updates `@eslint/js` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `@swc/core` from 1.15.0 to 1.15.5 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.15.0...v1.15.5) Updates `@types/express` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) Updates `@types/node` from 22.19.0 to 22.19.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/ramda` from 0.30.2 to 0.31.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ramda) Updates `dprint` from 0.49.1 to 0.50.2 - [Release notes](https://github.com/dprint/dprint/releases) - [Commits](dprint/dprint@0.49.1...0.50.2) Updates `eslint` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v9.39.2) Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.6...v4.21.0) Updates `typescript-eslint` from 8.46.3 to 8.49.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: express dependency-version: 4.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: ramda dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: winston dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: "@swc/core" dependency-version: 1.15.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: "@types/node" dependency-version: 22.19.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: "@types/ramda" dependency-version: 0.31.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: dprint dependency-version: 0.50.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: alldependencies - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: typescript-eslint dependency-version: 8.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: alldependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 950f0e9 commit e8bd21f

2 files changed

Lines changed: 581 additions & 308 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"dependencies": {
3939
"axios": "^1.9.0",
4040
"cors": "^2.8.5",
41-
"express": "^4.21.2",
42-
"ramda": "^0.30.1",
41+
"express": "^4.22.1",
42+
"ramda": "^0.32.0",
4343
"winston": "^3.17.0",
4444
"yocto-spinner": "^0.2.2",
4545
"zod": "^3.24.3"
@@ -51,9 +51,9 @@
5151
"@types/cors": "^2.8.17",
5252
"@types/express": "^5.0.1",
5353
"@types/node": "^22.15.3",
54-
"@types/ramda": "^0.30.2",
54+
"@types/ramda": "^0.31.1",
5555
"@types/supertest": "^6.0.3",
56-
"dprint": "^0.49.1",
56+
"dprint": "^0.50.2",
5757
"eslint": "^9.26.0",
5858
"husky": "^9.1.7",
5959
"resolve-tspaths": "^0.8.23",

0 commit comments

Comments
 (0)