Skip to content

Commit a1556b5

Browse files
chore: bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.26.10` | `7.27.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.13` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.6.8` | `50.6.9` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `5.0.0` | `5.0.1` | Updates `@babel/eslint-parser` from 7.26.10 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/eslint/babel-eslint-parser) Updates `@types/node` from 22.13.10 to 22.13.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-jsdoc` from 50.6.8 to 50.6.9 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v50.6.8...v50.6.9) Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.5) Updates `@types/express` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36bcd4d commit a1556b5

File tree

7 files changed

+71
-40
lines changed

7 files changed

+71
-40
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.26.10",
32-
"@babel/eslint-parser": "^7.26.10",
32+
"@babel/eslint-parser": "^7.27.0",
3333
"@commitlint/cli": "^19.8.0",
3434
"@commitlint/config-conventional": "^19.8.0",
3535
"@financial-times/eslint-config-next": "^7.1.0",
3636
"@types/jest": "^29.5.14",
37-
"@types/node": "^22.13.10",
37+
"@types/node": "^22.13.13",
3838
"eslint": "^8.57.0",
39-
"eslint-plugin-jsdoc": "^50.6.8",
40-
"eslint-plugin-prettier": "^5.2.3",
39+
"eslint-plugin-jsdoc": "^50.6.9",
40+
"eslint-plugin-prettier": "^5.2.5",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
4343
"lint-staged": "^15.5.0",

packages/fetch-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@dotcom-reliability-kit/errors": "^4.0.0"
2020
},
2121
"devDependencies": {
22-
"@types/express": "^5.0.0",
22+
"@types/express": "^5.0.1",
2323
"express": "^4.21.2",
2424
"node-fetch-1": "npm:node-fetch@^1.7.3",
2525
"node-fetch-2": "npm:node-fetch@^2.7.0",

packages/log-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@dotcom-reliability-kit/serialize-request": "^4.0.0"
2323
},
2424
"devDependencies": {
25-
"@types/express": "^5.0.0"
25+
"@types/express": "^5.0.1"
2626
}
2727
}

packages/middleware-log-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"devDependencies": {
2222
"@financial-times/n-express": "^31.10.0",
23-
"@types/express": "^5.0.0"
23+
"@types/express": "^5.0.1"
2424
}
2525
}

packages/middleware-render-error-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"entities": "^6.0.0"
2323
},
2424
"devDependencies": {
25-
"@types/express": "^5.0.0"
25+
"@types/express": "^5.0.1"
2626
}
2727
}

packages/serialize-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"main": "lib/index.js",
1717
"types": "types/index.d.ts",
1818
"devDependencies": {
19-
"@types/express": "^5.0.0"
19+
"@types/express": "^5.0.1"
2020
}
2121
}

0 commit comments

Comments
 (0)